Issue Details (XML | Word | Printable)

Key: MGP-19
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Dave Whitla
Reporter: Brian R. Jackson
Votes: 1
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
maven-glassfish-plugin

Add support for more resource types: connector-resource, admin-object-resource, and connector-connection-pool

Created: 14/Jul/09 07:44 AM   Updated: 28/Oct/09 05:03 AM
Return to search
Issue 5 of 12 issue(s)
Component/s: None
Affects Version/s: 2.0, 2.1, 2.2
Fix Version/s: None


 Description  « Hide
We use the Generic Resource Adapter to connect Glassfish to Websphere MQ (info here: https://genericjmsra.dev.java.net/docs/websphere-mq-integration-guide/webspheremq_integration_guide.html)

This requires our projects to create resources that currently are not available through the maven-glassfish-plugin:

asadmin create-connector-connection-pool
asadmin create-connector-resource
asadmin create-admin-object

It would also be nice if you could create a goal that installs and configures the Generic Resource Adapter into an existing domain, though some steps are probably outside the scope of what maven-glassfish-plugin could do, such as changing the policy files and setting up the LD_LIBRARY_PATH env variable. But other steps like updating the domain's classpath, running a step equivalent to "asadmin create-resource-adapter-config ..." and deploying the genericra.rar could be accomplished by a goal. If the assumption is that the policy files and LD_LIBRARY_PATH have been setup, it would greatly simplify the installation of the Generic Resource Adapter.

Sort Order: Ascending order - Click to sort in descending order
Brian R. Jackson added a comment - 14/Jul/09 07:51 AM

Praveen Misra added a comment - 28/Oct/09 03:42 AM
Brian, were you able to create a work around for this?

Brian R. Jackson added a comment - 28/Oct/09 05:03 AM
No we just didn't use this plugin. We use a patch of the clownfish plugin for deployment but the configuration i referred to above we do manually (yuck).