Issue Details (XML | Word | Printable)

Key: GALAXY-71
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Dan Diephouse
Reporter: Dan Diephouse
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Galaxy

Bootstrap Mule from Galaxy

Created: 29/Jan/08 11:09 AM   Updated: 19/Feb/08 03:26 PM
Component/s: Integration: Mule 1, Integration: Mule 2
Affects Version/s: 1.0-beta-1
Fix Version/s: 1.0-beta-2

Time Tracking:
Not Specified

Labels:
User impact: High


 Description  « Hide
We should support dynamically loading jars from the registry with Mule. Caching of jars should be done to decrease startup times.

From Andrew:

Surprisingly, this should be pretty easy theoretically. Look into MuleBootstrap: http://dev.mulesource.com/docs/site/1.4.4-SNAPSHOT/xref/org/mule/modules/boot/MuleBootstrap.html#100

If you feed it the URL, it can then be added to the startup classpath. The only catch here is that of 22. Bootstrap was meant to be a very lean module, one is yet to see what happens after all the galaxy client dependencies are added.



 All   Comments   Work Log   Change History   Transitions   FishEye      Sort Order: Ascending order - Click to sort in descending order
Andrew Perepelytsya added a comment - 19/Feb/08 03:26 PM
A functional version of Mule Bootstrap is already in the main source tree. Documentation is there in the sandbox, but will be moved and updated.