Re: CMP entity bean deployment compilation errors

2002-04-30 Thread Jeff Hubbach
he > and elements as well as the and elements in my > ejb-jar.xml was causing the original compilation errors. I then commented > out either the / or the / and the > deployment/compilation of generated classes worked. Seems you can possibly > only use one of the pair. This is oka

SV: CMP entity bean deployment compilation errors

2002-04-30 Thread Jesper Rasmussen
I have both local and remote interfaces to my beans, and it works fine. I got the same error which i traced back to a error in my ejb-jar.xml. I cant remember which error though. Try to clear the deployment files in orion/applications and orion/application-deployments. This is how one entity

Re: CMP entity bean deployment compilation errors

2002-04-29 Thread Scott Gaetjen
either the / or the / and the deployment/compilation of generated classes worked. Seems you can possibly only use one of the pair. This is okay for me as I normally use the session bean as a facade pattern , so I should be fine just using the / pair. Scott Scott Gaetjen wrote: > I've creat

CMP entity bean deployment compilation errors

2002-04-29 Thread Scott Gaetjen
I've created a CMP entity bean based on some examples I've seen and am encountering some compilation errors on the generated wrapper classes at deployment time. Its seems the getter/setter methods and the remove method are not recognized or available in the generated wrapper classes.

RE: NullPointerException on CMP entity bean deployment

2002-04-28 Thread Jeff Schnitzer
st > Subject: NullPointerException on CMP entity bean deployment > > > I've created a CMP-based entity bean and encounter a NPE exception when > the .EAR is deployed. I've searched high and low and reviewed my XML and > Java, but I cannot determine the problem. Any help

NullPointerException on CMP entity bean deployment

2002-04-26 Thread Scott Gaetjen
ows: Auto-deploying leaders-ejb.jar (No previous deployment found)... java.lang.NullPointerException at com.evermind.util.ClassUtils.getSourceNotation(ClassUtils.java:280) at com.evermind.server.ejb.compilation.CMPObjectCompilation.processConta inerManagedField(CMPObjectCompilation.java:299)

Fwd: RE: Showstopper: Orion deployment crash, NullPointerException

2002-04-17 Thread Ray Harrison
2nd Try...   Randahl Fink Isaksen <[EMAIL PROTECTED]> wrote: From: "Randahl Fink Isaksen" <[EMAIL PROTECTED]>To: <[EMAIL PROTECTED]>Subject: RE: Showstopper: Orion deployment crash, NullPointerExceptionDate: Wed, 17 Apr 2002 21:42:30 +0200Organization: ROCK IT

RE: Showstopper: Orion deployment crash, NullPointerException

