You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Christian Carlow (JIRA)" <ji...@apache.org> on 2015/05/15 17:06:00 UTC

[jira] [Created] (OFBIZ-6375) ICalConverter.java null exception when calling timezone.getVTimeZone()

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)