Simple howto for launching application clients using applicationlauncher.jar

2002-03-06 Thread Geoff Soutter
Hi there peeps, I've spent the last few hours looking at how to best launch application clients, and I couldn't find any documentation on how to do it nicely (apart from Joe Ottingers's stuff on auto started application clients - http://www.orionsupport.com/articles/appclien

Re: Orion application clients and Java Web Start

2001-11-21 Thread Anders Dahlberg
> Suggestions? Is the Java Web Start environment (classloader, > security manager, etc) interfering with Orion? IIRC this is an old issue discussed a lot at the java web start forums on forums.java.sun.com. Try to do a search on Java Web Start + Weblogic/J2EE/EJB, and I think you will probably

Orion application clients and Java Web Start

2001-11-21 Thread Magnus Nilsson
Hi, I have an application client that uses EJB that I like to distribute through Java Web Start. The client works fine with both the ApplicationClientInitialContextFactory and the RMIInitialContextFactory JNDI factories when launched from the command line, however when launched from the Java Web

Re: Security bug with application clients? (More Info)

2001-06-13 Thread Michael Jara
"RoleManager.login" for each one... But what a hack that would be.)   Mike   - Original Message - From: Lachezar Dobrev To: Orion-Interest Sent: Wednesday, June 13, 2001 2:31 AM Subject: RE: Security bug with application clients? (More Info)

RE: Security bug with application clients? (More Info)

2001-06-13 Thread Lachezar Dobrev
   Hello.    Here I want to provide more information on the problem.    Just for clarification.      The problem is NOT the security itself. It works just fine.    The problem lies IMHO in caching or something.    It is also seen only in the RMI connection.      EXAMPLE: Consider following

RE: Security bug with application clients?

2001-06-12 Thread Dvornikov Victor
ad of ClientInitialContextFact) - OK. So what's the point? > -Original Message- > From: cybermaster [SMTP:[EMAIL PROTECTED]] > Sent: &yod;&vav;&fmem; &resh;&bet;&yod;&ayin;&yod; 13 &yod;&vav;&nun;&yod; 2001 01:20 > To: Or

RE: Security bug with application clients?

2001-06-12 Thread cybermaster
inal Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Tim Endres Sent: Tuesday, June 12, 2001 10:51 AM To: Orion-Interest Subject: Re: Security bug with application clients? > I think maybe I didn't make something clear. I am using a java "application&quo

Re: Security bug with application clients?

2001-06-12 Thread Tim Endres
> I think maybe I didn't make something clear. I am using a java "application" >client, NOT a web client. As such, I cannot invalidate sessions, make posts, etc. > I will repeat that we have seen that Orion's InitialContext and Principal identity features do not work. They do not work in serv

Re: Security bug with application clients?

2001-06-12 Thread Michael Jara
Michael To: Orion-Interest Sent: Monday, June 11, 2001 7:50 PM Subject: Security bug with application clients? Hi,   I'm trying to get the security portion of a project working, in which a java client connects to a stateless session bean after login.  As far as I can te

Re: Security bug with application clients?

2001-06-12 Thread Lachezar Dobrev
it.   regards,   the elephantwalker       -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Michael JaraSent: Monday, June 11, 2001 6:51 PMTo: Orion-InterestSubject: Security bug with application clients? H

RE: Security bug with application clients?

2001-06-11 Thread Dvornikov Victor
t; From: Michael Jara [SMTP:[EMAIL PROTECTED]] > Sent: &yod;&vav;&fmem; &shin;&lamed;&yod;&shin;&yod; 12 &yod;&vav;&nun;&yod; 2001 03:51 > To: Orion-Interest > Subject: Security bug with application clients? > > Hi, > >

RE: Security bug with application clients?

2001-06-11 Thread elephantwalker
Orion-InterestSubject: Security bug with application clients? Hi,   I'm trying to get the security portion of a project working, in which a java client connects to a stateless session bean after login.  As far as I can tell, Orion doesn't seem to properly pass around princip

Security bug with application clients?

2001-06-11 Thread Michael Jara
Hi,   I'm trying to get the security portion of a project working, in which a java client connects to a stateless session bean after login.  As far as I can tell, Orion doesn't seem to properly pass around principal objects in stateless session beans.   This is the sequence that my test clien

Application clients

2001-02-22 Thread Alexander Jerusalem
Hi, Can anyone tell what I have to do to use EJBs in Orion from an application client? thanks, Alexander Jerusalem vknn [EMAIL PROTECTED]

RE: Application clients

2001-02-22 Thread Jeff Schnitzer
this, but this is what seemed most j2ee-correct to me. I imagine some app servers do something special to the client in the process of deploying it, but Orion is not that sophisticated (yet). Jeff >-Original Message- >From: Alexander Jerusalem [mailto:[EMAIL PROTECTED]] >Sent: Wed

SV: Application clients

2001-02-22 Thread Magnus Rydin
Title: SV: Application clients Check out the news app in the /demo/ directory for example. WR > -Ursprungligt meddelande- > Från: Alexander Jerusalem [mailto:[EMAIL PROTECTED]] > Skickat: den 21 februari 2001 14:11 > Till: Orion-Interest > Ämne: Application cli

Application clients howto?

2001-02-19 Thread Alexander Jerusalem
Hi, i'm trying to call an EJB from an application client but orion throws a NamingException saying: "META-INF/application-client.xml resource not found". Now I have two questions: * Where should I put the application-client.xml file? * How can I put the application-client.xml file into the cor

Multiple application clients sharing oneMETA-INF/application-client.xml file?

2001-02-03 Thread Eric Hodges
For some reason the VM in JBuilder 3.5 looks in the class output directory for META-INF/application-client.xml. Two questions about this: 1. Is there a way to specify where this will be loaded from? Since all of our applications output to the same Classes directory, there's only one application

Application clients and user management

2000-09-06 Thread Arved Sandstrom
Hi, all I have several app clients that have worked just fine (from a security standpoint) as long as I just used principals.xml. Having transitioned over to the user manager API's, in particular DataSourceUserManager, I've been more concerned with working out the details of having users log in o

RE: ??? concerning application clients, and CMP

2000-03-31 Thread Arved Sandstrom
EMAIL PROTECTED]; Orion-Interest Subject: Re: ??? concerning application clients, and CMP > >2. CMP > >I ran my examples for about a day before I realized that the reason that >finder methods on a CMP entity bean were returning everything, was because >no SQL was associated with the

Re: ??? concerning application clients, and CMP

2000-03-31 Thread Robert Krüger
> >2. CMP > >I ran my examples for about a day before I realized that the reason that >finder methods on a CMP entity bean were returning everything, was because >no SQL was associated with the methods. This begs the question, how _do_ we >associate SQL with finder methods in the Orion scenario?

??? concerning application clients, and CMP

2000-03-30 Thread Arved Sandstrom
These are 2 separate questions. I've successfully run application clients, and used CMP, using the J2EE RI from Sun. 1. Application clients I write the client. It may be the same code that successfully ran using the RI. The application-client.xml looks like http://java.sun.com/j2ee