2002-04-17 Thread Greg Davis
-From: Randahl Fink Isaksen [mailto:[EMAIL PROTECTED]]Sent: Wednesday, April 17, 2002 7:04 AMTo: Orion-InterestSubject: Showstopper: Orion deployment crash, NullPointerException After introducing a lot of different changes in my EJBs I decided to erase my deployment directory (the f

Re: StatefulSession Bean Deployment problem

2002-03-12 Thread Ray Harrison
just the basic quick/dirty deployment. Cheers Ray --- Daniel Chandran <[EMAIL PROTECTED]> wrote: > > Ray, > > Yes it is the CartApp.ear from the j2ee tutorial. And I am trying it > under Orion 1.5.4. I rebuilt the ear file without > the j2ee-ri specific files. I s

Re: StatefulSession Bean Deployment problem

2002-03-12 Thread Daniel Chandran
file deployment might be different across app servers if there are app-server specific components contained in it. For instance if there are j2ee-ri specific requirements for this app (which I believe there are), the app may deploy in Orion but you will have to then adjust the orion config accordingly.

Re: StatefulSession Bean Deployment problem

2002-03-12 Thread Ray Harrison
Daniel - Are you refering to the CartApp.ear from the j2ee tutorial for jdk1.3? If so, what is your Orion version? It deploys (haven't tested the functionality) on 1.5.4. Keep in mind that ear file deployment might be different across app servers if there are app-server specific compo

StatefulSession Bean Deployment problem

2002-03-12 Thread Daniel Chandran
I am trying to deploy the "cart" application that comes with the j2eetutorial package from Sun (not the one that comes with Orion) , and get the following error while deploying: Auto-deploying cart (New server version detected)... Auto-deploying cart-ejb.jar (No previous deploy

Re: Error creating web deployment directory ?

2002-03-01 Thread Mike Cannon-Brookes
tries to start my > application: > -- > Error initializing site Default Orion WebSite: Error creating deployment > directory: ../web > -- > > If I de-install my application I don't get the error, but ofcourse this > isn't what I want. > >

RE: Error creating web deployment directory ?

2002-03-01 Thread thomas.hertz
Hi! > If I start Orion I get the following error when Orion tries > to start my > application: > -- > Error initializing site Default Orion WebSite: Error creating > deployment > directory: ../web try to use absolute instead of relative paths in your confi

Error creating web deployment directory ?

2002-03-01 Thread Eddie Post
Hellu, I updated from Orion 1.5.2 to 1.5.4. If I start Orion I get the following error when Orion tries to start my application: -- Error initializing site Default Orion WebSite: Error creating deployment directory: ../web -- If I de-install my application I don'

Re: General Question about Enterprise Deployment of Orion

2002-02-28 Thread Ray Harrison
Hi Garrett - I believe this does work in Orion, at least I haven't had any known problems with it. (I'm using 1.5.4) Cheers Ray --- Garrett Skelly <[EMAIL PROTECTED]> wrote: > Guys & Gals, > > has anyone deployed Orion in and enterprise environment? While trying to > deploy our application we h

General Question about Enterprise Deployment of Orion

2002-02-28 Thread Garrett Skelly
Guys & Gals, has anyone deployed Orion in and enterprise environment? While trying to deploy our application we have encountered a "MEMORY LEAK TYPE PROBLEM" where EJBs are maintained in Memory and not released - in addition the config of the max-instances in memory does not work - this is a fund

Re: Orion 1.5.4 Local/LocalHome with BMP -> deployment problem

2002-02-20 Thread Morten Wilken
Local/LocalHome with BMP -> deployment problem Can add:   Special Edition Using EJB 2.0 [Que].   Professional Java EE 1.3 is kind of everything-in-one, not so focus on EJB development. I like the Enterprise Javabeans 3ed, OReilly most, as it's easy to bring for

RE: Orion 1.5.4 Local/LocalHome with BMP -> deployment problem

2002-02-19 Thread B.Adji Maharyatno
ginal Message-From: Jorge De Flon [mailto:[EMAIL PROTECTED]]Sent: Wednesday, February 20, 2002 9:53 AMTo: Orion-InterestSubject: Re: Orion 1.5.4 Local/LocalHome with BMP -> deployment problem Mastering EJB 2ed (Ed Roman, etc.) [AW] Enterprise Java Beans de Oreilly 3ed Professi

Re: orion-ejb-jar.xml, ejb-jar.xml and deployment

2002-02-19 Thread Scott Farquhar
Supporting YOUR J2EE World The elephantwalker wrote: > Vipul, > > Orion will not copy over an old orion-ejb-jar.xml file. So if you redeploy, > if you don't blow away the previous deployment, you are still on the old > file. This could be your problem. > > Regard

Re: Orion 1.5.4 Local/LocalHome with BMP -> deployment problem

2002-02-19 Thread Jorge De Flon
Sent: Tuesday, February 19, 2002 11:41 AM Subject: Re: Orion 1.5.4 Local/LocalHome with BMP -> deployment problem 2) can u pls suggest some good books/online material to EJB basics    http://developer.java.sun.com/developer/onlineTraining/Beans/EJBTutorial/

RE: orion-ejb-jar.xml, ejb-jar.xml and deployment

2002-02-19 Thread The elephantwalker
Vipul, Orion will not copy over an old orion-ejb-jar.xml file. So if you redeploy, if you don't blow away the previous deployment, you are still on the old file. This could be your problem. Regards, the elephantwalker www.elephantwalker.com -Original Message- From: [EMAIL PROT

Re: Orion 1.5.4 Local/LocalHome with BMP -> deployment problem

2002-02-19 Thread Robert S. Sfeir
2) can u pls suggest some good books/online material to EJB basics    http://developer.java.sun.com/developer/onlineTraining/Beans/EJBTutorial/

orion-ejb-jar.xml, ejb-jar.xml and deployment

2002-02-19 Thread Vipul Sagare
I have seen discussion on this topic but I was not able to get working solution for me. Here is my problem: I have OC4J. I have an application where I have deployed few CMP EJBS. At present, there are NO orion-xxx.xml deployment descriptors(DD). Now, I would like to introduce orion specific

