Re: Examples of XML / XSLT

2001-02-21 Thread Fredrik Lindgren
There are some really good tutorials on XML, XSLT and XPATH at http://www.zvon.org/index.php?nav_id=tutorialsmime=html They have a lot of examples and also a web based interactive lab for testing different XSLT constructs on given XML sources. It is worth a visit and IMO a bookmark as well.

RE: Flushing EJB cache

2001-02-21 Thread Tony J Brooks
Hey Peter, It's difficult to describe with absolute certainty since the documentation is poor (in fact, I haven't found any), but my understanding is that this method will remove instances of a named EJB from the container cache. It would be interesting to hear from other people on how

RE: archives

2001-02-21 Thread chris . chang
try this http://www.mail-archive.com/orion-interest@orionserver.com/ -Original Message- From: Paul Wheaton [mailto:[EMAIL PROTECTED]] Sent: February 20, 2001 1:08 PM To: Orion-Interest Subject: archives Is there a web site that contains archives of this mailing list so that I don't ask

RE: NOVICE Question about orion and mysql

2001-02-21 Thread Dvornikov Victor
Check log files of orion and your database -Original Message- From: Andres Garcia Hourcade [SMTP:[EMAIL PROTECTED]] Sent: 20 2001 16:22 To: Orion-Interest Subject: RE: NOVICE Question about orion and mysql Thanks a lot, i did what you tell me,but i am still getting this

RE:

2001-02-21 Thread Stanislav Maximov
AFAIK, there is an example of message-driven bean in the ATM sample application, which should be in your distribution. To update your Orion to latest version available you can use this command (from Orion directory): java -jar autoupdate.jar -Original Message- From: [EMAIL PROTECTED]

RE: Flushing EJB cache

2001-02-21 Thread Mike Cannon-Brookes
I think the reason this method is undocumented is you're not meant to play with it ;) AFAIK it's an internal API. By all means hack at Orion (I know I do), but beware that any hacking will be unsupported by any Orion folks (I think this is fair enough). -mike -Original Message- From:

Debugging and orion

2001-02-21 Thread Julian Richardson
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 resource

RE: How can I use Application session?

2001-02-21 Thread Yves Bossel
I would add: * how can I retrieve the session ID while I am inside an EJB method so I (from the docs) use from HttpServletRequest the method getSession(), then session.getId() Be careful because the spec says that getSession() creates a session if it does not exists. Yves Bossel -

RE: Flushing EJB cache

2001-02-21 Thread Tony J Brooks
Mike, Yes, I couldn't agree more. On the subject of EJB timeouts, can anyone clear up something for me ? The following is documentation about the validity-timeout attribute of the entity-deployment tag in orion-ejb.jar.xml ... "The maximum amount of time (in millis) that an entity is valid in

Table not found in Orion Primer CMP example

2001-02-21 Thread Valentijn Scholten
Hi, I have a problem with the Orion Primer CMP example. It does run and all that, but when a click on the 'Open the adressbook' link in the first jsp, then i get the next error: Caught "com.evermind.server.rmi.OrionRemoteException" while attempting to find all AddressBook entries.

RE: NOVICE Question about orion and mysql

