Hello, Sorry if this is a really basic question, but I can't find any information on it on the jboss website and the list archives. I did a vanilla install of jboss-2.0-pr3 on RH6.2 linux and ran both the SUN and Blackdown jdk1.2.2. When I start the jboss server via "java -jar run.jar" I get the following message in the on-screen text: [Auto deploy] Auto deploy of file:/home/opt/jboss-2.0-pr3/deploy/TestBeans.jar [Container factory] Deploying:file:/home/opt/jboss-2.0-pr3/deploy/TestBeans.jar [Container factory] Deploying nextgen.EntityPK [Container factory] No configuration chosen. Using default configuration [Container factory] java.lang.NoClassDefFoundError: java/lang/reflect/InvocationHandler [Container factory] at java.lang.Class.newInstance0(Native Method) [Container factory] at java.lang.Class.newInstance(Class.java:237) [Container factory] at org.jboss.ejb.ContainerFactory.deploy(ContainerFactory.java:452) [Container factory] at org.jboss.ejb.ContainerFactory.deploy(ContainerFactory.java:183) [Container factory] at java.lang.reflect.Method.invoke(Native Method) [Container factory] at javax.management.MBeanServer.invoke(MBeanServer.java:1635) ... ... The error message leads me to believe something is wrong outside of jboss (java.lang.NoClassDefFoundError), but I would expect the SUN jdk to be "correct." Any ideas? Second question: many different java programs (like jboss and Tomcat) require an xml parsing library. The servlets that I write require xml parsing as well. Since there can only be one source of org.xml.whatever classes, do you see this as a problem? Some xml parsers are implemented differently from others because the standards are always changing and are not standard yet <yuck!>. I managed to get Tomcat to run comfortably using the Xerces 1.1.0 parser from xml.apache.org but I'm not sure my luck will hold out to other programs or servers. Thank you! - Daniel -- -------------------------------------------------------------- To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Problems?: [EMAIL PROTECTED]
