[ANNOUNCEMENT] Project Arras

2014-11-12 Thread Felix Scheffer
he content and is using tapestry-jpa to read and write content from and to a database. The jar files for both, arras-components and arras-cms, are available on Maven Central. If there are any questions or suggestions or feedback, feel free to contact me. Felix Scheffer

Re: [ANNOUNCEMENT] Project Arras

2014-11-13 Thread Felix Scheffer
t; > Nathan > > On 13/11/14 14:43, George Christman wrote: > > Excellent, congrats! > > On Wed, Nov 12, 2014 at 1:44 PM, Kalle Korhonen > > wrote: > > > Looks nice, congrats! > > Kalle > > On Wed, Nov 12, 2014 at 9:27 AM, Felix Scheffer > >

Re: [ANNOUNCEMENT] Project Arras

2014-11-14 Thread Felix Scheffer
verything? > > Congratz on the work ;) > > Nathan > > On 13/11/14 14:43, George Christman wrote: > > Excellent, congrats! > > On Wed, Nov 12, 2014 at 1:44 PM, Kalle Korhonen > > wrote: > > > Looks nice, congrats! > > Kalle > > On Wed, Nov 12, 20

Re: [ANNOUNCEMENT] Project Arras

2014-11-15 Thread Felix Scheffer
Hi, the demo does not check the credentials. just click on "sign in" and it should work. Felix 2014-11-14 17:43 GMT+01:00 Charlouze : > Is it possible to have admin login and password for the cms demo ? > > 2014-11-14 17:28 GMT+01:00 Felix Scheffer : > > > Demo for

Re: [ANNOUNCEMENT] Project Arras

2014-11-15 Thread Felix Scheffer
! > > François > > 2014-11-12 18:27 GMT+01:00 Felix Scheffer : > > > Hi all, > > > > I'm pleased to announce the release of arras-components and arras-cms. > > > > https://github.com/fscheffer/arras/ > > > > *Arras-components* is s

Re: Unable to locate a single EntityManager. You must provide the persistence unit name as defined in the persistence.xml using the @PersistenceContext annotation.

2015-03-17 Thread Felix Scheffer
Hi Andreas, I assume you have more than one persistence context. In this case you have to add the @PersistenceContext annotation to your onSuccess() method. Otherwise the system doesn't know which persistence context it should use. (The related code is in JpaInternalUtils.getEntityManager() and

Re: Live Class Reloading

2015-03-18 Thread Felix Scheffer
Hi Adam, I just created a project using the archetype and live reloading works fine without tapestry.execution-mode=development. Are you sure that you are in not in production mode? Your log should contain "5.3.7 (development mode)" next to the Tapestry logo. The CheckForUpdatesFilter should cal

Re: Live Class Reloading

2015-03-19 Thread Felix Scheffer
Hi Adam, The example uses the maven jetty plugin to set the execution-mode property to development (in the pom.xml file). So if you use the maven-jetty-plugin (jetty:run) to start the server, live reloading should work out of the box. Felix Felix Scheffer Dammstrasse 2 68549 Ilvesheim Tel: 0151

Re: Weird behaviour, require js doesn't refresh changed js file immediately

2015-03-19 Thread Felix Scheffer
Hi, for AMD modules, caching should be disabled by default. The default value for the Cache-Control header in this case is: "max-age=60,must-revalidate". You can customize that by setting SymbolConstants.OMIT_EXPIRATION_CACHE_CONTROL_HEADER. Hope that helps! Felix 2015-03-19 10:46 GMT+01:00 a

BeanEditForm does NOT support informal parameters?

2012-04-25 Thread Felix Scheffer
! Felix Scheffer

Re: BeanEditForm does NOT support informal parameters?

2012-04-25 Thread Felix Scheffer
that BeanEditForm would call "resources.renderInformalParameters(writer);" but it doesnt. Very confusing... I also tried 5.3.2 and it's exactly the same. Felix Scheffer 2012/4/25 Chris Mylonas > was the sarcasm meter on that Lance? > :) - hard to tell at nearly midnight

Re: BeanEditForm does NOT support informal parameters?

2012-04-25 Thread Felix Scheffer
Thanks guys for the quick response. Much appreciated! 2012/4/25 Chris Mylonas > https://issues.apache.org/jira/browse/TAP5-1917 > > Done. > > > re: sarcasm earlier - there seems to be an increase in "is this a bug?" > tacked onto each problem. I thought you were just having a little fun on > t

Re: BeanEditForm does NOT support informal parameters?

2012-04-25 Thread Felix Scheffer
Grid works fine. It's using inheritInformalParameters @Component(parameters = "class=tableClass", inheritInformalParameters = true) private Any table; 2012/4/25 Chris Mylonas > GridColoum suffers from the same thing having a look at the code. There > is no sign of resources.renderInformalPara

Re: Upgrading to Hibernate Core 4.1.1 Final

2012-04-27 Thread Felix Scheffer
Hi, i created a ticket for this: https://issues.apache.org/jira/browse/TAP5-1922 Felix Scheffer 2012/4/27 netdawg > Thanks, kristian. I tried that already (couple of times). Thanks, though. > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.c

Tapestry 5.3.4 Release Candidates & Hibernate

2012-06-12 Thread Felix Scheffer
rsion of hibernate will finally be used in 5.3.4? Thanks, Felix Scheffer

Re: Tapestry 5.3.4 Release Candidates & Hibernate

2012-06-12 Thread Felix Scheffer
gt; On Tue, Jun 12, 2012 at 8:52 AM, Felix Scheffer > wrote: > > Hi, > > > > in 5.3.4-rc-5 tapestry-hibernate is using hibernate-core 4.x.x, so I > > upgraded my hibernate code to hibernate 4.x.x and everythings seems to > work > > fine. > > > > No