It can be upgraded


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott M Stark
Sent: 25 March 2006 03:43
To: Ryan Campbell; Bill Burke
Cc: [EMAIL PROTECTED]; jboss-development@lists.sourceforge.net
Subject: [JBoss-dev] RE: Adding javassist to server/default/lib

Yes, javassist needs to be factored out of factored out of deployments. Kabir can comment on javassist version compatibility.


From: Ryan Campbell
Sent: Friday, March 24, 2006 2:23 PM
To: Bill Burke
Cc: '[EMAIL PROTECTED]'; 'jboss-development@lists.sourceforge.net'
Subject: RE: Adding javassist to server/default/lib

This brings up a question of the javassist version.  AOP only declares compatibility with 3.1RC2.  Can this be upgraded to 3.2.0.CR1?

 


From: Ryan Campbell
Sent: Friday, March 24, 2006 1:51 PM
To: Scott M Stark; Bill Burke; 'Thomas Diesler'
Cc: '[EMAIL PROTECTED]'; 'jboss-development@lists.sourceforge.net'
Subject: Adding javassist to server/default/lib

 

Since javaassist is needed by multiple components (aop, webservice, hibernate), it needs to be in server/default/lib.  I’ll be adding it there, and removing it from jbossws14.sar where Thomas put it earlier today.

 

So I think this means we need to remove it from aop.deployer as well.

 


From: Scott M Stark
Sent: Thursday, March 23, 2006 7:31 PM
To: Scott M Stark; Ryan Campbell; '[EMAIL PROTECTED]'; 'jboss-development@lists.sourceforge.net'
Subject: RE: jboss-4.0-testsuite Build Completed With Testsuite Errors

 

This is failing under 1.4.2 because javassist is not getting pulled into the jacc config:

 

2006-03-23 15:59:02,535 ERROR [org.jboss.deployment.MainDeployer] Could not create deployment: file:/services/cruisecontrol/checkout/jboss-4.0-testsuite/testsuite/output/lib/cmp2-audit.jar
java.lang.NoClassDefFoundError: javassist/NotFoundException
   at org.jboss.ws.server.WebServiceDeployerEJB21.isWebserviceDeployment(WebServiceDeployerEJB21.java:76)
   at org.jboss.ws.server.WebServiceDeployer.create(WebServiceDeployer.java:101)

 

javassist should be integrated via the server lib dir rather than the aop deployer due to the jbossretro, hibernate, etc dependencies not related to aop. I'm not seeing the jbossretro-rt.jar anywhere in the current 4.0 build, and my workspace is up to date. Has this been integrated into the dist structure yet?

 

Reply via email to