RE: AW: [JBoss-user] JBoss and Java Web Start

2001-08-09 Thread Paul Austin
58k. Paul -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Federico Vesco Sent: 09 August 2001 15:20 To: [EMAIL PROTECTED] Subject: Re: AW: [JBoss-user] JBoss and Java Web Start Hi I think it's better to point out this fact: I had to include als

Re: AW: [JBoss-user] JBoss and Java Web Start

2001-08-09 Thread Federico Vesco
MAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Re: AW: [JBoss-user] JBoss and Java Web Start >Date: Thu, 9 Aug 2001 06:34:04 -0700 (PDT) > >Hi, > > > Which .jar files i need to include? > >You need all the jars/files in the jboss/client directory. You are >currently

RE: another AW: [JBoss-user] JBoss and Java Web Start

2001-08-09 Thread Ivan Bolcina
Title: RE: another AW: [JBoss-user] JBoss and Java Web Start What about jaas configuration file on client? -Original Message- From: Jan Heise [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 09, 2001 3:01 PM To: [EMAIL PROTECTED] Subject: another AW: [JBoss-user] JBoss and Java Web

Re: AW: [JBoss-user] JBoss and Java Web Start

2001-08-09 Thread Federico Vesco
It worksI included all the .jar files and signed them. Thank you. Federico >From: Chris Kimpton <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Re: AW: [JBoss-user] JBoss and Java Web Start >Date: Thu, 9 Aug 2001 06:34:04 -0700 (PDT) &g

RE: AW: [JBoss-user] JBoss and Java Web Start

2001-08-09 Thread Fábio Silva
TECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Federico > Vesco > Sent: Thursday, August 09, 2001 2:23 PM > To: [EMAIL PROTECTED] > Subject: Re: AW: [JBoss-user] JBoss and Java Web Start > > > Well ,I included jnp-client.jar and it worksuntil the next exception

AW: AW: [JBoss-user] JBoss and Java Web Start

2001-08-09 Thread Jan Heise
Heise / Tel: +49-163-4803237 / E-Mail: [EMAIL PROTECTED] -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag von Federico Vesco Gesendet: Donnerstag, 9. August 2001 15:23 An: [EMAIL PROTECTED] Betreff: Re: AW: [JBoss-user] JBoss and Java Web Start Well ,I

Re: AW: [JBoss-user] JBoss and Java Web Start

2001-08-09 Thread Chris Kimpton
Hi, > Which .jar files i need to include? You need all the jars/files in the jboss/client directory. You are currently getting errors for classes in jboss-j2ee.jar HTH, Chris = Need somewhere to Live in London - http://freeflats.com __ Do Y

Re: AW: [JBoss-user] JBoss and Java Web Start

2001-08-09 Thread Federico Vesco
Well ,I included jnp-client.jar and it worksuntil the next exception: Exception occurred during event dispatching: java.lang.NoClassDefFoundError: javax/ejb/EJBHome at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:486)

AW: [JBoss-user] JBoss and Java Web Start

2001-08-09 Thread Jan Heise
endet: Donnerstag, 9. August 2001 12:51 An: [EMAIL PROTECTED] Betreff: [JBoss-user] JBoss and Java Web Start Hi. I'm trying to use a stand-alone Swing application as a client to JBoss, using Java Web Start. The application works when i use it without Web Start, but i encounter the following proble

another AW: [JBoss-user] JBoss and Java Web Start

2001-08-09 Thread Jan Heise
seful to you, jan -- Jan Heise / Tel: +49-163-4803237 / E-Mail: [EMAIL PROTECTED] -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag von Federico Vesco Gesendet: Donnerstag, 9. August 2001 12:51 An: [EMAIL PROTECTED] Betreff: [JBoss-user] JBoss and Jav

[JBoss-user] JBoss and Java Web Start

2001-08-09 Thread Federico Vesco
Hi. I'm trying to use a stand-alone Swing application as a client to JBoss, using Java Web Start. The application works when i use it without Web Start, but i encounter the following problem using it with Web Start: Caught an unexpected exception into searchjavax.naming.NoInitialContextExcepti

RE: [JBoss-user] JBoss and Java Web Start

2001-03-22 Thread Dragan Milic
Hello, On Thu, 22 Mar 2001, Johan Nordin wrote: > Hi, > > I just fixed the problem, it was not a JBoss problem (of course) =) > > It's a bugg in JWS, > JWS does something wrong with the classloaders. > > Before creating any InitialContext, > this code snipped must be included: > (Found it on

RE: [JBoss-user] JBoss and Java Web Start

2001-03-22 Thread Johan Nordin
amp; > Anke > Sent: den 22 mars 2001 21:04 > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] JBoss and Java Web Start > > > Hi, > > I think you need to set the option > -Djavax.naming.initialcontext to the class > that implements the initialcontext (f.e. > ja

RE: [JBoss-user] JBoss and Java Web Start

2001-03-22 Thread Wim De Clercq
:[EMAIL PROTECTED]]On Behalf Of Johan Nordin Sent: donderdag 22 maart 2001 13:01 To: [EMAIL PROTECTED] Subject: [JBoss-user] JBoss and Java Web Start Hi ! We are trying to get a client application communicating with JBoss to work with Java Web Start. When creating the InitialContext

Re: [JBoss-user] JBoss and Java Web Start

2001-03-22 Thread Michel & Anke
Hi, I think you need to set the option -Djavax.naming.initialcontext to the class that implements the initialcontext (f.e. javax.naming.InitialContext). I'm not sure I typed the right option name, so check the JNDI spec for this. Do you like Web Start? Michel de Groot > Hi ! > > We are trying

[JBoss-user] JBoss and Java Web Start

2001-03-22 Thread Johan Nordin
Hi ! We are trying to get a client application communicating with JBoss to work with Java Web Start. When creating the InitialContext, javax.naming.NoInitialContextException... (Se stacktrace). When we directly run the application, there is no problem. We tried to unpack the jnp-client and jta