[jboss-user] [JBossWS] - calling a web service from the standlone client

2007-05-10 Thread mandarkul
I am trying to access a web service deployed on JBoss thtough a statndalone client. The web service is deployed sucessfully as I can see the web service in JBoss's web service console(jbossws). But when i execute the following code : | public static void main(String[] args) { |

[jboss-user] [JCA/JBoss] - Re: Is it a JBoss Bug ...?

2007-04-30 Thread mandarkul
Hi weston, Thanks a lot.I could find out that it was a threading issue in the resource adapter that I was using.It is certainly not a bug in Jboss. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4041742#4041742 Reply to the post :

[jboss-user] [JCA/JBoss] - Is it a JBoss Bug ...?

2007-04-28 Thread mandarkul
Hi I am using a custom JCA Resource Adapter for Siebel.We are running our application on JBoss 4.0.5(Production Release). We are experiencing a Strange problem of connection pooling.Here is the simulation of the problem 1) We have written a servlet that obtains

[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: ClassCastException while getting reference to Connection

2007-02-27 Thread mandarkul
Hi I am writing a custom Siebel Resource Adapter using JCA.I am facing a couple of difficulties. 1) I can not see my connection being returned back to the pool once the client invokes a close method on the connection object. 2) I can not see any evidence of close method of 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] - Siebel Resource Adapter for JBoss

2007-02-26 Thread mandarkul
I have developed a customized Siebel Resource Adapter.But I am really confused to see that matchManagedConnections method of ManagedConnectionFactory is never getting invoked during the lifecycle of the application.Also I am confused as to where I can specify the minPoolSize and MaxPoolSize

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