• 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

Help needed on Standlone EJB Client with WSAD-WebSphere5.0

 
Ranch Hand
Posts: 548
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I have developed and deployed an stateless session ejb using WSAD 5.1.2 and deployed it using WSAD 5.1.2's vWebSphere 5.1 Test Environment. I am able to test the ejb successfully using WSAD'S UTC(Universal Test Client).

I am using WINDOWS 2000, SUN JDK 1.4.2 and I dont have any standalone WebSphere Application Server 5.1 installed on my machine.



Now, my questions include :

1. What are steps needed to test this ejb from outside WSAD ?

2. What JDK/JRE should I use. Since I see various JDK/JRE installed at various locations like below with my WSAD installation :

D:\Program Files\IBM\WebSphere Studio\Application Developer\v5.1.2\runtimes\aes_v4
D:\Program Files\IBM\WebSphere Studio\Application Developer\v5.1.2\runtimes\base_v5
D:\Program Files\IBM\WebSphere Studio\Application Developer\v5.1.2\runtimes\base_v51
D:\Program Files\IBM\WebSphere Studio\Application Developer\v5.1.2\runtimes\express_v5
D:\Program Files\IBM\WebSphere Studio\Application Developer\v5.1.2\runtimes\express_v51


Out of above what JDK/JRE should I include in my path and classpath settings on my client side to compile and run my home, remote interfaces and client program ?

3. what other path and classpath settings related to jndi classes etc. etc. should I set before running my client code ?

4. Are there any other ways of testing this ejb from inside WSAD using a standalone-ejb-java-client program may be asking WSAD to create a program for us that does all the jndi lookup stuff etc. etc.


Please suggest .....




Thanks & Regards,
Kumar.
 
Why am I so drawn to cherry pie? I can't seem to stop. Save me 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