Christian Carlow created OFBIZ-6375:
---------------------------------------
Summary: ICalConverter.java null exception when calling timezone.getVTimeZone()
Key: OFBIZ-6375
URL:
https://issues.apache.org/jira/browse/OFBIZ-6375 Project: OFBiz
Issue Type: Bug
Components: workeffort
Affects Versions: Trunk
Reporter: Christian Carlow
calendar.getComponents().add(timezone.getVTimeZone()); throws null exception because it doesn't exist in the registry:
registry: net.fortuna.ical4j.model.TimeZone timezone = registry.getTimeZone(tz.getID());
because the registry gets returns empty:
TimeZoneRegistryFactory.getInstance().createRegistry();
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)