• 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
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

clientgen WSBuildException Could not find ejbjar for component

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm having a problem using clientgen. It complains that it can not find 'ejbjar'.
This is the actual error:


am using weblogic 8.1 sp3. java 1.4.2_12
Here is the weblogic-ejb-jar.xml:


Here is the ejb-jar.xml:


Here are the relevant build.xml targets:


this is the error I am getting:


what is causing this? I can find no reference to this problem anywhere.

help!
thanks,
Walter
 
Wb Moore
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ok, I found the error. I needed an application.xml describing the ear file:



and I needed to add a target in build.xml to put the application.xml into the appropriate dir:

[ September 14, 2007: Message edited by: Walter Moore ]
 
Did you miss me? Did you miss this tiny ad?
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic