[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-3958) useless faces messages
by Pete Muir (JIRA)
[ https://jira.jboss.org/jira/browse/JBSEAM-3958?page=com.atlassian.jira.pl... ]
Pete Muir commented on JBSEAM-3958:
-----------------------------------
I am deleting this issue.
> useless faces messages
> ----------------------
>
> Key: JBSEAM-3958
> URL: https://jira.jboss.org/jira/browse/JBSEAM-3958
> Project: Seam
> Issue Type: Bug
> Reporter: arne anka
>
> i try to chainload several selectboxes
> <h:selectOneMenu>
> <s:selectItems >
> </...
> depending on the state of the box to the left, the content of all boxes right should change.
> it usually works, but somtimes it does not work and all i get is a message like below:
> org.jboss.web.jsf.integration.config.Log4JConversionFilter.logWithoutThrowable(Log4JConversionFilter.java:123) WARNING: FacesMessage(s) have been enqueued, but may not have been displayed.
> sourceId=formNaviSelects:sel_1[severity=(ERROR 2), summary=(value is not valid), detail=(value is not valid)]
> i have spent several days figuring out, what is meant and the best i could find "probably something with phases -- use a phase listener to check what happens". but nobody ever was able to make something usefull from these messages ...
> so: whatever happens -- messages like this are wortless. i don't need something saying "something went wrong", that's what i see myself.
> what i need is a useful message which leads me to the part in _my_ code where something happens (jboss server in particular likes to spew out hundreds of lines of stacktraces with no, repeat no, relation to my code).
> ps: if someone could give a hint how to debug this kind of error. i am happy, too.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 7 months
[jbossseam-issues] [JBoss JIRA] Deleted: (JBSEAM-3958) useless faces messages
by Pete Muir (JIRA)
[ https://jira.jboss.org/jira/browse/JBSEAM-3958?page=com.atlassian.jira.pl... ]
Pete Muir deleted JBSEAM-3958:
------------------------------
> useless faces messages
> ----------------------
>
> Key: JBSEAM-3958
> URL: https://jira.jboss.org/jira/browse/JBSEAM-3958
> Project: Seam
> Issue Type: Bug
> Reporter: arne anka
>
> i try to chainload several selectboxes
> <h:selectOneMenu>
> <s:selectItems >
> </...
> depending on the state of the box to the left, the content of all boxes right should change.
> it usually works, but somtimes it does not work and all i get is a message like below:
> org.jboss.web.jsf.integration.config.Log4JConversionFilter.logWithoutThrowable(Log4JConversionFilter.java:123) WARNING: FacesMessage(s) have been enqueued, but may not have been displayed.
> sourceId=formNaviSelects:sel_1[severity=(ERROR 2), summary=(value is not valid), detail=(value is not valid)]
> i have spent several days figuring out, what is meant and the best i could find "probably something with phases -- use a phase listener to check what happens". but nobody ever was able to make something usefull from these messages ...
> so: whatever happens -- messages like this are wortless. i don't need something saying "something went wrong", that's what i see myself.
> what i need is a useful message which leads me to the part in _my_ code where something happens (jboss server in particular likes to spew out hundreds of lines of stacktraces with no, repeat no, relation to my code).
> ps: if someone could give a hint how to debug this kind of error. i am happy, too.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 7 months
[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-3958) useless faces messages
by arne anka (JIRA)
useless faces messages
----------------------
Key: JBSEAM-3958
URL: https://jira.jboss.org/jira/browse/JBSEAM-3958
Project: Seam
Issue Type: Bug
Components: JSF Controls
Affects Versions: 2.0.2.SP1
Reporter: arne anka
i try to chainload several selectboxes
<h:selectOneMenu>
<s:selectItems >
</...
depending on the state of the box to the left, the content of all boxes right should change.
it usually works, but somtimes it does not work and all i get is a message like below:
org.jboss.web.jsf.integration.config.Log4JConversionFilter.logWithoutThrowable(Log4JConversionFilter.java:123) WARNING: FacesMessage(s) have been enqueued, but may not have been displayed.
sourceId=formNaviSelects:sel_1[severity=(ERROR 2), summary=(value is not valid), detail=(value is not valid)]
i have spent several days figuring out, what is meant and the best i could find "probably something with phases -- use a phase listener to check what happens". but nobody ever was able to make something usefull from these messages ...
so: whatever happens -- messages like this are wortless. i don't need something saying "something went wrong", that's what i see myself.
what i need is a useful message which leads me to the part in _my_ code where something happens (jboss server in particular likes to spew out hundreds of lines of stacktraces with no, repeat no, relation to my code).
ps: if someone could give a hint how to debug this kind of error. i am happy, too.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 7 months
[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-3680) Locking issue for ConversationEntry when redirecting at ExceptionFilter
by Hiroyuki Wada (JIRA)
Locking issue for ConversationEntry when redirecting at ExceptionFilter
-----------------------------------------------------------------------
Key: JBSEAM-3680
URL: https://jira.jboss.org/jira/browse/JBSEAM-3680
Project: Seam
Issue Type: Bug
Components: Exception Handling
Affects Versions: 2.1.0.SP1
Environment: Windows XP SP2, JBoss EAP 4.3
Reporter: Hiroyuki Wada
Priority: Critical
When redirecting at ExceptionFilter, it seems that the ConversationEntry lock is not released.
Therefore, if next request is processed by the another thread, the thread wait for until unlocking.
This results in the user being redirected to the no-conversation-view-id after the concurrent-request-timeout expires.
I checked the Seam 2.0.2.SP1 source. It seems that the unlocking process for ConversationEntry
is skipped when Exception is thrown from JSF Action that invoked in INVOKE_APPLICATION phase.
When Exception is not thrown, the lock is release after INVOKE_APPLICATION phase.
(at method calling "afterResponseComplete(facesContext)" at 249 line of SeamPhaseListener.java)
When Exception is thrown, this method is not called because of the result of FacesContext#getResponseComplete()
is FALSE.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 7 months
[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-3955) Problem extending JpaIdentityStore
by Alejandro Barrero (JIRA)
Problem extending JpaIdentityStore
----------------------------------
Key: JBSEAM-3955
URL: https://jira.jboss.org/jira/browse/JBSEAM-3955
Project: Seam
Issue Type: Release
Components: Framework
Affects Versions: 2.1.1.GA
Environment: Windows running JBoss Developer Studio
Reporter: Alejandro Barrero
Priority: Minor
I am using
<security:jpa-identity-store class="la.netco.sim.security.MiJpaSecurity" user-class="la.netco.gestorprocesos.model.Usuario" role-class="la.netco.gestorprocesos.model.Rol"/>
in components.xml
I getting the error
Class "MiJpaSecurity" of component "org.jboss.seam.security.jpaIdentityStore" does not have a setter or a field for the property "startupDepends" components.xml netcoPM/WebContent/WEB-INF line 43 Seam Problem
Works fine if I specify org.jboss.seam.security.management.JpaIdentityStore but fails with la.netco.sim.security.MiJpaSecurity which extends it.
Your help would be greatly appreciated.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 7 months