[JBoss Seam] - Trinidad Table Model Refresh?
by quilian
Hi!
This is a Trinidad question, but im using Trinidad inside a seam app, so i think you guys could be able to help me...
im using a tr:table to show my data.
The Problem:
It seams (lol), that the table model is only generated once, at the first attempt to render the table and doesnt change afterwards. Is this correct? I suppose it could be desired behavior, but that leads me into trouble..
The Situation:
I have a selectionList on the left side and a tr:table at the right. I want the tables underlying list to be one of left side's members. So the selectItems value is #{tableInstance.selectedMaster}, while the tables value attribute is #{tableInstance.selectedMaster.getSlaves()}" the selectManyList has partialSubmit=true and is a trigger for the table, so that works. I can select a master on the left and see all its slaves in the table. However the tables model is not changing. Thats why the table's getSelectedRowKeys() gives me wrong indices.
the table has a binding into an event-scoped component, from where i get it to acces its selection Map. No idea if this adds any meaning to the problem :-)
Question:
is their a way to tell the tr:table to refresh its underlying model? How else could i accomplish this?
Many thanks,
Tobias Kilian
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080922#4080922
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4080922
18 years, 7 months
[Management, JMX/JBoss] - Jmx classloader issue
by pedwards
Guys,
I'm hoping someone can shed some light on my issue. I'm pretty certain its a classloader issue, but I have no idea how to go about figuring it out.
I have a war file. This war file deploys correctly, does what its supposed to. Now I have set up jmx so that I can connect with jconsole. I can see the beans and methods which I have exposed. All good so far.
Now, I want to start and stop this war using jmx. Stopping the war is fine. All shuts down as its supposed to. The problems arise when I try to restart it.
Its gets about 3/4 of the way through startup. It then gets to a piece where I'm trying to create a jms connection. It fails here with ClassNotFoundException. Now there is no debate that the required jar is present in the war, as if it wasn't, it would NEVER have deployed correctly in the first place. (And even if it had deployed, there is NO way it would have allowed me to run my tests against it).
Originally I had my war set up to run in isolation (as I was using some newer versions of things). I have removed isolation (and the newer versions), as I wondered if that was why the jmx classloader couldn't see the jar. But that has made no difference. (Everything runs correctly, until I try to restart).
So I'm completely at a lose as to where to go from here. So any pointers would be great.
Thanks
P.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080921#4080921
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4080921
18 years, 7 months