Thanks Stephane !!!!
On Sun, Feb 26, 2012 at 7:39 PM, Stephane Nicoll <[email protected]>wrote: > On Fri, Feb 3, 2012 at 6:44 PM, Daivish Shah <[email protected]> > wrote: > > > > Do we have any guideline or any link from where i can read which all > Jboss > > TAG supported by MAVE EAR plugin ? > > > > Thanks. > > > > In the doc (see JBoss support): > http://maven.apache.org/plugins/maven-ear-plugin/usage.html > > S. > > > > > > > > > > > > > > On Thu, Feb 2, 2012 at 10:31 PM, Stephen Coy <[email protected]> > wrote: > > > > > > > > On 03/02/2012, at 4:42 AM, Daivish Shah wrote: > > > > > > > Hi Wayne, > > > > > > > > org.springframework.beans.factory.BeanCreationException: Error > > > > creating bean with name 'TestEjbHandlerImpl': Invocation of init > > > > method failed; nested exception is java.lang.LinkageError: loader > > > > constraint violation: loader (instance of > > > > org/jboss/web/tomcat/service/WebCtxLoader$ENCLoader) previously > > > > initiated loading for a different type with name > > > > "javax/xml/namespace/QName" > > > > > > > > > > > > > > The whole JBoss 5 deployment descriptor is almost a red herring. In > fact > > > it exposes a clue as to what the real problem is. > > > > > > The problem you have here is that your application has included at > least > > > one of the (many) XML utilities out there that contains it's own > version > > of > > > javax.xml.namespace.QName. The reason for this is largely historical as > > > it's generally a result of forward migration of code from Java 1.3/1.4 > > > environments. > > > > > > Early xmlbeans is one such example. Old releases of Apache Axis is > > another > > > source of these kinds of problems. > > > > > > Cheers, > > > > > > Steve C > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [email protected] > > > For additional commands, e-mail: [email protected] > > > > > > > > >
