I got the error message:
org.apache.tomcat.util.http.Parameters processParameters
WARNUNG: Parameters: Invalid chunk ignored.
A SDT in ModalPanel, every row with a checkbox, sothat you can select rows and put them to rich:orderingList. By click the checkbox i got the above error message. But the Waring is harmless, the tomcat can continuous to parser the request. But i want to konw, what is the reasons. Thanks in advance.
|
| <ui:composition xmlns="http://www.w3.org/1999/evaluates to false.... etc etc
|
| Anyhow, I can see why it occurs by looking at the code so no need to explain anything now.
|
| tc
|
| Anyhow, I can see why it occurs by looking at the code so no need to explain anything now.
|
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217446#4217446
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217446
Hi,
those are some features request that I have collected and think will be appropiate to implement in the future.
| * High availability of IDPs, as IDP is a web applicaction I dont think this is a mayor issue until it has more features.
| * Provisioning in all IDPs, adding, update an identity and the these change should been available on all IDPs. There has been discussions related to the use of SPML.
| * Support of Web Services, ID-WSF (this is already in JIRA)
| * Auditing and monitoring of events like intended logins.
| * Centralized repository for managing authorization rules.
|
| what do you think, any out of scope of federation server?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217445#4217445
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217445
"clebert.suconic(a)jboss.com" wrote : "timfox" wrote : Can you explain what the race condition is? Not so interested in the solution at this point.
|
|
| My Post at Wed Mar 11, 2009 20:34 PM was about what' s the race. I make two calls using two different sessions, and the same XID will be used at the same time.
|
|
That's not an explanation of the race, that's an explanation of how to reproduce the race. It doesn't explain how the race occurs.
An explanation of the race would be something like:
Thread a attempts to get the transaction concurrently with thread b, the is null check evaluates to false.... etc etc
Anyhow, I can see why it occurs by looking at the code so no need to explain anything now.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217433#4217433
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217433
Thank you PeterJ for all your contributions, I hope to correct poms soon.
You can take a look at newest poms that I committed on main trunk of the project.
About versioning of Jars, I prefered to commit this release now to allow users to deploy JBoss Wiki on Portal 2.7.
Before my contribution this project was based on Maven 1. I hope to refactor poms soon.
Now I can work on refactoring of these poms ;)
I work only on portlet projects so I have adviced JBoss Maven repos guys about exposing portal dependencies. They are working on, but I don't know when we will use it :-P
Thank you again.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217395#4217395
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217395
"kabir.khan(a)jboss.com" wrote : "alex.loubyansky(a)jboss.com" wrote : So, valueObject is bound to a wildcard and {urn:jboss:classloading:1.0}capabilities should be resolved as its content. Perhaps, it cannot be.
| | Can you enable TRACE for org.jboss.xb?
| The trace was too long, but Ales suggested offline I add @XmlRootElement to CapabilitiesMetaData.
|
| | @XmlType(name="capabilties", propOrder= {"capabilities"})
| | @XmlRootElement(name="capabilities", namespace="urn:jboss:classloading:1.0")
| | public class CapabilitiesMetaData implements Serializable, Cloneable
| |
I guess you need to update the jboss-classloading-1.0.xsd as well. ;-)
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217394#4217394
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217394