Re: [JBoss-user] Threads and beans

2002-07-19 Thread David Ward
JBoss *is* acting according to spec and your disappointment is unfounded. You're just confusing your session beans - and what your client stub actually represents. If you are using *stateless* session beans (SLSB), you can have as many threads share that same client stub and use it concurrent

Re: AW: [JBoss-user] Jboss.net web-service.dtd?

2002-07-19 Thread conrad
How shoulf look like "beanJndiName" property for a bean like this: * @ejb:bean * type="Stateless" * name="QueryEngine" * jndi-name="ejb/QueryEngineRemoteHome" * local-jndi-name="ejb/QueryEngineLocalHome" * view-type="both" * * @jboss-net:web-service *

RE: [JBoss-user] Jboss.net web-service.dtd?

2002-07-19 Thread Matt Munz
Conrad, I'm not sure, but I have had some success creating .wsr's with web-service.xml files that are identical to apache axis WSDD files. description: http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis/java/docs/user-guide.h tml#PublishingServices example: http://cvs.apache.org/viewcvs

Re: AW: [JBoss-user] Jboss.net web-service.dtd?

2002-07-19 Thread conrad
Thanks. I'll take a look. Conrad Dnia 2002-07-19 11:48, Użytkownik Jung , Dr. Christoph napisał: > You mean the dtd for the web-service.xml? > > Unfortunately there is no such thing, but please look at > > http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis/java/docs/reference.ht > ml#Deplo

AW: [JBoss-user] Jboss.net web-service.dtd?

2002-07-19 Thread Jung , Dr. Christoph
You mean the dtd for the web-service.xml? Unfortunately there is no such thing, but please look at http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis/java/docs/reference.ht ml#Deployment for a more verbose description. CGJ -Ursprüngliche Nachricht- Von: conrad [mailto:[EMAIL PROTE

[JBoss-user] Re: [JBoss-user]Invalid service.xml file (was (no subject)

2002-07-19 Thread Stephen Davidson
Hi Karl. There were only two instances that I had this error occur. 1) Incorrect syntax in my oracle-service.xml file (you did name this oracle-service.xml, right? JBoss sometimes does weird behaviour if you don't name these files something-service.xml). 2) (More frequent) The username/passwor

[JBoss-user] Jboss.net web-service.dtd?

2002-07-19 Thread conrad
Hi everyone Is there web-service.dtd available anywere? Cheers Conrad? --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ JBoss-user mailing list

[JBoss-user] JBoss 3.0.1RC1 and MySQL

2002-07-19 Thread DOD
We have recently upgraded to JBoss 3.0.1RC1, and embedded MySQL as the default database. Though we found it a lot less problematic to do this than in earlier versions of JBoss, we have set up a step-by-step guide on the following page, should it be of use to anyone else. http://www.dodtechnolog

Re: [JBoss-user] CPM2 Container Managed Relationships

2002-07-19 Thread Alex Loubyansky
Hello LY, not yet. But it's coming. Friday, July 19, 2002, 1:29:24 PM, you wrote: LD> Hi, LD> I'm using a fk-constraint to link two ejbEntity. the JBossCMP will LD> automatically add a foreign key to the tables. the problem is that field is LD> already exist in the table and I want the JBossCM

[JBoss-user] CPM2 Container Managed Relationships

2002-07-19 Thread LY Daniel
Hi, I'm using a fk-constraint to link two ejbEntity. the JBossCMP will automatically add a foreign key to the tables. the problem is that field is already exist in the table and I want the JBossCMP use this field, not to create a new one. is that possible? 11:39:48,112 DEBUG [Service] Create: p

Re: [JBoss-user] Entity-to-Entity

2002-07-19 Thread jK.MkIII
Vijay@winfoware wrote: >Hi all, > >Can an entity lookup another entity? >If yes how? >I am using JBOSS2.4.4 > >reply if anybody has done that. > > Sure they can. They do it exactly like everyone else. Do you have some problem with them? -- jK.MkIII

AW: [JBoss-user] Help on how to setup JBoss.NET with JBossAuthent icationHandler

2002-07-19 Thread Jung , Dr. Christoph
Mitch, Please see my reply to the forum threads that explains that there are two independent security mechanisms going on and how to set them up. Wrt the AuthenticationHandler, please note that you can link it to any security domain that accepts simple principals with char[] based passwords (as

[JBoss-user] Entity-to-Entity

2002-07-19 Thread [EMAIL PROTECTED]
Hi all, Can an entity lookup another entity? If yes how? I am using JBOSS2.4.4 reply if anybody has done that. vijay --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___

Re: [JBoss-user] JBoss 3.0 Documentation

2002-07-19 Thread Binil Thomas
But to use this workbook effectively you need to have a copy of Richard Monson-Haefel's "Enterprise JavaBeans 3r edition" (ORielly), right? On 19 Jul 2002, Andreas Kuckartz wrote: > > Is JBoss 3.0 Documentation available anywhere? > > In addition to the current draft of the Quick Start guide al