• 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

Custom jar to work with third-party ear

 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For an integration project, I am trying to integrate my application with the Plateau learning management system which is deployed with EJBs in an ear file with WebLogic 8.1. I need code to interact with the Plateau code. I have had mixed success in trying to get this to work and deploy correctly. Currently I can get the ear to deploy and work on my machine but not another machine. I describe breifly how I am packaging everything up, does this sound correct? any other ideas?

My intent is to package my code in a separate jar file for deployment and put the jar file at the root of the ear file (with all the other jar files). Then I added the jar file to the META-INF/application.xml as a module

I am using ant to build the ear and jar files with their ear and jar tasks.

Thanks.
[ October 25, 2004: Message edited by: Chris Hall ]
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic