-
Gilead is giving me the following error:
[java] Exception in thread "main" javax.xml.ws.soap.SOAPFaultException: BaseClassLoader@31475e{vfszip:/home/dburger/tools/jboss-5.1.0.GA-leo/server/default/deploy/z_dses_provider_web_service.jar/} classLoader is not connected to a domain (probably undeployed?) for class net.sf.beanlib.spi.CustomBeanTransformerSpi$Factory
Does anyone...
2009-07-14 04:56:38 UTC in Gilead
-
I'm using JBoss 5.1, full stack trace follows:
javax.ejb.EJBException: java.lang.NullPointerException: No Hibernate Session Factory defined !
at org.jboss.ejb3.tx.Ejb3TxPolicy.handleExceptionInOurTx(Ejb3TxPolicy.java:77)
at org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:83)
at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:190)
at...
2009-07-12 23:27:15 UTC in Gilead
-
I am try to get a web service to work with Gilead. It uses a persistence unit named "afsas". The jax-ws web service is deployed in a war and has the following declaration in the web.xml file:
<persistence-context-ref>
<persistence-context-ref-name>
persistence/LogicalName
</persistence-context-ref-name>...
2009-07-10 23:52:26 UTC in Gilead