RE: Orion 1.5.4 Local/LocalHome with BMP -> deployment problem

2002-02-19 Thread Sezhian G K (Contract)
: Tuesday, February 19, 2002 2:35 PMTo: Orion-InterestSubject: RE: Orion 1.5.4 Local/LocalHome with BMP -> deployment problem You can use findBy- and create-Methods but not additional ejbHome-Methods which are new in EJB2.0 spec.   Dieter -Original Message-From: Da

RE: Orion 1.5.4 Local/LocalHome with BMP -> deployment problem

2002-02-19 Thread Kutzera, Dieter-Norbert
with BMP -> deployment problem Thanks for the reply. Does this mean that you cant use findBy-methods on the localhome inteface?   /David   public interface ProductLocalHome extends EJBLocalHome{  public static final String PRODUCT = "ejb/ProductLocal";  public static

Re: Orion 1.5.4 Local/LocalHome with BMP -> deployment problem

2002-02-18 Thread David Tunkrans
Subject: RE: Orion 1.5.4 Local/LocalHome with BMP -> deployment problem ...  are you using ejbHome-methods? I think there is a bug in orion 1.5.4 . It it not possible to use ejbHome-methods in local home-interfaces. When you remove the declaration of this methods everythink shoul

RE: Local EJB Home methods WAS: Orion 1.5.4 Local/LocalHome with BMP -> deployment problem

2002-02-18 Thread Ray Harrison
It appears that the local home methods must catch/throw an java.rmi.RemoteException - obviously going against the concept of local. While this will allow deployment to the server, I have yet to test the functionality. I have reported the bug as #731 in bugzilla. --- "Kutzera, Dieter-No

RE: Orion 1.5.4 Local/LocalHome with BMP -> deployment problem

2002-02-18 Thread Kutzera, Dieter-Norbert
-From: David Tunkrans [mailto:[EMAIL PROTECTED]]Sent: Sonntag, 17. Februar 2002 14:17To: Orion-InterestSubject: Orion 1.5.4 Local/LocalHome with BMP -> deployment problem EntityBean with BMP and Local/LocalHome etc. Doesnt compile, some internal error...   Does anyone have an idea

Orion 1.5.4 Local/LocalHome with BMP -> deployment problem

2002-02-17 Thread David Tunkrans
\applications\app\webApp.war... done.Auto-deploying app (Assembly had been updated)...Auto-deploying product.jar (No previous deployment found)...Found 1 semantic error compiling "E:/cygwin/usr/local/java/orion/ProductLocalHome_EntityHomeWrapper31.java":      156. EvermindEntityContext fin

RE: Re: Very Long Deployment Time

2001-12-19 Thread Rice, Ted
[mailto:[EMAIL PROTECTED]]Sent: Wednesday, December 19, 2001 8:04 AMTo: Orion-InterestSubject: Re: Re: Very Long Deployment Time Hello,       Thanks for your answer. I've tryed almost everything! I've added more RAM to my AppServer, now I'm deploying directly from

Re: Re: Very Long Deployment Time

2001-12-19 Thread Gustavo Comba
age - From: Rice, Ted To: Orion-Interest Sent: Monday, December 17, 2001 11:50 PM Subject: RE: Very Long Deployment Time try using jikes for your compiler inside of orion. we experience similar delays in deployment and using jikes cut deployment time to abo

RE: Very Long Deployment Time

2001-12-18 Thread Jarrod Roberson
Peter DunnSent: Monday, December 17, 2001 2:27 PMTo: Orion-InterestSubject: RE: Very Long Deployment Time I've used delegates for the implementation logic from the EJB classes and created a batch file that re-packages the delegate classes into the .jar file. It takes less t

RE: Very Long Deployment Time

2001-12-18 Thread geoff
ge-From: Gustavo Comba [mailto:[EMAIL PROTECTED]]Sent: Monday, December 17, 2001 11:34 AMTo: Orion-InterestSubject: Very Long Deployment Time Hello,       I'm deploying a little project with a Client Application Module and a EJB Module with several EJB (about 30 Entity

RE: Very Long Deployment Time

2001-12-17 Thread Rice, Ted
try using jikes for your compiler inside of orion. we experience similar delays in deployment and using jikes cut deployment time to about 10% of the original time.   ./ted -Original Message-From: Gustavo Comba [mailto:[EMAIL PROTECTED]]Sent: Monday, December 17, 2001 8:34

RE: Very Long Deployment Time

2001-12-17 Thread The elephantwalker
.   Also, separate your ejb entity beans in ejb.jar's from your session ejb.jar's. The entity beans do not often change, but the session ejb.jar's do change all the time. you can copy the ejb.jar for your session beans directly to your enterprise deployment directory (created d

RE: Very Long Deployment Time

2001-12-17 Thread Peter Dunn
done something similiar on the web side of things minus the delegate bit.  So my deployment looks something like this.   ejb MyClassDelegate package-name 5 seconds web MyClassServlet package-name 2-4 seconds   were ejb and web are the names of my batch files.   MyClassEJB ...   public v

Very Long Deployment Time

2001-12-17 Thread Gustavo Comba
Hello,       I'm deploying a little project with a Client Application Module and a EJB Module with several EJB (about 30 Entity and 5 Session Beans). I'm using JDeveloper 9i Release Cantidate to develop/deploy my project.       My project compiles very fast, but when I do the depl

Re: Deployment Exception

2001-11-26 Thread Alexandru Balut
On Wednesday 21 November 2001 23:40, you wrote: > shutdown the server > delete the .ear file in applications > delete the directory in applications > delete the directory(ies) in application-deployments > startup the server ( it should complain about not finding the ear ) > shut it down > copy .ea

RE: Deployment Exception

2001-11-21 Thread jroberson
Title: RE: Deployment Exception shutdown the server delete the .ear file in applications delete the directory in applications delete the directory(ies) in application-deployments startup the server ( it should complain about not finding the ear ) shut it down copy .ear file to applications

Deployment Exception

2001-11-21 Thread geoff
I'm having issues with my EAR deployment all of a sudden -- when Orion attempts to unpack and deploy the EAR, it throws an exception: Auto-deploying thesquare-ejb.jar (ejb-jar.xml had been touched since the previou s deployment)... java.lang.IllegalArgumentException: Cannot convert from cl

Re: deployment tool

2001-11-20 Thread ???
I'm usin orion 1.2.2.. How can I deploy class files? Is there and deployment tool? - Original Message - From: "DeVincentiis Giustino" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Tuesday, November 20, 2001 4:50 PM Subject:

Re: deployment tool

2001-11-20 Thread Eddie
The best there is :) I luve it Eddie - Original Message - From: "DeVincentiis Giustino" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Tuesday, November 20, 2001 8:50 AM Subject: RE: deployment tool > Hi, > you can

