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?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960041#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...