[
https://issues.jboss.org/browse/SEAMSECURITY-37?page=com.atlassian.jira.p...
]
Aaron Siri commented on SEAMSECURITY-37:
----------------------------------------
I'm deploying via Eclipse WTP. One thing I also have to do is explicitly add a
dependency for joda-time or else I get a CNF exception from seam-international. Issue
SEAMINTL-27 addresses this.
Note that I'm doing this on a stock Glassfish v3.1 install: Unzip glassfish, copy over
my jdbc driver, set up the db pool, wire it up to eclipse, and deploy.
I'll try to put together a simple project exhibiting the behavior and attach to this.
I'll also try packaging via maven and deploying manually to see if that changes
anything. However, looking at what eclipse is deploying everything looks correct.
Unsatisfied dependencies for type [Messages]...
-----------------------------------------------
Key: SEAMSECURITY-37
URL:
https://issues.jboss.org/browse/SEAMSECURITY-37
Project: Seam Security
Issue Type: Bug
Affects Versions: 3.0.0.Beta2
Environment: Mac OS X, Glassfish v3.1b42, Java 1.6
Reporter: Aaron Siri
Assignee: Shane Bryzak
Fix For: 3.0.0.Final
Trying to deploy an app with simple security integration I get the following exception:
SEVERE: Exception while loading the app : WELD-001408 Unsatisfied dependencies for type
[Messages] with qualifiers [@Default] at injection point [[field] @Inject
org.jboss.seam.security.SecurityEventMessages.messages]
org.jboss.weld.exceptions.DeploymentException: WELD-001408 Unsatisfied dependencies for
type [Messages] with qualifiers [@Default] at injection point [[field] @Inject
org.jboss.seam.security.SecurityEventMessages.messages]
at org.jboss.weld.bootstrap.Validator.validateInjectionPoint(Validator.java:305)
at org.jboss.weld.bootstrap.Validator.validateBean(Validator.java:139)
at org.jboss.weld.bootstrap.Validator.validateRIBean(Validator.java:162)
at org.jboss.weld.bootstrap.Validator.validateBeans(Validator.java:385)
at org.jboss.weld.bootstrap.Validator.validateDeployment(Validator.java:371)
at org.jboss.weld.bootstrap.WeldBootstrap.validateBeans(WeldBootstrap.java:390)
...
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira