uPortal IRC Logs-2012-06-25

[11:29:39 CDT(-0500)] <drewwills1> hey folks... anyone ever seen an issue like this? https://gist.github.com/2989591

[11:29:50 CDT(-0500)] <drewwills1> JAXBException: "com.microsoft.exchange.messages" doesnt contain ObjectFactory.class or jaxb.index

[11:30:19 CDT(-0500)] <drewwills1> trying to set up the CalendarPortlet with Exchange... but it may be a different version of the API from normal

[11:30:43 CDT(-0500)] <EricDalquist> someone setup a JAXBContext for "com.microsoft.exchange.messages" but that package doesn't contain JAXB annotated classes in it in the apps classpath

[11:31:25 CDT(-0500)] <drewwills1> I'm wondering if I need to update the bundled wsdl... or mess with another file like bindings.xjb

[11:39:17 CDT(-0500)] <drewwills1> I suspect I need a different version of this file: https://github.com/Jasig/CalendarPortlet/blob/master/src/main/xsd/messages.xsd

[11:39:46 CDT(-0500)] <drewwills1> does anyone know where we got the version we have?

[11:40:00 CDT(-0500)] <drewwills1> athena?

[11:42:31 CDT(-0500)] <athena> morning

[11:42:34 CDT(-0500)] * athena looks up

[11:42:59 CDT(-0500)] <athena> it should be on the exchange server

[11:43:22 CDT(-0500)] <athena> and if you're using a different exchange version / wsdl then yes, you likely need different versions of both messages.xsd and types.xsd

[11:43:43 CDT(-0500)] <athena> and you may also need to add the missing segment to the WSDL manually

[11:47:34 CDT(-0500)] <drewwills1> missing segment?

[11:59:57 CDT(-0500)] <athena> the default microsoft wsdl is broken

[12:00:10 CDT(-0500)] <athena> that's why we bundled it ourselves - to add that missing service segment