On 6/14/07, landmate <[EMAIL PROTECTED]> wrote:
Hello, I try to develop a JBI service unit for the EIP service engine. however, when I select the service unit, the error is occured.
What error are you seeing?
Does anybody know how to create a new JBI service unit for the Enterprise Integration Patterns Service Engine in Fuse 1.3?
SUs are created using Maven archetypes and can be created on the command line as well as in the FUSE IDE. Below is the command line command for creating a SU based on the servicemix-eip component: $ mvn archetype:create \ -DarchetypeGroupId=org.apache.servicemix.tooling \ -DarchetypeArtifactId=servicemix-eip-service-unit \ -DarchetypeVersion=3.2-incubating-SNAPSHOT \ -DgroupId=com.mycompany \ -DartifactId=foo-bar-baz-su \ -DremoteRepositories=http://people.apache.org/repo/m2-incubating-repository This will create a directory on the filesystem named foo-bar-baz-su and it will contain a template for the SU based on servicemix-eip. You will have to edit the src/main/resources/xbean.xml file to configure the pattern(s) you'd like to use and either comment out or remove all the rest. Bruce -- perl -e 'print unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*" );' Apache Geronimo - http://geronimo.apache.org/ Apache ActiveMQ - http://activemq.org/ Apache ServiceMix - http://servicemix.org/ Castor - http://castor.org/
