RE: [JBoss-user] jboss.xml commit-option

2003-03-25 Thread Sonnek, Ryan
: [JBoss-user] jboss.xml commit-option You need to merge the JBoss.xml with your file jboss-container.xml where you put something like        MyContainer ...         A       And set the container of your bean to MyContainer.   Hope it

Re: [JBoss-user] jboss.xml commit-option

2003-03-25 Thread Simone Milani
You need to merge the JBoss.xml with your file jboss-container.xml where you put something like        MyContainer ...         A       And set the container of your bean to MyContainer.   Hope it helps   Simone - Original Message - From: Sonnek,

RE: [JBoss-user] jboss.xml for CMP 2.0 beans

2002-01-17 Thread Dain Sundstrom
I would suggest buying the docs. If you don't want to spend the money your can read the jbosscmp-jdbc dtd, and use the test cases in the testsuite cvs module as an example. -dain > -Original Message- > From: Màris Orbidàns [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 17, 2002 5:

Re: [JBoss-user] jboss.xml DTD missing from jboss.org website

2001-08-06 Thread Daniel CAUNE
Bryan, You will find it at: http://www.jboss.org/doco_files/jboss.dtd I think this is a "bug" already declared (I think a saw a bug report on jboss-development these last few days). Daniel On Saturday 04 August 2001 17:54, Bryan Field-Elliot wrote: > The standard URL for the jboss.xml DTD, a

Re: [JBoss-user] jboss.xml DTD missing from jboss.org website

2001-08-04 Thread Roy Yip
Please find enclosed the old version of jboss.dtd that I've downloaded previously. Bryan Field-Elliot wrote: > The standard URL for the jboss.xml DTD, at: > > http://www.jboss.org/j2ee/dtd/jboss.dtd > > Appears to not be on the server -- has the "official" location been changed? > > Thank you, >

Re: [JBoss-user] Jboss.xml / JNDI lookup problems (lengthy)

2001-07-12 Thread Scott M Stark
Lipscombe" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 12, 2001 8:02 AM Subject: RE: [JBoss-user] Jboss.xml / JNDI lookup problems (lengthy) > I have worked it out: > > > The jboss.xml that does not work: > jboss> > > >Organ

RE: [JBoss-user] Jboss.xml / JNDI lookup problems (lengthy)

2001-07-12 Thread Adam Lipscombe
I have worked it out: The jboss.xml that does not work: jboss> OrganisationListBean ejb/organisation/OrganisationList The jboss.xml that *does* work: jboss> OrganisationListBean ejb/organisation/OrganisationList Note the tag. I suppose it is requir

Re: [JBoss-user] Jboss.xml / JNDI lookup problems (lengthy)

2001-07-12 Thread Burkhard Vogel
July 12, 2001 4:00 PM Subject: RE: [JBoss-user] Jboss.xml / JNDI lookup problems (lengthy) > Hi Burkhard, > > > I get the a similar (or same) exception: > > [] looking up Home interface java:comp/env/ejb/organisation/OrganisationList > [] Failed to find Home interface &g

RE: [JBoss-user] Jboss.xml / JNDI lookup problems (lengthy)

2001-07-12 Thread Adam Lipscombe
: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Jboss.xml / JNDI lookup problems (lengthy) Hi, Can you try looking up java:comp/env/ejb/organisation/OrganisationList and tell what happens. Burkhard ___ JBoss-user mailing list [EMAIL PROTECTED] http

Re: [JBoss-user] Jboss.xml / JNDI lookup problems (lengthy)

2001-07-12 Thread Burkhard Vogel
Hi, Can you try looking up java:comp/env/ejb/organisation/OrganisationList and tell what happens. Burkhard ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] jboss.xml and jboss-web.xml

2001-07-12 Thread Burkhard Vogel
Hi, well lets go by it step by step: 1. you call your bean: > DBaseListMaps so in JBoss.xml you will need: > DBaseFetch DBaseListMaps > acais/DBaseFetch now you can lookup your bean with java:comp/env/acais/DBaseFetch 2. for the web end: > ejb/DBaseListMaps > DBaseListMaps acais/DBaseFetch 3, no

Re: [JBoss-user] jboss.xml res-ref-name exception during deploy

2001-05-11 Thread Guy Rouillier
Cc: <[EMAIL PROTECTED]> Sent: Friday, May 11, 2001 3:09 PM Subject: Re: [JBoss-user] jboss.xml res-ref-name exception during deploy > Please ignore this posting. I had a typo and had > resolved the problem with an earlier posting's help > ("java:/comp/env problems?") an

Re: [JBoss-user] jboss.xml res-ref-name exception during deploy

2001-05-11 Thread David Ward
Please ignore this posting. I had a typo and had resolved the problem with an earlier posting's help ("java:/comp/env problems?") anyways (thanks again, Scott). BTW, the typo was in the res-jndi-name; I had java:/OraceDS instead of java:/OracleDS. Don't you just love typos? -- David Ward wrot

Re: [JBoss-user] jboss.xml res-ref-name exception during deploy

2001-05-11 Thread Scott M Stark
Because it does not conform to the jboss.xml dtd. See: http://www.jboss.org/documentation/HTML/ch06.html "Advanced container configuration : use of jboss.xml" - Original Message - From: "David Ward" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, May 11,

Re: [JBoss-user] jboss.xml for web app

2001-05-11 Thread Scott M Stark
There is no jboss.xml for web applications, this is only for ejb-jars. You use a jboss-web.xml for web applictions and it goes into the WEB-INF directory. - Original Message - From: "Jason Trust" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 11, 2001 10:23 AM Subject: [JB

RE: [JBoss-user] jboss.xml for web app

2001-05-11 Thread Pete Bennett
jboss.xml goes into the meta-inf sub-directory of the .jar file in which you've put your enterprise beans. It supplements the j2ee generic ejb-jar.xml file that also lives in this subdirectory and adds additional jBoss specific functionality with which to configure your enterprise beans to the co

Re: [JBoss-user] jboss.xml

2001-04-26 Thread Guy Rouillier
See the section "What is jboss.xml?" in the jboss documentation (online). - Original Message - From: "Maris Orbidans" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 26, 2001 5:04 AM Subject: [JBoss-user] jboss.xml > > where can I get a description of subj. file