2 Replies Latest reply on Jul 22, 2006 4:54 AM by free1000

    init requires call to super.init()?

    free1000

      I used the init method for the first time today and discovered that a null pointer exception was being generated by GenericPortlet trying to instantiate a null default resource bundle when my Portlet was being instantiated.

      I got around this by a call to super.init(PortalConfig config) in my own init body. Is this a JBoss Portal bug, or am I missing something out in my own code?