]
Jozef Hartinger commented on SOLDER-68:
---------------------------------------
Probably related to
Unsatisfied dependencies for Expressions on GF
----------------------------------------------
Key: SOLDER-68
URL:
https://issues.jboss.org/browse/SOLDER-68
Project: Seam Solder
Issue Type: Bug
Affects Versions: 3.0.0.Beta2
Environment: Glassfish 3.1 b37
Reporter: Jozef Hartinger
Using a bean as simple as this:
public class Foo
{
@Inject
private Expressions expressions;
}
bundled in a java archive placed in WEB-INF/lib I am getting:
org.glassfish.deployment.common.DeploymentException: WELD-001408 Unsatisfied dependencies
for type [Expressions] with qualifiers [@Default] at injection point [[field] @Inject
private org.jboss.seam.rest.test.exceptions.gf.Foo.expressions]
Seam Solder api and impl is bundled in WEB-INF/lib. Note that this does not happen using
the combined jar.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: