Well, I pulled the master branch clean, same problem. Running Java java version "1.7.0_60" Java(TM) SE Runtime Environment (build 1.7.0_60-b19) Java HotSpot(TM) 64-Bit Server VM (build 24.60-b09, mixed mode)
Seems that one of my methods in the AnnotatedMethodStore is not initialized correctly, it points to: class org.apache.pluto.container.reconcile.fixtures.IncompletePortlet and not the expected Portlet4 "Portlet name='Portlet4', Method type='INIT', Dispatch ID=''" -> " size = 1" > On Nov 9, 2016, at 6:55 AM, Neil Griffin <neil.grif...@portletfaces.org> > wrote: > > Hi David, > > The Liferay Faces team performing builds of Pluto, but we're not seeing the > error you mentioned below. > > Best Regards, > > Neil > >> On Nov 8, 2016, at 10:49 AM, DavidSeanTaylor <da...@bluesunrise.com> wrote: >> >> Im seeing these errors with my latest pull today. I ran ‘mvn clean install’ >> anyone else seeing the errors below? >> >> Running org.apache.pluto.container.util.ArgumentUtilityTest >> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - >> in org.apache.pluto.container.util.ArgumentUtilityTest >> >> Results : >> >> Failed tests: >> PortletInvokeTest.test4destroy:266 null >> PortletInvokeTest.test4init:259 null >> PortletInvokeTest.test4resource:306 null >> PortletInvokeTest.test4action:274 null >> PortletInvokeTest.test4event1:282 null >> PortletInvokeTest.test4event2:290 null >> PortletInvokeTest.test4render:298 null >> >> Tests run: 1003, Failures: 7, Errors: 0, Skipped: 0 >> >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Reactor Summary: >> [INFO] >> [INFO] Apache Pluto ....................................... SUCCESS [ 1.669 >> s] >> [INFO] Java Portlet API V3.0 .............................. SUCCESS [ 19.451 >> s] >> [INFO] Apache Pluto Container API ......................... SUCCESS [ 0.695 >> s] >> [INFO] Apache Pluto Portlet Container ..................... FAILURE [ 18.080 >> s] >