Session EJB tutorial

2000-03-01 Thread Christian . Tellefsen
in Orion, and neither can I find a specification of the ejb-config tag in the server.xml documentation. Is the tutorial for some other version of Orion? How do I enable the EJB server in my version? My Orion version is 091b, and I am running on NT. Yours, Christian Tellefsen Seniorkonsulent, Info

Problem with orion-ejb-jar.xml

2000-05-10 Thread Christian . Tellefsen
sync with the files it is dependent on. Or maybe some other solution is better... yours Christian Tellefsen Telenor Mobil AS - Planavdelingen

Applets and Orion

2000-06-08 Thread Christian . Tellefsen
What files do I need to include in my applet if I want it to communicate with Orion? I have included the remote and home interfaces, of course, but I also need some other stuff... med vennlig hilsen Christian Tellefsen Telenor Mobil AS - Planavdelingen

Used entity instances

2000-08-07 Thread Christian . Tellefsen
? yours, Christian Tellefsen Exense ASA

Problem with applets

2000-10-19 Thread Christian . Tellefsen
have, or did it work fine? We are not sure if there is some problem with our setup or whether there is a problem in orion.jar. BTW our applet EMBED has ARCHIVE=orion.jar, and uses Orion's classes to do the lookup. Any help will be greatly appreciated! We are kind of stuck! yours, Christian

Lookup with orion.jar

2000-10-19 Thread Christian . Tellefsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Is it possible to do a JNDI lookup from an applet or stand-alone client against Orion, without using files from orion.jar? Or is the whole 2 MB file necessary to do this? Any help will be greatly appreciated. Yours, Christian Tellefsen -BEGIN

java:comp/env namespace is only available from within a J2EE component

2000-11-23 Thread Christian . Tellefsen
if( context == null ) { if( env != null ) { context = new InitialContext( env ); } else { context = new InitialContext(); } } final Object homeObject = context.lookup("java:comp/env/

RE: java:comp/env namespace is only available from within a J2EE com ponent

2000-11-23 Thread Christian . Tellefsen
nal Object homeObject = context.lookup("java:comp/env/ejb/" + moduleName + "/" + remoteInterfaceName ); yours, Christian Tellefsen -BEGIN PGP SIGNATURE- Version: PGP Personal Privacy 6.5.8 iQA/AwUBOh09jCZr3JnfcXIbEQJpZACgl+icXCyutsSgQTpvLmA9y0Fur6IAnRtp jd9LwkoeWFUeQmQ0n27fw4ET =nC4O -END PGP SIGNATURE-

RE: Compiling, packaging, and directory structure

2001-01-23 Thread Christian . Tellefsen
We do it in one huge tree. Currently it is about 1300 .java files. We have one package for each ejb deployment, and keep the META-INF and orion files in separate directories. Ant then combines these files with the packages upon deployment. We find this a simple solution, since we have lots of

RE: Re: RE: Simple Java Doubts

2001-05-10 Thread Christian . Tellefsen
Title: SV: Re: RE: Simple Java Doubts That's an evil communist lie. Please report to the nearest termination center. The computer is your friend! -Original Message-From: Magnus Rydin [mailto:[EMAIL PROTECTED]]Sent: 10. mai 2001 10:41To: Orion-InterestSubject: SV: Re: RE:

FW: Logging in to server twice does not work.

2001-08-07 Thread Christian . Tellefsen
reconnection test. * @author Christian Tellefsen */ // Make sure you: // a) Have a META-INF/application-client.xml in the right place. // b) Replace the server name below. public class ContextTest { static void connect() { Hashtable env = new Hashtable(); env.put

Why can't orion respond to their customers? (was RE: FW: Logging in to server twice does not work.)

2001-08-08 Thread Christian . Tellefsen
.*; /** * InitialContext reconnection test. * @author Christian Tellefsen */ // Make sure you: // a) Have a META-INF/application-client.xml in the right place. // b) Replace the server name below. public class ContextTest { static void connect() { Hashtable env = new Hashtable

Logging in to server twice does not work

2001-10-05 Thread Christian . Tellefsen
. The dedicated.connection should be true. With the code below, you won't have to restart your server. Regards, the elephantwalker www.elephantwalker.com So here is the code: import javax.naming.*; import java.util.*; /** * InitialContext reconnection test. * @author Christian Tellefsen */ // Make

REPOST - Error restoring application state

2001-10-24 Thread Christian . Tellefsen
REPOST - I think my previous attempt failed. I always get this strange exception when i start Orion after creating a stateful session bean: D:\oriontest\orionjava -jar orion.jar Licensed to Telenor Mobil AS [...] Error restoring application state: java.lang.NullPointerException (null)