Re: 5.0.5-SNAPSHOTS

2007-05-22 Thread Howard Lewis Ship
See bug https://issues.apache.org/jira/browse/TAPESTRY-1494 The problem was mainly that the snapshot artifacts were in the wrong location. On 5/22/07, Daniel Jue <[EMAIL PROTECTED]> wrote: This fixed my problem with a Tap 5.0.4 archetype'd POM that I changed to version 5.0.5-SNAPSHOT. I was g

Re: 5.0.5-SNAPSHOTS

2007-05-22 Thread Daniel Jue
This fixed my problem with a Tap 5.0.4 archetype'd POM that I changed to version 5.0.5-SNAPSHOT. I was getting some packages not found problems, and after adding this I saw mvn grab a tapestry-core jar. (using mvn install -U) I wonder if I need this snippet for the pluginRepositories section as

Re: 5.0.5-SNAPSHOTS

2007-05-21 Thread Nick Westgate
I'm not sure, but try adding true to the section. Cheers, Nick. Weisu wrote: Hi Jun, Had you figured out this problem, I had same problem. Jun Tsai-2 wrote: 2007/5/17, Howard Lewis Ship <[EMAIL PROTECTED]>: I've been making a number of important T5 bug fixes; I've

Re: 5.0.5-SNAPSHOTS

2007-05-21 Thread Weisu
Hi Jun, Had you figured out this problem, I had same problem. Jun Tsai-2 wrote: > > 2007/5/17, Howard Lewis Ship <[EMAIL PROTECTED]>: >> I've been making a number of important T5 bug fixes; I've just uploaded >> the >> latest snapshots to http://people.apache.org/~hlship/tapestry-repository/ >

Re: 5.0.5-SNAPSHOTS

2007-05-18 Thread Thiago H de Paula Figueiredo
On Fri, 18 May 2007 15:52:42 -0300, Howard Lewis Ship <[EMAIL PROTECTED]> wrote: You need to keep up with the commits logs :-) That was added a couple of days ago. I was thinking about this lately. Sometimes I miss some web page (maybe in the wiki) at which I could see the Tapestry 4.1 e

Re: 5.0.5-SNAPSHOTS

2007-05-18 Thread Howard Lewis Ship
You need to keep up with the commits logs :-) That was added a couple of days ago. On 5/18/07, Thiago HP <[EMAIL PROTECTED]> wrote: Regarding localization, what about the possibility of a single properties file for the application? Thiago -- Howard M. Lewis Ship TWD Consulting, Inc. Inde

Re: 5.0.5-SNAPSHOTS

2007-05-18 Thread Thiago HP
Regarding localization, what about the possibility of a single properties file for the application? Thiago

Re: 5.0.5-SNAPSHOTS

2007-05-18 Thread Howard Lewis Ship
It looks like there's a pass at the bug fix attached. I, or someone, will get to it eventually. I want Tapestry to continue to have the best localization support; there's a vast market there that is not well served by the other available solutions. However, in the short term, there are other bugs

Re: 5.0.5-SNAPSHOTS

2007-05-17 Thread Robin Ericsson
On 5/17/07, sun <[EMAIL PROTECTED]> wrote: Howard Lewis Ship gmail.com> writes: > > I've been making a number of important T5 bug fixes; I've just uploaded the > latest snapshots to http://people.apache.org/~hlship/tapestry-repository/ > > Feedback is always welcome! > T5.0.5 did not solve the

Re: 5.0.5-SNAPSHOTS

2007-05-17 Thread Jun Tsai
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.RuntimeExceptio

Re: 5.0.5-SNAPSHOTS

2007-05-17 Thread sun
Howard Lewis Ship gmail.com> writes: > > I've been making a number of important T5 bug fixes; I've just uploaded the > latest snapshots to http://people.apache.org/~hlship/tapestry-repository/ > > Feedback is always welcome! > T5.0.5 did not solve the problem of Chinese https://issues.apach

Re: 5.0.5-SNAPSHOTS

2007-05-17 Thread sun
Howard Lewis Ship gmail.com> writes: > > I've been making a number of important T5 bug fixes; I've just uploaded the > latest snapshots to http://people.apache.org/~hlship/tapestry-repository/ > > Feedback is always welcome! > T5.0.5 did not solve the problem of Chinese -

Re: 5.0.5-SNAPSHOTS

2007-05-17 Thread petros
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 'Serv

Re: 5.0.5-SNAPSHOTS

2007-05-17 Thread Jun Tsai
Your use spring 1.x,please use spring2.x. 2007/5/17, Nick Westgate <[EMAIL PROTECTED]>: Howard Lewis Ship wrote: > Please follow the directions on the tapestry-spring home page: > http://tapestry.apache.org/tapestry5/tapestry-spring/ > > It has changed significantly from 5.0.3 ... and simpler.

Re: 5.0.5-SNAPSHOTS

2007-05-17 Thread Howard Lewis Ship
Looks like we need to filter out abstract beans, which may be a problem because of the Spring APIs. On 5/17/07, Nick Westgate <[EMAIL PROTECTED]> wrote: Howard Lewis Ship wrote: > Please follow the directions on the tapestry-spring home page: > http://tapestry.apache.org/tapestry5/tapestry-spri

Re: 5.0.5-SNAPSHOTS

2007-05-17 Thread Nick Westgate
Howard Lewis Ship wrote: Please follow the directions on the tapestry-spring home page: http://tapestry.apache.org/tapestry5/tapestry-spring/ It has changed significantly from 5.0.3 ... and simpler. Spring beans now look just like Tapestry IoC services, can be autowires into services, etc. @Spr

Re: 5.0.5-SNAPSHOTS

2007-05-17 Thread petros
I have a problem in T5.0.4 when I am changing from @[EMAIL PROTECTED] to @[EMAIL PROTECTED] CODE THAT WORKS LayoutCmpnt.html http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";> LayoutCmpnt.java public class LayoutCmpnt { @InjectPage private Login

Re: 5.0.5-SNAPSHOTS

2007-05-16 Thread Howard Lewis Ship
Please follow the directions on the tapestry-spring home page: http://tapestry.apache.org/tapestry5/tapestry-spring/ It has changed significantly from 5.0.3 ... and simpler. Spring beans now look just like Tapestry IoC services, can be autowires into services, etc. @SpringBean isn't used any mor

Re: 5.0.5-SNAPSHOTS

2007-05-16 Thread Jun Tsai
2007/5/17, Howard Lewis Ship <[EMAIL PROTECTED]>: I've been making a number of important T5 bug fixes; I've just uploaded the latest snapshots to http://people.apache.org/~hlship/tapestry-repository/ Feedback is always welcome! How to used in pom.xml? I add [code] org.apache.tapestry

Re: 5.0.5-SNAPSHOTS

2007-05-16 Thread petros
I replaced my 5.0.4 jars with 5.0.5 and the following code doesn't compile anymore @Inject @SpringBean("userManager") Has this changed from 5.0.4 ? Howard Lewis Ship wrote: > > Sorry, yes. That's a change in 5.0.4, you must have been using 5.0.3. > > Injection got a LOT smar

Re: 5.0.5-SNAPSHOTS

2007-05-16 Thread Bill Holloway
No problem. I've got it all going. Nice to have a parsimonious way to inject from the web context directory. I can pile all my images and css up in there for static pages outside Tapestry. Bill On 5/16/07, Howard Lewis Ship <[EMAIL PROTECTED]> wrote: Sorry, yes. That's a change in 5.0.4, yo

Re: 5.0.5-SNAPSHOTS

2007-05-16 Thread Howard Lewis Ship
Sorry, yes. That's a change in 5.0.4, you must have been using 5.0.3. Injection got a LOT smarter, and a bit different, between 5.0.3 and 5.0.4. Lots of influence from Guice; basically, for service injections, we make injecting by type the standard, and injecting by name a rarely used option. Fu

Re: 5.0.5-SNAPSHOTS

2007-05-16 Thread Bill Holloway
gurg! All my @Injects("...") just broke! Guess I need to use @Path with it? On 5/16/07, Howard Lewis Ship <[EMAIL PROTECTED]> wrote: I've been making a number of important T5 bug fixes; I've just uploaded the latest snapshots to http://people.apache.org/~hlship/tapestry-repository/ Feedback