The following comment has been added to this issue:
Author: Aaron Mulder
Created: Fri, 29 Aug 2003 9:48 PM
Body:
Another rev to this patch. Now you can run the deployer with or without a command-line argument.
It provides stubs for nearly all the DM functionality, though mostly only the configuration
and the super-easy stuff is implemented.
As for the configuration interface, now you can edit properties, including child beans and
creating and removing entries for indexed properties, and you can save and load the server-specific
deployment information to/from local files. There are placeholders for editing the standard
DDs and working with the web services DD, but that stuff isn't implemented yet.
Also note that loading saved deployment info currently fails due to an unresolved problem
with Castor looking up its XML parser. I'm willing to switch to XBeans, but not sure if I
should.
Anyway, the current rev of the attachments is:
- cli_and_deployable_obj_v4.zip
- DDBean_DConfigBean_v4.patch
- ejb-jar.xml (put in an empty JAR for testing as before)
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=GERONIMO-10
Here is an overview of the issue:
---------------------------------------------------------------------
Key: GERONIMO-10
Summary: Start of JSR-88 Console Deployer
Type: Improvement
Status: Assigned
Priority: Major
Time Spent: Unknown
Remaining: 1 hour
Project: Apache Geronimo
Components:
core
Assignee: Jeremy Boynes
Reporter: Aaron Mulder
Created: Sat, 23 Aug 2003 2:39 AM
Updated: Fri, 29 Aug 2003 9:40 PM
Description:
Hook up the JSR-88 DDBeans and DConfigBeans, and start a console-based deployer. Right now
it just starts navigating the EJB DD and printing info to the screen, but it's enough to show
it working.
This includes:
- fixes to DDBeans and DConfigBeans to make them work well together
- a new tool implementation of DeployableObject for EJB JAR (with subclass)
- a new CLI console package, which right now consists solely of a command-line deployer.
I assume this will be expanded in the future.
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
|