TestingEjbConsumptionNetBeans6VisualWeb < Javatools < TWiki

TWiki . Javatools . TestingEjbConsumptionNetBeans6VisualWeb

Testing EJB Consumption in NetBeans 6 Visual Web Projects

Test a version of NetBeans 6 Visual Web trunk later than 2007-06-07T22:30 (UTC). The functional spec is the same as for Creator 2 Update 1 release.

Server-side Setup

First, set up a server-side EJB service. For example, deploy the sample converter-client.ear to Sun AS 9.1. Download the client-side jar from the app server and save it. As of 2007-06-07, if you use Sun AS 9.1 you need to manually extract the ejb-client-ic.jar containing the EJB client stubs from the downloaded app-client-ic.jar.

IDE Test Cases

Scenario 1:

Other Items to Test

In Services Tab->Enterprise Java Beans:

In Services Tab->Enterprise Java Beans->'An-EJB-Group-Name'

In Services Tab->Enterprise Java Beans->'An-EJB-Group-Name'->'A-Session-Bean'

In Services Tab->Enterprise Java Beans->'An-EJB-Group-Name'->'A-Session-Bean'->'A-Method'

Updates

-- EdwinGoei

----- Revision r5 - 12 Jun 2007 - 08:22:26 - Main.edwingo