• 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

Need urgent help!!!!!!

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everyone,
I've got the book Professional Java Server Programming J2EE 1.3 Edition. Trying to run examples in Chapter 16 Entity Beans. I've got a strange error:
C:\WLSexamples\EJB\Ch16\factory>java -classpath %WL_HOME%\lib\weblogic_sp.jar;%WL_HOME%\lib\weblogic.jar weblogic.ejbc -compiler javac build\std_Factory.jar Factory.jar

ERROR: Error from ejbc:
In EJB Orders, method create(int,int,factory.product.LocalProduct,java.u
til.Date) exposes local interface types or local home interface types through th
e remote home interface of the bean. This is not allowed.
ERROR: ejbc found errors
How come I've got this error? Is that a buggy code downloaded from Wrox website or there are bugs in WLS6.1sp2???
WLS gurus, please, I need your help!!!
I really apreciate for your time.
Thanks,
Al
 
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic