[JBoss-user] [JCA/JBoss] - Re: How to programmatically create datasource without config

2006-01-19 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp Hijacking somebody else's thread just means you are ignored. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918389#3918389 Reply to the post :

[JBoss-user] [JCA/JBoss] - Re: How to programmatically create datasource without config

2006-01-12 Thread hbentel
Hi I'm also interested in this topic but this thread seems to have died away. Are there any way to programmatically configure new datasources in JBoss 4.0? We also use Weblogic and it's JMX api to create connection pool and datasources on demand without restarting the server. It's all

[JBoss-user] [JCA/JBoss] - Re: How to programmatically create datasource without config

2005-11-04 Thread ssanjeev
We are getting into unbind issue very often with JBoss 4.0.2 and Postgres 8.0.3. Here is the log: 2005-11-04 08:12:02,033 INFO [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] (ScannerThread) Unbound connection factory for resource adapter for ConnectionManager

[JBoss-user] [JCA/JBoss] - Re: How to programmatically create datasource without config

2005-10-21 Thread zjchen98
We are migration from JBoss 3.2 to JBoss 4.02 for live production application. Everything goes well, exception hot deployment seems break. It used to pick up new datasource, now I got following error: 16:47:54,067 INFO [ConnectionFactoryBindingService] Unbound connection factory for resource

[JBoss-user] [JCA/JBoss] - Re: How to programmatically create datasource without config

2005-01-10 Thread [EMAIL PROTECTED]
OK, you are right. JBoss does hot-deply when *-ds.xml got modified. My problem was that the default ScanPeriod=5000 in jboss-service.xml was too large for the application, cause right after the datasource was defined in *-ds.xml, it will be used almost immediately and 5 secs are too large.

[JBoss-user] [JCA/JBoss] - Re: How to programmatically create datasource without config

2005-01-08 Thread [EMAIL PROTECTED]
Does the *-ds.xml file have to be brand new, or can it be existing? I created the new datasource definitions in an existing mssql-ds.xml and the datasource was not bound until we reboot JBoss. So what you are suggesting is to create the new datasource definitions in brand new *-ds.xml file,

[JBoss-user] [JCA/JBoss] - Re: How to programmatically create datasource without config

2005-01-08 Thread [EMAIL PROTECTED]
It can be an existing datasource definition file unless you have hot deploy disabled. In that case you would have to invoke the MainDeployer deploy method passing in the url to the mssql-ds.xml. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3861269#3861269

[JBoss-user] [JCA/JBoss] - Re: How to programmatically create datasource without config

2005-01-07 Thread [EMAIL PROTECTED]
Write a *-ds.xml descriptor into the deploy directory. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3861235#3861235 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3861235