When using PropertyShadowBuilder to build a service, if the property is null,
an immediate exception is needed (rather than a NullPointerException)
---------------------------------------------------------------------------------------------------------------------------------------------------
Key: TAP5-1304
URL: https://issues.apache.org/jira/browse/TAP5-1304
Project: Tapestry 5
Issue Type: Bug
Components: tapestry-ioc
Affects Versions: 5.2.2, 5.1
Reporter: Howard M. Lewis Ship
Just saw another example of this on the mailing list:
java.lang.NullPointerException
at $Request_12ba6e8f229.getSession($Request_12ba6e8f229.java)
at $Request_12ba6e8f207.getSession($Request_12ba6e8f207.java)
at
org.apache.tapestry5.internal.services.SessionApplicationStatePersistenceStrategy.exists(SessionApplicationStatePersistenceStrategy.java:80)
at
$ApplicationStatePersistenceStrategy_12ba6e8f228.exists($ApplicationStatePersistenceStrategy_12ba6e8f228.java)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.