2007/5/17, petros <[EMAIL PROTECTED]>:

I found what was my problem.
I was using the filter
org.apache.tapestry.TapestryFilter
instead of
org.apache.tapestry.spring.TapestrySpringFilter

I am now getting this exception which is the same problem reported by Nick
Westgate

java.lang.RuntimeException: Exception constructing service
'ServletApplicationInitializer': Unable to instantiate class
org.apache.tapestry.services.TapestryModule as a module builder: Error
creating bean with name 'txProxyTemplate': Bean definition is abstract



To avoid the exception,two solutions:

1) use spring 2.x,(test on Spring 2.0.5)
2) write an object provider and a annotation (via @Spring),I use

@Inject
@Spring("mySpringService")
private EntityService _entityService;


Jun Tsai






--
Welcome to China Java Users Group(CNJUG).
http://cnjug.dev.java.net

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to