• 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

Sun App Server

 
Ranch Hand
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does anyone know if there is a bug is Sun App server 8.1 that causes the following issue.
I have an EAR file that contains a jar file with a MDB.
Within the MDB jar I have included the required library jars (for hibernate etc).
When I deploy I my code cannot find the hibernate jar files. and when I look at the folder when my ear is located in the server I see that the library jar files are also exploded which over rights my manifest.
I can deploy the same EAR on Sun server 9.0 and everything works fine, on Sun server 8.2 it works fine once I modify the security policy.
But I have no luck on Sun server 8.1 even why I set the appropriate security policy.

Has anyone any thoughts?

Thanks.
 
"How many licks ..." - I think all of this dog's research starts with these words. Tasty tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic