[JBoss-user] [Installation, Configuration Deployment] - Re: How to deploy a connector in an ear file

2006-07-10 Thread pegasenz
I didt it. In the META-INF directory i have the 2 following descriptors :

application.xml :
?xml version=1.0 encoding=UTF-8?
  | application id=Application_ID version=1.4 
xmlns=http://java.sun.com/xml/ns/j2ee; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation=http://java.sun.com/xml/ns/j2ee 
http://java.sun.com/xml/ns/j2ee/application_1_4.xsd;
  | display-nameJcaLaucher_EAR/display-name
  | module id=ConnectorModule_1152537779516
  | connectorJcaAdapter.rar/connector
  | /module
  | module id=EjbModule_1152537779546
  | ejbJcaMDBLauncher.jar/ejb
  | /module
  | /application

JcaAdapter-ds.xml
!DOCTYPE connection-factories PUBLIC 
  |   -//JBoss//DTD JBOSS JCA Config 1.5//EN
  |   http://www.jboss.org/j2ee/dtd/jboss-ds_1_5.dtd;
  | !--
  | AdocAdpater JBoss configuration File
  | --
  | connection-factories
  | no-tx-connection-factory
  | jndi-nameAdocAdapter/jndi-name
  | rar-nameJcaAdapter.rar/rar-name
  | connection-definition
  | javax.resource.cci.ConnectionFactory 
  | /connection-definition
  | /no-tx-connection-factory
  | /connection-factories

Everything works well if deploy outside an ear.  
Should not be a kind of specific jboss descriptor for an ear file ?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3956591#3956591

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956591


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - How to deploy a connector in an ear file

2006-07-07 Thread pegasenz
Hi

Newby in JBoss, I would like to deploy a JCA 1.5 connector via an enterprise 
archive file .ear. Could somebody tel me where to put the -ds.xml file.

At the moment, if i put manualy the ds file and the rar file in the deploy 
directory it works. 

If i put the ds file in the directory and the rar file in an ear file that i 
drop down in the deploy directory it does'nt work :

--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: jboss.jca:service=RARDeployment,name='JcaAdapter.rar'
  State: NOTYETINSTALLED
  Depends On Me:
jboss.jca:service=ManagedConnectionFactory,name=AdocAdapter

What i would like to do is to deploy only an ear file containing the rar and 
the ds file. Is it possible ? 

Thanks for help.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3956203#3956203

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956203

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user