Re: [JBoss-user] Please Help: JBoss - How to start a user service ????

2002-12-19 Thread David Jencks
did you try just deploying the datasource configuration? I believe that when you request the first connection it will create a Driver instance. If that doesn't work for some reason, you will have to wriate a small mbean implementing a void start() throws Exception method in which you

[JBoss-user] Please Help: JBoss - How to start a user service ????

2002-12-18 Thread Sasidharan, Manoj
Hello All, I want to start CloudScape from within JBoss. CloudScape can be started by instantiating an object of its Driver class. Hence I tried to put the logic in a startcs-service.xml: server mbean code=com.ibm.db2j.jdbc.DB2jDriver name=user:service=Cscapeserver /mbean /server This