• 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

Problem using EJBGen.

 
Ranch Hand
Posts: 681
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using EJBGen to create my deployment descriptors.
when I run the following command line.
javadoc -docletpath ejbgen.jar -doclet weblogic.tools.ejbgen.EJBGen request/*
where the dir request contains two files RequestDataManager.java RequestResearch.java.
Problem is it gives me the following error message:
In doclet class weblogic.tools.ejbgen.EJBGen, method start has thrown an exception java.lang.reflect.InvocationTargetException
weblogic tools.ejbgen.EJBGenException:
EJB class name RequestDataManager doesnt match the -ejbPrefix/-ejbSuffix options '' 'Bean'
I added Bean to the name creating RequestDataManagerBean and got a differant error message .
[RequestDataManagerBean] Error:Mandatory tag:[Tag:ejbgen:session (claass)] not found.
Thanks for any help.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic