EJB 2.0's Message Driven Beans in Orion 1.2.9 ?

2000-09-13 Thread Olli Pöyry
Is there any example or documentation about message driven EJB's (which should be in Orion 1.2.9)? Or is Sun's documentation about EJB 2.0 all there is to it? ¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤øø¤º°`°º¤¤º°`°º¤ø,¸¸,ø Olli Pöyry [EMAIL PROTECTED] Essaim Oy Tallberginkatu

SV: Specifying finder-methods (full query)

2000-09-13 Thread Klaus . Myrseth
The normal way of doing this is by implementing several finder methods, and let a session bean do the entity querying.. For searching on names with wildchars just do: query = "$name like $1" this will actually serve as several finder methods (see examples under). findByName("Bob"); This

Re: guest, principals.xml, and security roles - FIXED!

2000-09-13 Thread Jeff Schnitzer
I seem to have managed to solve my problem. With a simple session bean set up as described in Richard Monson-Haefel's EJB book, I was unable to call any methods on the home interface (guest not allowed). I looked closer at the orion-primer session bean (which works) and noticed that there is a

RE: EJB 2.0's Message Driven Beans in Orion 1.2.9 ?

2000-09-13 Thread Joe Walnes
Is there any example or documentation about message driven EJB's (which should be in Orion 1.2.9)? Or is Sun's documentation about EJB 2.0 all there is to it? Have a look at messagelogger in the demo directory. In a peanutshell, a message bean... - is similar to a session bean. - has no

RE: EJB 2.0's Message Driven Beans in Orion 1.2.9 ?

2000-09-13 Thread Magnus Rydin
Title: RE: EJB 2.0's Message Driven Beans in Orion 1.2.9 ? Take a look at the EJB 2.0 version of ATM. It has an message driven bean. -Original Message- From: Olli Pöyry [mailto:[EMAIL PROTECTED]] Sent: den 13 september 2000 09:38 To: Orion-Interest Subject: EJB 2.0's Message

Docs: Setting 2 Servers

2000-09-13 Thread Bulent Ozturk
Hello, We have recently spent considerable amount of time trying to configure two orion servers to test our distributed application, - in the absene of documentation from the orion server itself, it proved very inefficient and frustrating. After communicating with other developers, we

Re: Detail logging? Is it possible (System.error.println - where do it go to in Orion)

2000-09-13 Thread Karl Avedal
Hello, Have you looked at the application log for the application you are deploying? Either check application.log for your paplication or check the application log in the console. Regards, Karl Avedal Richard Landon wrote: After a week (and a week-end) trying to bring our smoke-tests up

Sessions (still) timeouts too early

2000-09-13 Thread Mattias Arbin
Hi, I have read some postings about http sessions that timeout too early and I seem to have the same problem. I have two web-sites, one with SSL and one without. The first time one enters the SSL site, the timeout time seems to be about a minute or less, even if I have set session-config

RE: Run Orion on port80 without being root?

2000-09-13 Thread Frank Eggink
You might opt for installing a simple Linux router if you can't find a Solaris Network Address Translation tool. The Linux box would only be used to route the TCP/IP packages from one port to another. It is the old Linux story. Claim and older Pentium PC with some 32 Mb memory in it (in that

Looking for Fellow Programmers

2000-09-13 Thread Neal Kaiser
Hello, First let me apologize in advance if this is not allowed on this board, but let me assure you that I am not a head-hunter, just a J2EE programmer who has received more work than he can handle and is looking for help =) Anyways ... I am looking for experienced programmers that would have

Re: Looking for Fellow Programmers

2000-09-13 Thread Sanjay
Im Interested to work in such a thing but im at UK Birmingham :-) - Original Message - From: "Neal Kaiser" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Wednesday, September 13, 2000 12:41 PM Subject: Looking for Fellow Programmers Hello, First let me apologize in

RE: Specifying finder-methods (full query)

2000-09-13 Thread Joe Walnes
Ok, here's some methods to allow slightly more flexible queries. There is rarely more than a few fields to query, but the permutations of different combinations can make this a bit of a headache. If you have name, age and score, you may end up with finder methods like:

Re: Sessions (still) timeouts too early

2000-09-13 Thread Mattias Arbin
It seems like the premature timeout only occurs after the first time I call the servlet that creates the session, i.e ... HttpSession session = req.getSession(true); session.setAttribute("myBean",new MyBean()); ... If I call the servlet one more time within one minute, then after that,

Re: Detail logging? Is it possible (System.error.println - where do i t go to in Orion)

2000-09-13 Thread Porfiriev Sergey
I use following script for Orion Start perl -e "print '-'x25, 'Orion Started ', scalar(localtime),qq#\n#;" log/ORION.LOG perl -e "print '-'x25, 'Orion Started ', scalar(localtime),qq#\n#;" log/ORION.ERR java -Xmx160m -Dxml.rewrite=false -jar orion.jar 1log/ORION.LOG 2log/ORION.ERR perl -e

Re: Looking for Fellow Programmers

