JBoss 4.2.3 - how to find path to jar file
Posted
by
Gribbler
on Stack Overflow
See other posts from Stack Overflow
or by Gribbler
Published on 2012-06-26T20:06:45Z
Indexed on
2012/06/26
21:16 UTC
Read the original article
Hit count: 218
I'm getting an error in a JBOSS application:
Static Method [addHeader] not found on JavaBean [class com.ppnet.webservice.WebserviceHeaderWriter]
I have checked the WebserviceHeaderWriter.jar that gets deployed into JBOSS and checked it in eclipse. It looks as if it should have this method on it.
I think that the JBoss application might be loading a different version of the WebserviceHeaderWriter.jar without this method on it, is there a way to check the location of the file that is getting loaded?
© Stack Overflow or respective owner