• 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

help me!

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i builded a ejb on the jbuilder7.
make project.
but notes:
""testsec.ejbgrpx": D:\bea\jdk131_03\bin\javaw -classpath "D:\bea\weblogic700\server\lib\weblogic_sp.jar;D:\bea\weblogic700\server\lib\weblogic.jar;" weblogic.ejbc -keepgenerated -compiler E:/JBuilder7/bin/bcjW E:/test/testsec/testsec.jar.jar E:/test/testsec/testsec.jar"
and
""testsec.ejbgrpx": compiling C:\WINNT\Temp\ejbcgen\testsec\testsecBean_nivr7l_EOImpl.java"
Why???
 
Ranch Hand
Posts: 2713
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What exactly is your question? Are you getting an error?
JBuilder is just invoking ejbc, which is WebLogic's ejb compiler for creating the home and remote stubs for you enterprise bean. You don't need to run ejbc on a bean before deploying it to WLS, but it helps catch errors before deployment time.
 
wang wei
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks!
But i dont see very.
You can speak more detailer
[ November 28, 2002: Message edited by: wang wei ]
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic