• 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

ejb jar creation on WAS4.0

 
Ranch Hand
Posts: 393
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am just trying my hands on deployment of EJB on WAS4.0 .I was able to successfully deployed o'reilly Cabin example (chapter 4) on WAS(AE) successfully.
now When i created my own EJb classes and i was creating JAR file(for ejbs using AAT).After selecting bean as CMP,it's not showing me the CMP fields in drop down(I reached here as follows:-
I selected from NEw-Wizards->enterprise bean and after filling right values till pressing next button 4 times i reached a point where i clicked on Enterprise Beans(I clicked on NEw button on right hand side,and i selected CMP and after selecting proper home,bean and remote classes i pressed next and it asked for CMP fields..when i clicked on Add,it shows blank drop down.)

Can some one tell me how to add CMP fields in wizards(Enterprise bean) in WAS4.0(AE).

Waiting for help.......
 
james edwin
Ranch Hand
Posts: 393
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am again asking anyone who has worked with WAS 4.0.Look I have four java classes(i m making CMP one bean,one client,one remote,one home).I am not using any tools for writing code.
Now i want to create jar file using AAT.When i say wizards->new enterprise bean...after following the steps it asked for CMP fields(in a drop down)...which is coming empty..
Can any one suggest what i m doing wrong here ..or any link will be great help.
 
Ranch Hand
Posts: 107
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi
u can checkout www.webspherepro.com and make use of the tutorials over there.
 
author
Posts: 3892
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That or read the FREE workbook for Richard's book for WebSphere AEs that's available at www.titan-books.com that covers this in gory detail.
Kyle
 
james edwin
Ranch Hand
Posts: 393
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi kyle and Kiran,
Thanks for replying..but both links are not helping.I have already gone through them.
Kyle - titan-books contain information on how to deploy it with already made jar file.(they r providing batch file for making ejb jars)but in chapter 4 second part they are not using jars files means they r creating ejbjar from AAT,but that's for session bean and not for entity bean.
Kiran - webspherepro - tutorial is not helpful n this.I have already gone through it.
I am still looking for the correct answer.One of my friend has refered on link on yahoo grp and that is
http://groups.google.com/groups?hl=en&lr=&ie=UTF8&oe=UTF8&threadm=9j30bm%24jmi%241%40news.boulder.ibm.com&rnum=10&prev=/groups%3Fq%3Dentity%2Bbean%2Bapplication%2Bassembly%2Btool%26hl%3Den%26lr%3D%26ie%3DUTF8%26oe%3DUTF8%26selm%3D9j30bm%2524jmi%25241%254.
but here solution is not given ?
 
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
the WAS has exhausted me.
[ June 17, 2002: Message edited by: jeffrey z. lee ]
 
james edwin
Ranch Hand
Posts: 393
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
finally problem solved.
Thanks,
James
 
reply
    Bookmark Topic Watch Topic
  • New Topic