ClassCastException while reading ics file with ical4j in JackRabit
vineet kumar chaudhry
Ranch Hand
Joined: Apr 02, 2011
Posts: 44
posted
0
Hi
I am reading ics file using ical4j which are saved in JackRabit...
The below code is working fine
[/code]
Mohammad Monis
Greenhorn
Joined: Jan 04, 2012
Posts: 5
posted
0
org.apache.jackrabbit.rmi.client.ClientNode cannot be cast to net.fortuna.ical4j.model.Component - I didn't see anywhere in the servlet code that you are casting ClientNode to Componet. So the error might be coming from different code section. Can you share the line no. indicated in the error log at which the cast is failing.
subject: ClassCastException while reading ics file with ical4j in JackRabit