[jboss-dev-forums] [JBoss ESB Development] New message: "Building remote ESB client with maven"

Morten Hauch do-not-reply at jboss.com
Fri Jan 22 04:25:31 EST 2010


JBoss development,

A new message was posted in the thread "Building remote ESB client with maven":

http://community.jboss.org/message/521645#521645

Author  : Morten Hauch
Profile : http://community.jboss.org/people/hauch

Message:
--------------------------------------------------------------
WARNING: This is moved from the user forum.
 
Hi
 
The fine article http://community.jboss.org/docs/DOC-14651 made me suggest the construction of a common client jar (similar to jbossall_client.jar in the app server).
Daniel Bevenius suggested that I placed my request here, and this is hereby done.
 
Daniel also referred to a section in "Programmers Guide" that lists the dependencies of a remote client.
I think one big step towards this common jar could be to add maven dependency configurations on these jars.
Eg
stax-1.2.0.jar:
 
<dependency>
<groupId>stax</groupId>
<artifactId>stax</artifactId>
<version>1.2.0</version>
</dependency>
 
This would make it possible to create a pom with these dependencies and depend on this in the client app (if build by maven) or to download and bundle the jars in a common jar.
 
The largest challenge in this is that the jboss jars are unavailable on repos (as pointed out in the article), but this could (temporary) be solved as in the article (pointing to a jboss installation).
Furthermore some of the components lack version specification but this must be a minor issue.

--------------------------------------------------------------

To reply to this message visit the message page: http://community.jboss.org/message/521645#521645




More information about the jboss-dev-forums mailing list