[JBoss JIRA] Issue Comment Edited: (SEAMREST-8) Create a JAX-RS bridge
by Jozef Hartinger (JIRA)
[ https://issues.jboss.org/browse/SEAMREST-8?page=com.atlassian.jira.plugin... ]
Jozef Hartinger edited comment on SEAMREST-8 at 12/17/10 4:27 AM:
------------------------------------------------------------------
Implement the bridge so that seam-catch is an optional dependency for seam-rest
was (Author: jharting):
Implement the bridge so that seam-catch is an optional dependency for sea-rest
> Create a JAX-RS bridge
> ----------------------
>
> Key: SEAMREST-8
> URL: https://issues.jboss.org/browse/SEAMREST-8
> Project: Seam REST
> Issue Type: Feature Request
> Components: Configuration
> Affects Versions: Alpha1
> Reporter: Jozef Hartinger
> Assignee: Jozef Hartinger
> Fix For: Alpha2
>
>
> Provide a bridge for handling of exceptions that occur during execution of a JAX-RS web service. In addition, consider moving related exception mapping configuration infrastructure from the rest module.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months
[JBoss JIRA] Commented: (SOLDER-53) Seam Solder incontainer tests fail
by Pete Muir (JIRA)
[ https://issues.jboss.org/browse/SOLDER-53?page=com.atlassian.jira.plugin.... ]
Pete Muir commented on SOLDER-53:
---------------------------------
Moved back to Solder as with WELD-796 and my fix below all tests pass.
> Seam Solder incontainer tests fail
> ----------------------------------
>
> Key: SOLDER-53
> URL: https://issues.jboss.org/browse/SOLDER-53
> Project: Seam Solder
> Issue Type: Bug
> Reporter: Stuart Douglas
> Assignee: Pete Muir
>
> CoreTest fails with:
> testFullyQualifiedBeanNames(org.jboss.seam.solder.test.core.CoreTest) Time elapsed: 0 sec <<< FAILURE!
> java.lang.AssertionError: expected:<1> but was:<0>
> ServiceHandlerTest fails with:
> org.jboss.weld.exceptions.DeploymentException: WELD-001408 Unsatisfied dependencies for type [EchoDecorator] with qualifiers [@Default] at injection point [[field] @Inject private org.jboss.seam.solder.test.servicehandler.DecoratedEchoServiceHandler.decorator]
> DefaultBeanTest fails with:
> Deployment "vfs:///Users/stuart/nworkspace/solder-parent/impl/test.war_WeldBootstrapBean" is in error due to the following reason(s): org.jboss.weld.exceptions.DeploymentException: WELD-001408 Unsatisfied dependencies for type [MagneticDrive] with qualifiers [@Default] at injection point [[field] @Inject org.jboss.seam.solder.test.defaultbean.DefaultBeanTest.magneticDrive], **ERROR**
> ElTest fails with:
> java.util.EmptyStackException
> at java.util.Stack.peek(Stack.java:85)
> at org.jboss.weld.el.AbstractWeldELResolver.lookup(AbstractWeldELResolver.java:147)
> at org.jboss.weld.el.AbstractWeldELResolver.getValue(AbstractWeldELResolver.java:113)
> at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:175)
> at org.apache.el.parser.AstIdentifier.getValue(AstIdentifier.java:67)
> at org.apache.el.parser.AstValue.getValue(AstValue.java:115)
> at org.apache.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:187)
> at org.jboss.seam.solder.el.Expressions.evaluateValueExpression(Expressions.java:143)
> at org.jboss.seam.solder.el.Expressions.evaluateValueExpression(Expressions.java:185)
> at org.jboss.seam.solder.test.el.ElTest.testElResolver(ElTest.java:46)
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months
[JBoss JIRA] Moved: (SOLDER-53) Seam Solder incontainer tests fail
by Pete Muir (JIRA)
[ https://issues.jboss.org/browse/SOLDER-53?page=com.atlassian.jira.plugin.... ]
Pete Muir moved WELD-794 to SOLDER-53:
--------------------------------------
Project: Seam Solder (was: Weld)
Key: SOLDER-53 (was: WELD-794)
Affects Version/s: (was: 1.1.0.CR1)
Component/s: (was: Class Beans (Managed and Session))
Fix Version/s: (was: 1.1.0.CR2)
> Seam Solder incontainer tests fail
> ----------------------------------
>
> Key: SOLDER-53
> URL: https://issues.jboss.org/browse/SOLDER-53
> Project: Seam Solder
> Issue Type: Bug
> Reporter: Stuart Douglas
> Assignee: Pete Muir
>
> CoreTest fails with:
> testFullyQualifiedBeanNames(org.jboss.seam.solder.test.core.CoreTest) Time elapsed: 0 sec <<< FAILURE!
> java.lang.AssertionError: expected:<1> but was:<0>
> ServiceHandlerTest fails with:
> org.jboss.weld.exceptions.DeploymentException: WELD-001408 Unsatisfied dependencies for type [EchoDecorator] with qualifiers [@Default] at injection point [[field] @Inject private org.jboss.seam.solder.test.servicehandler.DecoratedEchoServiceHandler.decorator]
> DefaultBeanTest fails with:
> Deployment "vfs:///Users/stuart/nworkspace/solder-parent/impl/test.war_WeldBootstrapBean" is in error due to the following reason(s): org.jboss.weld.exceptions.DeploymentException: WELD-001408 Unsatisfied dependencies for type [MagneticDrive] with qualifiers [@Default] at injection point [[field] @Inject org.jboss.seam.solder.test.defaultbean.DefaultBeanTest.magneticDrive], **ERROR**
> ElTest fails with:
> java.util.EmptyStackException
> at java.util.Stack.peek(Stack.java:85)
> at org.jboss.weld.el.AbstractWeldELResolver.lookup(AbstractWeldELResolver.java:147)
> at org.jboss.weld.el.AbstractWeldELResolver.getValue(AbstractWeldELResolver.java:113)
> at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:175)
> at org.apache.el.parser.AstIdentifier.getValue(AstIdentifier.java:67)
> at org.apache.el.parser.AstValue.getValue(AstValue.java:115)
> at org.apache.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:187)
> at org.jboss.seam.solder.el.Expressions.evaluateValueExpression(Expressions.java:143)
> at org.jboss.seam.solder.el.Expressions.evaluateValueExpression(Expressions.java:185)
> at org.jboss.seam.solder.test.el.ElTest.testElResolver(ElTest.java:46)
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months
[JBoss JIRA] Created: (JBSEAM-4747) Seam 2.2.1 SNAPSHOT with build number > 295 has NPE with renderer
by Robert Morse (JIRA)
Seam 2.2.1 SNAPSHOT with build number > 295 has NPE with renderer
-----------------------------------------------------------------
Key: JBSEAM-4747
URL: https://issues.jboss.org/browse/JBSEAM-4747
Project: Seam
Issue Type: Bug
Components: Core
Affects Versions: 2.2.1.CR2
Environment: Seam 2.2.1-SNAPSHOT build number > 295
Reporter: Robert Morse
Priority: Blocker
Seam 2.2.1-SNAPSHOT builds greater than 295 throw a NPE when executing org.jboss.seam.faces.Renderer.render(some xhtml file).
The issue is not present in earlier builds.
Caused by: java.lang.NullPointerException
at com.sun.faces.context.RequestHeaderValuesMap.get(ExternalContextImpl.java:1357)
at com.sun.faces.context.RequestHeaderValuesMap.get(ExternalContextImpl.java:1337)
at java.util.Collections$UnmodifiableMap.get(Collections.java:1282)
at com.sun.faces.renderkit.RenderKitImpl.createResponseWriter(RenderKitImpl.java:207)
at org.jboss.seam.ui.facelet.RendererRequest.init(RendererRequest.java:67)
at org.jboss.seam.ui.facelet.RendererRequest.run(RendererRequest.java:106)
at org.jboss.seam.ui.facelet.FaceletsRenderer.render(FaceletsRenderer.java:43)
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months