JPPF Issue Tracker
star_faded.png
Please log in to bookmark issues
enhancement_small.png
CLOSED  Enhancement JPPF-146  -  Fully automate unit testing for the J2EE connector
Posted May 12, 2013 - updated Jul 08, 2013
action_vote_minus_faded.png
0
Votes
action_vote_plus_faded.png
icon_info.png This issue has been closed with status "Closed" and resolution "RESOLVED".
Issue details
  • Type of issue
    Enhancement
  • Status
     
    Closed
  • Assigned to
     lolo4j
  • Progress
       
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
  • Posted by
     lolo4j
  • Owned by
     lolo4j
  • Category
    Build
  • Resolution
    RESOLVED
  • Priority
    Normal
  • Targetted for
    icon_milestones.png JPPF 4.0
Issue description
Currently, to be able to run the the J2EE connector unit tests, we have to manually start the application server, along with a driver and at least a node.

I propose to automate the entire process, which includes:
  • download the aplication server. Here I propose we download Geronimo, as it is the only one we support that is under the terms if the Apache 2.0 license
  • install the application server (should be as easy as unzipping a single file)
  • start the application server
  • deploy the JCA connector
  • deploy the unit tests web application
  • run the tests via an http request from a java client
  • finally, undeploy the j2ee modules, stop the app server and cleanup
  • this must work at least on Linux and Windows systems, as part of a CI (Jenkins) build process

#4
Comment posted by
 lolo4j
Jul 08, 19:28
Fixed. Changescommitted to SVN trunk revision 2781

The issue was updated with the following change(s):
  • This issue has been closed
  • The status has been updated, from Confirmed to Closed.
  • This issue's progression has been updated to 100 percent completed.
  • The resolution has been updated, from Not determined to RESOLVED.
  • Information about the user working on this issue has been changed, from lolo4j to Not being worked on.