Hi,
this is what i got when i follow the instructions in the mentioned tutorial.
2013-08-09 11:57:05.504:WARN::failed pms:
java.lang.IllegalArgumentException: Contribution
com.example.pms.services.PmsModule.contributeWebSecurityManager(Configuration,
Session) (at PmsModule.java:193) is for ser
Hi Will,
provide some code pls. Is this the full stacktrace?
Do you see the service definition in the startup log, like this?
[INFO] tapestry5.TapestryFilter Startup status:
Services:
...
WebSecurityManager: DEFINED
In addition i had to exclude t5-ioc as the versions d
Hi David,
actually, i do not come so far because the error occurs while the
application is starting. So It does not get to the point where the
services are printed.
[INFO] ioc.RegistryBuilder Adding module definition for class
org.apache.tapestry5.ioc.services.TapestryIOCModule
[INFO] ioc.Re
Hi Will,
seems that the tapestry-security is not in your classpath.
Make sure that you see:
...
ProjectClassLoader:
entry=/home/ASDF/.m2/repository/org/tynamo/tapestry-security/0.5.1/tapestry-security-0.5.1.jar
...
and:
...
[INFO] ioc.RegistryBuilder Adding module definition for class
org.tynamo.
Another topic of great impact would be 'design methodologies with tapestry':
By just knowing the main features of the framework (Ioc, components, ...) and
without considering its internals what one can say about best design practices?
Are there any suggested workflows of design that exploit tap