• 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

Error in Compiling ejb20 on wl6.0

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello
I am getting the below errors when i am compiling my beans. I appreciate for any ptrs towards the issue..

java weblogic.ejbc20 test.jar memberSession.jar
<Aug 9, 2001 3:35:38 PM GMT+05:30> <Error> <EJB> <EJB Deployment: MemberSession
has a class com.Buydeal.memberManager.MemberSessionBean which is in the classpat
h. This class should only be located in the ejb-jar file.>
<Aug 9, 2001 3:35:38 PM GMT+05:30> <Error> <EJB> <EJB Deployment: MemberSession
has a class com.Buydeal.memberManager.MemberSessionHome which is in the classpat
h. This class should only be located in the ejb-jar file.>
<Aug 9, 2001 3:35:38 PM GMT+05:30> <Error> <EJB> <EJB Deployment: MemberSession
has a class com.Buydeal.memberManager.MemberSession which is in the classpath. T
his class should only be located in the ejb-jar file.>
WARNING: ELEMENT "enable-call-by-reference" is set to "False" in file weblogic-e
jb-jar.xml. The server will have better performance if it is set to "True".
mokhim
 
Ranch Hand
Posts: 919
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"mokhim",
The Java Ranch has thousands of visitors every week, many with surprisingly similar names. To avoid confusion we have a naming convention, described at http://www.javaranch.com/name.jsp . We require names to have at least two words, separated by a space, and strongly recommend that you use your full real name. Please log in with a new name which meets the requirements.
Thanks.
 
Life just hasn't been the same since the volcano erupted and now the air is full of tiny ads.
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic