[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Multiple parsing implementation in RARDeployer
vickyk
do-not-reply at jboss.com
Thu May 29 06:34:26 EDT 2008
anonymous wrote : Why is EJB deployer using that? :-)
This might be helpful to findout what is using the parse method which you have removed
| Caused by: java.lang.NoSuchMethodError: org.jboss.deployers.vfs.spi.deployer.SchemaResolverDeployer.parse(Lorg/jboss/virtual/VirtualFile;)Ljava/lang/Object;
| at org.jboss.deployment.JBossEjbParsingDeployer.getStandardMetaData(JBossEjbParsingDeployer.java:211)
| at org.jboss.deployment.JBossEjbParsingDeployer.createMetaData(JBossEjbParsingDeployer.java:112)
| at org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput.deploy(AbstractParsingDeployerWithOutput.java:236)
| at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:174)
| ... 64 more
|
anonymous wrote : If you were able to comment mappings, I'm sure you can add that method as well. ;-)
Yes I made the changes in the RARParserDeployer and it worked , I was lazy in doing so earlier ;(
I will have to wait for the EJB deployer to work properly for running the jca tests .
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4154229#4154229
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4154229
More information about the jboss-dev-forums
mailing list