[JBoss-user] [JCA/JBoss] - Re: my connector

2004-06-23 Thread JohannesST
Ok I will take a look at this Adapter. Thanks for your help. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839707#3839707 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3839707 ---

[JBoss-user] [JCA/JBoss] - my connector

2004-06-23 Thread JohannesST
hello, does anyone have a sample code of a JDBC resource adapter. within all files you need. kind regards View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839647#3839647 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=383

[JBoss-user] [JCA/JBoss] - SQL Driver(Oracle) not loaded

2004-06-22 Thread JohannesST
hello, my scenario + jboss 3.2.3 + windows 2k + sp4 I have deployed my resource adapter. *-ds.xml BlackBox BlackBoxNoTx jdbc:oracle:thin:@srvdb:1521:srvdb92 oracle.jdbc.driver.OracleDriver in my application i get t

[JBoss-user] [JCA/JBoss] - Re: Deploy a Resource Adapter(eg blackbox)

2004-06-21 Thread JohannesST
the content of my ra.xml file http://java.sun.com/dtd/connector_1_0.dtd'> BlackBoxNoTx Java Software 1.0 Map 1.0 com.sun.connector.blackbox.NoTxManagedConnectionFactory javax.sql.DataSource com.sun.connector.blackbox.JdbcDataSource jav

[JBoss-user] [JCA/JBoss] - Re: Deploy a Resource Adapter(eg blackbox)

2004-06-21 Thread JohannesST
here is the output of my jboss...with one error 15:46:37,736 INFO [MainDeployer] Starting deployment of package: file:/C:/DevTo ols/jboss-3.2.3/server/default/deploy/blackbox-notx-ds.xml 15:46:37,766 INFO [MainDeployer] Deployed package: file:/C:/DevTools/jboss-3.2. 3/server/default/deploy/black

[JBoss-user] [JCA/JBoss] - Re: Deploy a Resource Adapter(eg blackbox)

2004-06-21 Thread JohannesST
hello, this is my *-ds.xml (blackbox-notx-ds.xml) file in the /deploy directory. BlackBoxNoTx BlackBoxNoTx but if i want to make the lookup ("java:comp/env/BlackBoxNoTx")...i get the error BlackBoxNoTx not bound View the original post : http://www.jboss.org/index.html

[JBoss-user] [JCA/JBoss] - Re: Deploy a Resource Adapter(eg blackbox)

2004-06-21 Thread JohannesST
Antwort View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839391#3839391 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3839391 --- This SF.Net email is sponsored by The

[JBoss-user] [JCA/JBoss] - Deploy a Resource Adapter(eg blackbox)

2004-06-21 Thread JohannesST
hello, my scenario: + jboss 3.2.3 + windows 2000 pro sp4 i want to deploy for example sun's blackbox ressource adapter(blackbox-notx.rar) i have to copy the rar file into the deploy directory then i have to make some configurations in xml files...but in which files i have to configure som