87.10% unrealized services (216/248)

Application 'app' (version 1.0-SNAPSHOT-1356444220013) startup time: 299 ms to 
build IoC Registry, 2,625 ms overall.

 ______                  __             ____
/_  __/__ ____  ___ ___ / /_______ __  / __/
 / / / _ `/ _ \/ -_|_-</ __/ __/ // / /__ \ 
/_/  \_,_/ .__/\__/___/\__/_/  \_, / /____/
        /_/                   /___/  5.3.4 (development mode)


2012-12-26 01:24:38.157:INFO::Started SelectChannelConnector@0.0.0.0:8080
[INFO] Started Jetty Server


The 2 advices I am seeing here in this...

http://tapestry.apache.org/beaneditform-faq.html

to setup the pojo with an @Inject ctor

and setup the page with 

    void onPrepareCoachEdit()
    {
        if ( bean == null )
            bean = new Coach();
    }

has opened up a can of worms of detached entities and introduced even more 
complications

Just trying to find some coherency here.

The event handlers method signatures have shown to be unstable for this 
tapestry release. If I edit them runtime starts to go unprecictable. And I am 
finding myself chasing after solutions like these to remedy and in even larger 
detach entity issues.

?

will keep trying


                                          

Reply via email to