[seam-issues] [JBoss JIRA] (SEAM-131) Seam 3 does not run on Weblogic 12c

George Gastaldi (JIRA) jira-events at lists.jboss.org
Tue Jan 31 22:44:48 EST 2012


    [ https://issues.jboss.org/browse/SEAM-131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12663224#comment-12663224 ] 

George Gastaldi commented on SEAM-131:
--------------------------------------

Here is the full stack trace: 
{code}
01/02/2012 01:43:47 org.jboss.solder.logging.Logger info
INFO: Solder Config XML provider starting...
01/02/2012 01:43:47 org.jboss.solder.logging.Logger info
INFO: Loading XmlDocumentProvider: org.jboss.solder.config.xml.bootstrap.ResourceLoaderXmlDocumentProvider
01/02/2012 01:43:47 org.jboss.solder.logging.Logger info
INFO: Solder 3.1.0.Final (build id: 3.1.0.Final)
01/02/2012 01:43:47 org.jboss.solder.logging.Logger info
INFO: Preventing class org.jboss.seam.international.locale.LocaleConfiguration from being installed as bean due to @Veto annotation
01/02/2012 01:43:48 org.jboss.solder.logging.Logger info
INFO: Preventing class org.jboss.seam.faces.validation.InputElement from being installed as bean due to @Veto annotation
01/02/2012 01:43:48 org.jboss.solder.logging.Logger info
INFO: Add @MessageBundle to org.jboss.solder.reflection.annotated.AnnotationBuilder.messages injection point for the type: org.jboss.solder.support.SolderMessages
01/02/2012 01:43:48 org.jboss.solder.logging.Logger info
INFO: Add @MessageBundle to org.jboss.solder.reflection.annotated.AnnotatedTypeBuilder.messages injection point for the type: org.jboss.solder.support.SolderMessages
<01/02/2012 01h43min48s GMT-03:00> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID "1328071425609" for task "22". Error is: "weblogic
.management.DeploymentException: "
weblogic.management.DeploymentException: 
	at weblogic.application.internal.BaseDeployment.throwAppException(BaseDeployment.java:123)
	at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:239)
	at weblogic.application.internal.SingleModuleDeployment.prepare(SingleModuleDeployment.java:48)
	at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:158)
	at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
	Truncated. see log file for complete stacktrace
Caused By: org.jboss.weld.exceptions.DeploymentException: WELD-001408 Unsatisfied dependencies for type [Messages] with qualifiers [@Default] at injection point [[parameter 2] of [me
thod] org.jboss.seam.faces.status.MessagesAdapter.convert(PhaseEvent, Messages)]
	at org.jboss.weld.bootstrap.Validator.validateInjectionPoint(Validator.java:258)
	at org.jboss.weld.bootstrap.Validator.validateObserverMethods(Validator.java:484)
	at org.jboss.weld.bootstrap.Validator.validateDeployment(Validator.java:314)
	at org.jboss.weld.bootstrap.WeldBootstrap.validateBeans(WeldBootstrap.java:361)
	at com.oracle.injection.provider.weld.WeldInjectionContainer.start(WeldInjectionContainer.java:105)
	Truncated. see log file for complete stacktrace
> 
<01/02/2012 01h43min48s GMT-03:00> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application "jee6poc".> 
<01/02/2012 01h43min48s GMT-03:00> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
weblogic.management.DeploymentException: 
	at weblogic.application.internal.BaseDeployment.throwAppException(BaseDeployment.java:123)
	at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:239)
	at weblogic.application.internal.SingleModuleDeployment.prepare(SingleModuleDeployment.java:48)
	at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:158)
	at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
	Truncated. see log file for complete stacktrace
Caused By: org.jboss.weld.exceptions.DeploymentException: WELD-001408 Unsatisfied dependencies for type [Messages] with qualifiers [@Default] at injection point [[parameter 2] of [me
thod] org.jboss.seam.faces.status.MessagesAdapter.convert(PhaseEvent, Messages)]
	at org.jboss.weld.bootstrap.Validator.validateInjectionPoint(Validator.java:258)
	at org.jboss.weld.bootstrap.Validator.validateObserverMethods(Validator.java:484)
	at org.jboss.weld.bootstrap.Validator.validateDeployment(Validator.java:314)
	at org.jboss.weld.bootstrap.WeldBootstrap.validateBeans(WeldBootstrap.java:361)
	at com.oracle.injection.provider.weld.WeldInjectionContainer.start(WeldInjectionContainer.java:105)
	Truncated. see log file for complete stacktrace
> 

{code}
                
> Seam 3 does not run on Weblogic 12c
> -----------------------------------
>
>                 Key: SEAM-131
>                 URL: https://issues.jboss.org/browse/SEAM-131
>             Project: Seam 3 Distribution
>          Issue Type: Bug
>    Affects Versions: 3.1.0.Final
>            Reporter: George Gastaldi
>
> I am using Weblogic12c that seems to bundle Weld(1-1-3.SP1) as a CDI container.And that I am trying to deploy a simple seam-faces(3.1.0.Final) app, which fails with following unsatisfied-dependencies during the deployment. 
> {code:java}
> Caused By: org.jboss.weld.exceptions.DeploymentException: WELD-001408 Unsatisfied dependencies for type [Messages] with qualifiers [@Default] at injection point [[parameter 2] of [method] org.jboss.seam.faces.status.MessagesAdapter.convert(PhaseEvent, Messages)]
>         at org.jboss.weld.bootstrap.Validator.validateInjectionPoint(Validator.java:274)
>         at org.jboss.weld.bootstrap.Validator.validateInjectionPoint(Validator.java:243)
>         at org.jboss.weld.bootstrap.Validator.validateObserverMethods(Validator.java:505)
>         at org.jboss.weld.bootstrap.Validator.validateDeployment(Validator.java:335)
>         at org.jboss.weld.bootstrap.WeldBootstrap.validateBeans(WeldBootstrap.java:366)
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the seam-issues mailing list