Glassfish: Weld won't inject from classes in one jar to classes in an adjacent jar in WEB-INF/lib?

Https://issues.jboss. Org/browse/WELD-846 java.net/jira/browse/GLASSFISH-15721 java.net/jira/browse/GLASSFISH-15735 I think Glassfish 3.1.1-b04 and newer use Weld 1.1.1. Final which is marked as the fix version for the underlying Weld bug.

Testing with that exact version might be enough to confirm it.

You're quite right. I determined that about 4 hours after posting, but Stack Overflow wouldn't let me follow up until now. – Craig Ringer Jun 23 at 4:13.

This turned out to be PEBKAC error. I'd updated weld-osgi-bundle. Jar on my desktop and workstation but not laptop, but thought I'd updated it on the laptop too.

If you're reading this you probably have a similar issue. Check your weld-osgi-bundle version with: asadmin list-modules | grep org.jboss.weld. Osgi-bundle (Windows users: use findstr instead of grep, but the command is otherwise unchanged).

You should get the result: Module : org.jboss.weld. Osgi-bundle:1.1.1. Final If you see an older version, update weld-osgi-bundle according to the instructions here: seamframework.org/Seam3/CompatibilityHom... These instructions apply even if you don't use Seam.

Weld 1.1.1 fixes several significant bugs in CDI. It's beyond me why a Glassfish 3.1.2 hasn't been released with it, because they're important fixes.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions