Suggestion

2001-02-06 Thread bsb108765
Since EJB 20 Spec does not support SQL ANSI datatypes inside ejb-jar.xml, I suggest that Orion accept folowing: accept JavaDoc like tags. So, we can have following: entity description@Data-source jdbc/MySQL @Table-name myOwnTable/description cmp-field

Suggestion

2001-02-06 Thread bsb108765
: [EMAIL PROTECTED] Para: Orion-Interest [EMAIL PROTECTED] Assunto: Suggestion Data: 06/2/2001 09:11:09 Since EJB 20 Spec does not support SQL ANSI datatypes inside ejb-jar.xml, I suggest that Orion accept folowing: accept JavaDoc like tags. So, we can have following: entity description@Data-source

SUGGESTION: Display nested EJBExceptions ...

2000-11-08 Thread Gerald
EJBException allows for the nesting of exceptions. Since EJBException indicates a system fault, it makes sense to display as much information as possible about it. When my application throws an EJBException, the browser displays a stack trace, but only for the EJBException. Would it not make

Re: EJB CMP suggestion

2000-05-09 Thread Karl Avedal
Hello Jen, To find out how to be able to specify joins or any SQL in custom finders, read: http://www.orionserver.com/docs/orion-ejb-jar.xml.html Search for query and look at the partial attribute. What you want is already possible, without changing the code of your beans. Regards, Karl

RE: EJB CMP suggestion

2000-05-09 Thread Conrad Chan
s possible. Conrad -Original Message- From: Jen Hsien Huang [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 09, 2000 3:38 AM To: Orion-Interest Subject: EJB CMP suggestion EJB CMP feature is fantasy. But it's use less because I cant do a simple joint on it, so I wonder the benifit of CMP is ju

Suggestion for classpath problem

2000-01-07 Thread Byron Hawkins
Try adding the classpath as a library-path entry in config/server.xml. I had the same problem, and this entry seemed to make all classes in the library-path entries available to all threads initiated (at some level) by OrionServer. -Original Message- From: Ruud Noordermeer [EMAIL