[JBoss-user] [JCA/JBoss] - Re: Use nested deployment for resource adapter

2005-12-17 Thread Rudi Vankeirsbilck
Dunno actually. My build script has done that for the last 2 years I guess and 
it has always worked. The APP-INF/lib/classes.jar contains all classes I need 
in the nested deployed jars. So in fact, the nested .jar (and also .war that I 
did not mention) only contain the deployment descriptors for the session beans.

I have made some progress since... had a typo in a setter method of one of the 
properties of the resource adapter. I discovered that when I used the same 
structure as the examples (i.e. not use nested deployment).

Currently, the app deploys but I cannot see my MDB connecting to the resource 
adapter, although I have logging in the activtion method.

Rudi.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JCA/JBoss] - Re: Use nested deployment for resource adapter

2005-12-09 Thread Rudi Vankeirsbilck
Actually, the structure of the ear is:
.ear 
.ear/APP-INF/lib/classes.jar (contains all .class files including the resource 
adapter) 
.ear/META-INF 
.ear/META-INF/application.xml 
.ear/META-INF/jboss-app.xml 
.ear/logic.jar (contains business logic components) 
.ear/message.jar (contains message driven beans that wil use the resource 
adapter) 
.ear/bluespace-ds.xml
.ear/bluespace-jms-ds.xml
.ear/ra-ds.xml
.ear/.rar 
.ear/.rar/META-INF/ra.xml

and jboss.app.xml is:

  | jboss-app
  |   module
  | servicebluespace-ds.xml/service
  |   /module
  |   module
  | servicebluespace-jms-ds.xml/service
  |   /module
  |   module
  | servicera-ds.xml/service
  |   /module
  | /jboss-app
  | 

and ra.xml is:

  | connection-factories
  |no-tx-connection-factory
  |   jndi-nameBlueSpace/POP3/jndi-name
  |   adapter-display-nameBlueSpace POP3 Adapter/adapter-display-name
  |   config-property name=PollingInterval 
type=java.lang.Integer6/config-property
  |/no-tx-connection-factory
  | /connection-factories
  | 

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JCA/JBoss] - Re: Use nested deployment for resource adapter

2005-12-09 Thread [EMAIL PROTECTED]
And where exactly in the JBoss docs or the spec for that matter
did you find APP-INF?

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user