-
1. Re: jboss-modules LinkageError / Translet class loaded, but unable to create translet instance.
dmarcou Nov 21, 2014 7:35 PM (in response to stephen.flynn)Has there been any movement on this issue, I am also experiencing the exact same issue, when upgrading from Jboss 7.1.1.Final to Wildfly 8.1.0Final ?
-
2. Re: jboss-modules LinkageError / Translet class loaded, but unable to create translet instance.
dmlloyd Nov 24, 2014 11:23 AM (in response to dmarcou)I'm not sure why this would suddenly start happening. Can you test in upstream to see if the problem exists there? What about 8.2.0.Final?
-
3. Re: jboss-modules LinkageError / Translet class loaded, but unable to create translet instance.
dmarcou Nov 24, 2014 4:02 PM (in response to dmlloyd)Not sure what you mean by upstream, however I did just install the 8.2.0.Final update and I see the same exception there.
-
4. Re: jboss-modules LinkageError / Translet class loaded, but unable to create translet instance.
dmarcou Nov 26, 2014 12:29 PM (in response to stephen.flynn)So I solved my problem by including xalan and xerces jars in my web application. Previously I had been trying to reference them via the jboss modules.
-
5. Re: jboss-modules LinkageError / Translet class loaded, but unable to create translet instance.
skay088 Dec 11, 2014 4:09 AM (in response to dmarcou)Hi,
I'm encountering same issue with WildFly 8.1-FInal
However, with the same WAR artifact deployed on
1) Jboss 7.1 -> No LinkageError
2) upgrading to WildFly 8.2-final -> same issue / LinkageError
=> This bug hasn't been corrected (!!!).
I think you'll share my opinion : It is absolutely not safe and Xalan /Jaxp management is clearly the job of the AS / not the application !!
DId you find something else than your work-around / embeeding Xalan ?
BR
-
6. Re: jboss-modules LinkageError / Translet class loaded, but unable to create translet instance.
dmlloyd Dec 11, 2014 8:55 AM (in response to skay088)No, the problem has not been solved yet. I can tell you that the problem seems extremely unlikely to have been introduced between JBoss Modules 1.3.1 and 1.3.3; it may be a result of some change to the application server's class loader building, but I'm not sure about that either.
-
7. Re: jboss-modules LinkageError / Translet class loaded, but unable to create translet instance.
skay088 Dec 11, 2014 10:25 AM (in response to dmlloyd)Thanks for your reply; meanwhile I opened an issue :
https://issues.jboss.org/browse/WFLY-4174
Tell me if this is the correct process !
A workaround consist in embeeding Xalan / see my comments.
But could you tell me if it is possible to add/expose the Wildfly's Xalan distrib into the classpath directly through standalone.xml configuration or something smarter, like adding an extra module.xml configuration ?
BR
-
8. Re: jboss-modules LinkageError / Translet class loaded, but unable to create translet instance.
foutjo Dec 18, 2015 8:23 AM (in response to stephen.flynn)I am getting the same issue with wildfly 9.0.
I was previously running 7.1 and worked without giving exception.
Can anyone tell me if this issue has been fixed yet?
Or is there some type of work around that I can apply?
Any help is greatly appreciated.