2000-09-13 Thread Alex Imbastari
Neal Kaiser wrote: Hello, First let me apologize in advance if this is not allowed on this board, but let me assure you that I am not a head-hunter, just a J2EE programmer who has received more work than he can handle and is looking for help =) Anyways ... I am looking for

Re: Looking for Fellow Programmers

2000-09-13 Thread Paul Danckaert
Title: Re: Looking for Fellow Programmers Hi, I may have some friends who would be interested in this. Do you have any more details I could pass on to them? paul Original Message On 9/13/00, 7:41:10 AM, Neal Kaiser [EMAIL PROTECTED] wrote regarding Looking for Fellow Programmers:

Re: Looking for Fellow Programmers

2000-09-13 Thread thm
me to, but I'm in France - Paris [EMAIL PROTECTED] http://www.idocw.com Sanjay a écrit : Im Interested to work in such a thing but im at UK Birmingham :-) - Original Message - From: "Neal Kaiser" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Wednesday, September

RE: Specifying finder-methods (full query)

2000-09-13 Thread Torgeir . Lerkerod
You forgot to mention that you can write out a full Sql stment with joins and so on. I use it a lot because of the datastructure we have here. To this one have to edit the orion-ejb.xml and insert a complet vaild sql statment which only returns the fields you have in the ententity object. In

Re: Looking for Fellow Programmers

2000-09-13 Thread Christian Sell
hey, I dont think the initial offer is a problem (what better place to meet J2EE programmers), but why dont you carry on your dealings via private email?

Why!?.... NoClassDefFoundError

2000-09-13 Thread Carl Troedsson
Hi, I have installed Orion server. The example JSP-pages and servlets works fine, but when I try the EJB examples (ProductClient etc) I recieve a Exception in thread "main" java.lang.NoClassDefFoundError. javax/ejb/CreateException I have also tried to compile these classes and thenrecieved

RE: Why!?.... NoClassDefFoundError

2000-09-13 Thread Joe Walnes
Make sure the files orion.jar, ejb.jar and naming.jar (in the orion dir) are in your classpath. -Joe Walnes -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Carl Troedsson Sent: 13 September 2000 17:26 To: Orion-Interest Subject: Why!?

Remote debugging from JBuilder

2000-09-13 Thread Maxim Weiss
Hello, is it possible to debug EJBs from JBuilder IDE? Thanks in advance. -maxim

RE: Looking for Fellow Programmers

2000-09-13 Thread J.T. Wenting
would be nice, would it? Sadly he did not include an email address where people can send to :) Jeroen T Wenting [EMAIL PROTECTED] ICQ UIN #9191966 It's the end of the world as we know it and I feel fine (Michael Stipe) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

(no subject)

2000-09-13 Thread Carlos Piqueres Ayela
When trying to connect to our own secure server using this code we get a SSLException saying that the cert chain is untrusted. The certificate in the server has been generated by verisign as a trial cert. We can't see the cipherSuite nor the certificate chain. The exception must be thrown in

RE: Looking for Fellow Programmers

2000-09-13 Thread Jason Smith
Just look in the message header and you will see it. It looks to me like: [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of J.T. Wenting Sent: Wednesday, September 13, 2000 11:22 AM To: Orion-Interest Subject: RE: Looking for Fellow

Re[2]: Looking for Fellow Programmers

2000-09-13 Thread Dylan Parker
I just took a look at the headers from his original post... and he DID provide his email address. Here it is : [ From: "Neal Kaiser" [EMAIL PROTECTED] ] I would think you could just reply to him. Dylan Parker Wednesday, September 13, 2000, 11:21:31 AM, you wrote: would be nice, would it?

Re: How to enable validating XML Parser?

2000-09-13 Thread Dylan Parker
Hello, I'm currently working with JSPs that generate XML which are then translated to HTML by Orion using a separate XSL file. All is well and good. Wonderful functionality. It is nice isn't it. =) I'm doing something very similar. In creating the XML files and the DTDs... it seems that

Re: non-ejb classes

2000-09-13 Thread Jacek Laskowski
Derek Akers wrote: Orion is having a problem invoking the useBean tag when given the class name of the object to instantiate. HEre is the code: jsp:useBean id="cartFactory" scope="session" class="cart.CartFinderBean" % System.err.println("Error using CartFinderBean"); %

OrionServer newbie question

2000-09-13 Thread Bill Girten
It appears that the logs don't offer much for reporting exceptions when a jsp is launched. Is there an area that helps pinpoint where things (jars, etc.) go wrong? Thanks in advance. - Bill Girten / TechSurfers, Inc.

Re: OrionServer newbie question

2000-09-13 Thread Al Fogleson
I dont know as orion is any worse than anything else for jsp's. We use netscape at work on this job (my current one) and it doesnt do any decent logging when something goes wrong either. In a JSP it either works, or it doesnt. :) Al - Original Message - From: "Bill Girten" [EMAIL

Re: Looking for Fellow Programmers

2000-09-13 Thread alexchud
- Original Message - From: "Christian Sell" [EMAIL PROTECTED] Date: Thursday, September 14, 2000 2:22 am Subject: Re: Looking for Fellow Programmers hey, I dont think the initial offer is a problem (what better place to meet J2EE programmers), but why dont you carry on your dealings