I should proof-read before sending out...typo corrections inline..

If you want to remove debug, do (adjusting for your IDE, this works with IDEA):

/remote debug/

java -Xdebug -Xnoagent -Djava.compiler=NONE - Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005 - jar ../../../runtime/standalone/smoketest/target/assembly/bin/ launcher.jar target/loan-application.jar target/loan-application.jar

And start up remote debugging in your IDE. You can also run the launcher directly in the IDE. If you need to run integration tests, we have a JUnit component type that is part of the iTest pluging. This makes righting tests easy as you just create a TestCase and configure it as an SCA component.
/writing tests/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to