RE: Soap with Axis ?

2002-03-20 Thread Eddie Post
Thanks, >With the Standard Edition you could write a local class that basically does >a pass through to the EJB (facade pattern). I understand you, but I still don't know how to pass a call ? (do you have an example piece of code ? I never used reflection before and I suppose I should do it with

Axis and EJB lookup -> NamingException

2002-03-18 Thread Eddie Post
Hellu, I am trying to connect to my EJB in Orion 1.5.4 through Apache Axis. I configured everyting like in the mail that I found in the mailinglist: http://marc.theaimsgroup.com/?l=axis-user&m=100879873023841&w=2 However, I do get the NamingException (see below) when my test-client tries to inv

Orion with Axis Part 2

2002-03-14 Thread Eddie Post
Hellu, Ok, so I had my Axis working under TomCat. I am now trying to have it work under Orion, which is what I really want. However I do get an error when deploying the service, namely: --- http://xml.apache.org/axis/";>The AXIS engine could not find a target service to invoke! targ

RE: Soap with Axis ?

2002-03-11 Thread Eddie Post
Hellu, Thanks for your reaction. I see two examples of interest on the Atlassian site: - One with SOAP and EJB. I am just starting to use SOAP and the example is for Apache Soap and not with Apache Axis. Axis needs some other values and I don't know how what/how to change the SOAP values in th

Local interfaces difference ???

2002-03-06 Thread Eddie Post
Hellu, Can someone tell me what the performance boost is when you change your remote and home interfaces to local interfaces with Orion 1.5.4 ? I did this but I know that with Bea you could already indicate if your beans and clients were located on the same machine such that it already had som

Local interface with self defined Primary key Class doesn't work ?? (bug)

2002-03-04 Thread Eddie Post
Hello, I am using Orion 1.5.4 and am converting my entity beans to local interfaces. However, I can't convert my entity bean that has an self defined Primary Class (see below) to a local interface. Every time it gives an error: Nested exception is: javax.ejb.NoSuchObjectLocalEx

Error creating web deployment directory ?

2002-03-01 Thread Eddie Post
Hellu, I updated from Orion 1.5.2 to 1.5.4. If I start Orion I get the following error when Orion tries to start my application: -- Error initializing site Default Orion WebSite: Error creating deployment directory: ../web -- If I de-install my application I don't get t

Re: orion & JavaService

2002-02-28 Thread Eddie Post
Typ "java -jar orion.jar -help" and you will see the corect commands to redirect the output to files. I use JNT and have a out.log and err.log file for redirection and it works fine. Cheers, Eddie >From: "Shal Jain" <[EMAIL PROTECTED]> >Reply-To: Orion-Interest <[EMAIL PROTECTED]> >To: Orion

RE: Database cursor in CMP/EJB

2002-02-28 Thread Eddie Post
elephantwalker > > >-Original Message----- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED]]On Behalf Of Eddie Post >Sent: Thursday, February 28, 2002 3:08 AM >To: Orion-Interest >Subject: Database cursor in CMP/EJB > > >Can someone please tell me how to implem

Database cursor in CMP/EJB

2002-02-28 Thread Eddie Post
Can someone please tell me how to implement a database cursor with EJB CMP ?? And if this isn't possible, how to do it with EJB EMP ? I was looking for info on the web but couldn't find any that can help me. Please some help ?? Eddie __

NO rollback in method ??

2002-01-15 Thread Eddie Post
Hellu, I perform a non-transactional action in a transactional session EJB method (I use CMP with Orion 1.5.2). How can I implement this method such that it is only submitted when a "commit" is performed ?? More details: I am sending a sms in a session method. In the "traditional" way I would

RE: Restricting access to only Session Manager ?

2001-09-15 Thread Eddie Post
Elephantwalker, Thanks (see below) >an ejb reference. This means that your container will not allow you to get >the context for your entity ejb, so you won't be able to call any methods >from the client. But then I also can't call the entity get methods ??, or can I ?. Which is what I want. E

TranSaction RequiresNew PROBLEM (follow up)

2001-08-28 Thread Eddie Post
Hellu, I have two methods A and B, and want that the Database action in method B are rolled back when an error occures, while the database actions in method A are commited. I tried this to work, but don't have much success, please some help ? I am running on RedHat 7.0, Orion 1.5.1, Postgres

Virtual DirecTory --> Help

2001-08-24 Thread Eddie Post
Hellu, I am trying to exculde my JSP files from the war file, such that the designer can easily change them without my help (withoud deployment, etc...). Anyone any idea/advice how to do that as I tried many things, but appearantly am not able to succeed ? What I tried (I am running on a linux

Re: PrOperTies ??

2001-08-22 Thread Eddie Post
ialization, and have it your way.   HTH Juan Pablo -Original Message-From: Eddie Post [mailto:[EMAIL PROTECTED]]Sent: Miércoles, 22 de Agosto de 2001 6:32To: Orion-InterestSubject: Re: PrOperTies ?? Noc noc,   Can someone please still have some advice o

Re: PrOperTies ??

2001-08-22 Thread Eddie Post
Title: SV: Roll-BACK question. Noc noc,   Can someone please still have some advice on the question I posted below ??     Eddie - Original Message - From: Eddie Post To: Orion-Interest Sent: Tuesday, August 14, 2001 9:18 AM Subject: PrOperTies ?? Hellu

start applications after starting Orion ?

2001-08-22 Thread Eddie Post
Hellu, How can I configure Orion to start applications/scripts/commands after it has successfully started ?? Eddie

method without waiting ??

2001-08-16 Thread Eddie Post
Title: SV: Roll-BACK question. Hellu there,   Some advice on the following please: I have a servlet that calls a EJB method. I don't want that the servlet waits before the EJB method returns. How do I do this ?? I know that JMS is a good solution for these kind of things, but this is to much

PrOperTies ??

2001-08-14 Thread Eddie Post
Title: SV: Roll-BACK question. Hellu,   Where do you define your properties/constants which you want to use in your ejb's and servlets (I am using CMP) ??   I am wandering if, putting it all in a property file is the best way to do it, concerning performance and the xml files to store propert

Re: Roll-BACK question.

2001-08-13 Thread Eddie Post
your application exception, call setRollbackOnly() on the ejbcontext. This will mark the current UserTransaction as Rollback only effectively preventing a commit. regards, Patrik Andersson -Ursprungligt meddelande- Från: Eddie Post [mailto:[EMAIL PROTECTED]] Skickat: den 7

Re: Roll-BACK question.

2001-08-07 Thread Eddie Post
rsson -Ursprungligt meddelande- Från: Eddie Post [mailto:[EMAIL PROTECTED]] Skickat: den 7 augusti 2001 11:36 Till: Orion-Interest Ämne: Roll-BACK question. Hellu, I want to to force a roll-back in my EJB method (I use CMP), under certain curcumstances. I like to do that by trhowing a

Roll-BACK question.

2001-08-07 Thread Eddie Post
Hellu, I want to to force a roll-back in my EJB method (I use CMP), under certain curcumstances. I like to do that by trhowing a self-made exception, but this doesn't work, please some help ? What I do ?: I extend an self-made exception on RemoteException (also extended it on the EJBException)

Re: Transaction question

2001-08-07 Thread Eddie Post
te >* > > Required > > > >Transaction-handling for the > SmsManager >nl.unwired.sgs.sms.SmsManager >Remote >B > > RequiresNew > > > &g

Re: Transaction question

2001-08-06 Thread Eddie Post
gt; [EMAIL PROTECTED] > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Eddie Post > Sent: Monday, August 06, 2001 4:48 AM > To: Orion-Interest > Subject: Re: Transaction question > > > > I already replyed to this message but n

Re: Transaction question

2001-08-06 Thread Eddie Post
I already replyed to this message but noticed that it never came through... so here it is again... Thanks for the earlier reply. My reaction: I understand what you do below, but how must I define all this, such that - All me methods still have the "trans-attribute" set to Required (as before). -

Re: Classpath and library path ERROR ??? --> PLEASE again ???

2001-07-06 Thread Eddie Post
Title: SV: Classpath and library path ERROR ??? --> PLEASE again ??? I found it, I found it, I foundt it .. :)   I was busy making a correct ear file for Ray, such that he could have a look at it on his server and . certainly it worked   I tracked down the problem which is the follo

RE: IBM JDK with Orion?

2001-06-20 Thread Eddie Post
>We deployed with IBMJava 1.3 and RH 7.1. Other than export >LD_ASSUME_KERNEL=2.2.5 in my bash_profile, we didn't have to do Is it correct that the person who starts it has to export this value before starting it ? And what if you start java -jar orion.jar in a 'su' command, to start orion as

RE: Collection or list as return ??

2001-06-16 Thread Eddie Post
somehow. I wouldn't worry about it, but no, it's not standard. > >Jeff Schnitzer > > > -Original Message- > > From: Eddie Post [mailto:[EMAIL PROTECTED]] > > Sent: Friday, June 15, 2001 3:48 PM > > To: Orion-Interest > > Subject: Re: Col

Re: Collection or list as return ??

2001-06-15 Thread Eddie Post
Thanks Scott, Thanks for the test (stupid that I didn't thought about that ;) ). So, yes the returned Collection (read: ArrayList) is a sorted one. But how general is this, as I can't find anything in the J2EE spec about this and is it possible that Orion will change this such that it isn't so