Hi
I am currently working in a webbased project where we are trying to give a
web front-end for a integrated banking system application running in a
mainframe system. We are using JSP for the presentation-tier and EJB for
user authentication, session management, and routing the requests from
presentation-tier to the mainframe application. We have successfully
deployed the whole setup (JSP and EJB) in weblogic 5.1 and 6.0, but due to
jboss's simplicity, we are trying to move the setup from weblogic to JBoss.
We have success configuring the sessionbeans in JBoss. But struck up while
configuring the entity bean. Could anyone please guide us the exact
procedure for configuring the datasource,connection pool for the database
connections and configuring this for the entity bean. Due to time
constraints, I am not at the liberty to go through the doucmentation and
examples.
The database details are as follows.
DB URL=jdbc:sybase:Tds:db1.hyd.wilco-int.com:1400/STB2LocalData,
DRIVER=com.sybase.jdbc2.jdbc.SybDriver,
initialCapacity=5,
maxCapacity=15,
capacityIncrement=3,
props=user=<username>;password=<password>
Any immediate help in this regard is strongly appreciated.
Thanks and regards
Sumeeth
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user