WELD-862 and Seam Cron
by Peter Royle
Hi,
I'm aiming to make a release of Seam Cron available within the next two weeks. Currently there is an outstanding issue (https://issues.jboss.org/browse/WELD-862) which prevents Cron from running properly with Weld. I have been able to carry on developing Cron by testing it against OpenWebBeans, but obviously if we are to release a Seam module it should work against Weld.
It would be nice if WELD-862 could be fixed as soon a possible so that all future versions will work well with Cron.
But more importantly I also probably need to do something special in Cron so that it will work with the version of Weld already deployed in JBoss AS and Glassfish, which will contain the bug. The workaround mentioned in the bug report is to deep copy the InvocationContext. I attempted to do this by serialising and unserialising the InvocationContext but couldn't due to UnserializableExceptions. Does anyone have any advice for me about how I might be able to work around this bug to support existing versions of Weld?
Cheers,
Pete R
4 days, 4 hours
weld-osgi docs?
by Cristiano Gavião
Hi,
Could someone point me to the weld-osgi docs ?
thanks
Cristiano
13 years, 1 month
weld-osgi missing dependency
by Cristiano Gavião
Hello,
I'm getting a dependency problem with weld-osgi in a equinox environment.
> Missing requirement: org.jboss.weld.osgi.core.integration
> 1.2.0.SNAPSHOT requires 'package ch.qos.cal10n.util 0.7.2' but it
> could not be found
could someone tell me which bundle exports this package ?
thanks
Cristiano
13 years, 1 month
New Weld Lead
by Ales Justin
With CDI 1.1 getting closer and Weld branch 1.1.x being pretty stable,
it is time to @Inject fresh power into the project,
hence I'm announcing a change at Weld project leadership.
Jozef Hartinger, who's already doing an excellent job with Weld 2.0 and CDI 1.1,
is taking over the whole project.
While Marko (Luksa) and me will still help him in this transition period.
Again, congrats Jozef, well deserved!
-Ales
13 years, 2 months
The bootstrap byte-code scanning plan
by Pete Muir
All,
Here is the plan we worked up at the Weld development this week in Brno. Red is the goal for each stage, green is info, blue is steps to take.
If you can't read this, then I'll try to type it up instead, just say!
Pete
13 years, 2 months
Possible bug in the Weld implementation
by Daniel Sachse
Hey guys,
I already bugged the Errai and Resteasy guys with my problem, but I was told that you guys are in charge of this ;)
I possibly discovered a bug in the Weld implementation provided with JBoss 7.1.1.Final.
I was playing around with Errai and JAX-RS and I discovered that when I add the JAX-RS annotations to the interface this works as expected.
As soon as I start to use a CDI Decorator with the JAX-RS interface, i start getting the following error:
"org.jboss.weld.exceptions.UnproxyableResolutionException: WELD-001306 Attempting to inject an unproxyable normal scoped bean Decorator….."
If I then put the JAX-RS annotations back at the implementation, everything works fine. Unfortunately this behavior is not working for me, because Errai needs the annotations at the interface to create client code.
As I was unsure if this only happened with Errai on the classpath, I created a very little demo project, which exactly shows the bug I mentioned: https://github.com/w0mbat/RESTTest
Hope you guys can confirm this as a bug and fix it soon ;)
Regards,
Daniel
13 years, 2 months