"jaikiran" wrote : anonymous wrote : java.lang.ClassCastException: org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
|
| Have a look at http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassCastExceptions, specifically the jmx-console method mentioned over there. That will tell you which jar(and how many jars) is being picked up for this class.
|
Hmmm. I try it for org.apache.xerces.jaxp.SAXParserFactoryImpl, and get
org.apache.xerces.jaxp.SAXParserFactoryImpl Information
Repository cache version:
org.apache.xerces.jaxp.SAXParserFactoryImpl(d73c3c).ClassLoader=null
++++Null CodeSource
Implemented Interfaces:
### Instance0 via UCL: org.jboss.system.server.NoAnnotationURLClassLoader@5d173
Null CodeSource? Does this mean the class exists or not?
The war I am trying to deploy to JBoss deploys fine on a standalone Tomcat.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093394#4093394
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4093394
After an update of Seam CR1 to CR2 I'll get an java.lang.ClassFormatError.
2007-10-10 11:43:42,091 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/joe]] Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener
| java.lang.ClassFormatError: Illegal class modifiers in class org/jboss/seam/remoting/package-info: 0x1600
I'm using JBoss AS 4.2.1 and Java 1.5.0_12 (64bit).
Any idea whats going wrong here?
Pingus
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093389#4093389
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4093389
Hi all !
I use jboss-4.0.5.GA, EJB 3.0.
I have installed JBoss server on two difference machines.
anonymous wrote : On the first machine, I have a bean called BeanA (has a method called hello()). ---> BeanA was deployed on the first machine
| On the second machine, I have a bean called BeanB. ---> BeanB was deployed on the second machine.
Now, on the BeanB, can I call hello() (belong BeanA) ? Both of JBoss server (first and second machine) are running. Can BeanA lookup BeanB but on the difference machines ? If ok, where I must config ?
Please guide to me or show me some link about my problem !
thanks.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093387#4093387
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4093387