Hi everyone,
I am trying to deploy multiple ears into one jboss server and want to package a specific log4j configuration with each ear that should only affect those classes within the ear (I am simulating multiple computers on one server instance and want to separate the logs). I am using commons-logging as the facade in front of log4j.
I am using scoped class-loading for my ears, and that works well.
Is there any tutorial or documentation of this somewhere? I have read the parts at http://docs.jboss.org/process-guide/en/html/logging.html, 10.3.6-10.3.8 which seems to describe what i want to do but I cant get it to work.
Before I post any code, is this a problem that someone has encountered (or something that works well and its all my mistakes...)
Maybe this is an Anti-Pattern?
Best Regards
-Thomas
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4091486#4091486
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4091486
Well, that did not work as well. It also throws an exception when I try:
| MessageFactory mf = MessageFactory.newInstance();
| returnMessage = mf.createMessage();
| SOAPFactory f = SOAPFactory.newInstance();
| SOAPBody body = returnMessage.getSOAPBody();
| body.addChildElement(f.createElement(createResponseContent()));
|
I'm really starting to think that might have a bug on the jbossws :(
Regards
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4091481#4091481
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4091481
I have my Event Scoped bean wich has register method and injects event scoped user object.
When registration is Succesfull register() returns "succes" oucome and user gets redirected to adequate page. My question is :
If user enters "register.seam?outcome=succes" manually id like to inform him about his mistake and revert him to registration form.
I Cant kinda do it in conversation because my conversation starts with rendering form page and ends with the end of register().
So how should i handle it ?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4091475#4091475
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4091475