I got Trailblazer2 mostly working in the same environment (plus one other addition - I
replace the default Jboss transaction manager with JBoss Transactions).
One issue I found with the Trailblazer is with the ManagerJMS. It was looking up
"UILConnectionFactory". I changed it to "ConnectionFactory", which
should be portable between JBoss Messaging and JBossMQ.
I also found a minor nit on the build script. The following did not work for me, as there
is no build directory under jbossesb.
| <property name="org.jboss.soa.esb.lib.dir"
value="${org.jboss.soa.samples.trailblazer.esb_home}/build/jbossesb/lib"/>
|
So I removed the build/jbossesb and it used the lib directory under the trailblazer
directory.
Another questions: where should quote.st be deployed? It is not being found when
attempting to send the email.
This is all with RC1.
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995503#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...