|
Hello,
I am new to xdoclet and I am trying to get the samples working on JBoss 3.0a...but so far no luck. Is there a working version of the samples somewhere...the latest version in cvs doesn't even compile. I have been trying to figure out the problems, but I was hoping there was a sample I could just build and deploy. I get the following error when trying to deploy samples-ejb.jar: [08:53:28,988,ContainerFactory] Could not deploy file:/C:/JBoss30a/deploy/Defaul t/samples-ejb.jar java.lang.ClassNotFoundException: test.interfaces.CustomerBMPHome at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at org.jboss.ejb.EntityContainer.init(EntityContainer.java:289) at org.jboss.ejb.Application.start(Application.java:201) at org.jboss.ejb.ContainerFactory.deploy(ContainerFactory.java:382) at org.jboss.ejb.ContainerFactory.deploy(ContainerFactory.java:308) at java.lang.reflect.Method.invoke(Native Method) at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:16 28) at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15 23) at org.jboss.deployment.J2eeDeployer.startModules(J2eeDeployer.java:467) at org.jboss.deployment.J2eeDeployer.startApplication(J2eeDeployer.java: 444) at org.jboss.deployment.J2eeDeployer.deploy(J2eeDeployer.java:215) at java.lang.reflect.Method.invoke(Native Method) at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:16 28) at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15 23) at org.jboss.deployment.AutoDeployer.deploy(AutoDeployer.java:654) at org.jboss.deployment.AutoDeployer.run(AutoDeployer.java:327) at java.lang.Thread.run(Unknown Source) [08:53:29,729,J2eeDeployer#Default] Starting samples-ejb.jar failed! -------------------------------------------- I'm sure there is probably an easy solution to this, but I'm just a newbie. Thanks, Steve Knight |
