Find your log4j.xml - probably server/default/conf/log4j.xml - and
change your logging to debug as so:
<category name="org.apache">
<priority value="DEBUG"/>
</category>
Then show us the all the relevant info up until the exception and then
maybe we can help.
Robert
On 9/19/06, Z Chen <[EMAIL PROTECTED]> wrote:
I have an application deployed in JBoss (a ear file),
when the application invoke a remote Web services.
First I put all the Axis2 related jar files inside my
ear file and defined manifest to reference these
libraries from my web application, I got
ClassDefNotFoundException
(javax/xml/namespace/NamespaceContext). But If I move
these jar files to web-inf/lib, I got a
ClassCastException and the stack trace didn't show any
details.
Anybody has an idea ? Please help.
Thanks
John
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]