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
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
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
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/
>
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
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
Regarding localization, what about the possibility of a single properties
file for the application?
Thiago
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
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
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
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
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
-
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
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.
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
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
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
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
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
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
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
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
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
23 matches
Mail list logo