Re: deployment tool

2001-11-20 Thread Jose Mena
does orion support the new ejb 2.0 version? - Original Message - From: "DeVincentiis Giustino" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Tuesday, November 20, 2001 8:50 AM Subject: RE: deployment tool > Hi, > you can

RE: deployment tool

2001-11-20 Thread DeVincentiis Giustino
Hi, you can try Ant (http://jakarta.apache.org/ant/) Giustino > -Original Message- > From: kamsky@yahoo [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, November 20, 2001 6:54 AM > To: Orion-Interest > Subject: deployment tool > > > Hi, > > Is t

deployment tool

2001-11-19 Thread [EMAIL PROTECTED]
Hi, Is there a deployment tool that is easier than j2sdkee1.3? What is it? Thanks _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com

Re: Presentation & Business tier JSP-Servlet Deployment

2001-10-19 Thread Sebastiano Pilla
At 11.52 19/10/2001, Prashant Gaikwad wrote: >Now requirment says that the presentation JSP's will be deployed on Apcahe >web server and servlets-java beans holding bisuness workflow logic to be >deployed on J2EE container i.e OC4J or Orion. Why this requirement? Be very careful not to mistake Ap

Presentation & Business tier JSP-Servlet Deployment

2001-10-19 Thread Prashant Gaikwad
JSP's will be deployed on Apcahe web server and servlets-java beans holding bisuness workflow logic to be deployed on J2EE container i.e OC4J or Orion. Note: Complete deployment will be on single machine. My questions are -: 1.) Is the usage of two web servers (apcahe & OC4J) advisa

Re: Deployment performance

2001-10-04 Thread Stephen Davidson
Alex Bairov wrote: > > Hello, > > We are deploying .ear containing 12 ejb .jars and 1 .war. It > takes 3 minutes to deploy, even if I have changed only one .jar. > Could I speed this up somehow? > > -- > Best regards, > Alex Bairov Hi Alex. When you do your builds, make sure

RE: Deployment performance

2001-10-04 Thread Komal Kandi (Contractor)
Try with jikes it will be help u speed up deployement. -Original Message- From: Alex Bairov [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 04, 2001 9:36 AM To: Orion-Interest Subject: Deployment performance Hello, We are deploying .ear containing 12 ejb .jars and 1 .war. It

Deployment performance

2001-10-04 Thread Alex Bairov
Hello, We are deploying .ear containing 12 ejb .jars and 1 .war. It takes 3 minutes to deploy, even if I have changed only one .jar. Could I speed this up somehow? -- Best regards, Alex Bairov

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://orion

User Manager and question about deploying an application and applications-deployment directory

2001-08-14 Thread Bill Clinton
Hello, I am trying to get security working as per the instructions on OrionSupport.com (http://www.orionsupport.com/articles/usermanager.html) and I am having some troubles. Following these procedures is creating some questions about application deployment and the applications

NullPointerException during deployment...

2001-08-07 Thread Alex Paransky
I just spent 3 hours tracking a NullPointerException which occured during deployment of an ejb-jar.xml (Orion 1.5.2 Windows 2000, JDK 1.3.1). For the benefit of everyone else: If you get a NullPointerException without any other messages from orion during deployment, check to make sure that any

Orion auto-deployment issue?

2001-08-05 Thread Evan Jehu
;   From the lookup beans deployment descriptor, notice that the same classes are deployed twice with different names;         salutation  com.chryxus.ejb.lookup.LookupHome  com.chryxus.ejb.lookup.Lookup  com.chryxus.ejb.lookup.LookupEJB  False

RE: best way to build a link to work in different deployment configurations??

2001-07-20 Thread Patrick Lightbody
ag for img > > > >regards, > >the elephantwalker > > >-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED]]On Behalf Of Brian Thompson >Sent: Friday, July 20, 2001 8:02 AM >To: Orion-Interest >Subject: best way to build a link to wor

RE: best way to build a link to work in different deployment configurations??

2001-07-20 Thread elephantwalker
different deployment configurations??. I have an application that during development is deployed multiple times with the following... http://devwebsite/customerApp1 http://devwebsite/customerApp2 In production, I'd like to deploy the applications as... http://custome

best way to build a link to work in different deployment configurations??

2001-07-20 Thread Brian Thompson
I have an application that during development is deployed multiple times with the following... http://devwebsite/customerApp1 http://devwebsite/customerApp2 In production, I'd like to deploy the applications as... http://customerApp1 http://customerApp2 In the fir

RE: deployment - part2

2001-07-18 Thread Simon Evans
you dont seem to be giving any permissions to your methods. in the method-permission element you are just listing all the methods but are not defining the roles with permissions to the methods. you are also not defining any roles. i would recommend removing the entire method-permission element fr

Re: deployment - part2

2001-07-18 Thread Jeanne
My gratitude to all who responded to my first question. Thank you. As you may be able to tell, I am very new to server side stuff. I re-did the entire ear file from the ground up using jar and was able to deploy the app. Unfortunate, the next roadblock was an error message complaining about the f

Re: deployment

2001-07-18 Thread Christoph Sturm
Hello Jeanne, Tuesday, July 17, 2001, 8:17:37 PM, you wrote: J> Next I rebuilt the jar file with the modified ejb-jar.xml J> and then rebuilt the ear file. I tried this with jar and winzip. J> Now on to try and deploy with Orion again, J> and this time I get the error message, J> "Unable to find/

Re: deployment

2001-07-17 Thread Patrick Lightbody
What happened is that you rebuilt the ejb-jar-ic.jar file incorrectly. Unjar the original jar (from the deploytool) and then unjar your new jar. You'll notice they product different directory structures. -Pat At 02:17 PM 7/17/2001 -0400, you wrote: >If this question has been posted before >ple

RE: deployment

2001-07-17 Thread elephantwalker
post your ejb-jar.xml file so we can look at it...we need more info. regards, the elephantwalker -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jeanne Sent: Tuesday, July 17, 2001 11:18 AM To: Orion-Interest Subject: deployment Importance: High If

deployment

2001-07-17 Thread Jeanne
If this question has been posted before please direct me to the archive location. I did not find any reference to this problem. I am using Sun's deploytool to create an ear file that I want to deploy in orion. The application deploys without difficulty with the deploytool and Sun's default j2ee s

RE: EJB COmpiliation and Deployment Help

2001-07-14 Thread elephantwalker
h orion. There is no ejbc step! Its really easier than any other appserver. Good luck, regards, the elephantwalker -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Atif Pesh-Imam Sent: Saturday, July 14, 2001 5:43 PM To: Orion-Interest Subject: EJB CO

EJB COmpiliation and Deployment Help

2001-07-14 Thread Atif Pesh-Imam
Title: EJB COmpiliation and Deployment Help Hey Folks, Im very new to Orion but Im familiar with the J2EE world. I have a framework which has several EJBs that I need to get workign within Orion (actually within 9ioas, but they use Orion's container now). So, my question is as follows

deployment error

2001-07-13 Thread Armin Michel
Hi. I've got an j2ee-app that works fine with: Orion1.5.2, linux, Sun JDK 1.3.1. Now I am forced to move to: Orion 1.5.2, Win2k (sp2), Sun JDK 1.3.1. When I try to deploy my app, I get the following error-msgs: Error in application protestanttester: Error loading package at file:/D:/java/prote

Re: HOT deployment ??

2001-07-13 Thread Eddie
]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Tuesday, July 10, 2001 2:45 PM Subject: HOT deployment ?? > I still don't understand when my changes are NOT picked up ?? > During development I don't have a ear file, I just have a dir with all the > classes/xml

HOT deployment ??

2001-07-10 Thread Eddie
I still don't understand when my changes are NOT picked up ?? During development I don't have a ear file, I just have a dir with all the classes/xml files. Untill now, when I change something in an EJB class, I have to stop orion, delete the deployment dir en start again Why like this

RE: INTERESTING FOR DEVELOPMENT TIME: Central location for classes and still able to use hot deployment

2001-07-07 Thread Dvornikov Victor
STING FOR DEVELOPMENT TIME: Central location for classes and still able to use hot deployment I think this is something that a lot of people in the list would like to have: A central location for java classes in "production" or "live" mode (located in a n

INTERESTING FOR DEVELOPMENT TIME: Central location for classes and still able to use hot deployment

2001-07-05 Thread Marcelo Schroeder
cess and also ask for some help to complete the puzzle:   Classpath/classloader issue: 1) My ejbs and helper classes go in the "ejb" section. Hot deployment is triggered by "touching" orion-application.xml. Since the ejb classloader takes precedence over the servlet classloader, clas

Re: Autocopy of deployment files

2001-06-22 Thread Juan Fuentes
OK, Jeff. It works Thanks Jeff Hubbach wrote: > > Juan, > > Prior to 1.4.8 (I'm pretty sure on this, but it might be 1.5.2), the > orion-ejb-jar.xml files are deployed from an orion subdirectory of the > jar file. ie: > > ejb-jar.xml > - META-INF > - ejb-jar.xml > - ori

RE: Autocopy of deployment files

2001-06-21 Thread chris . chang
EMAIL PROTECTED]] Sent: June 21, 2001 8:09 AM To: Orion-Interest Subject: Autocopy of deployment files Hi list, I have my orion-application.xml file located in META-INF. When orion deploys the application it copies the file in the correct directory inside application-deployments. But, where sho

