[jboss-user] [Installation, Configuration Deployment] - Re: Howto package datasource and MQ definitions in ear

2007-03-01 Thread aschulz
Thanks for your replies. I choose the boss-app.xml-alternative and it is working great. Alex View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024144#4024144 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024144

[jboss-user] [Installation, Configuration Deployment] - Howto package datasource and MQ definitions in ear

2007-02-27 Thread aschulz
Hi, I would like to include my datasource (*-ds.xml) and mq (*-mq-service.xml) definitions in my ear file. Right now these files are in the deploy folder. What do I have to do? Build an rar/sar and package the definitions there? Please, can somebody provide an example. Thanks in advance. Alex

[jboss-user] [JCA/JBoss] - Howto retrieve DataSource inside of WrapperDataSource

2007-02-19 Thread aschulz
Hi, I have configured a datasource for oracle connections. The datasource object that i retrieve from the JNDI-Context is of typ WrapperDataSource. I need the datasource as parameter for Oracle AQ AQjmsFactory.getTopicConnectionFactory(someds). Now I get JMS-112: Connection is invalid from

[jboss-user] [Installation, Configuration Deployment] - application-client not starting

2007-02-07 Thread aschulz
version=1.0? | !-- | $Id: application-client.xml 4134 2006-03-27 08:55:27Z aschulz $ | -- | !-- | !DOCTYPE application-client PUBLIC -//Sun Microsystems, Inc.//DTD J2EE Application Client 1.2//EN http://java.sun.com/j2ee/dtds/application-client_1_2.dtd; | -- | application-client

[jboss-user] [JNDI/Naming/Network] - Datasource not correctly bound to JNDI context

2007-02-06 Thread aschulz
Hi, I'm porting an application from Orion to JBoss. I'm trying to configure the datasource at the same JNDI-names like in Orion (starting with comp/env/jdbc) but I have no success with that. I'm using JBoss [4.0.5.GA (build: CVSTag=Branch_4_0 date=200610162339)]. I configured the folling