> Sam Yan wrote: > > I believe I have a configuration problem, however, I am unable to > understand what is wrong. I have successfully brought up pre2.1 on > JBuilder4. When I try to deploy the TestBeans.jar, I get the stack > trace below. The strangest thing is that my url changes from the > AutoDeployer on its way to the Container factory from > file:/D:/jboss/jboss/build/deploy/TestBeans.jar to > file:/D:/jboss/jboss/conf/deploy/Default/TestBeans.jar without any > intentional aid from me. Anyone know what I might have wrong? <snip!> > Deploying:file:/D:/jboss/jboss/conf/deploy/Default/TestBeans.jar > [Container factory] org.jboss.ejb.DeploymentException: Error in > jboss.xml for Bean AllTypes: found in jboss.xml but not in ejb-jar.xml You have a bean named 'AllTypes' that is defined in jboss.xml but isn't defined in ejb-jar.xml Did you give it a slightly different name in the two files? -- -------------------------------------------------------------- To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED]
