Re: Re: Very Long Deployment Time

2001-12-19 Thread Gustavo Comba
nt: 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 about 10% of the original time. ./ted -Original Messag

RE: Re: Very Long Deployment Time

2001-12-19 Thread Rice, Ted
lto:[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 the console, using jav

RE: Very Long Deployment Time

2001-12-18 Thread geoff
Like others on this list, I don't share your problem. I redeploy the entire EAR using Ant, and the redeploy process for our project takes less than ten seconds. Your project might be larger than mine, at this point, but not so much that it should cause the kind of delay you're finding. I

RE: Very Long Deployment Time

2001-12-18 Thread Jarrod Roberson
Of 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 abatch file that re-packages the delegate classes into the .jar file. It takes less than 5

RE: Very Long Deployment Time

2001-12-17 Thread Peter Dunn
I've used delegates for the implementation logic from the EJB classes and created abatch file that re-packages the delegate classes into the .jar file. It takes less than 5 seconds for redeployment, only when I've changed my interface do I redeploy the EJB, I've also done something similiar

RE: Very Long Deployment Time

2001-12-17 Thread The elephantwalker
It shouldn't take this long. So there is some problem. Make sure that you have enough memory, and you aren't paging during the deploy. I do not use jdeveloper to deploy applications during development. I use ant. It could be there is some hangup with jdeveloper during the deploy. Also,

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