[seam-issues] [JBoss JIRA] Commented: (SEAMSOCIAL-18) OAuthServiceSettingsImpl is mandatory for all providers
Antoine Sabot-Durand (JIRA)
jira-events at lists.jboss.org
Wed Jun 29 07:26:23 EDT 2011
[ https://issues.jboss.org/browse/SEAMSOCIAL-18?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12611747#comment-12611747 ]
Antoine Sabot-Durand commented on SEAMSOCIAL-18:
------------------------------------------------
The problem is now solve. OAuthServiceSettings injection is now lazily resolved in @Postconstruct of OAuthService bean. It'll allow to look for service configuration elsewhere (properties, DB, etc...)
> OAuthServiceSettingsImpl is mandatory for all providers
> -------------------------------------------------------
>
> Key: SEAMSOCIAL-18
> URL: https://issues.jboss.org/browse/SEAMSOCIAL-18
> Project: Seam Social
> Issue Type: Bug
> Reporter: Marek Smigielski
> Assignee: Antoine Sabot-Durand
> Original Estimate: 0 minutes
> Remaining Estimate: 0 minutes
>
> When you don't need all of services (ex. Twitter), you still have to provide configuration for them all. It shouldn't be mandatory.
> 19:57:58,853 INFO [org.jboss.seam.social.oauth.SeamSocialExtension] *** Extension is in Process Bean ***
> 19:57:58,853 INFO [org.jboss.seam.social.oauth.SeamSocialExtension] === Found service LinkedIn ===
> 19:57:58,898 INFO [org.jboss.seam.international.status.TypedStatusMessageBundleExtension] Add @MessageBundle to org.jboss.seam.solder.reflection.annotated.AnnotatedTypeBuilder.messages injection point for the type: org.jboss.seam.solder.support.SolderMessages
> 19:57:58,913 INFO [org.jboss.seam.international.status.TypedStatusMessageBundleExtension] Add @MessageBundle to org.jboss.seam.solder.reflection.annotated.AnnotationBuilder.messages injection point for the type: org.jboss.seam.solder.support.SolderMessages
> 19:57:58,919 INFO [org.jboss.seam.social.oauth.SeamSocialExtension] *** Extension is in Process Bean ***
> 19:57:59,051 INFO [org.jboss.seam.social.oauth.SeamSocialExtension] *** Extension is in Process Bean ***
> 19:57:59,051 INFO [org.jboss.seam.social.oauth.SeamSocialExtension] === Found service Twitter ===
> 19:57:59,058 INFO [org.jboss.seam.config.xml.bootstrap.XmlConfigExtension] Wrapping InjectionTarget to set field values: org.jboss.seam.social.oauth.OAuthServiceSettingsImpl
> 19:57:59,097 INFO [org.jboss.seam.social.oauth.SeamSocialExtension] *** Extension is in Process Bean ***
> 19:57:59,122 INFO [org.jboss.seam.social.oauth.SeamSocialExtension] *** Extension is in Process Bean ***
> 19:57:59,533 ERROR [org.jboss.kernel.plugins.dependency.AbstractKernelController] Error installing to Start: name=vfs:///Users/marek/Tools/jboss-6.0.0.Final/server/default/deploy/checkout.war_WeldBootstrapBean state=Create: org.jboss.weld.exceptions.DeploymentException: WELD-001408 Unsatisfied dependencies for type [OAuthServiceSettings] with qualifiers [@RelatedTo] at injection point [[parameter 1] of [method] @Inject public org.jboss.seam.social.twitter.TwitterScribe.setSettings(OAuthServiceSettings)]
> at org.jboss.weld.bootstrap.Validator.validateInjectionPoint(Validator.java:305) [:6.0.0.Final]
> at org.jboss.weld.bootstrap.Validator.validateBean(Validator.java:139) [:6.0.0.Final]
> at org.jboss.weld.bootstrap.Validator.validateRIBean(Validator.java:162) [:6.0.0.Final]
> at org.jboss.weld.bootstrap.Validator.validateBeans(Validator.java:377) [:6.0.0.Final]
> at org.jboss.weld.bootstrap.Validator.validateDeployment(Validator.java:363) [:6.0.0.Final]
> at org.jboss.weld.bootstrap.WeldBootstrap.validateBeans(WeldBootstrap.java:388) [:6.0.0.Final]
> at org.jboss.weld.integration.deployer.env.helpers.BootstrapBean.boot(BootstrapBean.java:92) [:6.0.0.Final]
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [:1.6.0_24]
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [:1.6.0_24]
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_24]
> at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_24]
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list