[
https://issues.apache.org/jira/browse/RAVE-488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13223466#comment-13223466
]
[email protected] commented on RAVE-488:
----------------------------------------------------
bq. On 2012-03-06 17:43:13, Raminder Singh wrote:
bq. >
i am facing the same problem and i think i know the problem. Login.jsp is
exclude in project pom and rave extension used to have its own login,jsp which
is missing.
- Raminder
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/4192/#review5647
-----------------------------------------------------------
On 2012-03-06 17:15:36, Chris Geer wrote:
bq.
bq. -----------------------------------------------------------
bq. This is an automatically generated e-mail. To reply, visit:
bq. https://reviews.apache.org/r/4192/
bq. -----------------------------------------------------------
bq.
bq. (Updated 2012-03-06 17:15:36)
bq.
bq.
bq. Review request for rave and Raminder Singh.
bq.
bq.
bq. Summary
bq. -------
bq.
bq. I'm new to Rave and have been trying to get the vanilla portal up and
running and was hung up on this issue. Attached is my patch to get things
working better. It fixes this issue by adding the javax.mail dependency to the
portal, fixes an issue where the DefaultUserService constructor has changed and
updated the poms to map to version 0.10-SNAPSHOT.
bq.
bq. If we need to split the patch and create some other JIRA issues please let
me know.
bq.
bq.
bq. This addresses bug RAVE-488.
bq. https://issues.apache.org/jira/browse/RAVE-488
bq.
bq.
bq. Diffs
bq. -----
bq.
bq. /sandbox/rave-extensions/rave-vanilla-extension/pom.xml 1297337
bq.
/sandbox/rave-extensions/rave-vanilla-extension/rave-vanilla-extension-portal/pom.xml
1297337
bq.
/sandbox/rave-extensions/rave-vanilla-extension/rave-vanilla-extension-portal/src/main/java/org/apache/rave/portal/service/impl/CustomUserService.java
1297337
bq.
/sandbox/rave-extensions/rave-vanilla-extension/rave-vanilla-extension-portal/src/test/java/org/apache/rave/portal/service/impl/CustomUserServiceTest.java
1297337
bq.
/sandbox/rave-extensions/rave-vanilla-extension/rave-vanilla-extension-shindig/pom.xml
1297337
bq.
bq. Diff: https://reviews.apache.org/r/4192/diff
bq.
bq.
bq. Testing
bq. -------
bq.
bq. Project will compile and deploy. There is still an error when navigating
to the site because there is no login.jsp at the moment.
bq.
bq.
bq. Thanks,
bq.
bq. Chris
bq.
bq.
> Rave-vanilla extension to extend userservice is not working.
> ------------------------------------------------------------
>
> Key: RAVE-488
> URL: https://issues.apache.org/jira/browse/RAVE-488
> Project: Rave
> Issue Type: Bug
> Reporter: Raminderjeet Singh
> Attachments: RAVE-488.patch
>
>
> I am getting following error to run rave-vanilla extension after userservice
> is extended for Email service and Password update
> Error creating bean with name 'customUserService': Injection of autowired
> dependencies failed; nested exception is
> org.springframework.beans.factory.BeanCreationException: Could not autowire
> field: private org.apache.rave.portal.service.EmailService
> org.apache.rave.portal.service.impl.DefaultUserService.emailService; nested
> exception is org.springframework.beans.factory.BeanCreationException: Error
> creating bean with name 'defaultEmailService': Injection of autowired
> dependencies failed; nested exception is
> org.springframework.beans.factory.BeanCreationException: Could not autowire
> field: private org.springframework.mail.javamail.JavaMailSender
> org.apache.rave.portal.service.impl.DefaultEmailService.mailSender; nested
> exception is java.lang.NoClassDefFoundError: Ljavax/mail/Session;
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira