These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 
Author Message
 Post subject: Hibernate MBean UseOuterJoin missing
PostPosted: Wed Jan 19, 2005 2:27 pm 
Newbie

Joined: Wed Jan 19, 2005 2:24 pm
Posts: 9
Hello,

Environment: Hibernate 2.1.6 + Jboss 4.0.0
Hibernate is deployed as an MBean as per http://www.jboss.org/wiki/Wiki.jsp?page=JBossHibernate

The UseOuterJoin attribute is missing from the MBean... :(
Is there any solution?

Thanks
Kirill.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jan 19, 2005 2:32 pm 
Hibernate Team
Hibernate Team

Joined: Mon Aug 25, 2003 9:11 pm
Posts: 4592
Location: Switzerland
http://www.hibernate.org/hib_docs/api/n ... ng.Integer)

http://www.hibernate.org/hib_docs/refer ... n-optional

Read the rules before posting!
http://www.hibernate.org/ForumMailingli ... AskForHelp


Top
 Profile  
 
 Post subject: UseOuterJoin
PostPosted: Thu Jan 27, 2005 5:39 pm 
Newbie

Joined: Tue Jun 01, 2004 2:54 pm
Posts: 1
Christian, I think you answered the wrong question, I changed the hibernate version to 2.1.7c and I am receiving the error:

2005-01-27 16:00:00,843 INFO [org.jboss.system.ServiceConfigurator] Problem configuring service jboss.jca:service=HibernateMarketingService

org.jboss.deployment.DeploymentException: No Attribute found with name: UseOuterJoin

at org.jboss.system.ServiceConfigurator.configure(ServiceConfigurator.java:321)

at org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:160)

at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:114)

at org.jboss.system.ServiceController.install(ServiceController.java:198)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:324)

at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)

at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)

at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)

at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)

at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:185)

at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)

at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
...

It looks like the attribute UseOuterJoin doesn't exist anymore.

Best regards

Marco Silva


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jan 31, 2005 6:06 pm 
Hibernate Team
Hibernate Team

Joined: Sun Sep 14, 2003 3:54 am
Posts: 7256
Location: Paris, France
use outer join is deprecated, use maxFetchDepth instead

_________________
Emmanuel


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.