[JBoss JIRA] Created: (WELD-561) Not intuitive error message: WELD-000069 An interceptor must have at least one binding, but Foo has none
by Marcin Zajaczkowski (JIRA)
Not intuitive error message: WELD-000069 An interceptor must have at least one binding, but Foo has none
--------------------------------------------------------------------------------------------------------
Key: WELD-561
URL: https://jira.jboss.org/browse/WELD-561
Project: Weld
Issue Type: Task
Components: Interceptors and Decorators
Affects Versions: 1.0.1.Final
Reporter: Marcin Zajaczkowski
Priority: Trivial
WELD-000069 error message (without debug message) is not very intuitive.
DEBUG org.jboss.weld.Reflection - WELD-000602 interface net.sf.perf4cdi.api.Perf4jProfiled is not declared @Target(TYPE, METHOD) or @Target(TYPE)
ERROR org.jboss.weld.exceptions.DeploymentException: WELD-000069 An interceptor must have at least one binding, but net.sf.perf4cdi.Perf4jProfiledInterceptor has none
at org.jboss.weld.bean.InterceptorImpl.<init>(InterceptorImpl.java:71)
at org.jboss.weld.bean.InterceptorImpl.of(InterceptorImpl.java:55)
at
org.jboss.weld.bootstrap.AbstractBeanDeployer.createInterceptor(AbstractBeanDeployer.java:255)
at org.jboss.weld.bootstrap.BeanDeployer.createBeans(BeanDeployer.java:106)
at
org.jboss.weld.bootstrap.BeanDeployment.deployBeans(BeanDeployment.java:151)
at
org.jboss.weld.bootstrap.WeldBootstrap.deployBeans(WeldBootstrap.java:377)
at
org.jboss.weld.mock.MockServletLifecycle.beginApplication(MockServletLifecycle.java:121)
at org.jboss.weld.mock.TestContainer.startContainer(TestContainer.java:85)
at
org.jboss.weld.test.harness.AbstractStandaloneContainersImpl.deploy(AbstractStandaloneContainersImpl.java:40)
at org.jboss.testharness.AbstractTest.deployArtifact(AbstractTest.java:103)
at org.jboss.testharness.AbstractTest.beforeClass(AbstractTest.java:206)
at
org.jboss.weld.test.AbstractWeldTest.beforeClass(AbstractWeldTest.java:57)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 4 months
[JBoss JIRA] Closed: (CDITCK-16) Tests for transactional observers are inconsistent
by Pete Muir (JIRA)
[ https://jira.jboss.org/browse/CDITCK-16?page=com.atlassian.jira.plugin.sy... ]
Pete Muir closed CDITCK-16.
---------------------------
Assignee: David Allen
> Tests for transactional observers are inconsistent
> --------------------------------------------------
>
> Key: CDITCK-16
> URL: https://jira.jboss.org/browse/CDITCK-16
> Project: CDI TCK
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Tests
> Affects Versions: 1.0.0.Beta1
> Reporter: David Allen
> Assignee: David Allen
> Fix For: 1.1.0.CR1
>
> Attachments: server.log
>
>
> The tests use a single stateful session bean which has many observer methods defined. Each test fires a different type of event through a stateless session bean. All of the observer methods have been invoked with the correct state information stored according to logging information, but the tests are not always seeing the same state information.
> The results of the tests are never random in any way, but they have changed over a period of a day or two with other changes to the TCK or RI. Any local changes to these tests that are innocuous still do not change the results in any way. The same set of tests are always inconsistent with the logging information on the same day.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 4 months