I have some custom exceptions created in my web service.
When the client calls that web service within jboss, when it fails with a custom exception I want it to return to the client the exception.
All fine, except for one little thing. The JAXWS that handles the request, before sending the exception to the client, calls logger.error on that exception! I can configure the log4j or some other logger to avoid this, but is there some nice solution, like configuring jax to only stacktrace the exceptions that aren't defined in the web service interface.
Thank You
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4200405#4200405
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4200405
I have JBoss setup with the default log4j.xml. My problem is that all application related messages that are printed in the server.log are displayed at INFO level.
The application that is deployed has its own log4j file with its own pattern layout. Could this be causing it or is the issue someplace else ?
The output of the log files looks something like this
date:time INFO [thread name] classname (filename :line number) - [entire application message - most of which is a repeat of the ealier pattern]
Do let me now.
Thanks,
-Kevin.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4200394#4200394
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4200394
JBoss AS (and JBoss SOA) are pure Java, thus they should run the same on any operating system that has a JVM. Having said that, you can run into networking/firewall and permission issues because some OSes have security tightened down more than others. But the OS vendor should provide the necessary information on how to configure your security settings to open ports and do other such things.
I have Server 2008 running in VMWare. I think that I ran JBoss AS there with no issues (it's been several months since I used Server 2008).
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4200385#4200385
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4200385