Following months of delay and stonewalling from Oracle we are considering replacing OAS with JBOSS. Bugs in RAC and ONS are responsible for an inability to pass the Customer Acceptance Tests.
Oracle are being ridiculously reluctant to confirm a release date for 10.1.3 (where they say many of the bugs are addressed). To facilitate progress on the project we feel we have to change our Application Server.
JBOSS has been suggested and tested (all be it on an incomparable architecture) but before we move further forward, I was hoping to get some further information to fuel due diligence considerations. Not knowing JBOSS myself, any advice or references would be appreciated.
-
Change from Oracle Application Server to JBOSS (12 messages)
- Posted by: Curtis Wilson
- Posted on: May 18 2005 06:14 EDT
Threaded Messages (12)
- Change from Oracle Application Server to JBOSS by adrian osullivan on May 18 2005 10:14 EDT
- Not a very constructive comment by Mikkel Heisterberg on May 18 2005 16:18 EDT
-
Not a very constructive comment by adrian osullivan on May 19 2005 11:44 EDT
-
App server migration by Jose Ramon Huerga Ayuso on May 20 2005 02:57 EDT
- Sun Migrating Tool by saurabh kedia on May 20 2005 05:04 EDT
- successfully migrated from oracle to JBoss by yehuda hofri on December 05 2005 07:55 EST
-
App server migration by Jose Ramon Huerga Ayuso on May 20 2005 02:57 EDT
-
Not a very constructive comment by adrian osullivan on May 19 2005 11:44 EDT
- Not a very constructive comment by Mikkel Heisterberg on May 18 2005 16:18 EDT
- Change from Oracle Application Server to JBOSS by Jose Ramon Huerga Ayuso on May 19 2005 02:53 EDT
- You justt cant run your EAR file on JBOSS by saurabh kedia on May 19 2005 04:46 EDT
- You justt cant run your EAR file on JBOSS by Jose Ramon Huerga Ayuso on May 19 2005 11:42 EDT
- You justt cant run your EAR file on JBOSS by saurabh kedia on May 19 2005 04:46 EDT
- What Are Your Real Issues? by David Keene on May 23 2005 12:34 EDT
- SUN app server 8 by damian frach on May 28 2005 07:47 EDT
- What Are Your Real Issues? by Chris Schalk on May 28 2005 19:38 EDT
-
Change from Oracle Application Server to JBOSS[ Go to top ]
- Posted by: adrian osullivan
- Posted on: May 18 2005 10:14 EDT
- in response to Curtis Wilson
JBoss is crap. You must be joking. -
Not a very constructive comment[ Go to top ]
- Posted by: Mikkel Heisterberg
- Posted on: May 18 2005 16:18 EDT
- in response to adrian osullivan
I think that JBoss is a valid alternative but you have to weigh in the need to commercial support. I would make sure to check the support options you have as part of you selection. -
Not a very constructive comment[ Go to top ]
- Posted by: adrian osullivan
- Posted on: May 19 2005 11:44 EDT
- in response to Mikkel Heisterberg
Yes, I you're right of course; I was just rather amused to see that the poster thinks he can 'fuel due diligence considerations' by posting a note on a java forum.
Application server selection is a science. -
App server migration[ Go to top ]
- Posted by: Jose Ramon Huerga Ayuso
- Posted on: May 20 2005 02:57 EDT
- in response to adrian osullivan
Has anybody switched between app server recently? Are there any figures describing the amount of code (java files + deployment descriptor) that must be ported when you migrate - for example - from weblogic to websphere, or from websphere to jboss ?
I suppose that if in a application there is a lot of entity beans, the migration between one app server and other is never going to be very easy, at least with the current specification of J2EE.
Jose R. Huerga
http://www.terra.es/personal/jrhuerga -
Sun Migrating Tool[ Go to top ]
- Posted by: saurabh kedia
- Posted on: May 20 2005 05:04 EDT
- in response to Jose Ramon Huerga Ayuso
hey,
yes we have doen soem work on migrating from Weblogic to SUNONE.... Sun has a Migrating tool which does most of the work..( EJB'S.Deployemtn descriptors , etc).But some work as far as i remember was still neeed to be done manually..WEBUI's and soem client side stuff. -
successfully migrated from oracle to JBoss[ Go to top ]
- Posted by: yehuda hofri
- Posted on: December 05 2005 07:55 EST
- in response to Jose Ramon Huerga Ayuso
I've successfully migrated from oracle to JBoss,
We went up 17% with performance!!!
follow the link: http://www.onjava.com/pub/a/onjava/2005/03/09/ejb-migration.html -
Change from Oracle Application Server to JBOSS[ Go to top ]
- Posted by: Jose Ramon Huerga Ayuso
- Posted on: May 19 2005 02:53 EDT
- in response to Curtis Wilson
Following months of delay and stonewalling from Oracle we are considering replacing OAS with JBOSS. Bugs in RAC and ONS are responsible for an inability to pass the Customer Acceptance Tests.Oracle are being ridiculously reluctant to confirm a release date for 10.1.3 (where they say many of the bugs are addressed). To facilitate progress on the project we feel we have to change our Application Server.JBOSS has been suggested and tested (all be it on an incomparable architecture) but before we move further forward, I was hoping to get some further information to fuel due diligence considerations. Not knowing JBOSS myself, any advice or references would be appreciated.
You may find useful to install JBOSS in a small two-way machine, and see if you can run smoothly the same EAR files of your application without any changes. If you can run your application in JBOSS as-is, you may consider trying to install JBOSS in the same machines where you have OAS and see what happens. You can use JBOSS until you have available OAS 10.1.13.
Jose R. Huerga
http://www.terra.es/personal/jrhuerga -
You justt cant run your EAR file on JBOSS[ Go to top ]
- Posted by: saurabh kedia
- Posted on: May 19 2005 04:46 EDT
- in response to Jose Ramon Huerga Ayuso
hey,
You cant just run your EAR file of application developed for OAS.. Because you just might have AS dependant files like deployment descriptors, Tag libraries used in your application. Some work might be needed to port ypur applciation onto a differnt AS...My views on JBOSS thogh..it ROCKS.....well so does Oracle AS....
Saurabh -
You justt cant run your EAR file on JBOSS[ Go to top ]
- Posted by: Jose Ramon Huerga Ayuso
- Posted on: May 19 2005 11:42 EDT
- in response to saurabh kedia
hey,You cant just run your EAR file of application developed for OAS.. Because you just might have AS dependant files like deployment descriptors, Tag libraries used in your application. Some work might be needed to port ypur applciation onto a differnt AS...
Yeah, I still remember the old mantra of SUN ... 'write once, run everywhere'... ;D
It's true: the deployment descriptors are very apps server dependant.
Jose R. Huerga
http://www.terra.es/personal/jrhuerga -
What Are Your Real Issues?[ Go to top ]
- Posted by: David Keene
- Posted on: May 23 2005 12:34 EDT
- in response to Curtis Wilson
Curtis
I am really concerned to see you are considering switching from OracleAS to JBOSS in what seems to be a reaction to some JDBC failover issues with a RAC database.
Before you leap in to ripping out your infrastructure do you have Oracle TAR numbers you could share with me and I'll have a look at them to see if I can give you a steer or I'll speak with the support engineers to see if we can get them resolved whatever they are.
One other thing that would be useful to know is which components of OracleAS are you using? Is it purely an Apache / OC4J combination? Is it also a stateful middle-tier failover or just a JDBC layer RAC database failover problem?
Finally does everything else work on OC4J apart from the JDBC driver or is something else causing your concern and your plan to migrate? -
SUN app server 8[ Go to top ]
- Posted by: damian frach
- Posted on: May 28 2005 07:47 EDT
- in response to David Keene
You can also consider FREE SUN app server 8 Platform Edition (J2EE 1.4). The best price/performance ratio on the market.
Check documentation on docs.sun.com. You can find the migration guide.
DF -
What Are Your Real Issues?[ Go to top ]
- Posted by: Chris Schalk
- Posted on: May 28 2005 19:38 EDT
- in response to David Keene
Curtis,
Did you resolve your issues with Oracle AS?
I didn't see a reply to David's question..
-Chris