I managed to setup and import the simple project to github if anyone have
the time to look at it. https://github.com/abangkis/CommitTest. First time
using git, let me know if something is missing.

Thanks

On Thu, Feb 4, 2016 at 5:53 AM, abangkis <abang...@gmail.com> wrote:

> Hello, I've just recently migrated from Eclipse + Ant + Tomcat to IntelliJ
> IDEA 15 CE + Gradle + Jetty. At first all of my development setup is
> working fine and then I realized that my @CommitAfter annotation is not
> being honored, while other query runs fine. I'm using Tapestry 5.4.0 from
> jcenter.
>
> To confirm my problem, I created a simple project with a single page with
> an add method:
>
>     @CommitAfter
>     public void onActionFromAdd(){
>         logger.debug("trying add with commit after");
>
>         User user = new User();
>         user.setPassword("");
>         user.setName("testing user 3");
>
>         userManager.add(user);
> //        try {
> //            manager.commit();
> //        } catch (Exception e) {
> //            e.printStackTrace();
> //        }
>
>     }
>
>
> If i manually commit using Injected HibernateSessionManager in the page,
> it will work. But using @CommitAfter annotation isn't. Anybody know why is
> this happening?
>
> Thanks
>
> --
> http://www.mreunionlabs.net/ <http://www.mreunion-labs.net/>
> twitter : @mreunionlabs @abangkis
> page : https://plus.google.com/104168782385184990771
>



-- 
http://www.mreunionlabs.net/ <http://www.mreunion-labs.net/>
twitter : @mreunionlabs @abangkis
page : https://plus.google.com/104168782385184990771

Reply via email to