specifying many-to-many mappings in EJB deployment descriptor

2001-09-19 Thread Warren Hedley
Hi folks, I've just finished implementing a finder that can navigate across a many-to-many join table, by embedding a SQL statement in the deployment descriptor. This was based on Tim Drury's useful "Advanced Finder Methods" article on Orion Support ( http://orionsupport.com/articles/finders.html

Faster EJB Deployment using fastjavac

2001-02-15 Thread Rafael Alvarez
I have tried the java compiler that comes with Forte For Java CE 2.0 (fastjavac) and it cut the deployment time of 50 EJB (a mix of entity and sessions) from 1 minute to 15 secs! I'm developing under win 2k, orion 1.3.8. Some one can test it under unix? My 2 cents

Re: EJB Deployment without packaging

2001-02-10 Thread Joseph B. Ottinger
fies ".jar". To wit: myEJB.jar otherejb On Fri, 9 Feb 2001, Phan Anh Tran wrote: > Do you have a link? Thanks. > > Anh > - Original Message - > From: "Joseph B. Ottinger" <[EMAIL PROTECTED]> > To: "Orion-Interest" <[E

Re: EJB Deployment without packaging

2001-02-09 Thread Phan Anh Tran
Do you have a link? Thanks. Anh - Original Message - From: "Joseph B. Ottinger" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Friday, February 09, 2001 9:21 PM Subject: Re: EJB Deployment without packaging > Yes, very much so. &g

Re: EJB Deployment without packaging

2001-02-09 Thread Joseph B. Ottinger
Yes, very much so. On Fri, 9 Feb 2001, Phan Anh Tran wrote: > Is it possible to deploy EJBs without packing them into ejb and .ear files with >orion? Thanks. > > Anh > > --- Joseph B. Ottinger [EMAIL PROTECTE

EJB Deployment without packaging

2001-02-09 Thread Phan Anh Tran
Is it possible to deploy EJBs without packing them into ejb and .ear files with orion?  Thanks.   Anh  

RE: ejb deployment problem

2001-01-08 Thread Konstantin Polyzois
-source="" to the element 3 Remove any ejb deployment descriptors below this directory (orion-ejb-jar. xml) 4 Start Orion. Orion should now deploy your ejbs again. 5 Check in an orion-ejb-jar.xml file in any element for an attribute data-source. Hopefully it should now use your Data Sourc

ejb deployment problem

2001-01-07 Thread ahfei
hello, i'm developing ejb using jbuilder4.The EJBs work well in inprise app server. when i deploy it to orion,it works too. but i found the datasource that i specified doesn't be used,orion uses a default datasource (HSQL) service my EJBs.WHY ? can somebody help me? thanks in advance.

EJB deployment again, deploy at remote site?

2000-08-26 Thread James Ho
Hi all, I am having this little problem with deployment, hopefully someone can help me out thanks! :P (note: this is my university thesis..all these are purely made up..if anything sounds strange, pls tell me :P ) Here is the setup of my system, a internet hub (central server) and a list of s

RE: EJB deployment example?

2000-08-24 Thread Magnus Rydin
Title: RE: EJB deployment example? in a standard web-app: / is your html-dir, and should hold any pages (jsp/html/text/ccs/etc) that you want to serve to the customer   you can have any directory you want under this root, as long as its not called WEB-INF.. /WEB-INF/ is where you put your

Re: EJB deployment example?

2000-08-24 Thread Jim Archer
> >> If anyone knows of such a guide, I would appreciate it if you could >> refer me to it... >> >> Thanks! >> >> Jim >> >> --On Wednesday, August 23, 2000 2:15 AM +1000 James Ho >> <[EMAIL PROTECTED]> wrote: >> >> >

Re: EJB deployment example?

2000-08-24 Thread Joseph B. Ottinger
web is chock full of 'em. :) > If anyone knows of such a guide, I would appreciate it if you could refer > me to it... > > Thanks! > > Jim > > --On Wednesday, August 23, 2000 2:15 AM +1000 James Ho > <[EMAIL PROTECTED]> wrote: > > > Hi all, &g

Re: EJB deployment example?

2000-08-23 Thread Jim Archer
beans, and servlets and regular HTML files... If anyone knows of such a guide, I would appreciate it if you could refer me to it... Thanks! Jim --On Wednesday, August 23, 2000 2:15 AM +1000 James Ho <[EMAIL PROTECTED]> wrote: > Hi all, > > Anyone has any EJB deployment exam

EJB deployment example?

2000-08-22 Thread James Ho
Hi all, Anyone has any EJB deployment examples apart from the orion primer? I don't fully understand the orion primer...One of the main questions is "Where are the beans deployed?" I saw the source code for the servlet client that it is at "java:comp/env/ejb/HelloHome"

Fw: Re: Begging for Help: EJB Deployment in Orion Server 1.0

2000-08-08 Thread Stanislav Bernatsky
-Original Message- From: "Stanislav Bernatsky" <[EMAIL PROTECTED]> To: Orion-Interest <[EMAIL PROTECTED]> Date: Tue, 8 Aug 2000 13:00:15 +0300 (EEST) Subject: Fw: Re: Begging for Help: EJB Deployment in Orion Server 1.0 > > -Original Message- &g

Fw: Re: Begging for Help: EJB Deployment in Orion Server 1.0

2000-08-08 Thread Stanislav Bernatsky
-Original Message- From: David Sierra Fernandez <[EMAIL PROTECTED]> To: Orion-Interest <[EMAIL PROTECTED]> Date: Mon, 7 Aug 2000 16:30:11 +0200 (MET DST) Subject: Re: Begging for Help: EJB Deployment in Orion Server 1.0 > > First of all you have to create a J2EE di

Re: Begging for Help: EJB Deployment in Orion Server 1.0

2000-08-07 Thread Mike Clark
The Orion Primer provides an introduction to deploying EJBs with Orion... http://www.znerd.demon.nl/orion-primer/ Mike --- Ray Harrison <[EMAIL PROTECTED]> wrote: > Hello: (I am quite new - forgiveness and patience please!) > > I am working with Monson-Haefel's EJB book and am trying to fig

Re: Begging for Help: EJB Deployment in Orion Server 1.0

2000-08-07 Thread David Sierra Fernandez
First of all you have to create a J2EE directory estructure: application --- META-INF/application.xml | module.jar | module.war and then follow the instructions in Orion docs "How to deploy an app" You have to create yourself applicatio

Begging for Help: EJB Deployment in Orion Server 1.0

2000-08-07 Thread Ray Harrison
Hello: (I am quite new - forgiveness and patience please!) I am working with Monson-Haefel's EJB book and am trying to figure out a way to deploy the example EJBs to the Orion Server (1.0). I have seen a number of postings on the subject (deployment of EJBs) but have seen few, if any, answers.

RE: RE: EJB Deployment

2000-05-22 Thread Jeremy Cowgar
u hit save and Orion's AutoLoad features kick in and update the app on the fly. Jeremy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of E Mail Sent: Sunday, May 21, 2000 1:56 PM To: [EMAIL PROTECTED] Cc: Jeremy N. Cowgar Subject: RE: RE: EJB Deployment

RE: RE: EJB Deployment

2000-05-21 Thread E Mail
What is this deploytool? Do you mean the tool that starts by "jar -jar ejbmaker.jar"? thanks. YL -Original Message- From:Jeremy Cowgar [EMAIL PROTECTED] Sent:Fri, 19 May 2000 16:54:19 -0400 To: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: RE: EJB

RE: EJB Deployment

2000-05-20 Thread Jeremy Cowgar
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jim Archer Sent: Friday, May 19, 2000 3:35 PM To: Orion-Interest Subject: EJB Deployment Hi All... A look through the archives seems to indicate this question is often asked but I didn't see an answer

EJB Deployment

2000-05-19 Thread Jim Archer
Hi All... A look through the archives seems to indicate this question is often asked but I didn't see an answer... Two people here have spent the afternoon trying to deploy EJB beans under orion. No luck. Is there any documentation or guide, beyond the docs that came with Orion, available?

RE: Referring to a datasource in EJB deployment

2000-05-16 Thread esa . kylli
Here's a little more info on Orion not finding my datasource, when deploying my container managed entity bean. In orion-ejb-jar.xml I haven't used , instead I have used . According to the docs you are able to specify the name of the datasource there, which is declared in data-sources.xml (). This

Referring to a datasource in EJB deployment

2000-05-15 Thread esa . kylli
Hello! I have gone from Orion 0.9.4 to 1.0rc1 and in this latest release Orion can't find the datasource that I have specified in the deployment descriptor for my container managed entity bean. I have tried adding the datasource to config\data-sources.xml and pointing out this file in config\serv

EJB Deployment in Orion

2000-05-04 Thread Pedro Garcia Lopez
Hi all, Since Assembly of component is not a problem (other tools like J2EE deplytool exist), my main problem is for deploying applications in Orion. I can install applications (ear) but, How can access them ? In J2EE, in the deployment phase, a Client.jar file is generated that enables your s