Re: Autocopy of deployment files

2001-06-21 Thread Jeff Hubbach
Juan, Prior to 1.4.8 (I'm pretty sure on this, but it might be 1.5.2), the orion-ejb-jar.xml files are deployed from an orion subdirectory of the jar file. ie: ejb-jar.xml - META-INF - ejb-jar.xml - orion - orion-ejb-jar.xml - your package heirarchy - your class files Jeff.

Autocopy of deployment files

2001-06-21 Thread Juan Fuentes
Hi list, I have my orion-application.xml file located in META-INF. When orion deploys the application it copies the file in the correct directory inside application-deployments. But, where should I put the orion-ejb-jar.xml files? I put them in the META-INF directory inside the EJBs, but

Deployment descriptors autocopy?

2001-06-13 Thread Lachezar Dobrev
orion-application.xml, but... The do not get copied. Instead Orion cries-out that i have specified invalid names for data-sources and for principals.    Trying I found, that after copying the orion-application.xml to the deployment directory Orion starts to search for the principals.xml and the data-source

Getting rid of stale files in a deployment

2001-06-13 Thread Rupa Schomaker
Lets say I have the file "foo.jsp" in my web.war file. On deployment, orion expands the .ear and the .war and I can access the file. If I later remove the foo.jsp file and redeploy the application, foo.jsp is still in the expanded directory. I can use the preview admin console to

RE: simplifying EAR deployment

2001-06-08 Thread Tim Drury
from orion/application-deployment/yourapp.  put the copy in your source tree, edit it, and add it to your ear for subsequent deployments.   -tim efnet #java joeblowgt -Original Message-From: Greg Matthews [mailto:[EMAIL PROTECTED]]Sent: Thursday, June 07, 2001 8:44 PMTo:

simplifying EAR deployment

2001-06-07 Thread Greg Matthews
dear all,   is there any way to have 3rd party jar files included in an EAR then deployed into the orion\lib directory.   i'm trying to minimise the number of steps our clients have to perform when installing our app.   thanks, greg

RE: >>>Re: ATM example -> deployment error -> PLEASE some HELP

2001-05-29 Thread Ernie Phelps
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Eddie Sent: Tuesday, May 29, 2001 7:59 AM To: Orion-Interest Subject: Re: >>>Re: ATM example -> deployment error -> PLEASE some HELP Hellu there, I already solved it myself. How ??? I di

Re: >>>Re: ATM example -> deployment error -> PLEASE some HELP

2001-05-29 Thread Eddie
- Original Message - From: Eddie <[EMAIL PROTECTED]> To: Orion-Interest <[EMAIL PROTECTED]> Sent: Monday, May 28, 2001 7:48 PM Subject: >>>Re: ATM example -> deployment error -> PLEASE some HELP > Ok... forgot something... > > I did some debugging by

>>>Re: ATM example -> deployment error -> PLEASE some HELP

2001-05-28 Thread Eddie
- Original Message - From: Eddie <[EMAIL PROTECTED]> To: Orion-Interest <[EMAIL PROTECTED]> Sent: Monday, May 28, 2001 7:13 PM Subject: >>Re: ATM example -> deployment error -> PLEASE some HELP > Ok, > I now have my tiny jms client submitting messages

>>Re: ATM example -> deployment error -> PLEASE some HELP

2001-05-28 Thread Eddie
Ok, I now have my tiny jms client submitting messages, but the ejb doesn't consume them. I use the atm example as guideline and have this running. However when I have a look at the atm example, I notice that neither does atm logs !!1 That is, there doesn't appear anything in the table com_acme_at

Re: ATM example -> deployment error -> PLEASE some HELP

2001-05-28 Thread Eddie
Title: SV: ATM example -> deployment error -> PLEASE some HELP Hi Magnus,   Thanks for the advice. I did some tests with the original config files and noticed that I have:   set in my server.xml while I am still using 1.4.7, whereas this tag is only needed from 1.4.8. After removin

SV: ATM example -> deployment error -> PLEASE some HELP

2001-05-27 Thread Magnus Rydin
Title: SV: ATM example -> deployment error -> PLEASE some HELP Ed. 1) did you install Orion properly? 2) Do you have a line that goes:     in your [ORION-DIR]/config/server.xml ? 3) Does your [ORION-DIR]/config/jms.xml looks anything like this: http://www.orionserver.com/dt

