[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Multiple parsing implementation in RARDeployer

alesj do-not-reply at jboss.com
Thu May 29 05:09:31 EDT 2008


"vickyk" wrote : 
  | I have managed to get RARParserDeployer  working after making the changes in the MultipleVFSParsingDeployer , I commented the mappings section.
  | 
No, you need the mappings.
That's the info that knows how to map file with the actual metadata.
If you had to remove that, you're probably misusing the deployer.

"vickyk" wrote : 
  | However when I ran the testcases I started getting these errors 
  | *** DEPLOYMENTS IN ERROR: Name -> Error
  |   | 
  |   | vfsfile:/home/vicky/eclipseworkspaces/workspace/jboss5-trunk/testsuite/output/lib/jcatest.jar -> org.jboss.deployers.spi.DeploymentException: Error during deploy: vfsfile:/home/vicky/eclipseworkspaces/workspace/jboss5-trunk/testsuite/output/lib/jcatest.jar
  |   | 
  |   | 
  |   | *** CONTEXTS IN ERROR: Name -> Error
  |   | 
  |   | vfsfile:/home/vicky/eclipseworkspaces/workspace/jboss5-trunk/testsuite/output/lib/jcatest.jar -> java.lang.NoSuchMethodError: org.jboss.deployers.vfs.spi.deployer.SchemaResolverDeployer.parse(Lorg/jboss/virtual/VirtualFile;)Ljava/lang/Object;
  |   | 
  | 
  | I am not able to see the required parse(.. ) implementation in the SchemaResolverDeployer , looks like the recent changes had remove this method .
  | 
Yes, the method is no longer there.
But who is depending on this method?

If the deployers are used as they should be - as in deployers tests - that method is impl detail.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4154196#4154196

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4154196



More information about the jboss-dev-forums mailing list