it's there (ibm linux jdk1.3)

2000-05-03 Thread Robert Krüger
might be of interest to some of you http://www.alphaworks.ibm.com/tech/linuxjdk (-) Robert Krüger (-) SIGNAL 7 Gesellschaft für Informationstechnologie mbH (-) Brüder-Knauß-Str. 79 - 64285 Darmstadt, (-) Tel: 06151 665401, Fax: 06151 665373 (-) [EMAIL PROTECTED], www.signal7.de --

J2EE SDK Deployment tool

2000-05-03 Thread Robert Keith (UK)
Hi Guys, Can I use the J2EE SDK tool to create EAR files and then use these EAR files with Orion? If so can you guys point me in the direction of the docs, or provide some useful tips on doing this. thanx Robert

Re: J2EE SDK Deployment tool

2000-05-03 Thread Magnus Stenman
Assembly tools, yes. These are standardized and the .ear you output is deployable in any J2EE platform. Deployment tools on the other hand are server-specific. Orion currently ships with assembly tools (earassembler being the main one) but deployment is still "file based". The admin console from

Lost database connections using OrionServer?

2000-05-03 Thread Mike Fontenot
Does Orionserver have a way for developers to reinitialize the data-sources.xml file and re-establish database connections without shutting down the entire server? This is a fault tolerance issue, having the database server go down behind your application. Our existing servlet apps have a

Finder methods

2000-05-03 Thread Nick Newman
Congratulations on releasing v1.0. It is a nice feature that orion writes the custom finders for CMP in some cases. For those cases where it cannot, would it be possible to permit the user to give it a hint? For example: public interface FooHome extends EJBHome { .. public

Re: J2EE SDK Deployment tool

2000-05-03 Thread Jim Archer
I have a dumb question... Whats an EAR file? Thanks... Jim --On Wednesday, May 03, 2000 11:09 AM +0100 "Robert Keith (UK)" [EMAIL PROTECTED] wrote: Hi Guys, Can I use the J2EE SDK tool to create EAR files and then use these EAR files with Orion? If so can you guys point me in the

RE: J2EE SDK Deployment tool

2000-05-03 Thread Steven W. Rock
.ear is an enterprise application jar file that contains all the ejb jar files, the .war (web jar file) and the xml deployment descriptor for the application. The complete app is jarred into this one file. Here is the breakdown of all the jar files. 1. EJB Module ( .jar file)

JPS fails J2EE portability test!

2000-05-03 Thread Neville Burnell
Thanks for your reply Magnus - its a real problem that the JPS fails J2EE portability - "write once, deploy anywhere" is a goal that the JPS team should aspire to. I will take it up with the APM Interest group! Thanks again Neville Burnell Business Manager Software -Original Message-

Orion 1.1 ??

2000-05-03 Thread Neville Burnell
Hi Magnus, Just curious - what's coming in Orion 1.1 ? Kind Regards Neville Burnell Business Manager Software -Original Message- From: Magnus Stenman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 3 May 2000 9:02 PM To: Orion-Interest Subject: Re: J2EE SDK Deployment tool

Re: J2EE SDK Deployment tool

2000-05-03 Thread Eric Richardson
Hi, Enterprise Application aRchive. WAR is a Web ... These are in JAR format with special locations for components. Hope this helps, Eric Jim Archer wrote: I have a dumb question... Whats an EAR file? Thanks... Jim --On Wednesday, May 03, 2000 11:09 AM +0100 "Robert Keith (UK)" [EMAIL