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
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
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 ..
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
-
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
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
-
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