any solution on this? i am facing the same problem.
Type: Posts; User: boom123; Keyword(s):
any solution on this? i am facing the same problem.
LOGS
11 Mar 2013 16:53:24,119 DEBUG WebLogicJtaTransactionManager [jmsContainer-1]: Participating transaction failed - marking existing transaction as rollback-only
11 Mar 2013 16:53:24,119...
I have tried to debug. the following code, please see the logs below. It works as it suppose...the initial transaction of invocation serviceB.methodA(m); is rollbacked in case of exceptio and the...
Gary thanks a lot for your time. Below You can see a complete example on how i managed to implement this, but I am not sure why its working...that why i am still asking for your help...to make it...
Thanks for your example. But I have a few more questions... methodB() should take as argument the result from methodA() (see my example in the first post except the case of an exception...) so in...
I edit my post. The JMS listener invokes Service A first. So you tell me, that I dont need two classes to achieve this Service A and B. Just one class with try catch and finally? But in this way i...
Consider the following scenario, assuming JMS and Datasource XA is enabled. A message listener (Spring bean) picks up a message from the queue. Then for each message one or more services are invoked...
If the application stops and the starts again? Should there be a problem with that or all the static classes are being removed from the classloader and this occurs only on auto-deploy?
My questions is as follows: I have a JMS being polled service by the submissionListener MDP that its configuration is shown below. After the message is consumed a service (spring bean) is being...
5514
class:org.apache.log4j.config.PropertySetter[2 classes] instance count: 216.000 size 80.XXXkB
I run Jprofiler to investigate the reason of this perm gen leak. I am new though to...
<Feb 26, 2013 2:47:13 PM MET> <Warning> <HTTP> <BEA-101162> <User defined listener org.springframework.web.context.ContextLoaderListener failed: java.lang.OutOfMemoryError: PermGen space....