[Building Sakai] BBB contrib tool EmailMessage InstantiationError

Stephen Jaegle sjaegle at gmail.com
Fri Mar 18 13:58:39 PDT 2011


Hi Folks:

Our BBB tool is not sending out email notifications of meeting creations;
when the user clicks save, the following exception is generated:

Exception in thread "Thread-80" java.lang.InstantiationError:
org.sakaiproject.email.api.EmailMessage
	at
org.sakaiproject.bbb.impl.BBBMeetingManagerImpl$2.run(BBBMeetingManagerImpl.java:720)
	at java.lang.Thread.run(Thread.java:595)

We are running Sakai 2.6.x, and BBB 1.0.4, though the same error occurs with
1.0.5.

The same error also occurs building with both Java 1.5 and 1.6. Also,
grepping all of our source code reveals that BBB is the only tool that uses
or imports org.sakaiproject.email.api.EmailMessage.

I notice that the pom.xml in its original forum uses

    <parent>
        <groupId>org.sakaiproject.purepoms</groupId>
        <artifactId>sakai-standard-tool</artifactId>
        <version>2.8-SNAPSHOT</version>
    </parent>

Has anyone encountered this issue? Is there a modification to the pom
required? The tool builds and runs otherwise.

Thanks,

Steve
-- 
View this message in context: http://old.nabble.com/BBB-contrib-tool-EmailMessage-InstantiationError-tp31184997p31184997.html
Sent from the Sakai - Development mailing list archive at Nabble.com.



More information about the sakai-dev mailing list