2001-02-21 Thread Ray Harrison
It appears from the error message that you are pointing to the wrong mysql database: The data-sour xml file snippet you give below refers (in you URL) to defaultdb and your message refers to addressbookdb. In mysql, create a database called addressbookdb (or just change your references to

EJB 2.0 CMP features of Orion

2001-02-21 Thread Randahl Fink Isaksen
Has anyone tried out OR-mapping of 1-1 relationships and 1-n relationships between two EJBs? I have seen Jim Archer's fine tutorial about EJBs having a 1-1 or 1-n relationship to a *dependent object*, but is the same thing possible between two EJBs? I know the web site states that Orion 1.2.9

Table not found in Orion Primer CMP example

2001-02-21 Thread Valentijn Scholten
Hi, I have a problem with the Orion Primer CMP example. It does run and all that, but when a click on the 'Open the adressbook' link in the first jsp, then i get the next error: Caught "com.evermind.server.rmi.OrionRemoteException" while attempting to find all AddressBook entries.

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

RE: EJB 2.0 CMP features of Orion

2001-02-21 Thread Tim Drury
Title: RE: EJB 2.0 CMP features of Orion 1:1 and 1:N between two ejb's works fine. The only difference is in the relationship tags where you describe the second bean in the relationship. For a dependent: multiplicitymany/multiplicity role-source dependent-nameAddress/dependent-name

Re: your mail

2001-02-21 Thread Justen Stepka
The Java Developers Journal (JDJ) has an example in last months edition, I think this example covers using message beans as a logging tool. Justen STepka On Wed, 21 Feb 2001, Chia, Pei Yen wrote: Hi, I'm trying to look for examples on MessageDrivenBean and i can't seem to find it at the

Got SecurityException, bu shouldn't it be NamingException?

2001-02-21 Thread Eduardo Estefano
I was looking up a bean using: JndiContext.lookup("ContactManager"); And I was getting a security exception: User Admin does not have permissions to ContactManager. However, there is no ContactManager in the jndi tree. The bean name in the tree was ContactManagerHome. I changed it and it

No influence on CMP 2.0 getter setter methods - a feature or a bug?

2001-02-21 Thread Randahl Fink Isaksen
I have been reading the CMP 2.0 specification and I think it is simply great! Still, I am a bit surprised that the bean developer has no control over what happens when a field is set. Imagine an AccountBean, for instance: public abstract class AccountBean extends EntityBean {

Re: restarting orion

2001-02-21 Thread David Smith
Port 90 looks wrong - you should use the admin port not the http port (just leave out :90) java -jar admin.jar ormi://localhost admin mypassword -restart Peter Peltonen wrote: When I give the command "java -jar admin.jar ormi://localhost:90 admin mypassword -restart" I get the error

RE: Error Page

2001-02-21 Thread Conrad Chan
Or set the return status code backto 200 since I really don't see a reason why I would like to return 500 if my error page will be probably shown. Conrad -Original Message-From: SureTicket.com [mailto:[EMAIL PROTECTED]]Sent: Wednesday, February 21, 2001 1:20 PMTo:

RE: EJB Clustering -- ANYONE? [Urgent!]

2001-02-21 Thread Ray Brown
Dylan, I'm a new user so bear with me...Did you check http://www.orionsupport.com ? The last entry was 15 February 2001. Read the Tuesday 13th Dec "Into the Future" entry. It has some other notes and yes, I find it strange that a company is not responding about an offer of money. I've thought

How to integrate with Sun's java message queue ?

2001-02-21 Thread Songbo Zheng
Hi, Does anyone have experience with integrating Sun's java message queue with orion server? and how? Thanks, Songbo email: [EMAIL PROTECTED]

Re: No influence on CMP 2.0 getter setter methods - a feature or abug?

2001-02-21 Thread Brian Wing Shun Chan
You don't want to put logic in Entity beans. Entity beans should only serve as models for the database. Put the logic in the Session beans that will call setBalance and any other methods you have. You can make all those methods one atomic transaction by declaring it in the descriptor as well. -

RE: Get me off this subscription!!!!

2001-02-21 Thread Allen Fogleson
did you try the website, enter your email and press submit? it worked fine for me when I switched jobs and had to use a new email. Al -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Steve Johann Sent: Wednesday, February 21, 2001 12:43 PM To:

Bowser back buttons and jsp

2001-02-21 Thread APapada
This question doesn't really apply to the webserver in general. I have developed an ecommerce application using java beans and jsp. Unfortunately, during qa testing, one problem keeps coming up. If you click the back button on the browser and ignore the navigation built into the system, you

RE: Get me off this subscription!!!!

2001-02-21 Thread Adamson, Scott
I just tried the 'unsubscribe' form on the website and it even sent me a nice assuring comfirmation that I had been unsubscibed, no good. I guess I have to have the mail blocked or set up a new email acct. -Original Message- From: Allen Fogleson [mailto:[EMAIL PROTECTED]] Sent:

restarting orion

2001-02-21 Thread Peter Peltonen
When I give the command "java -jar admin.jar ormi://localhost:90 admin mypassword -restart" I get the error message: Error: javax.naming.NamingException: Lookup error: java.io.StreamCorruptedException: Caught EOFException while reading the stream header; nested exception is:

Applet BEAN JNDI Errors

2001-02-21 Thread John McManus
Make it stop :( I'm getting the following error trying when I do a new InitialContext(env) in my applet. After fighting thru security issues and whatnot, I not have the following error: Opening

RE: No influence on CMP 2.0 getter setter methods - a feature or abug?

2001-02-21 Thread Jeff Schnitzer
I frequently hear this mantra repeated, and while it is largely a good idea, I have difficulty seeing why it should be adhered to dogmatically. There is value in being able to define side-effects of setters and getters or minimal bean-specific business logic. As a trivial example I offer my

RE: No influence on CMP 2.0 getter setter methods - a feature or a bug?

2001-02-21 Thread Tim Drury
Title: RE: No influence on CMP 2.0 getter setter methods - a feature or a bug? This is why the session-bean-wrapping-entity-bean pattern is so popular. Do not implement business logic inside your entity bean. Instead, have your client perform operations to the data via a session bean.

Get me off this subscription!!!!

2001-02-21 Thread Steve Johann
I have tried all your recommendations to get off your subscription list. Come on guys! __ Do You Yahoo!? Yahoo! Auctions - Buy the things you want at great prices! http://auctions.yahoo.com/