Re: ATM example -> deployment error -> PLEASE some HELP

2001-05-26 Thread Ed Bras
Interest <[EMAIL PROTECTED]> >To: Orion-Interest <[EMAIL PROTECTED]> >Subject: Re: ATM example -> deployment error -> PLEASE some HELP >Date: Wed, 23 May 2001 21:03:19 -0400 (EDT) > >I had a similar problem running it on orion1.4.5. >I put this in server.xml, r

Re: ATM example -> deployment error -> PLEASE some HELP

2001-05-23 Thread Joel B. Kinney
I had a similar problem running it on orion1.4.5. I put this in server.xml, reference the list archive, after I commented it out the atm example worked. Joel On Wed, 23 May 2001, Eddie wrote: > SV: abstract-schema-nameI am trying to develop an JMS EJB, but I have bad luck with >it. > If I

ATM example -> deployment error -> PLEASE some HELP

2001-05-23 Thread Eddie
Title: SV: abstract-schema-name I am trying to develop an JMS EJB, but I have bad luck with it. If I try to deploy the atm example out of the box, just as explained on the orion web site, I get the same error as with my tiny, simple, short... JMS EJB: Error deploying file:/opt/Orion

auto deployment in 1.5.1

2001-05-23 Thread Marcel Schutte
Is it just me, or is auto deployment broken in version 1.5.1 ? It looks like they tried to do something about the 'error reading zipfile' message, but now it sometimes just doesn't notice that an .ear file has changed. I have to stop and start the server to trigger the aut

