Re: Anyone debugging Orion applications in JBuilder (no jdpa)

2000-11-27 Thread Sven van 't Veer



Michael Rimov wrote:

 Set the project working directory to the orion root directory.  (You need
 JBuilder4 for this)
Nope works just fine with 3.5 too. I missed that one on the first try
though.

sven

-- 
==
Sven E. van 't Veer  
http://www.cachoeiro.net
Java Developer  [EMAIL PROTECTED]
==




Re: Anyone debugging Orion applications in JBuilder (no jdpa)

2000-11-27 Thread Sven van 't Veer



Suresh Ajja wrote:
 
 I am using JBiulder4 ,In the Tools, enterprise set up i could only see two
 options to add app server, i.e.  IAS and Weblogic, I set my working dir. as
 orion as root, but how to add AppServer.
 need help
 Suresh
 
Take a look at www.orionsupport.com. It explains how to debug orion
ejb's in JBuilder. Allthough it says you can only do it with JBuilder
4.0, It also works for JBuilder 3.5. The author forgot one option
however. You must run not only with -classic, but also with
-Duser.dir=/path/to/orion.

sven

-- 
==
Sven E. van 't Veer  
http://www.cachoeiro.net
Java Developer  [EMAIL PROTECTED]
==




Anyone debugging Orion applications in JBuilder (no jdpa)

2000-11-25 Thread Sven van 't Veer

I'm trying to debug my ejb apps in orion. I get Orion to run inside
JBuilder no sweat. However it tries to locate the config directory
relative to my project.jpr file and not relative to the orion base
directory. 

Any ideas??

sven

-- 
==
Sven E. van 't Veer  
http://www.cachoeiro.net
Java Developer  [EMAIL PROTECTED]
==




Anyone debugging Orion applications in JBuilder (no jdpa) !!!! SOLVED

2000-11-25 Thread Sven van 't Veer



Sven van 't Veer wrote:
 
 I'm trying to debug my ejb apps in orion. I get Orion to run inside
 JBuilder no sweat. However it tries to locate the config directory
 relative to my project.jpr file and not relative to the orion base
 directory.
 
 Any ideas??
 

ok I forgot the -Duser.dir=d:\orion option

sven

-- 
==
Sven E. van 't Veer  
http://www.cachoeiro.net
Java Developer  [EMAIL PROTECTED]
==




Re: Anyone debugging Orion applications in JBuilder (no jdpa)

2000-11-25 Thread Michael Rimov

At 11:52 AM 11/25/2000 -0200, you wrote:
I'm trying to debug my ejb apps in orion. I get Orion to run inside
JBuilder no sweat. However it tries to locate the config directory
relative to my project.jpr file and not relative to the orion base
directory.

Set the project working directory to the orion root directory.  (You need 
JBuilder4 for this)

HTH,
 -Mike