[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


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=3839647


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 the error.
SQLException: no sutiable driver

now my question...
how can i load say JBoss that he have to load the Oracle Driver at statup time.

I have the ORacle Drvier *.jar file in die /lib and server/default/lib dir.

pleas help me soon.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839478#3839478

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3839478


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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
java.sql.Connection

com.sun.connector.blackbox.JdbcConnection
NoTransaction

connectionURL
java.lang.String

jdbc:oracle:thin:@srvdb:1521:srvdb92



BasicPassword

javax.resource.security.PasswordCredential

false



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839416#3839416

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3839416


---
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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/blackbox-notx-ds.xml
15:46:37,776 ERROR [URLDeploymentScanner] MBeanException: Exception in MBean ope
ration 'checkIncompleteDeployments()'
Cause: Incomplete Deployment listing:
Packages waiting for a deployer:
  
Incompletely deployed packages:
[EMAIL PROTECTED] { url=file:/C:/DevTools/jboss-3.2.
3/server/default/deploy/blackbox-notx.rar }
  deployer: [EMAIL PROTECTED]
  status: null
  state: FAILED
  watch: file:/C:/DevTools/jboss-3.2.3/server/default/deploy/blackbox-notx.rar
  lastDeployed: 1087825403797
  lastModified: 1087825403787
  mbeans:
]MBeans waiting for classes:
  
MBeans waiting for other MBeans:
[ObjectName: jboss.jca:service=TxCM,name=blackbox
 state: CONFIGURED
 I Depend On:  jboss.jca:service=ManagedConnectionPool,name=blackbox
 jboss.jca:service=CachedConnectionManager
 jboss:service=TransactionManager

 Depends On Me: , ObjectName: jboss.jca:service=ManagedConnectionPool,name=black
box
 state: CONFIGURED
 I Depend On:  jboss.jca:service=ManagedConnectionFactory,name=blackbox

 Depends On Me:  jboss.jca:service=TxCM,name=blackbox
, ObjectName: jboss.jca:service=ManagedConnectionFactory,name=blackbox
 state: CONFIGURED
 I Depend On:  jboss.jca:service=RARDeployment,name=BlackBoxNoTx

 Depends On Me:  jboss.jca:service=ManagedConnectionPool,name=blackbox
]

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839396#3839396

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3839396


---
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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?module=bb&op=viewtopic&p=3839394#3839394

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3839394


---
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 something?

please help me

kind regards
 hannes

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839384#3839384

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3839384


---
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user