README
上传用户:xfwatch
上传日期:2020-12-14
资源大小:872k
文件大小:2k
源码类别:

中间件编程

开发平台:

Java

  1. JBoss, Home of Professional Open Source
  2. Copyright 2008, Red Hat, Inc., and others contributors as indicated
  3. by the @authors tag. All rights reserved.
  4. See the copyright.txt in the distribution for a
  5. full listing of individual contributors.
  6. This copyrighted material is made available to anyone wishing to use,
  7. modify, copy, or redistribute it subject to the terms and conditions
  8. of the GNU Lesser General Public License, v. 2.1.
  9. This program is distributed in the hope that it will be useful, but WITHOUT A
  10. WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
  12. You should have received a copy of the GNU Lesser General Public License,
  13. v.2.1 along with this distribution; if not, write to the Free Software
  14. Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
  15. MA  02110-1301, USA.
  16. NOTE: You may like to create a backup of this folder before starting! NOTE: If you are using IPv6 you will need to change any references to localhost in the btconfig.xmlles to be localhost4 or 127.0.0.1
  17. 1. RUN THE SERVER
  18. Follow the instructions in $BLACKTIE_HOME/samples/xatmi/fooapp to start a server  
  19. 2. COMPILE AND RUN THE JAB APPLICATION
  20. If you are running the test from a binary distribution you will need to ensure that 
  21. the JAtmiBroker XATMI library is installed in your .m2 Maven folder:
  22. cd BLACKTIE_HOME/jatmibroker-xatmi
  23. mvn install:install-file -DgroupId=org.jboss.blacktie -DartifactId=jatmibroker-xatmi -Dversion=2.0-MR1-SNAPSHOT -Dpackaging=jar -DgeneratePom=true -Dfile=jatmibroker-xatmi-2.0.jar
  24. mvn install:install-file -DgroupId=org.jboss.blacktie -DartifactId=blacktie-xsd -Dversion=2.0-MR1-SNAPSHOT -Dpackaging=jar -DgeneratePom=true -Dfile=blacktie-xsd-2.0.jar
  25. mvn install:install-file -DgroupId=org.jboss.blacktie -DartifactId=atmibroker-idl -Dversion=2.0-MR1-SNAPSHOT -Dpackaging=jar -DgeneratePom=true -Dfile=atmibroker-idl-java-2.0-MR2.jar
  26. Edit the src/test/resources/btconfig.xml to set REPLACE_WITH_HOSTNAME as appropriate
  27. After the dependencies are installed you can then run the example using the following command:
  28. mvn test
  29. NOTE: forkMode MUST be set to none, if it is not, input will not be read by the 
  30. application. We have configured the pom.xml with forkMode=none, alternatively you
  31. may try -DforkMode=none, if this still doesn't work, please send a message to our forum
  32. where we will try to help you (please let us know the version of BlackTie, Java and 
  33. Maven you are using)