Re: Rollbacks at database level throws exception in Geronimo

2006-11-28 Thread Arunanthisivam Vimalathithen
Hi, I am using the provided TranQL connectors for the datasource and the problem I faced seemed to be connected with the TranQL connector which seems to be setting auto commit to true. I was asked to file a JIRA on this ( http://issues.apache.org/jira/browse/GERONIMO-2576). There have been not

Rollbacks at database level throws exception in Geronimo

2006-11-16 Thread Arunanthisivam Vimalathithen
Hi, I am sending this mail again as no one has answered my previous mail, I am restating the problem I am facing and also have attached a sample to recreate the problem. I have a stateless session EJB which accesses a DB2 datasource created using the tranql generic connector. This uses the

tranql local connecter (unable to rollback as auto-commit is true)

2006-10-12 Thread Arunanthisivam Vimalathithen
Hi, I have a datasource (for DB2) that is created using the tranql-local-connecter (generic one, because the org.tranql.connector.db2.LocalMCF class for db2 is not bundled in the db2 binary). Anyway the problem I encounter is not related to this. It seems that tranql seems to be setting

problems when refering same local EJB in different dependent EARs

2006-10-04 Thread Arunanthisivam Vimalathithen
Hi,I am running into some problems in the following scenario. I am deploying two different EARs in which among other EJBs there is the same local EJB (same class). Only the JNDI name of this local EJB differs in these EARs. I am able to refer to the correct local EJB in the second EAR by using

Re: Failure when looking up an EJB consecutively

2006-09-26 Thread Arunanthisivam Vimalathithen
,Lasantha Ranaweera Arunanthisivam Vimalathithen wrote: Hi, I am havinga problem inan application I am trying to port to WebSphere community edition which basically uses Geronimo 1.0 (This problem exists in the latest version of Geronimo (1.1.1)as well). The client I am using looks up the service

Re: Refering an EJB deployed in 2nd EAR

2006-09-26 Thread Arunanthisivam Vimalathithen
Hi Lasantha, What is the corresponding syntax for Geronimo 1.0? Thanks and regards, Vimalan On 9/26/06, Lasantha Ranaweera [EMAIL PROTECTED] wrote: Hi Siraj,Yes it is the problem. When I add the dependencies to the geronimo-application.xml I can deploy two EARs without any error. Please find

Re: Failure when looking up an EJB consecutively

2006-09-26 Thread Arunanthisivam Vimalathithen
-sample-application.html replacing following files. We might able to help you if you are more specific and share your code with us. Regards,Lasantha Ranaweera Arunanthisivam Vimalathithen wrote: Hi, I am havinga problem inan application I am trying to port to WebSphere community edition which

Failure when looking up an EJB consecutively

2006-09-25 Thread Arunanthisivam Vimalathithen
Hi, I am havinga problem inan application I am trying to port to WebSphere community edition which basically uses Geronimo 1.0 (This problem exists in the latest version of Geronimo (1.1.1)as well). The client I am using looks up the service numerous times consecutively and invokes the services.

Re: Getting a reference to a remote EJB

2006-09-05 Thread Arunanthisivam Vimalathithen
1.1.1 . If I am wrong hope somebody in community will correct me.I haven't come across version as you mentioned in Geronimo. Can you please explain how did you get this version of Geronimo ?Regards,Lasantha Ranaweera Arunanthisivam Vimalathithen wrote: Hi Lasantha, Many thanksfor your feedback

MDB deployment problems

2006-09-01 Thread Arunanthisivam Vimalathithen
Hi, I am trying to deploy an EAR containing MDB I have deployed a JMS resource (ActiveMQ RAR) seperately. But when I deploy the MDB (parentId in openejb-jar.xml for MDB refers to deployed JMS resource),I get an java.lang.ClassNotFoundException : org.activemq.ra.ActiveMQActivationSpec error. Why

Re: Refering an EJB deployed in another EAR

2006-08-30 Thread Arunanthisivam Vimalathithen
) that related to EJB references, but I don't remember whether it would impact this case.So the first step is to configure the parent or dependency to make sure the classes are there, and then we may need a little experimentation to get the EJB reference syntax right. Thanks,Aaron On 8/28/06, Arunanthisivam

Refering an EJB deployed in another EAR

2006-08-28 Thread Arunanthisivam Vimalathithen
Hi, How can you refer an EJB that is deployed in another EAR. For example I have an EAR calledear awhich contains an EJB ejb a, I want to refer this EJB from another EJB (ejb b) which is packaged and deployed in another EAR ear b. Currently I cannot seem to find any other way other than packaging