[JBoss-user] deployment directory

2002-11-06 Thread Sebastien CHAUSSON
Hi,   Is it possible to configure jboss deployment directory to deploy my .jar files in another place than '$JBOSS_HOME/server/default/deploy' ?   TIA,   Sebastien  

[JBoss-user] Using BLOB with oracle 8i thin driver...

2002-10-04 Thread Sebastien CHAUSSON
,   Sebastien CHAUSSON

[JBoss-user] security in jboss + tomcat ?

2002-10-03 Thread Sebastien CHAUSSON
Hi, I'm a little bit confused in using tomcat embedded with jboss (jboss 3.0.2 + tomcat 4.0.4) : I deploy my web app in jboss, and I'd like to add simple security with tomcat : I just want user to give a userName and password to access to everything in my web-app (seems quite easy !?!) Tho

Re: Re[2]: [JBoss-user] Error compiling ejbql

2002-09-18 Thread Sebastien CHAUSSON
You should try this : select object(r) from Role as r where r.role_desc= ?1 HTH Sebastien - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 18, 2002 12:24 PM Subject: Re: Re[2]: [JBoss-user] Error compiling ejbql > > Thanks Alex, > > Th

Re: [JBoss-user] (Retry) Problem with findByPrimaryKey

2002-09-06 Thread Sebastien CHAUSSON
Title: (Retry) Problem with findByPrimaryKey How do you call this finder ?   - Original Message - From: Gavin Hughes To: [EMAIL PROTECTED] Sent: Friday, September 06, 2002 6:26 AM Subject: [JBoss-user] (Retry) Problem with findByPrimaryKey Hi, I’m getting

Re: [JBoss-user] anyone using jboss with cmp in a production site?

2002-08-29 Thread Sebastien CHAUSSON
Not yet...I hope soon :) - Original Message - From: "Emerson Cargnin - SICREDI Serviços" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 29, 2002 7:18 PM Subject: Re: [JBoss-user] anyone using jboss with cmp in a production site? none responses means nobody using jbos

[JBoss-user] Socket write error... ?

2002-08-27 Thread Sebastien CHAUSSON
Hi,   When I try to use my web application (deployed in tomcat embedded with jboss), I get the following error. If I try the same with standalone tomcat 4.0.4, everything is OKIs there anything special in jboss-tomcat security that I missed ?   TIA,   Sebastien CHAUSSON   11:37:35,809

Re: [JBoss-user] Default Xml parser...

2002-08-27 Thread Sebastien CHAUSSON
BOSS_CLASSPATH=$JBOSS_CLASSPATH:../lib/xercesImpl.jar:../lib/xmlParserApis. jar > JAXP=-Djavax.xml.parsers.DocumentBuilderFactory=org.apache.xerces.jaxp.Docum entBuilderFactoryImpl > JAXP="$JAXP > -Djavax.xml.parsers.SAXParserFactory=org.apache.xerces.jaxp.SAXParserFacto ryImpl" > > > Werner >

Re: Xerces2 (Re: [JBoss-user] Default Xml parser...)

2002-08-27 Thread Sebastien CHAUSSON
Thank you, but is there a way to customize jboss3.0.1 release to use xerces2.0.2 as its default xml parser ? Sebastien - Original Message - From: "Andreas Kuckartz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 27, 2002 10:41 AM Subject: Xerces2 (Re: [JBoss-user] Defa

[JBoss-user] jboss-app.xml

2002-08-27 Thread Sebastien CHAUSSON
Where could I find doc about "jboss-app.xml" file ?   TIA   Sebastien  

[JBoss-user] Default Xml parser...

2002-08-27 Thread Sebastien CHAUSSON
used ?   Another solution would be to define xerces as default xml parser for jboss, but I don't know how to achieve this...   TIA,   Sebastien CHAUSSON  

Re: [JBoss-user] JAAS custom loginModule ?

2002-08-21 Thread Sebastien CHAUSSON
   at com.myproject.authentication.AuthenticationBean.authenticate(AuthenticationBean.java:56)   Thank you,   Sebastien CHAUSSON - Original Message - From: Scott M Stark To: [EMAIL PROTECTED] Sent: Tuesday, August 20, 2002 9:09 PM Subject: Re: [JBoss-user] JAAS custom loginM

Re: [JBoss-user] JAAS custom loginModule ?

2002-08-21 Thread Sebastien CHAUSSON
  Do you think I should put this class in a specific place ?   TIA   Sebastien CHAUSSON     - Original Message - From: Scott M Stark To: [EMAIL PROTECTED] Sent: Tuesday, August 20, 2002 9:09 PM Subject: Re: [JBoss-user] JAAS custom loginModule ? Start by

[JBoss-user] JAAS custom loginModule ?

2002-08-20 Thread Sebastien CHAUSSON
  flag = "required" />       When I try to connect in my client code, my 'login' method isn't called !!!   Any idea ?   Sebastien CHAUSSON  

Re: [JBoss-user] Default database

2002-08-20 Thread Sebastien CHAUSSON
java:/OracleDS > Oracle8 > > true > true > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of Sebastien > CHAUSSON > Sent: Tuesday, August 20, 2002 12:05 PM > To: [EMAIL PROTECTED] > Subject: Re: [

Re: [JBoss-user] Default database

2002-08-19 Thread Sebastien CHAUSSON
> > To jbosscmp-jdbc.xml at top before tag. > > This should work. > Saroj > > > -----Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of Sebastien > CHAUSSON > Sent: Monday, August 19, 2002 8:42 PM > To: [EMAIL PROTECTED]

[JBoss-user] create-table = true...

2002-08-19 Thread Sebastien CHAUSSON
added following snippet to my jbosscmp-jdbc.xml file :      ... true    ...   But it still doesn't create tables...   Any ideas ?   TIA,   Sebastien CHAUSSON  

[JBoss-user] standardjaws.xml ???

2002-08-19 Thread Sebastien CHAUSSON
Hi,   What is this file for ? I thought that the jaws file had been replaced by jbosscmp-jdbc...   Am I missing something ?   TIA   Sebastien

Re: [JBoss-user] Default database

2002-08-19 Thread Sebastien CHAUSSON
hypersonic pool to > point at > this new oracle pool you'll be set. > > Eric > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Sebastien > CHAUSSON > Sent: Monday, August 19, 2002 8:36 AM > To: [EMAIL PROTECTED] &g

[JBoss-user] Default database

2002-08-19 Thread Sebastien CHAUSSON
ervice.xml file and put it in default/deploy directory) ? TIA, Sebastien CHAUSSON --- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&

[JBoss-user] CMR & local interfaces

2002-07-31 Thread Sebastien CHAUSSON
a dog has one owner, and one owner has (only) one dog.   In my OwnerBean class, I define a getDog() method which return a DogLocal interface, so I can't get it from my client !   How can I do ?   Thanks   Sebastien CHAUSSON

[JBoss-user] CMR...

2002-07-24 Thread Sebastien CHAUSSON
Hi,   I'm trying to populate the jboss default DB (Hypersonic) using CMR but it doesn't work (I use JBoss 3.0):   I have 2 entity bean (Person and Element) which have a relationship 'one-to-many' unidirectionnal. When I deploy my component in jboss, it automatically create 2 tables in the

[JBoss-user] Jaws.xml / jbosscmp-jdbc.xml

2002-07-24 Thread Sebastien CHAUSSON
Hi,   I'm a newbie with jboss, and I'd like to know the difference between these 2 files,   thanks,   Sebastien