Re: Debugging with Orion/Kawa Pro 5.0

2001-09-12 Thread DENNIS STRAIGHT
We had a problem where if you install Enterprise the uninstalled. Then installed Kawa Pro you could not run orion from inside. This is it!! I tried it on a computer that Kawa had never been installed on and it worked. Kawa is now giving me a message that it can't find server.xml so I guess I

RE: Debugging with Orion/Kawa Pro 5.0

2001-09-07 Thread Owen Fellows
I remember seeing something about orion not working in Kawa Enterprise. We had a problem where if you install Enterprise the uninstalled. Then installed Kawa Pro you could not run orion from inside. Can't remember if this was orion but there where issues with changing Kawa'a (if think kawa

Re: Debugging and orion

2001-06-29 Thread Joni Suominen
pick them up -Original Message- From: Justen Stepka [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 21, 2001 11:08 AM To: Orion-Interest Subject: Re: Debugging and orion No matter what anyone tells you, System.out.println (ObjectName:MethodName ():line number); will work

RE: Debugging and orion

2001-06-28 Thread Nusairat, Joseph F.
Title: RE: Debugging and orion OK its an older thread ... but i dont have time to read them all I was just wondering ... if i run Orion as a service ... how do i see the System.out.printlns? Does it write them to any log file?? OR is there anyway i can pick them up -Original

RE: Debugging and orion

2001-02-23 Thread Edoardo Comar
] [mailto:[EMAIL PROTECTED]]On Behalf Of Kemp Randy-W18971 Sent: 22 February 2001 20:07 To: Orion-Interest Subject: RE: Debugging and orion Thanks, Mac. I will give it a shot. -Original Message- From: Mac Ferguson [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 22, 2001 12:20 PM

RE: Debugging and orion

2001-02-23 Thread chris . chang
Is it possible to debug JSP using JBuilder with Orion? Thanks in advance! -Original Message- From: Edoardo Comar [mailto:[EMAIL PROTECTED]] Sent: February 23, 2001 7:13 AM To: Orion-Interest Subject: RE: Debugging and orion I've used jbuilder 4.0 (the free foundation version

RE: Debugging and orion

2001-02-23 Thread Richard Doust
There are lots of posts in the archive available in the Orion Support web-site on how to do this. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent: Friday, February 23, 2001 4:55 PM To: Orion-Interest Subject: RE: Debugging

Re: Debugging and orion

2001-02-22 Thread Justen Stepka
No matter what anyone tells you, System.out.println ("ObjectName:MethodName ():line number"); will work wonders! Justen Stepka On Wed, 21 Feb 2001, Julian Richardson wrote: Hi, What tools / IDEs are people out there using to develop EJBs for use with Orion? At the moment we (as a project

RE: Debugging and orion

2001-02-22 Thread Mac Ferguson
I was in contact with Allaire's Kawa support recently and they told me that Kawa will support running/debugging Orion directly in it's IDE in an upcoming service pack, how soon it will be released is not certain, so caveat emptor. I found Kawa to be a pretty good basic IDE (I don't like lots of

RE: Debugging and orion

2001-02-22 Thread Ted Rice
Hi, What tools / IDEs are people out there using to develop EJBs for use with Orion? At the moment we (as a project team, rather than company) are trying to standardise on an app server and IDE to use, requirements being the usual: cost speed flexibility

RE: Debugging and orion

2001-02-22 Thread Kemp Randy-W18971
, February 21, 2001 10:59 AM To: Orion-Interest Subject: RE: Debugging and orion I was in contact with Allaire's Kawa support recently and they told me that Kawa will support running/debugging Orion directly in it's IDE in an upcoming service pack, how soon it will be released is not certain, so

RE: Debugging and orion

2001-02-22 Thread Mac Ferguson
PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Kemp Randy-W18971 Sent: Wednesday, February 21, 2001 1:39 PM To: Orion-Interest Subject: RE: Debugging and orion Mac I would be interested in what steps you took to get Bugseeker connected to your remote VM, as would other people on the list

RE: Debugging and orion

2001-02-22 Thread Kemp Randy-W18971
Thanks, Mac. I will give it a shot. -Original Message- From: Mac Ferguson [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 22, 2001 12:20 PM To: Orion-Interest Subject: RE: Debugging and orion start orion with the following options: java -Xdebug -Xnoagent -Djava.compiler=NONE

RE: Debugging and orion

2001-02-22 Thread Kemp Randy-W18971
In terms of what Orion can and can't do, it is a full service App server, implementing all the functionality on their website at www.orionserver.com. Like all products, there are problems being worked on (this is true for the expensive servers as well). If you want to know the problems that

RE: Debugging and orion

2001-02-22 Thread Kemp Randy-W18971
Hi, Julian. This topic has been discussed so many times, that I have lost count. It's best to check the archives for a discussion here, and if you don't know, someone can help you. The tools really range from the free and cheap, to the very expensive, depending on what you are looking for

Re: Debugging and orion

2001-02-21 Thread Petr Podsednik
From my experience the fastest and most reliable debugging in EJB world is System.out.println... - Original Message - From: Julian Richardson [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Wednesday, February 21, 2001 11:17 AM Subject: Debugging and orion Hi, What