Hi,
I've starting using JMS over JBoss not long ago, and I've been reading the docs over and over. Something is still not clear to me: when I send messages, I can configure a <tx-connection-factory> and reference it in my code/jboss.xml, so that messages I send go through that connection factory... BUT: where do I specify a connection factory for INCOMING messages?
Or maybe I don't understand something about JBoss architecture...
thanks.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122763#4122763
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122763
Hi,
Thanks for the fast reply :)
I have just tried the below command in terminal from within the bin directory.
host46:bin Chris$ ./run.sh
-bash: ./run.sh: Permission denied
host46:bin Chris$ su ./run.sh
Password:
su: Sorry
Then tried the below from within the server directory.
host46:server Chris$ ./start.sh
-bash: ./start.sh: Permission denied
host46:server Chris$ su ./start.sh
Password:
su: Sorry
None seam to work, I assume su ./start.sh would run the application as a superuser as the ./start.sh replies with Permission denied
Any clues?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122755#4122755
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122755
Hello,
don't you think it would be useful to add a following tag s:raise-event:
| <s:link value="Add new group" action="#{groupMod.add}">
| <s:raise-event type="org.jboss.seam.captureView" />
| </s:link>
|
which would of course raise the given event when the link is clicked? Right now, I end up simulating a very similar functionality with by adding a "marker" action to my bean, and specifying the desired events behaviour in pages.xml.
--
Adam
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122751#4122751
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122751