[JBoss-user] [Security & JAAS/JBoss] - Re: Using principal for context passing

2005-06-25 Thread vbnaik
After going through this posts, we have implemented the passing of context ( in our case an id ) during a transaction using the interceptors at ejb proxy and container level as suggested by Scott. As such the Invocation object, which has holds the payload to be used during the chain of invocati

[JBoss-user] [EJB/JBoss] - Re: EJBException:Invalid invokation Exception while accessin

2005-06-24 Thread vbnaik
04:03:33,724 INFO [STDOUT] at org.jboss.mx.server.Invocation.invoke(Invocation.java:72) | 04:03:33,724 INFO [STDOUT] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249) | 04:03:33,724 INFO [STDOUT] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.ja

[JBoss-user] [EJB/JBoss] - Re: Entity bean - managin large queiries

2005-06-24 Thread vbnaik
Well, If its just a question of querying out the data, i.e. firing a select statement, using ejbs wont serve your purpose. I would go for a direct JDBC operation, and only involve ejb when some transaction is being made. Using JDBC one also gets the benifit of exploiting the power of SQL ..

[JBoss-user] [EJB/JBoss] - Re: EJBException:Invalid invokation Exception while accessin

2005-06-24 Thread vbnaik
A complete stack trace would give more insight into your problem View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882672#3882672 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882672 -

[JBoss-user] [EJB/JBoss] - Use of Interceptors and ThreadLocal

2005-06-24 Thread vbnaik
Hello, The subject of my previous didnt manage to get any answers, so reposting the same with different subject line. Please check the original post at http://www.jboss.org/index.html?module=bb&op=viewtopic&t=6 Thanks, Vikram. View the original post : http://www.jboss.org/index.html?modul

[JBoss-user] [EJB/JBoss] - Re: Propogation of an identifier during a transaction using

2005-06-23 Thread vbnaik
Hello, Forgot to mention, we are using JBoss - 4.0.0 Thanks, Vikram. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882478#3882478 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882478 -

[JBoss-user] [EJB/JBoss] - Propogation of an identifier during a transaction using inte

2005-06-23 Thread vbnaik
Hello, We have a requirement of propogating an identifier ( on the similar lines of Principal propogation in JAAS) during a transaction. I had a look at the interceptor framework and some postings in this forum and finally came to conclusion that adding the interceptors at following levels i