Re: How can I configuring a non-war web app without putting it under Orion dir?

2002-03-29 Thread Fredrik Lindgren
You should just give the path to the root directory of the web-app. It shouldn't matter if it's under applications or not. For more info check either http://www.orionsupport.com/, http://www.atlassian.com/ or http://www.elephantwalker.com/ Good luck /Fredrik Lindgren DORAN, GRANT wrote

Re: idea=$395.00USD was: RE: Java IDE?

2002-03-23 Thread Fredrik Lindgren
that the license includes 8 months of future updates to IDEA (one or two major new releases looking back at the release history to date) By the way, I'm not related to the IDEA team in any way. /Fredrik Lindgren [EMAIL PROTECTED] wrote: hi, At about $800.00 AUD (roughly=$395.00 USD) I'd

Re: Compiling JSP

2002-02-08 Thread Fredrik Lindgren
You probably have a JSP 1.1 compatible jar rather than a JSP 1.2 compatible one in your classpath. In the 1.1 spec they forgot to handle Throwable in the PageContext (only Exception was handled) so it was added in the latest release. /Fredrik Lindgren Carlos Roberto da Silva Junior wrote

Re: Help

2002-02-08 Thread Fredrik Lindgren
descriptor to get readable java code for the accessed JSPs (stored in the deployment directory) /Fredrik Lindgren François Beauregard wrote: I decided to day to give a first try at Orion (1.5.3). I started trying to deploy an application that already runs fine under Tomcat / Borland AppServer

Re: Weird Transaction Problem

2001-11-27 Thread Fredrik Lindgren
Herman Rashid wrote: I have this EJB transaction related problem (Orion 1.5.2, DB2 V7.1) : I have 2 EJBs: 1) UserSession (Stateless session bean) trans-attribute: Required transaction-type : Container 2) User (BMP entity bean) trans-attribute: Mandatory My

Re: WebLogic To Orion

2001-10-12 Thread Fredrik Lindgren
There are many reasons to move to Orion from Weblogic: - Free developer license: You can have several developers in a project have their own installation of the server to do testing before committing their changes. - The price difference: With Orion you get a lot more functionality for the

Re: Date conversion problem ??

2001-10-08 Thread Fredrik Lindgren
the millisecond part but when I receive something from the database, the millisecond part is zero. Does this mean that is only zero when the date field is handled by the JDBC part ?? Eddie - Original Message - From: Fredrik Lindgren [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED

Re: Date conversion problem ??

2001-10-05 Thread Fredrik Lindgren
and the java.util.Date class mentioned above, it is recommended that code not view Timestamp values generically as an instance of java.util.Date. The inheritance relationship between Timestamp and java.util.Date really denotes implementation inheritance, and not type inheritance. I hope this helped /Fredrik

Re: EJB Primary Key of int

2001-10-04 Thread Fredrik Lindgren
You need to use Integer as PK Class. PK must extend Object Marc Rabil wrote: I can not figure out how to get Orion's EJB CMP to work when the primary key is an 'int'. In the deployment descriptor (ejb-jar.xml), the code is: prim-key-classint/prim-key-class When starting up Orion, I

Re: External EJB Client

2001-08-28 Thread Fredrik Lindgren
the RMIInitialContextFactory instead. I haven't used it myself so don't take my word for it. By the way, I'm not sure of what classes are needed in the client classpath to make this work. You might need to include the full orion.jar. Regards Fredrik Lindgren Ed Brown wrote: I'm trying to call

Re: Examples of XML / XSLT

2001-02-21 Thread Fredrik Lindgren
spec (at http://www.w3.org/ ) to get to the details. -- Ernst [EMAIL PROTECTED] wrote: are there any good / self-containted examples that use orion? -- Fredrik Lindgren Goyada Ljtnantsgatan 25 SE-115 50 Stockholm Sweden