• 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

WSAD 5.0 not generating the correct deployment code

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am trying to generate the deploy and RMIC code for few stateless session beans. WSAD 5.0 generates the code but when compiling it complains the following :
"
The method getEJSDeployedSupport(com.dcx.fnce.amsnto.common.server.ejb.EJSRemoteStatelessSLAccount_1c439362) is undefined for the type com.ibm.ejs.container.EJSContainerEJSRemoteStatelessSLAccount_1c439362.javaamsntoEJB/ejbModule/com/dcx/fnce/amsnto/common/server/ejbline 36 in EJSRemoteStatelessSLAccount_1c439362.findAccountByAccountId(java.lang.String, java.lang.Integer)
"
I have already run the Validator, it runs fine.
Can somebody help me to find out what is going on here.
TIA
Vimal
 
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 have kind of same problem.
I use wsad 5.0 and ejb session stateless.
each time i add a new method in my bean and its remote interface, and everything's compiling fine, i try to generate deploy and rmic code and i get an error message :
RMIC return code 1.
If i suppress all methods in the interface, everything's ok. As soon as i try to add one, it won't generate any stub class !
If anyone has a solution, even doing it by hand, it would be so great !!
Thanks,
Claire.
 
Ranch Hand
Posts: 365
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try deleting all of the stubs and doing it again.
 
To avoid criticism do nothing, say nothing, be nothing. -Elbert Hubbard. Please critique this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic