[JBoss JIRA] Created: (SEAM-69) lib directory assembled incorrectly
by Jozef Hartinger (JIRA)
lib directory assembled incorrectly
-----------------------------------
Key: SEAM-69
URL: https://issues.jboss.org/browse/SEAM-69
Project: Seam 3 Distribution
Issue Type: Bug
Components: Build Infrastructure
Affects Versions: 3.0.0.Final
Reporter: Jozef Hartinger
Assignee: Shane Bryzak
Priority: Blocker
Fix For: 3.0.0.Final
Firstly, Forge dependencies are duplicated in both /lib and /forge/lib directory. Affected libraries:
* aether-*.jar
* args4j.jar
* commands.jar
* common.jar
* commons-cli.jar
* contenttype.jar
* core.jar
* el-impl.jar
* expressions.jar
* filesystem.jar
* fpak.jar
* google-collections.jar
* jansi.jar
* jline.jar
* jobs.jar
* jsch.jar
* maven-*.jar
* metawidget.jar
* org.eclipse.jgit.*.jar
* osgi.jar
* plexus-*.jar
* preferences.jar
* resources.jar
* runtime.jar
* sisu-*.jar
* snakeyaml.jar
* text.jar
* wagon-*.jar
* xbean-reflect
Secondly, test-related libraries are included
* arquillian-*.jar
* shrinkwrap-*.jar
and others:
* activation.jar - the activation framework is part of Java SE 6. Since we target Java SE 6 and higher, there is no use in distributing the jar
* log4j.jar - no idea why solder depends on log4j
* ant.jar - no idea where this got from
* jms.jar - no idea where this got from - we also have jboss-jms-api_1.1_spec.jar
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years
[JBoss JIRA] Created: (SEAMFACES-59) State storage failure for p:input components using f:ajax
by Nicklas Karlsson (JIRA)
State storage failure for p:input components using f:ajax
---------------------------------------------------------
Key: SEAMFACES-59
URL: https://jira.jboss.org/browse/SEAMFACES-59
Project: Seam Faces
Issue Type: Bug
Components: UI Components
Affects Versions: 3.0.0.Beta1
Reporter: Nicklas Karlsson
Given a
<p:input id="name" label="foo">
<h:inputText id="input" value="#{backingBean.data}">
<f:ajax execute="@this" render="@form"/>
</h:inputText>
</p:input>
enter value in control, tab out, enter some other value, tab out
15:17:06,805 ERROR [STDERR] javax.faces.FacesException: Unexpected error restoring state for component with id j_idt7:name:input. Cause: java.lang.ClassCastException: javax.faces.component.StateHolderSaver cannot be cast to [Ljava.lang.Object;.
15:17:06,805 ERROR [STDERR] at com.sun.faces.application.view.StateManagementStrategyImpl$1.visit(StateManagementStrategyImpl.java:250)
15:17:06,805 ERROR [STDERR] at com.sun.faces.component.visit.FullVisitContext.invokeVisitCallback(FullVisitContext.java:147)
15:17:06,805 ERROR [STDERR] at javax.faces.component.UIComponent.visitTree(UIComponent.java:1476)
15:17:06,806 ERROR [STDERR] at javax.faces.component.UIComponent.visitTree(UIComponent.java:1487)
15:17:06,806 ERROR [STDERR] at javax.faces.component.UIComponent.visitTree(UIComponent.java:1487)
15:17:06,806 ERROR [STDERR] at javax.faces.component.UIComponent.visitTree(UIComponent.java:1487)
15:17:06,806 ERROR [STDERR] at javax.faces.component.UIForm.visitTree(UIForm.java:331)
15:17:06,806 ERROR [STDERR] at javax.faces.component.UIComponent.visitTree(UIComponent.java:1487)
15:17:06,806 ERROR [STDERR] at javax.faces.component.UIComponent.visitTree(UIComponent.java:1487)
15:17:06,806 ERROR [STDERR] at com.sun.faces.application.view.StateManagementStrategyImpl.restoreView(StateManagementStrategyImpl.java:234)
15:17:06,806 ERROR [STDERR] at com.sun.faces.application.StateManagerImpl.restoreView(StateManagerImpl.java:177)
15:17:06,807 ERROR [STDERR] at com.sun.faces.application.view.ViewHandlingStrategy.restoreView(ViewHandlingStrategy.java:119)
15:17:06,807 ERROR [STDERR] at com.sun.faces.application.view.FaceletViewHandlingStrategy.restoreView(FaceletViewHandlingStrategy.java:438)
15:17:06,807 ERROR [STDERR] at com.sun.faces.application.view.MultiViewHandler.restoreView(MultiViewHandler.java:144)
15:17:06,807 ERROR [STDERR] at javax.faces.application.ViewHandlerWrapper.restoreView(ViewHandlerWrapper.java:284)
15:17:06,807 ERROR [STDERR] at com.sun.faces.lifecycle.RestoreViewPhase.execute(RestoreViewPhase.java:182)
15:17:06,807 ERROR [STDERR] at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:97)
15:17:06,807 ERROR [STDERR] at com.sun.faces.lifecycle.RestoreViewPhase.doPhase(RestoreViewPhase.java:107)
15:17:06,808 ERROR [STDERR] at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:114)
15:17:06,808 ERROR [STDERR] at javax.faces.webapp.FacesServlet.service(FacesServlet.java:308)
15:17:06,808 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:324)
15:17:06,808 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:242)
15:17:06,808 ERROR [STDERR] at org.jboss.weld.servlet.ConversationPropagationFilter.doFilter(ConversationPropagationFilter.java:67)
15:17:06,808 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:274)
15:17:06,808 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:242)
15:17:06,808 ERROR [STDERR] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275)
15:17:06,809 ERROR [STDERR] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
15:17:06,809 ERROR [STDERR] at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:181)
15:17:06,809 ERROR [STDERR] at org.jboss.modcluster.catalina.CatalinaContext$RequestListenerValve.event(CatalinaContext.java:285)
15:17:06,809 ERROR [STDERR] at org.jboss.modcluster.catalina.CatalinaContext$RequestListenerValve.invoke(CatalinaContext.java:261)
15:17:06,809 ERROR [STDERR] at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:88)
15:17:06,809 ERROR [STDERR] at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:100)
15:17:06,809 ERROR [STDERR] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
15:17:06,810 ERROR [STDERR] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
15:17:06,810 ERROR [STDERR] at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
15:17:06,810 ERROR [STDERR] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
15:17:06,810 ERROR [STDERR] at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.invoke(ActiveRequestResponseCacheValve.java:53)
15:17:06,810 ERROR [STDERR] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:362)
15:17:06,810 ERROR [STDERR] at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877)
15:17:06,810 ERROR [STDERR] at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:653)
15:17:06,810 ERROR [STDERR] at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:951)
15:17:06,811 ERROR [STDERR] at java.lang.Thread.run(Thread.java:619)
15:17:06,811 ERROR [STDERR] Caused by: java.lang.ClassCastException: javax.faces.component.StateHolderSaver cannot be cast to [Ljava.lang.Object;
15:17:06,811 ERROR [STDERR] at javax.faces.component.behavior.AjaxBehavior.restoreState(AjaxBehavior.java:446)
15:17:06,811 ERROR [STDERR] at javax.faces.component.UIComponentBase.restoreBehaviors(UIComponentBase.java:2052)
15:17:06,811 ERROR [STDERR] at javax.faces.component.UIComponentBase.restoreBehaviorsState(UIComponentBase.java:2019)
15:17:06,812 ERROR [STDERR] at javax.faces.component.UIComponentBase.restoreState(UIComponentBase.java:1439)
15:17:06,812 ERROR [STDERR] at javax.faces.component.UIOutput.restoreState(UIOutput.java:251)
15:17:06,812 ERROR [STDERR] at javax.faces.component.UIInput.restoreState(UIInput.java:1374)
15:17:06,812 ERROR [STDERR] at com.sun.faces.application.view.StateManagementStrategyImpl$1.visit(StateManagementStrategyImpl.java:242)
15:17:06,812 ERROR [STDERR] ... 41 more
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years
[JBoss JIRA] Created: (SEAMCATCH-48) HandlesException never got invoked in jboss AS 6 Final
by yangju (JIRA)
HandlesException never got invoked in jboss AS 6 Final
------------------------------------------------------
Key: SEAMCATCH-48
URL: https://issues.jboss.org/browse/SEAMCATCH-48
Project: Seam Catch
Issue Type: Bug
Environment: jboss AS 6 with seam 3 persistence, seam 3 Config, seam 3 internationalizarion, jsf 2
Reporter: yangju
Assignee: Jason Porter
I have the following method in my exception handler class:
public void nullPointerHandler(@Handles(precedence =200) CaughtException<NullPointerException> event) {
log.error("Something bad happened: " + event.getException().getMessage());
event.handled();
}
I throw an artificial NPE from my weld managed bean (jsf controller), but the exception seems to be handled first by JSF facesException handler and never reached to the seam catch handler.
Is this a bug or did I do something wrong?
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years
[JBoss JIRA] Created: (SEAMSECURITY-41) openid4java dependencies missing in the dist. bundle
by Jozef Hartinger (JIRA)
openid4java dependencies missing in the dist. bundle
----------------------------------------------------
Key: SEAMSECURITY-41
URL: https://issues.jboss.org/browse/SEAMSECURITY-41
Project: Seam Security
Issue Type: Bug
Affects Versions: 3.0.0.CR1
Reporter: Jozef Hartinger
Assignee: Shane Bryzak
Fix For: 3.0.0.Final
The openid4java declares following transitive dependencies:
{noformat}
+- org.openid4java:openid4java:jar:0.9.5:compile
| +- org.openid4java:openid4java-consumer:jar:0.9.5:compile
| | +- org.openid4java:openid4java-nodeps:jar:0.9.5:compile
| | \- net.sourceforge.nekohtml:nekohtml:jar:1.9.7:compile
| +- org.openid4java:openid4java-server:jar:0.9.5:compile
| +- org.openid4java:openid4java-server-JdbcServerAssociationStore:jar:0.9.5:compile
| | \- org.springframework:spring-jdbc:jar:2.0.6:compile
| | +- org.springframework:spring-beans:jar:2.0.6:compile
| | +- org.springframework:spring-context:jar:2.0.6:compile
| | | \- aopalliance:aopalliance:jar:1.0:compile
| | +- org.springframework:spring-core:jar:2.0.6:compile
| | \- org.springframework:spring-dao:jar:2.0.6:compile
| +- org.openid4java:openid4java-consumer-SampleConsumer:jar:0.9.5:compile
| \- org.openid4java:openid4java-server-SampleServer:jar:0.9.5:compile
{noformat}
None of these is present in the Seam 3.0.0.CR2 distribution bundle. These dependencies shoul either be added to the bundle or excluded from the dependency definition.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years