ok. I looked at it a bit more, and it seems that the spring side is throwing when looking for the resourcebundle:
11:52:28,675 INFO [DispatcherPortlet] Published PortletApplicationContext of portlet 'SpringExamplePortlet' as PortletContext attribute with name [org.springfr | amework.web.portlet.FrameworkPortlet.CONTEXT.SpringExamplePortlet] | 11:52:28,715 INFO [DispatcherPortlet] Unable to locate LocaleResolver with name 'localeResolver': using default [org.springframework.web.portlet.i18n.RenderReq | [EMAIL PROTECTED] | 11:52:28,715 INFO [DispatcherPortlet] Loaded view resolver [EMAIL PROTECTED] | 11:52:28,745 INFO [DispatcherPortlet] Framework portlet 'SpringExamplePortlet' init completed in 521 ms | 11:52:28,745 INFO [DispatcherPortlet] Portlet 'SpringExamplePortlet' configured successfully | 11:52:28,745 INFO [PortletContainer] Initialized portlet object org.springframework.web.portlet.DispatcherPortlet | 11:52:28,785 INFO [SpringExamplePortlet] started | 11:52:28,785 INFO [SpringExamplePortlet-Invocation)] started | 11:52:28,785 INFO [SpringExamplePortlet-ContentTypes)] started | 11:52:28,825 INFO [InfoBundle] Creates the parent bundle | 11:52:28,825 INFO [SpringExamplePortlet-Language)] failed | 11:52:28,825 ERROR [SpringExamplePortlet-Language)] Exception occured when invoking nested lifecycle method | java.lang.NullPointerException | at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:707) | at java.util.ResourceBundle.getBundle(ResourceBundle.java:700) | at org.jboss.portal.portlet.plugins.language.ResourceBundles.loadBundle(ResourceBundles.java:272) | at org.jboss.portal.portlet.plugins.language.ResourceBundles.init(ResourceBundles.java:199) | at org.jboss.portal.portlet.plugins.language.ResourceBundles.start(ResourceBundles.java:70) By the time it gets to org.jboss.portal.portlet.plugins.language.ResourceBundles.loadBundle, its passing in a null basename. Either way, I will post this example with some others in our wiki. I'm redoing this today, so people can download and play with different types of portlets we support. Thanks again! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869568#3869568 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869568 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-Development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-development
