Re: Transactions and AfterCommit

2013-08-24 Thread Taha Hafeez Siddiqi
I have used spring and JEE in the past and I don't think every project needs them. The transaction support comes with a lot-n-lots of dependencies (at least at that time it was the case :)) and some people don't like it. All we need is a support for @Transactional->Required /readonly. I think if

Build failed in Jenkins: tapestry-trunk-freestyle #1137

2013-08-24 Thread Apache Jenkins Server
See Changes: [hlship] Fix remaining broken tests [hlship] Include Bootstrap 3 source to test Less compilation -- [...truncated 30011 lines...] MasterObjectProvider

Re: Transactions and AfterCommit

2013-08-24 Thread Lenny Primak
I would leave everything as is now. Tapestry should not try to implement or re-implement full transaction support. This has already been done with JEE or spring. If a user wants this support, they should just use what already exists out there. On Aug 24, 2013, at 3:18 PM, "Thiago H de Paula F

Re: Transactions and AfterCommit

2013-08-24 Thread Thiago H de Paula Figueiredo
On Sat, 24 Aug 2013 09:39:11 -0300, Taha Siddiqi wrote: Hi everyone Hi! There are two @CommitAfters and both work differently from each other. This is a problem Here's my suggestion: 1) Leave the @CommitAfter implementations the way they are now for backward-compatibility reasons.

Bootstrap 3

2013-08-24 Thread Howard Lewis Ship
right now tapestry-core tests pass, tapestry-wro4j fails because the minimized bootstrap.css leaves the navbar invisible, incorrectly. -- Howard M. Lewis Ship Creator of Apache Tapestry The source for Tapestry training, mentoring and support. Contact me to learn how I can get you up and product

Bootstrap 3

2013-08-24 Thread Howard Lewis Ship
Hitting a problem now where the CSS minimizer inside wro4j does not minimize bootstrap.css correctly. I'm just about at the point where I'm going to sever the dependency on WRO4J and rename that sub-project. -- Howard M. Lewis Ship Creator of Apache Tapestry The source for Tapestry training, m

Re: Transactions and AfterCommit

2013-08-24 Thread Taha Siddiqi
Hi everyone There are two @CommitAfters and both work differently from each other. Hibernate's @CommitAfter. Here is the advisor http://tapestry.apache.org/current/apidocs/src-html/org/apache/tapestry5/internal/hibernate/HibernateTransactionAdvisorImpl.html#line.26 It just starts a transaction