[jboss-user] [JCA/JBoss] - Re: Siebel Resource Adapter for JBoss

2008-05-15 Thread chaminda_jboss
Hi Vicky/all. I deployed the Adapter and -ds.xml as it is. But I was unable to get the reference via jndi lookup. That always says Siebel Adapter not bound. But I can see it in the JMX console. Also I cant get the jndi reference to quatz sample of jboss. I figured out that there is no

[jboss-user] [JCA/JBoss] - Re: Siebel Resource Adapter for JBoss

2008-05-15 Thread vickyk
chaminda_jboss wrote : | | Also I cant get the jndi reference to quatz sample of jboss. I figured out that there is no -ds.xml file for quatz samlpe.. Pls explain me why that is no need for the quatz sample. The only -ds.xml that jboss has used is for hsqldb-ds.xml | | JCA adapter

[jboss-user] [JCA/JBoss] - Re: Siebel Resource Adapter for JBoss

2008-05-11 Thread chaminda_jboss
Thank you very much Vickyk, Thanks lot, I will try and let you know the progress.. Best Regards Chaminda View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149979#4149979 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149979

[jboss-user] [JCA/JBoss] - Re: Siebel Resource Adapter for JBoss

2008-05-10 Thread vickyk
chaminda_jboss wrote : | Can somebody tell me how can configure Siebel Resource Adapter on Jboss, | Configuring the Seibel RA should not be different from configuring the generic RA , I am assuing that you are configuring the Seibel RA as the outbound RA . All you need to do is to follow

[jboss-user] [JCA/JBoss] - Re: Siebel Resource Adapter for JBoss

2007-02-27 Thread mandarkul
Another problem that I am facing is I can not see any evidence that close method of ManagedConnection is called upon server shutdown.I think it is an expected behavious as it will release the sockets held by the connection on the EIS server. We are getting SocketException after an

[jboss-user] [JCA/JBoss] - Re: Siebel Resource Adapter for JBoss

2007-02-27 Thread [EMAIL PROTECTED]
Without looking at your code it's difficult to diagnose what is going on. The log message | 2007-02-27 11:58:51,891 INFO [org.jboss.resource.connectionmanager.NoTxConnectionManager] Unregiste | red handle that was not registered! null for managedConnection:

[jboss-user] [JCA/JBoss] - Re: Siebel Resource Adapter for JBoss

2007-02-27 Thread mandarkul
Hi Weston, I will just explain the scenario, 1) When I call factory.getConnection() method the container calls the createManagedConnectionConnection method with an instance of ConnectionManager being passed as an argument.If I print the class-name the output is BaseConnectionManager2 class of

[jboss-user] [JCA/JBoss] - Re: Siebel Resource Adapter for JBoss

2007-02-27 Thread mandarkul
Hi Weston .. Thanks a lot. You have made my day. :) We did a small change in notifyClose by passing the reference of connection object as a connection handle to connection even object and things worked fine once again thanks a lot... u r a genious View the original post :

[jboss-user] [JCA/JBoss] - Re: Siebel Resource Adapter for JBoss

2007-02-26 Thread [EMAIL PROTECTED]
The matchManagedConnnections method will get called when JBoss attempts to locate a connection from the pool for use. Are you able to acquire a connection from the pool. The JMX console should list your min/max settings which are by default 0 and 10 respectively. Can you look at the JMX console

[jboss-user] [JCA/JBoss] - Re: Siebel Resource Adapter for JBoss

2007-02-26 Thread mandarkul
Hi weston, Thanks for your reply.Now I am able to configure the pool as per the desired prameters.The problem that I am facing is my connection is not returned backto the pool. Can you tell me what I need to do ? I am using a NoTxConnectionFactory.I read in many of the forum answers that JBoss

[jboss-user] [JCA/JBoss] - Re: Siebel Resource Adapter for JBoss

2007-02-26 Thread [EMAIL PROTECTED]
There should be nothing preventing the connection from being returned to the pool. A simple | connection.close() | should do it. However, if you are not firing a connection close event to your associated ConnectionListener(s) then this wouldn't occur, so it sounds like this is not

[jboss-user] [JCA/JBoss] - Re: Siebel Resource Adapter for JBoss

2007-02-26 Thread mandarkul
I am doing everything whatever you have mentioned in ur response.Going further I have switched on the TRACE level debugging.I can see the following message in the log file while JBoss is establishing the connection, 2007-02-27 11:58:51,876 TRACE