[JBoss-user] New release of xPetStore: Portability from JBoss to WebLogic usingxDoclet

2002-11-17 Thread Herve Tchepannou
I've just released at http://www3.sympatico.ca/htchepannou a new version of xPetStore. This release includes the set of xDoclet tags to port the application from JBoss to WebLogic. xPetStore is a subset of Sun PetStore application based on xDoclet. xPetStore shows you how to use xDoclet to build:

Re: [JBoss-user] running client to invoke session EJB (without JAAS security)

2002-11-17 Thread Scott M Stark
If there is no security-domain assigned then security is disabled.   Scott StarkChief Technology OfficerJBoss Group, LLC - Original Message - From: Vikram Kulkarni To: [EMAIL PROTECTED] Sent: Sunday, November 17, 2002

Re: [JBoss-user] NoInitialContext

2002-11-17 Thread Guy Rouillier
Due to the large number of viruses distributed by email attachment, many people will not open email attachments from people they don't know. Your messages will get widest exposure on the JBoss mailing list if you include the text in the body of the message, rather than as an attachment to it. ---

Re: [JBoss-user] "principal" in dbase login-config.xml JAAS section?

2002-11-17 Thread David Jencks
On 2002.11.17 10:40:38 -0500 SainTiss wrote: > Hi, > > Does that mean you'd advise me to put a non-existant username there, or > just put the same username as in the "username" field? I recommend using the same username.. Hmmm... Firebird lets you log in as a certain role, and the principal cou

Re: [JBoss-user] NoInitialContext / Classpath

2002-11-17 Thread SainTiss
So this means you do need a jndi.properties file in the classpath when running the client? After even more research, I found out that the jndi.properties file in the server/default/conf directory isn't right... It seems you need a line like this as well: java.naming.provider.url=localhost As for

Re: [JBoss-user] NoInitialContext

2002-11-17 Thread SainTiss
On Sun, 2002-11-17 at 19:33, G.L. Grobe wrote: > >I'm using the same "java" command to launch jboss as I use to launch the > >client, so I'm pretty sure this is the case... So why am I still getting > >this exception? > > So in other words ... it sounds like you're launching two instances of the >

Re: [JBoss-user] NoInitialContext

2002-11-17 Thread G.L. Grobe
>I'm using the same "java" command to launch jboss as I use to launch the >client, so I'm pretty sure this is the case... So why am I still getting >this exception? So in other words ... it sounds like you're launching two instances of the JVM and of course that would be done using the same comman

[JBoss-user] NoInitialContext

2002-11-17 Thread SainTiss
Hi, I'm writing a very simple client atm, but something's wrong... I get this exception: javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial at javax.nami

Re: [JBoss-user] "principal" in dbase login-config.xml JAAS section?

2002-11-17 Thread SainTiss
Hi, Does that mean you'd advise me to put a non-existant username there, or just put the same username as in the "username" field? Thanks Hans On Sun, 2002-11-17 at 15:50, David Jencks wrote: > I haven't been able to find a meaning or use for the principal in this > circumstance either, but the

Re: [JBoss-user] how to manage the jboss default dbase?

2002-11-17 Thread SainTiss
Hi, it didn't open anything at first, but when looking at the jboss log, I saw it was due to an X authentication problem... Executing "xhost +localhost" solved it... Is this a known issue? Thanks Hans On Sun, 2002-11-17 at 16:22, Adrian Brock wrote: > Hi, > > It starts a Swing application in

Re: [JBoss-user] "principal" in dbase login-config.xml JAAS section?

2002-11-17 Thread David Jencks
I haven't been able to find a meaning or use for the principal in this circumstance either, but the PasswordCredential class required by the jca spec requires it. On the theory that some adapter sometime may use it, I exposed it. david jencks On 2002.11.17 09:20:07 -0500 SainTiss wrote: > Hi, >

Re: [JBoss-user] how to manage the jboss default dbase?

2002-11-17 Thread Adrian Brock
Hi, It starts a Swing application in a separate window. Regards, Adrian From: SainTiss <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] CC: JBoss Mailing <[EMAIL PROTECTED]> Subject: Re: [JBoss-user] how to manage the jboss default dbase? Date: 17 Nov 2002 16:18:16 +0100 Hi, I've done what you say,

Re: [JBoss-user] how to manage the jboss default dbase?

2002-11-17 Thread SainTiss
Hi, I've done what you say, but when I click invoke on startDatabaseManager(), I get: Operation completed successfully without a return value. And I don't see a place to issue the drop table command... Am I doing something wrong? Thanks Hans On Sun, 2002-11-17 at 16:08, Adrian Brock wrot

Re: [JBoss-user] how to manage the jboss default dbase?

2002-11-17 Thread Adrian Brock
Hi, http://localhost:8080/jmx-console find service=hypersonic click invoke on startDatabaseManager() drop table whatever Regards, Adrian From: SainTiss <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: JBoss Mailing <[EMAIL PROTECTED]> Subject: [JBoss-user] how to manage the jboss default db

[JBoss-user] how to manage the jboss default dbase?

2002-11-17 Thread SainTiss
Hi, during my early experiments, I had managed to deploy a simple entity bean using the default database. So during that process, a table was created there... Now I'm wondering how I can delete that table again, since it's no longer of any use... Thanks Hans signature.asc Description: This

[JBoss-user] "principal" in dbase login-config.xml JAAS section?

2002-11-17 Thread SainTiss
Hi, I've just succeeded in setting up postgreSQL as a datasource in jboss 3.0.4... There's one thing that isn't very clear though: in the login-config.xml file, I had to add a section to enable authentication via JAAS: yourprincipal yourusername

[JBoss-user] un subscribe

2002-11-17 Thread John Hogan
--- This sf.net email is sponsored by: To learn the basics of securing your web site with SSL, click here to get a FREE TRIAL of a Thawte Server Certificate: http://www.gothawte.com/rd524.html ___ J

[JBoss-user] running client to invoke session EJB (without JAAS security)

2002-11-17 Thread Vikram Kulkarni
Hi,   Is there a way to call a session bean from a client program with security domain disabled?   After several unsuccessful attempts at trying to run a client to invoke a session bean deployed on JBoss 3.0.0, I'm inferring that this is not possible. i.e JBoss doesn't allow you to strip off