• 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
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

**urgent** - ejbc problem

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I have created the remote and home interfaces, bean class and compiled them successfully. I created the *DD.ser file also. I am getting the following message when I issued the command "java weblogic.ejbc *DD.ser":
"Interface *Home of class *HomeImpl not found"
"Interface *Remote of class *BeanEIImpl not found".
Here I am referring * as the name I provided. Since the classes it complains are created by the above command I don't know how to fix it.
Can anyone please help me solving this?
I am using weblogic 4.5.1.
Thanks
V
 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Vani Prabakaran:
Hi
I have created the remote and home interfaces, bean class and compiled them successfully. I created the *DD.ser file also. I am getting the following message when I issued the command "java weblogic.ejbc *DD.ser":
"Interface *Home of class *HomeImpl not found"
"Interface *Remote of class *BeanEIImpl not found".
Here I am referring * as the name I provided. Since the classes it complains are created by the above command I don't know how to fix it.
Can anyone please help me solving this?
I am using weblogic 4.5.1.
Thanks
V


Hi V,
Copy the whole package cantaining class files into your weblogic/classes dir and run the ejbc...
java weblogic.ejbc -d weblogic/classes yourdir/..BeanDD.ser
then you will get the required output(ie all the stubs,skeletons and the .ser files)....

bye,
V
 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all!!!
i am new to ejb.
i want to know how to compile the remote , home interface and the ejbean java files. Can u give the syntax for it.
chari
 
To avoid criticism do nothing, say nothing, be nothing. -Elbert Hubbard. Please critique this 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