No exclusive-write generation in the orion-ejb-jar.xml deployment ???

2001-05-22 Thread Eddie
Hi there, I am still using 1.4.7 as I have problems updating to 1.5.0. I noticed the following: I added the attribute "exclusive-write-access" to my orion-ejb-jar.xml (see below) and it doesn't appear in the deployed orion-ejb-jar.xml ??? The line in the orion-ejb-jar.xml in my application: ---

Re: Deployment to multiple instances...?

2001-05-17 Thread Attila Bodis
; <[EMAIL PROTECTED]> Sent: Thursday, May 17, 2001 3:53 PM Subject: RE: Deployment to multiple instances...? > Atilla, > Take a look at the orion-web.xml. It should be possible to provide override > values using orion specific tags. Since the Orion-web.xml is not rewritten > when a n

RE: Deployment to multiple instances...?

2001-05-17 Thread Andre Vanha
: http://www.orionserver.com/docs/orion-web.xml.html -Original Message- From: Reid Hartenbower [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 17, 2001 2:19 PM To: Orion-Interest Subject: Re: Deployment to multiple instances...? This might not be the solution you're looking for, but you

RE: Deployment to multiple instances...?

2001-05-17 Thread Jeff Schnitzer
Furthermore, rather than having multiple web.xml files, you can use Ant's

Re: Deployment to multiple instances...?

2001-05-17 Thread Reid Hartenbower
done this myself) you can do all you're looking for with build scripts. - Original Message - From: "Attila Bodis" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Thursday, May 17, 2001 10:57 AM Subject: Deployment to multiple instances

Deployment to multiple instances...?

2001-05-17 Thread Attila Bodis
hen 2) manually change the settings in WEB-INF/web.xml on each instance. Of course if I avoid putting container-specific (i.e. deployment environment-specific) parameters in WEB-INF/web.xml, then the same web.xml will work on all of my various instances. But then where do I put config parameters su

Re: Auto-deployment

2001-05-14 Thread Mark Kettner
Chaya Ramanujam wrote: > Can someone give me details on the auto-deployment feature in Orion? Add a the following line to the default-web-site.xml (config directory), under default-web-app line: and the following line in the server.xml (config directory), under line: > How

Auto-deployment

2001-05-14 Thread Chaya Ramanujam
Can someone give me details on the auto-deployment feature in Orion? How do you go about getting an app deployed automatically? Is there a way to turn this feature off using a tag in the orion config files? If this feature is on by default, is it possible to have an app installed on the

RE: CMP Primer and Oracle 8.1.7 deployment

2001-05-06 Thread elephantwalker
directory in application-deployments (of course, after you have shutdown orion). If you have no other applications, you can just blow away the whole application-deployment directory. There is also an admin.jar command to do thisbut I have never used it. Otherwise, if the table is not created

RE: CMP Primer and Oracle 8.1.7 deployment

2001-05-06 Thread Brynolf Andersson
fine. Yes, the port is 1521 So, perhaps someone know a way to debug whats going on ? Thanks >From: "elephantwalker" <[EMAIL PROTECTED]> >Reply-To: Orion-Interest <[EMAIL PROTECTED]> >To: Orion-Interest <[EMAIL PROTECTED]> >Subject: RE: CMP Primer and Oracle 8.

RE: CMP Primer and Oracle 8.1.7 deployment

2001-05-05 Thread elephantwalker
: Saturday, May 05, 2001 4:45 PMTo: Orion-InterestSubject: Q:CMP Primer and Oracle 8.1.7 deployment Hi all, I'm trying to deploy the CMP Primer (running on Win2000) using an Oracle 8.1.7 database on a Solaris box. Everything works fine if I use the default database provided by

  1   2   3   4   >