• 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
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Need to test EJB with Cactus

 
Ranch Hand
Posts: 56
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What do I require to test an EJB. I dowloaded the necessay jars and wrote this test:


[edit: I formatted the code a bit in order to avoid having the page stretch beyond what's comfortable in a 1024x768 screen]
[ November 03, 2004: Message edited by: Lasse Koskela ]
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have you tried renaming the class to TestFbbEJB? (I'm not sure what's the mechanism Cactus uses to identify test cases so this is just me guessing)
 
bob morkos
Ranch Hand
Posts: 56
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The class name is not important. I just renammed it anyhting. What I need is the configurations steps cactus.properties, web.xml, ...


Originally posted by Lasse Koskela:
Have you tried renaming the class to TestFbbEJB? (I'm not sure what's the mechanism Cactus uses to identify test cases so this is just me guessing)

 
author & internet detective
Posts: 42165
937
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Bob,
Have you looked at the Cactus documentation yet?
reply
    Bookmark Topic Watch Topic
  • New Topic