Note that there are some explanatory texts on larger screens.

plurals
  1. POJBoss Scoped Class Loading
    text
    copied!<p>I want to use the latest hibernate version inside the ear without upgrading the jars on the server. I am following the instructions given here - <a href="http://jaitechwriteups.blogspot.com/2008/08/how-to-upgrade-hibernate-in-jboss.html" rel="nofollow noreferrer">http://jaitechwriteups.blogspot.com/2008/08/how-to-upgrade-hibernate-in-jboss.html</a>.</p> <p>However the problem now is the application is not taking the jboss-local-jdbc.rar sitting in the deploy folder.</p> <pre><code>2009-07-21 09:01:50,347 INFO [org.jboss.system.ServiceConfigurator] Problem configuring service jboss.jca:service=DataSourceBinding,name=MockDS org.jboss.deployment.DeploymentException: Exception setting attribute ConnectionManager = jboss.jca:service=LocalTxCM,name=MockDS on mbean jboss.jca:service=DataSourceBinding,name=MockDS; - nested throwable: (javax.management.InvalidAttributeValueException: Set attribute has class class javax.management.ObjectName loaded from null that is not assignable to attribute class class javax.management.ObjectName loaded from org.jboss.mx.loading.UnifiedClassLoader3@1babddb{ url=file:/C:/servers/jboss-4.2.2.GA/server/default/tmp/deploy/tmp22267hibernate_upgrade_test.ear ,addedOrder=43}) at org.jboss.system.ServiceConfigurator.setAttribute(ServiceConfigurator.java:707) at org.jboss.system.ServiceConfigurator.configure(ServiceConfigurator.java:382) at org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:462) at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:171) at org.jboss.system.ServiceController.install(ServiceController.java:226) at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) </code></pre> <p>Any idea ?</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload