• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Regarding class loading of EJB jars in Websphere

 
Ranch Hand
Posts: 145
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I have posted this question in Websphere forum of Java ranch.
So, you coud take a look at it following this link...

https://coderanch.com/t/657810/Websphere/order-loading-jar-files

Question posted here below if you feel lazy of going there and taking a look at it.

Hi All,

This may be a very rudimentary question...
But a wierd issue that I am facing in my project

I am using RAD-WS8.5 in my application. Using EJB-3.x
My application has 3 jar files in one EAR file
I want each jar to be loaded in a specific order and not randomly.
By chance, got to notice that when I changed the order in the application.xml file, the loading was perfectly fine.
When I reversed the order, the loading failed because the dependant jar was not getting loaded first.

Primarily my question(s) is/are
1. What should be done to load the jar files in specific order in websphere8.5?
2. What is the role of application.xml in this loading sequence?

Thanks!

Regards,
Sriram
 
What's wrong? Where are you going? Stop! Read this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic