[jboss-dev-forums] [Design of POJO Server] - Re: Structure deployer changes comitted to trunk
scott.stark@jboss.org
do-not-reply at jboss.com
Fri Oct 27 02:22:47 EDT 2006
"kabir.khan at jboss.com" wrote :
| For the aop tests I am seeing a couple of problems where nested .aop files are ignored. The classes in the .aop files are not added to the classpath resulting in NoClassDefFoundErrors and the META-INF/jboss-aop.xml files are not picked up.
|
| If I deploy a sar which has a nested .aop file, the sub deployments are no longer passed in to the deployers. These are deployed in the testsuite, and so are deployed via a MainDeployer.deploy().
|
| If I put the sar in the deploy folder and then start up jboss, both the sar and the nested .aop file get picked up.
|
| The sar and aop files are packed
|
I have fixed the remote deployment issue, and the structure is correct in terms of the DeploymentContexts. I am seeing an error I don't see when the sar is deployed in deploy though:
| 23:13:19,874 WARN [AspectManagerServiceJDK5] EnableTransformer has been deprecated, please use EnableLoadtimeWeaving. See docs for more details
| 23:13:19,898 WARN [MainDeployer] undeploy 'file:/home/svn/JBossHead/jboss-head/testsuite/output/lib/aop-extendertest.sar' : package not deployed
| 23:13:19,899 INFO [MainDeployer] deploy, url=file:/home/svn/JBossHead/jboss-head/testsuite/output/lib/aop-extendertest.sar
| 23:13:59,355 ERROR [AbstractKernelController] Error installing to Instantiated: name=jboss.aop:name=ExtenderTester state=Described mode=Manual requiredState=Configured
| org.jboss.deployment.DeploymentException: Unable to createMBean for jboss.aop:name=ExtenderTester
|
Can you look at that and let me know what is different. You need the mc snapshot jar updates I just committed.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981227#3981227
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981227
More information about the jboss-dev-forums
mailing list