ok, it was strategically stupid to post the my question at the weekend.
But now that the weekend is over, does anyone have an opinion as to whether it is sufficient to add the ManagedEntityIdentityInterceptor just to conversation-scoped components?
Why is this interceptor not added to a stateful session bean (SFSB) when the SFSB is request-scoped? (after all, execution of a request can encompass multiple calls to the same SFSB, and can't passivation of this SFSB happen between one of these calls?).
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084939#4084939
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084939
hi,
i am using jboss as application server for jms and database is postgres.For an message store i am using the "*database store*".while starting the jms adding queue it is adding the messages to the jms queue after starting the jms receiver the datas are received sucessfully....afte some 10 to 13 hours i am getting java.lang.OutOfMemoryError in jms..so i checked the postgres table space.Table space is increased gradually...I think that the after receiver received that message the messages are not deleted in the database.how to debugg the the secnario in jboss as wel as in database.....how to chaeck the queue is in persistance or not persistance...
regards.
naresh govindaswamy.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084937#4084937
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084937
"yogendra_g" wrote : Hi,
| We also have two ear's and both have session beans.
| A session bean from one ear gives remote call to the session bean in second ear. And its working fine.
| I have set the isolation true. And yes this is set for allowing the use of multiple versions of the third party jar.
|
In my case I have a servlet in one ear that calls the session bean in the other ear.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084929#4084929
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084929
| <?xml version="1.0"?>
| <aop>
| <bind pointcut="execution(public * com.dts.*->*($instanceof{com.dts.commons.serviceplatform.DTSMessage}))">
| <interceptor class="com.dts.serviceplatform.interceptors.impl.DTSLoggingInterceptor" scope="PER_VM"/>
| </bind>
| </aop>
|
Are you 100% sure that this information only exists in one place in your deploy directory? Even if hidden away in a jar or something it would apply to all classes in the app server.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084928#4084928
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084928