It looks to me like the class definition is not being found at all.
Are you sure the jars are in the correct place, and did you restart the service? --- Al Holden On 2013-02-06 20:36, Carl Steinhilber wrote: > Thank you, Alan, for pointing me to the MS Exchange plugin [1]. I successfully downloaded and got it installed. But I'm now getting an error that I'm having trouble pinpointing. > Performing the initial connection open: > > ExchangeOpenConnection( > connection="connExchange", > url="https://email.mydomain.com/EWS/exchange.asmx", > domain="mydomain", > username = "username", > password = "userpassword" > ); > > I get an error: > > java.lang.NoClassDefFoundError: org/apache/http/auth/Credentials > at net.aw20.openbd.plugins.exchange.functions.ExchangeOpenConnection.execute(Unknown Source) > at com.naryx.tagfusion.cfm.parser.CFFunctionExpression.Eval(Unknown Source) > at com.naryx.tagfusion.cfm.parser.CFExpression.Exec(Unknown Source) > at com.naryx.tagfusion.cfm.parser.script.CFExpressionStatement.Exec(Unknown Source) > at com.naryx.tagfusion.cfm.parser.script.CFCompoundStatement.Exec(Unknown Source) > : > etc > > It looks like it's complaining about the credentials, but when I visit the EWA URL directly in a browser and login using the same login/password as I'm trying to use in ExchangeOpenConnection, I'm able to get in with no problem and get back the WSDL. > Where else can I start looking to troubleshoot? > > Also, as an aside, I appears that, unlike the CFEXCHANGE tags in ColdFusion, there is no facility in the BD Exchange plugin to pull the calendar from a different mailbox than the logged in user. Is that true? > I'm trying to build an application that can pull a number of different calendar's from a number of different users/mailboxes. The auth'd user of the connection has permissions to view all pertinent calendars, but it doesn't look like ExchangeGetAllCalendarItems() lets me target any mailbox other than the one that the connection is logged in as. > > Any pointers would be appreciated! > Thanks, > -Carl > > -- > -- > online documentation: http://openbd.org/manual/ [2] > http://groups.google.com/group/openbd?hl=en [3] > > --- > You received this message because you are subscribed to the Google Groups "Open BlueDragon" group. > To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out [4]. Links: ------ [1] https://groups.google.com/forum/#!topic/openbd/pFhCE38F_gM [2] http://openbd.org/manual/ [3] http://groups.google.com/group/openbd?hl=en [4] https://groups.google.com/groups/opt_out -- -- online documentation: http://openbd.org/manual/ http://groups.google.com/group/openbd?hl=en --- You received this message because you are subscribed to the Google Groups "Open BlueDragon" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
