Ok, I figured it out, not sure if this was stupidity on my part or just me expecting the system to behave a certain way.
Basically I am using JMS with an indexing service and each client switched between two selectors, one looked like : (serverID="+serverID+" OR serverID IS NULL) and the other: (serverID="+serverID). My problem was both were open at the same time, so even though I wasn't receiving on the 2nd one, messages still got stuck. I do not know if this is correct behavior or not, but now I close and open each receiver when I am switching back and forth.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975865#3975865
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975865
I can give more details, but for now my analysis is this:
In a set of .xhtml files,
using
http://www.jboss.com/wiki/Wiki.jsp?page=JBossSeam
I have in on .xhtml a
<ui:include
with a
<ui:param name="somename" value="#{something}" />
and in another .xhtml in the (hence included)
<ui:composition
many things work right, e.g. in text output the
#{somename}
converts correctly to a String,
and more importantly in a
<h:commandButton
I have a correctly working
<h:commandButton action="#{somename.actionmethod}
But it doesn't work in
<s:link action="#{somename.actionmethod}
And also I notice I can't do injection into an existing action bean.
I can't parametrize the return of the action (or the action).
This is frustrating because it works with the h:commandButton but doesn't work with the s:link.
Debugging source code seems (not sure) to indicate that it can't find anything bound to somename.
Any place in source code where I can extend the search to include maybe the FacesContext? Both for s:link and for injection? Two places? Am I totally off?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975863#3975863
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975863
So what's the difference between including client jars with the actual client code and putting it in the client directory?
Does the client directory mean that NO classes need to be sent to the client, because everything is in the client directory?
If all client jars are here and not with the client...hmm.....wouldn't something still need to be given to the actual client to run on his or her system?
I'm confused... :(
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975862#3975862
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975862
"spulla" wrote : "ltroiano" wrote : I tried to execute the tutorial.
| | The JBoss server configurations do not appear
| | when I reach the configuration step and I press "Debug...".
| |
| | According to several posts, it looks as this issue has inherited by JBIDE 1.6.
| |
| | Anybody knows how is possible to solve this problem?
|
| I was able to complete this step but there are other deployment problems you'll face ahead. Here's what I did
|
| From the Debug, select the Generic Server and choose New and continue rest of the way.
|
| I am stuck on chapter 11 at this time.
Here's something from another thread.
anonymous wrote :
|
| right-clicking the .war file and selecting 'run on server' should deploy the war file.
|
| Not deploying when right-clicking the project seems to be a bug upstream of jboss ide (in webtools)
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975860#3975860
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975860
"ltroiano" wrote : I tried to execute the tutorial.
| The JBoss server configurations do not appear
| when I reach the configuration step and I press "Debug...".
|
| According to several posts, it looks as this issue has inherited by JBIDE 1.6.
|
| Anybody knows how is possible to solve this problem?
I was able to complete this step but there are other deployment problems you'll face ahead. Here's what I did
>From the Debug, select the Generic Server and choose New and continue rest of the way.
I am stuck on chapter 11 at this time.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975859#3975859
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975859