[webbeans-dev] replacement for injectNonContextualInstance
by Dan Allen
What's the replacement for
WebBeansManager#injectNonContextualInstance(Object)? It was removed from the
WebBeansManager interface recently and is used by both the servlet
integration and Wicket. As a result, those two projects are currently
broken.
-Dan
--
Dan Allen
Senior Software Engineer, Red Hat | Author of Seam in Action
http://mojavelinux.com
http://mojavelinux.com/seaminaction
http://in.relation.to/Bloggers/Dan
NOTE: While I make a strong effort to keep up with my email on a daily
basis, personal or other work matters can sometimes keep me away
from my email. If you contact me, but don't hear back for more than a week,
it is very likely that I am excessively backlogged or the message was
caught in the spam filters. Please don't hesitate to resend a message if
you feel that it did not reach my attention.
15 years, 7 months
[webbeans-dev] IRC
by Pete Muir
David and I are in #webbeans-dev on freenode if anyone wants to join...
15 years, 7 months
[webbeans-dev] Simplified SPI
by Gavin King
Last night I chatted with Scott about the SPI and we decided that it
had grown unnecessarily complex and deserved some pruning. I've now
gone ahead and done that.
Specifically:
* removed SessionBean, ManagedBean, ProducerBean, ObserverMethod and Listener
* removed the ability to wrap the Bean object from the
ProcessXxxxxBean events (it turned out that there was some problems
with that anyway)
* slightly adjusted the Annotated interface to let you customize bean
types at this level
* added BeforeBeanDiscovery.addAnnotatedType(AnnotatedType) and
BeanManager.createAnnotatedType(Class)
* added ProcessProducer
Scott and I believe that it's still possible to handle almost all the
usecases that we could handle before, by working at the level of
InjectionTarget and AnnotatedType instead of at the Bean level.
I think this is a much more appropriate scope for the 1.0 spec.
This revision of the spec is what I would like to release as the PFD,
if there are no objections.
--
Gavin King
gavin.king(a)gmail.com
http://in.relation.to/Bloggers/Gavin
http://hibernate.org
http://seamframework.org
15 years, 7 months
[webbeans-dev] TCK assertions updated
by Shane Bryzak
I've now completed the updates to tck-audit.xml with the assertions from
a recent version of the spec (20090519). While updating, I kept track
of section changes where practical and compiled a list (found below)
which can be used as a reference for updating the TCK unit tests. There
have been other spec updates since, however I believe it should be a
comparitively minor task to update the assertions with these few changes.
My recommendations for updating the TCK tests are:
1) Work with one test class at a time, updating the spec version
referenced in the class javadoc once all tests have been updated.
2) Use the list below to update the section ID (many sections have
simply been moved, however for some sections much content has been updated)
3) Be sure to confirm that the tests do indeed match the referenced
assertion.
Shane
Section number and title changes
Original version : PRD2
New version : 20090519
Old: 2.3.5 Specifying bindings of an injected field
New: 2.3.4 Specifying bindings of an injected field
Old: 2.3.6 Specifying bindings of a method or constructor parameter
New: 2.3.5 Specifying bindings of a method or constructor parameter
Old: 2.4.3 Declaring the bean scope using annotations
New: 2.4.3 Declaring the bean scope
Old: 2.4.5 Default scope
New: 2.4.4 Default scope
Old: 2.5.5 Default deployment type
New: 2.5.4 Default deployment type
Old: 2.5.6 Enabled deployment types
New: 2.5.5 Enabled deployment types
Old: 2.6 Bean names
New: 2.6 Bean EL names
Old: 2.6.3 Default bean names
New: 2.6.2 Default bean EL names
Old: 2.6.4 Beans with no name
New: 2.6.3 Beans with no EL name
Old: 2.7.1.5 Stereotypes with additional stereotypes
New: 2.7.1.4 Stereotypes with additional stereotypes
Old: 2.7.2 Declaring the stereotypes for a bean using annotations
New: 2.7.2 Declaring the stereotypes for a bean
Old: 2.7.5 Built-in stereotypes
New: 2.7.3 Built-in stereotypes
Old: 3.2 Simple Beans
New: 3.2 Managed Beans
Old: 3.2.1 Which Java classes are beans?
Old: 3.2.1 Which Java classes are managed beans?
Old: 3.2.2 Bean types of a simple bean
New: 3.2.2 Bean types of a managed bean
Old: 3.2.3 Declaring a simple bean using annotations
New: 3.2.3 Declaring a managed bean
Old: 3.2.6 Bean constructors
New: 3.2.4 Bean constructors
Old: 3.2.6.1 Declaring a bean constructor using annotations
New: 3.2.4.1 Declaring a bean constructor
Old: 3.2.6.3 Bean constructor parameters
New: 3.2.4.2 Bean constructor parameters
Old: 3.2.7 Specializing a simple bean
New: 3.2.5 Specializing a managed bean
Old: 3.2.8 Default name for a simple bean
New: 3.2.6 Default name for a managed bean
Old: 3.3.3 Bean types of a session bean
New: 3.3.2 Bean types of a session bean
Old: 3.3.4 Declaring a session bean using annotations
New: 3.3.3 Declaring a session bean
Old: 3.3.7 Specializing a session bean
New: 3.3.4 Specializing a session bean
Old: 3.3.8 Default name for a session bean
New: 3.3.5 Default name for a session bean
Old: 3.4.2 Declaring a producer method using annotations
New: 3.4.2 Declaring a producer method
Old: 3.4.5 Specializing a producer method
New: 3.4.4 Specializing a producer method
Old: 3.4.6 Disposal methods
New: 3.4.5 Disposal methods
Old: 3.4.7 Disposed parameter of a disposal method
New: 3.4.6 Disposed parameter of a disposal method
Old: 3.4.8 Declaring a disposal method using annotations
New: 3.4.7 Declaring a disposal method
Old: 3.4.10 Disposal method parameters
New: 3.4.8 Disposal method parameters
Old: 3.4.11 Disposal method resolution
New: 3.4.9 Disposal method resolution
Old: 3.4.12 Default name for a producer method
New: 3.4.10 Default name for a producer method
Old: 3.5.2 Declaring a producer field using annotations
New: 3.5.2 Declaring a producer field
Old: 3.5.4 Default name for a producer field
New: 3.5.3 Default name for a producer field
Old: 3.6.1 Declaring a resource using XML
New: 3.6.1 Declaring a resource
Old: 3.7 JMS resources
New: 3.7 Message destinations
Old: 3.7.1 Bean types of a JMS resource
New: 3.7.1 Bean types of a message destination
Old: 3.7.2 Declaring a JMS resource using XML
New: 3.7.2 Declaring a message destination
Old: 3.8.1 Declaring an injected field using annotations
New: 3.8.1 Declaring an injected field
Old: 3.9.1 Declaring an initializer method using annotations
New: 3.9.1 Declaring an initializer method
Old: 3.9.3 Initializer method parameters
New: 3.9.2 Initializer method parameters
Old: 3.10 Support for Common Annotations (removed)
New: 3.10 The default binding at injection points
Old: 3.11 The Bean object for a bean (removed)
New: 3.11 Beans with the @New binding
Old: 4 Inheritance, specialization and realization
New: 4 Inheritance and specialization
Old: 4.3.1 Using specialization (removed)
Old: 4.3.2 Direct and indirect specialization
New: 4.3.1 Direct and indirect specialization
New: 4.3.2 Most specialized enabled bean for a bean
Old: 5.1 Unsatisfied and ambiguous dependencies
New: 5.1.2 Unsatisfied and ambiguous dependencies
Old: 5.9 Typesafe resolution algorithm
New: 5.1 Typesafe resolution algorithm
Old: 5.2 Primitive types and null values
New: 5.1.3 Primitive types and null values
Old: 5.9.1 Binding annotations with members
New: 5.1.4 Binding annotations with members
Old: 5.9.2 Multiple bindings
New: 5.1.5 Multiple bindings
Old: 5.11 Name resolution algorithm
New: 5.2 EL name resolution algorithm
Old: 5.4 Client proxies
New: 5.3 Client proxies
Old: 5.4.1 Unproxyable bean types
New: 5.3.1 Unproxyable bean types
Old: 5.4.2 Client proxy invocation
New: 5.3.2 Client proxy invocation
Old: 5.3 Injected reference validity
New: 5.4.2 Injected reference validity
Old: 5.6 Injection point metadata
New: 5.4.9 Injection point metadata
Old: 5.8 Dynamic lookup
New: 5.5 Programmatic lookup
Old: 5.10 EL name resolution
New: 5.6 Integration with Unified EL
Old: 8 Scopes and contexts
New: 6 Scopes and contexts
Old: 8.1 The Context interface
New: 6.2 The Context interface
Old: 8.2 Normal scopes and pseudo-scopes
New: 6.3 Normal scopes and pseudo-scopes
Old: 8.3 Dependent pseudo-scope
New: 6.4 Dependent pseudo-scope
Old: 8.3.2 Dependent object destruction
New: 6.4.3 Dependent object destruction
Old: 5.3 Injected reference Validity
New: 6.5.4 Contextual reference validity
Old: 8.4 Passivating scopes and serialization
New: 6.6.3 Passivating scopes
Old: 8.5.1 Request context lifecycle
New: 6.7.1 Request context lifecycle
Old: 8.5.2 Session context lifecycle
New: 6.7.2 Session context lifecycle
Old: 8.5.3 Application context lifecycle
New: 6.7.3 Application context lifecycle
Old: 8.5.4 Conversation context lifecycle
New: 6.7.4 Conversation context lifecycle
Old: 6.4 Lifecycle of simple beans
New: 7.2 Lifecycle of managed beans
Old: 6.5 Lifecycle of stateful session beans
New: 7.3 Lifecycle of stateful session beans
Old: 6.6 Lifecycle of stateless session and singleton beans
New: 7.4 Lifecycle of stateless session and singleton beans
Old: 6.7 Lifecycle of producer methods
New: 7.5 Lifecycle of producer methods
Old: 6.8 Lifecycle of producer fields
New: 7.6 Lifecycle of producer fields
Old: 6.9 Lifecycle of resources
New: 7.7 Lifecycle of resources
Old: 6.10 Lifecycle of JMS resources
New: 7.8 Lifecycle of message destinations
Old: 7 Events
New: 10 Events
Old: 7.1 Event types and binding types
New: 10.1 Event types and binding types
Old: 7.7.1 Event binding types with members
New: 10.2.1 Event binding types with members
Old: 7.5 Observer methods
New: 10.5 Observer methods
Old: 7.5.1 Event parameter of an observer method
New: 10.5.1 Event parameter of an observer method
Old: 7.5.6 Transactional observer methods
New: 10.5.5 Transactional observer methods
Old: 7.4 Observer notification
New: 10.6 Observer notification
Old: 7.5.8 Observer object for an observer method
New: 10.6.1 Observer method notification
Old: 7.5.9 Observer invocation context
New: 10.6.2 Observer method invocation context
15 years, 7 months
[webbeans-dev] Question on 11.2.15: returning metadata on annotations
by Clint Popetz
Hi,
Should these methods:
public Set<Annotation> getInterceptorBindingTypeDefinition(Class<?
extends Annotation> bindingType);
public Set<Annotation> getStereotypeDefinition(Class<? extends
Annotation> stereotype);
which are defined to "obtain the set of meta-annotations declared by a
stereotype or interceptor binding type," return the complete set of
meta-annotations, or only those that are relevant to JSR-299? I ask
because I don't think the spec prohibits you from annotating a
sterotype or interceptor binding type annotation with other
annotations, but as a client of the above method I wouldn't expect to
get back extra non-related stuff, based on the method name.
-Clint
--
Clint Popetz
http://42lines.net
Scalable Web Application Development
15 years, 8 months
[webbeans-dev] Fwd: Build failed in Hudson: WebBeans-trunk-standalone #952
by Clint Popetz
I committed the changes to these projects (jsr299-api,webbeans-core,
webbeans-test, tck-impl) in one atomic commit, so I'm hoping this is a
sporadic failure...let me know if it's not.
-Clint
---------- Forwarded message ----------
From: <jboss-qa-internal(a)redhat.com>
Date: Thu, Jun 4, 2009 at 6:20 PM
Subject: Build failed in Hudson: WebBeans-trunk-standalone #952
To: cpopetz(a)gmail.com
See http://hudson.qa.jboss.com/hudson/job/WebBeans-trunk-standalone/952/changes
Changes:
[cpopetz] Update BeanManager to new spec, add bridge for tests that
use SPI methods which are no longer available, implement new bootstrap
events, partial implementation of new methods of BeanManager in
ManagerImpl.
[cpopetz] Update BeanManager to new spec, add bridge for tests that
use SPI methods which are no longer available, implement new bootstrap
events, partial implementation of new methods of BeanManager in
ManagerImpl.
------------------------------------------
[...truncated 3152 lines...]
A interceptor/src/main/resources/org/jboss/testharness/impl/packaging
A interceptor/src/main/resources/org/jboss/testharness/impl/packaging/jsr299
A interceptor/src/main/resources/org/jboss/testharness/impl/packaging/jsr299/default
A interceptor/src/main/resources/org/jboss/testharness/impl/packaging/jsr299/default/beans.xml
A interceptor/src/main/resources/org/jboss/testharness/impl/packaging/ear
A interceptor/src/main/resources/org/jboss/testharness/impl/packaging/ear/ejb-jar.xml
A interceptor/pom.xml
U .
At revision 2765
Launching killing script.
[WebBeans-trunk-standalone] $ bash
/home/hudson/hudson_workspace/plugins/process-kill/WEB-INF/classes/hudson/plugins/process_kill/kill-script.sh
[webbeans] $ /qa/tools/opt/maven-2.0.9/bin/mvn -f
${WORKSPACE}/tck/pom.xml -Dmaven.test.failure.ignore=true -U install
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO] JSR-299 TCK
[INFO] JSR-299 TCK API
[INFO] JSR-299 TCK tests and harness
WAGON_VERSION: 1.0-beta-2
[INFO] ------------------------------------------------------------------------
[INFO] Building JSR-299 TCK
[INFO] task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [enforcer:enforce {execution: enforce}]
[INFO] [site:attach-descriptor]
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] [enforcer:enforce {execution: enforce}]
[INFO] [source:jar {execution: attach-sources}]
[INFO] [install:install]
[INFO] Installing
http://hudson.qa.jboss.com/hudson/job/WebBeans-trunk-standalone/ws/tck/po...
to /home/hudson/.m2/repository/org/jboss/jsr299/tck/parent/1.0.0-SNAPSHOT/parent-1.0.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building JSR-299 TCK API
[INFO] task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] snapshot org.jboss.webbeans:jsr299-api:1.0.0-SNAPSHOT: checking
for updates from snapshots.jboss.org
[INFO] snapshot org.jboss.webbeans:webbeans-parent:1.0.0-SNAPSHOT:
checking for updates from snapshots.jboss.org
[INFO] snapshot
org.jboss.webbeans:webbeans-version-matrix:1.0.0-SNAPSHOT: checking
for updates from snapshots.jboss.org
[INFO] snapshot
org.jboss.test-harness:jboss-test-harness-api:1.0.0-SNAPSHOT: checking
for updates from snapshots.jboss.org
[INFO] snapshot
org.jboss.test-harness:jboss-test-harness-parent:1.0.0-SNAPSHOT:
checking for updates from snapshots.jboss.org
[INFO] [enforcer:enforce {execution: enforce}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 5 source files to
http://hudson.qa.jboss.com/hudson/job/WebBeans-trunk-standalone/ws/tck/ap...
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [surefire:test]
[INFO] No tests to run.
[INFO] [jar:jar]
[INFO] Building jar:
http://hudson.qa.jboss.com/hudson/job/WebBeans-trunk-standalone/ws/tck/ap...
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] [enforcer:enforce {execution: enforce}]
[INFO] [source:jar {execution: attach-sources}]
[INFO] Building jar:
http://hudson.qa.jboss.com/hudson/job/WebBeans-trunk-standalone/ws/tck/ap...
[INFO] [install:install]
[INFO] Installing
http://hudson.qa.jboss.com/hudson/job/WebBeans-trunk-standalone/ws/tck/ap...
to /home/hudson/.m2/repository/org/jboss/jsr299/tck/jsr299-tck-api/1.0.0-SNAPSHOT/jsr299-tck-api-1.0.0-SNAPSHOT.jar
[INFO] Installing
http://hudson.qa.jboss.com/hudson/job/WebBeans-trunk-standalone/ws/tck/ap...
to /home/hudson/.m2/repository/org/jboss/jsr299/tck/jsr299-tck-api/1.0.0-SNAPSHOT/jsr299-tck-api-1.0.0-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building JSR-299 TCK tests and harness
[INFO] task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] snapshot
org.jboss.test-harness:jboss-test-harness:1.0.0-SNAPSHOT: checking for
updates from snapshots.jboss.org
[INFO] [enforcer:enforce {execution: enforce}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [dependency:copy {execution: copy-in-container-dependencies}]
[INFO] Configured Artifact: org.jboss.test-harness:jboss-test-harness:?:jar
[INFO] Copying jboss-test-harness-1.0.0-SNAPSHOT.jar to
http://hudson.qa.jboss.com/hudson/job/WebBeans-trunk-standalone/ws/tck/im...
[INFO] [compiler:compile]
[INFO] Compiling 1440 source files to
http://hudson.qa.jboss.com/hudson/job/WebBeans-trunk-standalone/ws/tck/im...
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
http://hudson.qa.jboss.com/hudson/job/WebBeans-trunk-standalone/ws/tck/im...
:[12,18] sun.reflect.ReflectionFactory is Sun proprietary API and may
be removed in a future release
http://hudson.qa.jboss.com/hudson/job/WebBeans-trunk-standalone/ws/tck/im...
:[12,18] sun.reflect.ReflectionFactory is Sun proprietary API and may
be removed in a future release
http://hudson.qa.jboss.com/hudson/job/WebBeans-trunk-standalone/ws/tck/im...
:[157,51] cannot find symbol
symbol : method
getBeans(java.lang.reflect.Type,java.lang.annotation.Annotation[])
location: interface javax.enterprise.inject.spi.BeanManager
http://hudson.qa.jboss.com/hudson/job/WebBeans-trunk-standalone/ws/tck/im...
:[80,32] cannot find symbol
symbol : method
getReference(javax.enterprise.inject.spi.Bean<org.jboss.jsr299.tck.tests.lookup.manager.FishFarmOffice>,java.lang.Class<org.jboss.jsr299.tck.tests.lookup.manager.FishFarmOffice>)
location: interface javax.enterprise.inject.spi.BeanManager
http://hudson.qa.jboss.com/hudson/job/WebBeans-trunk-standalone/ws/tck/im...
:[35,25] cannot find symbol
symbol : method
addObserver(org.jboss.jsr299.tck.tests.event.resolve.binding.ResolvingChecksBindingTypeTest.AnObserver,org.jboss.jsr299.tck.tests.event.resolve.binding.BindingTypeABinding)
location: interface javax.enterprise.inject.spi.BeanManager
http://hudson.qa.jboss.com/hudson/job/WebBeans-trunk-standalone/ws/tck/im...
:[36,25] cannot find symbol
symbol : method
addObserver(org.jboss.jsr299.tck.tests.event.resolve.binding.ResolvingChecksBindingTypeTest.AnObserver,org.jboss.jsr299.tck.tests.event.resolve.binding.BindingTypeBBinding)
location: interface javax.enterprise.inject.spi.BeanManager
http://hudson.qa.jboss.com/hudson/job/WebBeans-trunk-standalone/ws/tck/im...
:[60,25] cannot find symbol
symbol : method
addObserver(javax.event.Observer<org.jboss.jsr299.tck.tests.event.register.observer2.ManagerRemoveObserverTest.AnEventType>)
location: interface javax.enterprise.inject.spi.BeanManager
http://hudson.qa.jboss.com/hudson/job/WebBeans-trunk-standalone/ws/tck/im...
:[61,25] cannot find symbol
symbol : method
removeObserver(javax.event.Observer<org.jboss.jsr299.tck.tests.event.register.observer2.ManagerRemoveObserverTest.AnEventType>)
location: interface javax.enterprise.inject.spi.BeanManager
http://hudson.qa.jboss.com/hudson/job/WebBeans-trunk-standalone/ws/tck/im...
:[67,25] cannot find symbol
symbol : method
addObserver(javax.event.Observer<org.jboss.jsr299.tck.tests.event.register.observer2.ManagerRemoveObserverTest.AnEventType>,java.lang.annotation.Annotation[])
location: interface javax.enterprise.inject.spi.BeanManager
http://hudson.qa.jboss.com/hudson/job/WebBeans-trunk-standalone/ws/tck/im...
:[68,25] cannot find symbol
symbol : method
removeObserver(javax.event.Observer<org.jboss.jsr299.tck.tests.event.register.observer2.ManagerRemoveObserverTest.AnEventType>)
location: interface javax.enterprise.inject.spi.BeanManager
http://hudson.qa.jboss.com/hudson/job/WebBeans-trunk-standalone/ws/tck/im...
:[42,47] cannot find symbol
symbol : method
getReference(javax.enterprise.inject.spi.Bean<org.jboss.jsr299.tck.tests.lookup.clientProxy.Fox>,java.lang.Class<org.jboss.jsr299.tck.tests.lookup.clientProxy.Fox>)
location: interface javax.enterprise.inject.spi.BeanManager
http://hudson.qa.jboss.com/hudson/job/WebBeans-trunk-standalone/ws/tck/im...
:[66,54] cannot find symbol
symbol : method
getReference(javax.enterprise.inject.spi.Bean<org.jboss.jsr299.tck.tests.lookup.clientProxy.TunedTuna>,java.lang.Class<org.jboss.jsr299.tck.tests.lookup.clientProxy.TunedTuna>)
location: interface javax.enterprise.inject.spi.BeanManager
http://hudson.qa.jboss.com/hudson/job/WebBeans-trunk-standalone/ws/tck/im...
:[25,37] ensureUniqueBean(java.lang.reflect.Type,java.util.Set<javax.enterprise.inject.spi.Bean<?>>)
in org.jboss.jsr299.tck.impl.OldSPIBridge cannot be applied to
(java.lang.Class<T>,java.util.Set<javax.enterprise.inject.spi.Bean<T>>)
http://hudson.qa.jboss.com/hudson/job/WebBeans-trunk-standalone/ws/tck/im...
:[32,82] cannot find symbol
symbol : method
getBeans(java.lang.reflect.Type,java.lang.annotation.Annotation[])
location: interface javax.enterprise.inject.spi.BeanManager
http://hudson.qa.jboss.com/hudson/job/WebBeans-trunk-standalone/ws/tck/im...
:[64,23] cannot find symbol
symbol : method
getReference(javax.enterprise.inject.spi.Bean<capture#969 of
?>,java.lang.reflect.Type)
location: interface javax.enterprise.inject.spi.BeanManager
http://hudson.qa.jboss.com/hudson/job/WebBeans-trunk-standalone/ws/tck/im...
:[33,25] cannot find symbol
symbol : method
addObserver(javax.event.Observer<org.jboss.jsr299.tck.tests.event.register.observer1.DuplicateBindingsToAddObserverTest.AnEventType>,org.jboss.jsr299.tck.tests.event.register.observer1.RoleBinding,org.jboss.jsr299.tck.tests.event.register.observer1.TameAnnotationLiteral,org.jboss.jsr299.tck.tests.event.register.observer1.TameAnnotationLiteral)
location: interface javax.enterprise.inject.spi.BeanManager
http://hudson.qa.jboss.com/hudson/job/WebBeans-trunk-standalone/ws/tck/im...
:[45,25] cannot find symbol
symbol : method
addObserver(org.jboss.jsr299.tck.tests.event.register.observer1.ObserverExceptionAbortsTest.AnObserverWithException)
location: interface javax.enterprise.inject.spi.BeanManager
http://hudson.qa.jboss.com/hudson/job/WebBeans-trunk-standalone/ws/tck/im...
:[46,25] cannot find symbol
symbol : method
addObserver(org.jboss.jsr299.tck.tests.event.register.observer1.ObserverExceptionAbortsTest.AnObserverWithException)
location: interface javax.enterprise.inject.spi.BeanManager
http://hudson.qa.jboss.com/hudson/job/WebBeans-trunk-standalone/ws/tck/im...
:[32,25] cannot find symbol
symbol : method
addObserver(javax.event.Observer<org.jboss.jsr299.tck.tests.event.register.observer1.NonBindingTypesToAddObserverTest.AnEventType>,org.jboss.jsr299.tck.tests.event.register.observer1.AnimalStereotypeAnnotationLiteral)
location: interface javax.enterprise.inject.spi.BeanManager
http://hudson.qa.jboss.com/hudson/job/WebBeans-trunk-standalone/ws/tck/im...
:[34,25] cannot find symbol
symbol : method
addObserver(javax.event.Observer<org.jboss.jsr299.tck.tests.event.resolve.type.ChecksEventTypeWhenResolvingTest.AnEventType>)
location: interface javax.enterprise.inject.spi.BeanManager
http://hudson.qa.jboss.com/hudson/job/WebBeans-trunk-standalone/ws/tck/im...
:[294,19] cannot find symbol
symbol : method
addObserver(javax.event.Observer<org.jboss.jsr299.tck.tests.activities.NightTime>)
location: interface javax.enterprise.inject.spi.BeanManager
http://hudson.qa.jboss.com/hudson/job/WebBeans-trunk-standalone/ws/tck/im...
:[54,25] cannot find symbol
symbol : method
addObserver(org.jboss.jsr299.tck.tests.event.resolve.type.ChecksTypeParametersWhenResolvingTest.AListObserver)
location: interface javax.enterprise.inject.spi.BeanManager
http://hudson.qa.jboss.com/hudson/job/WebBeans-trunk-standalone/ws/tck/im...
:[55,25] cannot find symbol
symbol : method
addObserver(org.jboss.jsr299.tck.tests.event.resolve.type.ChecksTypeParametersWhenResolvingTest.AnotherListObserver)
location: interface javax.enterprise.inject.spi.BeanManager
http://hudson.qa.jboss.com/hudson/job/WebBeans-trunk-standalone/ws/tck/im...
:[7,0] org.jboss.jsr299.tck.tests.deployment.lifecycle.InitializedBinding
is not abstract and does not override abstract method annotationType()
in java.lang.annotation.Annotation
http://hudson.qa.jboss.com/hudson/job/WebBeans-trunk-standalone/ws/tck/im...
:[61,25] cannot find symbol
symbol : method
addObserver(javax.event.Observer<org.jboss.jsr299.tck.tests.event.register.observer1.ManagerAddObserverTest.AnEventType>)
location: interface javax.enterprise.inject.spi.BeanManager
http://hudson.qa.jboss.com/hudson/job/WebBeans-trunk-standalone/ws/tck/im...
:[68,25] cannot find symbol
symbol : method
addObserver(javax.event.Observer<org.jboss.jsr299.tck.tests.event.register.observer1.ManagerAddObserverTest.AnEventType>)
location: interface javax.enterprise.inject.spi.BeanManager
http://hudson.qa.jboss.com/hudson/job/WebBeans-trunk-standalone/ws/tck/im...
:[85,25] cannot find symbol
symbol : method
addObserver(javax.event.Observer<org.jboss.jsr299.tck.tests.event.register.observer1.ManagerAddObserverTest.AnEventType>,java.lang.annotation.Annotation[])
location: interface javax.enterprise.inject.spi.BeanManager
http://hudson.qa.jboss.com/hudson/job/WebBeans-trunk-standalone/ws/tck/im...
:[38,34] cannot find symbol
symbol : method
getReference(javax.enterprise.inject.spi.Bean<org.jboss.jsr299.tck.tests.implementation.enterprise.remove.StateKeeper>,java.lang.Class<org.jboss.jsr299.tck.tests.implementation.enterprise.remove.StateKeeper>)
location: interface javax.enterprise.inject.spi.BeanManager
http://hudson.qa.jboss.com/hudson/job/WebBeans-trunk-standalone/ws/tck/im...
:[86,33] cannot find symbol
symbol : method
getReference(javax.enterprise.inject.spi.Bean<org.jboss.jsr299.tck.tests.implementation.enterprise.remove.DependentSessionInterface>,java.lang.Class<org.jboss.jsr299.tck.tests.implementation.enterprise.remove.DependentSessionInterface>)
location: interface javax.enterprise.inject.spi.BeanManager
http://hudson.qa.jboss.com/hudson/job/WebBeans-trunk-standalone/ws/tck/im...
:[34,26] cannot find symbol
symbol : method
getReference(javax.enterprise.inject.spi.Bean<org.jboss.jsr299.tck.tests.lookup.dynamic.ObtainsInjectionPointBean>,java.lang.Class<org.jboss.jsr299.tck.tests.lookup.dynamic.ObtainsInjectionPointBean>)
location: interface javax.enterprise.inject.spi.BeanManager
http://hudson.qa.jboss.com/hudson/job/WebBeans-trunk-standalone/ws/tck/im...
:[50,26] cannot find symbol
symbol : method
getReference(javax.enterprise.inject.spi.Bean<org.jboss.jsr299.tck.tests.lookup.dynamic.ObtainsInjectionPointBean>,java.lang.Class<org.jboss.jsr299.tck.tests.lookup.dynamic.ObtainsInjectionPointBean>)
location: interface javax.enterprise.inject.spi.BeanManager
http://hudson.qa.jboss.com/hudson/job/WebBeans-trunk-standalone/ws/tck/im...
:[62,26] cannot find symbol
symbol : method
getReference(javax.enterprise.inject.spi.Bean<org.jboss.jsr299.tck.tests.lookup.dynamic.ObtainsInjectionPointBean>,java.lang.Class<org.jboss.jsr299.tck.tests.lookup.dynamic.ObtainsInjectionPointBean>)
location: interface javax.enterprise.inject.spi.BeanManager
http://hudson.qa.jboss.com/hudson/job/WebBeans-trunk-standalone/ws/tck/im...
:[74,26] cannot find symbol
symbol : method
getReference(javax.enterprise.inject.spi.Bean<org.jboss.jsr299.tck.tests.lookup.dynamic.ObtainsInjectionPointBean>,java.lang.Class<org.jboss.jsr299.tck.tests.lookup.dynamic.ObtainsInjectionPointBean>)
location: interface javax.enterprise.inject.spi.BeanManager
http://hudson.qa.jboss.com/hudson/job/WebBeans-trunk-standalone/ws/tck/im...
:[33,25] cannot find symbol
symbol : method
addObserver(org.jboss.jsr299.tck.tests.event.resolve.binding.DuplicateBindingTypesWhenResolvingTest.AnObserver,org.jboss.jsr299.tck.tests.event.resolve.binding.BindingTypeABinding)
location: interface javax.enterprise.inject.spi.BeanManager
http://hudson.qa.jboss.com/hudson/job/WebBeans-trunk-standalone/ws/tck/im...
:[41,25] cannot find symbol
symbol : method
addObserver(org.jboss.jsr299.tck.tests.event.register.observer1.ConsumerNotifiedForEventTest.AnObserver)
location: interface javax.enterprise.inject.spi.BeanManager
http://hudson.qa.jboss.com/hudson/job/WebBeans-trunk-standalone/ws/tck/im...
:[42,25] cannot find symbol
symbol : method
addObserver(org.jboss.jsr299.tck.tests.event.register.observer1.ConsumerNotifiedForEventTest.AnObserver,java.lang.annotation.Annotation)
location: interface javax.enterprise.inject.spi.BeanManager
http://hudson.qa.jboss.com/hudson/job/WebBeans-trunk-standalone/ws/tck/im...
:[34,25] cannot find symbol
symbol : method
addObserver(org.jboss.jsr299.tck.tests.event.resolve.nonbinding.NonBindingTypesWhenResolvingTest.AnObserver)
location: interface javax.enterprise.inject.spi.BeanManager
http://hudson.qa.jboss.com/hudson/job/WebBeans-trunk-standalone/ws/tck/im...
:[216,25] cannot find symbol
symbol : method addObserver(javax.event.Observer<java.util.ArrayList<E>>)
location: interface javax.enterprise.inject.spi.BeanManager
http://hudson.qa.jboss.com/hudson/job/WebBeans-trunk-standalone/ws/tck/im...
:[230,25] cannot find symbol
symbol : method addObserver(javax.event.Observer<java.util.ArrayList<?>>)
location: interface javax.enterprise.inject.spi.BeanManager
http://hudson.qa.jboss.com/hudson/job/WebBeans-trunk-standalone/ws/tck/im...
:[35,25] cannot find symbol
symbol : method
addObserver(org.jboss.jsr299.tck.tests.event.resolve.binding.ResolvingChecksBindingTypeMembersTest.AnObserver,org.jboss.jsr299.tck.tests.event.resolve.binding.BindingTypeCBinding)
location: interface javax.enterprise.inject.spi.BeanManager
http://hudson.qa.jboss.com/hudson/job/WebBeans-trunk-standalone/ws/tck/im...
:[36,25] cannot find symbol
symbol : method
addObserver(org.jboss.jsr299.tck.tests.event.resolve.binding.ResolvingChecksBindingTypeMembersTest.AnObserver,org.jboss.jsr299.tck.tests.event.resolve.binding.BindingTypeCBinding)
location: interface javax.enterprise.inject.spi.BeanManager
http://hudson.qa.jboss.com/hudson/job/WebBeans-trunk-standalone/ws/tck/im...
:[86,19] cannot find symbol
symbol : method
addObserver(org.jboss.jsr299.tck.tests.activities.current.EventCurrentActivityTest.TestableObserver<org.jboss.jsr299.tck.tests.activities.current.NightTime>)
location: interface javax.enterprise.inject.spi.BeanManager
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 32 seconds
[INFO] Finished at: Thu Jun 04 19:20:08 EDT 2009
[INFO] Final Memory: 29M/89M
[INFO] ------------------------------------------------------------------------
[WebBeans-trunk-standalone] $ bash -xe /tmp/hudson5888334281189201988.sh
+ kill 26719
Recording test results
--
Clint Popetz
http://42lines.net
Scalable Web Application Development
15 years, 8 months