[JBoss-user] [Installation, Configuration Deployment] - Default Path

2005-08-03 Thread venkitachalam_s81
What is the default path of JBoss web container. I mean in j2sdkee1.2.1 it is public_html, which is the folder in JBoss. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888177#3888177 Reply to the post :

[JBoss-user] [JCA/JBoss] - Connection Closed

2005-07-11 Thread venkitachalam_s81
I get the follwoing error when trying to access session EJB from jsp Connection handle has been closed and is unusable My EJB would look like public class userReport implements SessionBean { private Connection con = null; public void makeConnection() throws

[JBoss-user] [JCA/JBoss] - Re: Connection Closed

2005-07-11 Thread venkitachalam_s81
I am sorry , the error occurs even when finally section is removed from the Bean class thanx Venki venkitachalam_s81 wrote : I get the follwoing error when trying to access session EJB from jsp | | Connection handle has been closed and is unusable | | My EJB would look like

[JBoss-user] [JCA/JBoss] - Re: Connection Closed

2005-07-11 Thread venkitachalam_s81
dear all, I found a solution for the same by changing false in jbossjca-service.xml to true if there is any side effect to it , please do reply thanx Venki View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3884335#3884335 Reply to the post :

[JBoss-user] [JCA/JBoss] - Re: SET CHAINED MODE

2005-07-07 Thread venkitachalam_s81
It seems the new connection sql does not work. As this error goes only when I refresh the page again i.e. after connection is made in first instance. Also, connection-property name=SQLINITSTRINGset chained off/connection-property does not seem to work pls. help thanx Venki View the

[JBoss-user] [JCA/JBoss] - SET CHAINED MODE

2005-06-24 Thread venkitachalam_s81
Can i comfigure sybase-ds.xml so that connection starts in Unchained Mode. Also my db default mode is unchianed, how come then Jboss connection begins it in chained mode thanks Venki View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3882583#3882583 Reply to

[JBoss-user] [JCA/JBoss] - Re: SET CHAINED MODE

2005-06-24 Thread venkitachalam_s81
Hi, Thanks for ur reply. I had worked out another method. I modified the new-connection-sql check-valid-connection-sql tags as follows: new-connection-sqlSET CHAINED OFF/new-connection-sql check-valid-connection-sqlSET CHAINED OFF/check-valid-connection-sql I believe it should not have any

[JBoss-user] [JCA/JBoss] - Connection Closing

2005-06-23 Thread venkitachalam_s81
Hi, I get folloeing error Closing a connection for you. Please close them yourself at org.jboss.resource.connectionmanager.CachedConnectionManager.registerConnection(CachedConnectionManager.java:320) at

[JBoss-user] [Installation Configuration] - Web Console

2005-06-12 Thread venkitachalam_s81
I have installed jboss-4.0.1 on WinXP. Now while accessing http://localhost:8080/web-console though the navigation applet on the left side starts, it appears blank with no options listed. version of java - 1.4 Please help thanks Venki View the original post :