Author |
Message |
Topic: Logging with Log4J in Java ComputeNode |
tariqjawed83
Replies: 4 Views: 2552
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 25, 2009 1:17 pm Subject: AsyncAppender Appender |
Good Thanks,
will AsyncAppender for Log4j will work fine with broker environment, because since I will be writing to one file, just thinking to use AsyncAppender... |
Topic: Logging with Log4J in Java ComputeNode |
tariqjawed83
Replies: 4 Views: 2552
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 25, 2009 12:43 pm Subject: More Elaboration |
Thanks for your quick reply, can you please elaborate little more.
I'm new to Broker, how will that flow LogIntiailizer (as you said), will be Initialized, I know static Initializer will be loaded ... |
Topic: Logging with Log4J in Java ComputeNode |
tariqjawed83
Replies: 4 Views: 2552
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 25, 2009 12:18 pm Subject: Logging with Log4J in Java ComputeNode |
First I was logging some log statements using MbService.logInformation() but the WMB Administrator said, you should not log the application logs into syslog.
so I switch towards Log4J in my Java Co ... |
Topic: The root element is required in a well-formed document |
tariqjawed83
Replies: 4 Views: 10298
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 25, 2009 12:09 pm Subject: Thanks |
Thanks guys for your help.
Actually I solved the problem by creating only payload and first element as XMLNSC parser element.
and when the output passed to SOAPReply Node, it takes care of creat ... |
Topic: The root element is required in a well-formed document |
tariqjawed83
Replies: 4 Views: 10298
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Dec 20, 2009 6:02 pm Subject: The root element is required in a well-formed document |
I'm creating SOAP Message from Scratch, but after creating it when I pass the message to SoapReply Node, it gives this error
The root element is required in a well-formed document
This is the me ... |
Topic: problem creating SOAP tree from bitstream |
tariqjawed83
Replies: 30 Views: 52488
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 24, 2009 6:38 pm Subject: Same Problem |
Did you solved the problem, I have got the same problem after the soap-request node, getting error message
Problem creating SOAP tree from bitstream |