[JBossWS] - .war Deployment fails after upgrade to jbossws-1.2.0.GA
by alperez
Good morning.
We are currently running Jboss 4.0.4 GA on JDK 1.5.
Our application was deploying and running without issue while using jbossws 1.0.3 GA. This morning I upgraded to 1.2.0.GA following the install notes included in the jbossws-1.2.0.GA.zip.
Upon starting my server our application fails to deploy. I have included a section from the server.log below.
Anyone encounter this issue? Any incite? Thanks!
2007-02-28 10:57:26,753 ERROR [org.jboss.deployment.MainDeployer]
Could not start deployment: file:/C:/jboss-4.0.4/server/xxx/deploy/xxx.war
java.lang.NoSuchMethodError: com.sun.xml.bind.api.JAXBRIContext.newInstance([Ljava/lang/Class;)Ljavax/xml/bind/JAXBContext;
at org.jboss.ws.metadata.acessor.JAXBAccessor$1.create(JAXBAccessor.java:67)
at org.jboss.ws.metadata.acessor.JAXBAccessor$1.create(JAXBAccessor.java:54)
--- Incompletely deployed packages ---
org.jboss.deployment.DeploymentInfo@e1f306a0 { url=file:/C:/jboss-4.0.4/server/xxx/deploy/xxx.war }
deployer: MBeanProxyExt[jboss.web:service=WebServer]
status: Deployment FAILED reason: com.sun.xml.bind.api.JAXBRIContext.newInstance([Ljava/lang/Class;)Ljavax/xml/bind/JAXBContext;
state: FAILED
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023795#4023795
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023795
17Â years, 11Â months
[EJB/JBoss] - EntityReentranceInterceptor providing vital locking in 3.2.6
by bobsmith
JBoss 3.2.6
Database is MySQL 4.1.14
I tried this question in the Installation/Configuration forum but with no success, so sorry for re-posting it here but this is probably where I should have put it in the first place.
I have an Entity Bean that I know is not reentrant. I removed the EntityReentranceInterceptor from it's container's interceptor stack and now I am sometimes getting error messages when accessing the bean. The error I get is different each time. A selection are:
java.sql.SQLException: You have an error in your SQL syntax
javax.ejb.EJBException: Could not load field value: longDescription
java.sql.SQLException: Column Index out of range, 2 > 1
The Entity Bean is accessed from a Stateless Session Bean. To reproduce the error more frequently than I am seeing in my application, I created a little client app that creates 10 threads and kicks them off. Each retrieves the same entity from the server. I can quickly reproduce the error this way. The interceptor that the error comes out of is usually EntitySynchronizationInterceptor, but it sometimes makes it past the final interceptor (JDBCRelationInterceptor) but then falls over processing the result set.
Is the EntityReentranceInterceptor doing more than its name would suggest, and actually providing some fundamental locking that cannot be removed from the interceptor stack?
Thanks,
Bob
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023788#4023788
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023788
17Â years, 11Â months