Re: Jesse-->Temporary jfly public repository

2007-03-11 Thread Andrea Chiumenti

Thank you Andyhot!

On 3/11/07, andyhot <[EMAIL PROTECTED]> wrote:


http://issues.apache.org/jira/browse/TAPESTRY

Andrea Chiumenti wrote:
> "...unless you attach an easy to run test case to a jira issue."
> How ??
> I'm very interested, but jotspot doesn't allow registrations, so how
> can I
> attach my project to jira?
>
>
> On 3/11/07, Andrea Chiumenti <[EMAIL PROTECTED]> wrote:
>>
>> Jesse,
>> Thx for the reply adding a jira seems really a very good idea to get
>> help
>> and do make order into jfly development.
>> The only thing is that I'll have to RTFM about jira, so I hope not to
>> take
>> much time.
>>
>> kiuma
>>
>> On 3/11/07, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:
>> >
>> > I could be silent and have you waiting with baited breath for
>> > something that's not going to happen but that seems unfair.
>> >
>> > Realistically - I'm not going to do anything other than what I said
>> > originallyWhich is pretty much nothing unless you attach an easy
>> > to run test case to a jira issue.
>> >
>> > On 3/6/07, Andrea Chiumenti <[EMAIL PROTECTED]> wrote:
>> > > Hi Jesse,
>> > > I've set a temporary jfly repository (it's my host)
>> > > http://www.wingstech.it/jfly/nightly/
>> > >
>> > > p.s.
>> > > do you know where can I put it when officially announced, currently
>> > the
>> > > project is hosted by sourceforge.
>> > >
>> > > Ciao,
>> > > kiuma
>> > >
>> >
>> >
>> > --
>> > Jesse Kuhnert
>> > Tapestry/Dojo team member/developer
>> >
>> > Open source based consulting work centered around
>> > dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com
>> >
>> > -
>> > To unsubscribe, e-mail: [EMAIL PROTECTED]
>> > For additional commands, e-mail: [EMAIL PROTECTED]
>> >
>> >
>>
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: Newbie problem with For component on T4

2007-03-11 Thread Hernâni Cerqueira

Jesse Kuhnert escreveu:

It means "currentArt" is null at the point when it's trying to resolve
currentArt.title.
Yes, that one i knew. And I was sure that "artList" didn't have any null 
values. I found the problem, it's my stupidity... I wanted to post here 
that I was not needing help anymore, but I didn't know how to reply to 
my "unreplyed" posts.


Check out the first span tag. Instead o jwcid has jwcdi... :-[  Sorry 
for the trouble.


Cheers,
Hernâni



On 3/10/07, Hernâni Cerqueira <[EMAIL PROTECTED]> wrote:

Hello all, I'm new to Tapestry, this is my first project using it, and
until now everything was doing perfectly. But now i'm having a small
issue with the For component. I was doing something i've done sometimes
already. I have a For component that iterates from a list of beans, and
displays it's data... Until here ok, but i keep getting a ognlexception:
source is null for getProperty(null, "title"). As a newbie, i have some
difficulties on expressing myself on tapestry dialect, so here goes some
piece of my code:

html:
   (...)

Título
Corpo



Página





class="footer">Escrito por: jwcid="author">Autor

mail
url


(...)

page:
(...)
 











(...)

java:
(...)
public List getArtList() throws TorqueException {
return HistArtPeer.getArtList();
}

public abstract HistArt getCurrentArt();
public abstract HistPage getCurrentPage();
(...)

the exception:

ognl.OgnlException
source is null for getProperty(null, "title")
Stack Trace:

* ognl.OgnlRuntime.getProperty(OgnlRuntime.java:1652)
* ognl.ASTProperty.getValueBody(ASTProperty.java:92)
* ognl.SimpleNode.evaluateGetValueBody(SimpleNode.java:170)
* ognl.SimpleNode.getValue(SimpleNode.java:210)
* ognl.ASTChain.getValueBody(ASTChain.java:109)
* ognl.SimpleNode.evaluateGetValueBody(SimpleNode.java:170)
* ognl.SimpleNode.getValue(SimpleNode.java:210)
* ognl.Ognl.getValue(Ognl.java:333)
* ognl.Ognl.getValue(Ognl.java:310)
(...)

I hope that this is enough for you to tell-me wath i'm doing wrong this
time, because i've already did similar stuff a couple of times and
everything did just fine.

Thanks in advance,
Hernâni

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]








-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Jesse-->Temporary jfly public repository

2007-03-11 Thread andyhot

http://issues.apache.org/jira/browse/TAPESTRY

Andrea Chiumenti wrote:

"...unless you attach an easy to run test case to a jira issue."
How ??
I'm very interested, but jotspot doesn't allow registrations, so how 
can I

attach my project to jira?


On 3/11/07, Andrea Chiumenti <[EMAIL PROTECTED]> wrote:


Jesse,
Thx for the reply adding a jira seems really a very good idea to get 
help

and do make order into jfly development.
The only thing is that I'll have to RTFM about jira, so I hope not to 
take

much time.

kiuma

On 3/11/07, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:
>
> I could be silent and have you waiting with baited breath for
> something that's not going to happen but that seems unfair.
>
> Realistically - I'm not going to do anything other than what I said
> originallyWhich is pretty much nothing unless you attach an easy
> to run test case to a jira issue.
>
> On 3/6/07, Andrea Chiumenti <[EMAIL PROTECTED]> wrote:
> > Hi Jesse,
> > I've set a temporary jfly repository (it's my host)
> > http://www.wingstech.it/jfly/nightly/
> >
> > p.s.
> > do you know where can I put it when officially announced, currently
> the
> > project is hosted by sourceforge.
> >
> > Ciao,
> > kiuma
> >
>
>
> --
> Jesse Kuhnert
> Tapestry/Dojo team member/developer
>
> Open source based consulting work centered around
> dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Jesse-->Temporary jfly public repository

2007-03-11 Thread Andrea Chiumenti

"...unless you attach an easy to run test case to a jira issue."
How ??
I'm very interested, but jotspot doesn't allow registrations, so how can I
attach my project to jira?


On 3/11/07, Andrea Chiumenti <[EMAIL PROTECTED]> wrote:


Jesse,
Thx for the reply adding a jira seems really a very good idea to get help
and do make order into jfly development.
The only thing is that I'll have to RTFM about jira, so I hope not to take
much time.

kiuma

On 3/11/07, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:
>
> I could be silent and have you waiting with baited breath for
> something that's not going to happen but that seems unfair.
>
> Realistically - I'm not going to do anything other than what I said
> originallyWhich is pretty much nothing unless you attach an easy
> to run test case to a jira issue.
>
> On 3/6/07, Andrea Chiumenti <[EMAIL PROTECTED]> wrote:
> > Hi Jesse,
> > I've set a temporary jfly repository (it's my host)
> > http://www.wingstech.it/jfly/nightly/
> >
> > p.s.
> > do you know where can I put it when officially announced, currently
> the
> > project is hosted by sourceforge.
> >
> > Ciao,
> > kiuma
> >
>
>
> --
> Jesse Kuhnert
> Tapestry/Dojo team member/developer
>
> Open source based consulting work centered around
> dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



Re: t5 - snapshot inside project

2007-03-11 Thread Davor Hrg

no prob.


when you have time : I'm curious of configurations working without
@Contribute

Hrg Davor

On 3/11/07, Howard Lewis Ship <[EMAIL PROTECTED]> wrote:


Just bad timing, I'm in the middle of a sweeping change and haven't
updated tapestry-hibernate yet to reflect the changes.  Sorry!

On 3/11/07, Davor Hrg <[EMAIL PROTECTED]> wrote:
> I simply removed the lines with those two annd hilo test app seems to
work
> just fine...
>
>
> maybe some insight on how will these configurations work without
@Contribute
> annotations?
>
>
> Davor Hrg
>
> On 3/11/07, Davor Hrg <[EMAIL PROTECTED]> wrote:
> >
> > I did many thins meanwhile,
> > reinstalled java
> > removed all versions,
> > and installed jdk1.5 (maven was bitching about tools.jar:1.5.0)
> >
> > then I celaned target folders, updated to new versions
> > I mvn install ed all subprojects one by one and it passed..
> >
> > tapestry-hibernate failed
> > @Id, and @Contribute were removed from ioc..
> >
> > so I've got it running(not sure how ... but it works now)
> >
> > the question is, what do I do with the @Id and @Contribute since
> > (no doubt you'll fix tapestry-hibernate)
> > but it is used in the tapestry application I'm trying to run with
latest
> > snapshot ...
> >
> > I belive above mentioned change is work in progressso waiting for
it
> > to be finished ...
> >
> > Davor Hrg
> >
> >
> > On 3/10/07, Howard Lewis Ship < [EMAIL PROTECTED]> wrote:
> > >
> > > So ... you got some test failures.  There may be a few lurking bugs
> > > related to either locale (a smattering of tests assume a en_US
locale)
> > > or line terminators (the code started on Windows and is mostly
> > > developed on Mac).  Obviously, I'm building this stuff every day, as
> > > is the CI server (which is itself Linux) so it's likely fixable with
a
> > > little input.
> > >
> > > On 3/9/07, Davor Hrg < [EMAIL PROTECTED]> wrote:
> > > > sory, I sent it as an attachment earieler,
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > E:\_work\java\lib_src\tapestry5\tapestry-project>mvn -e install
> > > > + Error stacktraces are turned on.
> > > > [INFO] Scanning for projects...
> > > > [INFO] Reactor build order:
> > > > [INFO]   Tapestry 5 Project
> > > > [INFO]   Tapestry Test Utilities
> > > > [INFO]   Tapestry Inversion of Control Container
> > > > [INFO]   Tapestry Component Parameters Report
> > > > [INFO]   Tapestry Core Library
> > > > [INFO]   Tapestry-Spring Integration Library
> > > > [INFO]   Tapestry/Hibernate Integration Library
> > > > [INFO]   Tapestry 5 Quickstart Archetype
> > > > [INFO]
> > >

> > >
> > > > [INFO] Building Tapestry 5 Project
> > > > [INFO]task-segment: [install]
> > > > [INFO]
> > >

> > > > [INFO] [site:attach-descriptor]
> > > > [INFO] [install:install]
> > > > [INFO] Installing
> > > > E:\_work\java\lib_src\tapestry5\tapestry-project\pom.xml to
> > > > C:\Documents and Settings\Davor
> > > > Hrg\.m2\repository\org\apache\tapestry\tapestry-pr
> > > > oject\5.0.3-SNAPSHOT\tapestry-project-5.0.3-SNAPSHOT.pom
> > > > [INFO]
> > >

> > > > [INFO] Building Tapestry Test Utilities
> > > > [INFO]task-segment: [install]
> > > > [INFO]
> > >

> > > > [INFO] [resources:resources]
> > > > [INFO] Using default encoding to copy filtered resources.
> > > > [INFO] Copying 7 resources
> > > > [INFO] [compiler:compile]
> > > > [INFO] Nothing to compile - all classes are up to date
> > > > [INFO] [resources:testResources]
> > > > [INFO] Using default encoding to copy filtered resources.
> > > > [INFO] Resource directory does not exist:
> > > >
> > >
E:\_work\java\lib_src\tapestry5\tapestry-project\..\tapestry-test\src\test\resources
> > > > [INFO] [compiler:testCompile]
> > > > [INFO] No sources to compile
> > > > [INFO] [surefire:test]
> > > > [INFO] Surefire report directory:
> > > >
> > >
E:\_work\java\lib_src\tapestry5\tapestry-project\..\tapestry-test\target\surefire-reports
> > > >
> > > > ---
> > > >  T E S T S
> > > > ---
> > > > There are no tests to run.
> > > >
> > > > Results :
> > > >
> > > > Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> > > >
> > > > [INFO] [jar:jar]
> > > > [INFO] Building jar:
> > > >
> > >
E:\_work\java\lib_src\tapestry5\tapestry-project\..\tapestry-test\target\tapestry-
> > > test-5.0.3-SNAPSHOT.jar
> > > > [INFO] Preparing source:jar
> > > > [WARNING] Removing: jar from forked lifecycle, to prevent
recursive
> > > invocation.
> > > > [INFO] No goals needed for project - skipping
> > > > [INFO] [source:jar {execution: default}]
> > > > [INFO] Building jar:
> > > >
> > >
E:\_work\java\lib_src\tapestry5\tapestr

Re: t5 - snapshot inside project

2007-03-11 Thread Howard Lewis Ship

Just bad timing, I'm in the middle of a sweeping change and haven't
updated tapestry-hibernate yet to reflect the changes.  Sorry!

On 3/11/07, Davor Hrg <[EMAIL PROTECTED]> wrote:

I simply removed the lines with those two annd hilo test app seems to work
just fine...


maybe some insight on how will these configurations work without @Contribute
annotations?


Davor Hrg

On 3/11/07, Davor Hrg <[EMAIL PROTECTED]> wrote:
>
> I did many thins meanwhile,
> reinstalled java
> removed all versions,
> and installed jdk1.5 (maven was bitching about tools.jar:1.5.0)
>
> then I celaned target folders, updated to new versions
> I mvn install ed all subprojects one by one and it passed..
>
> tapestry-hibernate failed
> @Id, and @Contribute were removed from ioc..
>
> so I've got it running(not sure how ... but it works now)
>
> the question is, what do I do with the @Id and @Contribute since
> (no doubt you'll fix tapestry-hibernate)
> but it is used in the tapestry application I'm trying to run with latest
> snapshot ...
>
> I belive above mentioned change is work in progressso waiting for it
> to be finished ...
>
> Davor Hrg
>
>
> On 3/10/07, Howard Lewis Ship < [EMAIL PROTECTED]> wrote:
> >
> > So ... you got some test failures.  There may be a few lurking bugs
> > related to either locale (a smattering of tests assume a en_US locale)
> > or line terminators (the code started on Windows and is mostly
> > developed on Mac).  Obviously, I'm building this stuff every day, as
> > is the CI server (which is itself Linux) so it's likely fixable with a
> > little input.
> >
> > On 3/9/07, Davor Hrg < [EMAIL PROTECTED]> wrote:
> > > sory, I sent it as an attachment earieler,
> > >
> > >
> > >
> > >
> > >
> > >
> > > E:\_work\java\lib_src\tapestry5\tapestry-project>mvn -e install
> > > + Error stacktraces are turned on.
> > > [INFO] Scanning for projects...
> > > [INFO] Reactor build order:
> > > [INFO]   Tapestry 5 Project
> > > [INFO]   Tapestry Test Utilities
> > > [INFO]   Tapestry Inversion of Control Container
> > > [INFO]   Tapestry Component Parameters Report
> > > [INFO]   Tapestry Core Library
> > > [INFO]   Tapestry-Spring Integration Library
> > > [INFO]   Tapestry/Hibernate Integration Library
> > > [INFO]   Tapestry 5 Quickstart Archetype
> > > [INFO]
> > 
> >
> > > [INFO] Building Tapestry 5 Project
> > > [INFO]task-segment: [install]
> > > [INFO]
> > 
> > > [INFO] [site:attach-descriptor]
> > > [INFO] [install:install]
> > > [INFO] Installing
> > > E:\_work\java\lib_src\tapestry5\tapestry-project\pom.xml to
> > > C:\Documents and Settings\Davor
> > > Hrg\.m2\repository\org\apache\tapestry\tapestry-pr
> > > oject\5.0.3-SNAPSHOT\tapestry-project-5.0.3-SNAPSHOT.pom
> > > [INFO]
> > 
> > > [INFO] Building Tapestry Test Utilities
> > > [INFO]task-segment: [install]
> > > [INFO]
> > 
> > > [INFO] [resources:resources]
> > > [INFO] Using default encoding to copy filtered resources.
> > > [INFO] Copying 7 resources
> > > [INFO] [compiler:compile]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO] [resources:testResources]
> > > [INFO] Using default encoding to copy filtered resources.
> > > [INFO] Resource directory does not exist:
> > >
> > 
E:\_work\java\lib_src\tapestry5\tapestry-project\..\tapestry-test\src\test\resources
> > > [INFO] [compiler:testCompile]
> > > [INFO] No sources to compile
> > > [INFO] [surefire:test]
> > > [INFO] Surefire report directory:
> > >
> > 
E:\_work\java\lib_src\tapestry5\tapestry-project\..\tapestry-test\target\surefire-reports
> > >
> > > ---
> > >  T E S T S
> > > ---
> > > There are no tests to run.
> > >
> > > Results :
> > >
> > > Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> > >
> > > [INFO] [jar:jar]
> > > [INFO] Building jar:
> > >
> > 
E:\_work\java\lib_src\tapestry5\tapestry-project\..\tapestry-test\target\tapestry-
> > test-5.0.3-SNAPSHOT.jar
> > > [INFO] Preparing source:jar
> > > [WARNING] Removing: jar from forked lifecycle, to prevent recursive
> > invocation.
> > > [INFO] No goals needed for project - skipping
> > > [INFO] [source:jar {execution: default}]
> > > [INFO] Building jar:
> > >
> > 
E:\_work\java\lib_src\tapestry5\tapestry-project\..\tapestry-test\target\tapestry-
> > test-5.0.3-SNAPSHOT-sources.jar
> > > [INFO] [install:install]
> > > [INFO] Installing
> > >
> > 
E:\_work\java\lib_src\tapestry5\tapestry-project\..\tapestry-test\target\tapestry-
> > test-5.0.3-SNAPSHOT.jar
> > > to C:\Documents and Settings\Davor H
> > >
> > rg\.m2\repository\org\apache\tapestry\tapestry-test\5.0.3-SNAPSHOT\tapestry-
> > test-5.0

Re: t5 - snapshot inside project

2007-03-11 Thread Davor Hrg

I simply removed the lines with those two annd hilo test app seems to work
just fine...


maybe some insight on how will these configurations work without @Contribute
annotations?


Davor Hrg

On 3/11/07, Davor Hrg <[EMAIL PROTECTED]> wrote:


I did many thins meanwhile,
reinstalled java
removed all versions,
and installed jdk1.5 (maven was bitching about tools.jar:1.5.0)

then I celaned target folders, updated to new versions
I mvn install ed all subprojects one by one and it passed..

tapestry-hibernate failed
@Id, and @Contribute were removed from ioc..

so I've got it running(not sure how ... but it works now)

the question is, what do I do with the @Id and @Contribute since
(no doubt you'll fix tapestry-hibernate)
but it is used in the tapestry application I'm trying to run with latest
snapshot ...

I belive above mentioned change is work in progressso waiting for it
to be finished ...

Davor Hrg


On 3/10/07, Howard Lewis Ship < [EMAIL PROTECTED]> wrote:
>
> So ... you got some test failures.  There may be a few lurking bugs
> related to either locale (a smattering of tests assume a en_US locale)
> or line terminators (the code started on Windows and is mostly
> developed on Mac).  Obviously, I'm building this stuff every day, as
> is the CI server (which is itself Linux) so it's likely fixable with a
> little input.
>
> On 3/9/07, Davor Hrg < [EMAIL PROTECTED]> wrote:
> > sory, I sent it as an attachment earieler,
> >
> >
> >
> >
> >
> >
> > E:\_work\java\lib_src\tapestry5\tapestry-project>mvn -e install
> > + Error stacktraces are turned on.
> > [INFO] Scanning for projects...
> > [INFO] Reactor build order:
> > [INFO]   Tapestry 5 Project
> > [INFO]   Tapestry Test Utilities
> > [INFO]   Tapestry Inversion of Control Container
> > [INFO]   Tapestry Component Parameters Report
> > [INFO]   Tapestry Core Library
> > [INFO]   Tapestry-Spring Integration Library
> > [INFO]   Tapestry/Hibernate Integration Library
> > [INFO]   Tapestry 5 Quickstart Archetype
> > [INFO]
> 
>
> > [INFO] Building Tapestry 5 Project
> > [INFO]task-segment: [install]
> > [INFO]
> 
> > [INFO] [site:attach-descriptor]
> > [INFO] [install:install]
> > [INFO] Installing
> > E:\_work\java\lib_src\tapestry5\tapestry-project\pom.xml to
> > C:\Documents and Settings\Davor
> > Hrg\.m2\repository\org\apache\tapestry\tapestry-pr
> > oject\5.0.3-SNAPSHOT\tapestry-project-5.0.3-SNAPSHOT.pom
> > [INFO]
> 
> > [INFO] Building Tapestry Test Utilities
> > [INFO]task-segment: [install]
> > [INFO]
> 
> > [INFO] [resources:resources]
> > [INFO] Using default encoding to copy filtered resources.
> > [INFO] Copying 7 resources
> > [INFO] [compiler:compile]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources]
> > [INFO] Using default encoding to copy filtered resources.
> > [INFO] Resource directory does not exist:
> >
> 
E:\_work\java\lib_src\tapestry5\tapestry-project\..\tapestry-test\src\test\resources
> > [INFO] [compiler:testCompile]
> > [INFO] No sources to compile
> > [INFO] [surefire:test]
> > [INFO] Surefire report directory:
> >
> 
E:\_work\java\lib_src\tapestry5\tapestry-project\..\tapestry-test\target\surefire-reports
> >
> > ---
> >  T E S T S
> > ---
> > There are no tests to run.
> >
> > Results :
> >
> > Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar]
> > [INFO] Building jar:
> >
> 
E:\_work\java\lib_src\tapestry5\tapestry-project\..\tapestry-test\target\tapestry-
> test-5.0.3-SNAPSHOT.jar
> > [INFO] Preparing source:jar
> > [WARNING] Removing: jar from forked lifecycle, to prevent recursive
> invocation.
> > [INFO] No goals needed for project - skipping
> > [INFO] [source:jar {execution: default}]
> > [INFO] Building jar:
> >
> 
E:\_work\java\lib_src\tapestry5\tapestry-project\..\tapestry-test\target\tapestry-
> test-5.0.3-SNAPSHOT-sources.jar
> > [INFO] [install:install]
> > [INFO] Installing
> >
> 
E:\_work\java\lib_src\tapestry5\tapestry-project\..\tapestry-test\target\tapestry-
> test-5.0.3-SNAPSHOT.jar
> > to C:\Documents and Settings\Davor H
> >
> rg\.m2\repository\org\apache\tapestry\tapestry-test\5.0.3-SNAPSHOT\tapestry-
> test-5.0.3-SNAPSHOT.jar
> > [INFO] Installing
> >
> 
E:\_work\java\lib_src\tapestry5\tapestry-project\..\tapestry-test\target\tapestry-
> test-5.0.3-SNAPSHOT-sources.jar
> > to C:\Documents and Settings
> > \Davor
> Hrg\.m2\repository\org\apache\tapestry\tapestry-test\5.0.3-SNAPSHOT\tapestry-
> test-5.0.3-SNAPSHOT-sources.jar
> > [INFO]
> 
>
> > [I

Re: t5 - snapshot inside project

2007-03-11 Thread Davor Hrg

I did many thins meanwhile,
reinstalled java
removed all versions,
and installed jdk1.5 (maven was bitching about tools.jar:1.5.0)

then I celaned target folders, updated to new versions
I mvn install ed all subprojects one by one and it passed..

tapestry-hibernate failed
@Id, and @Contribute were removed from ioc..

so I've got it running(not sure how ... but it works now)

the question is, what do I do with the @Id and @Contribute since
(no doubt you'll fix tapestry-hibernate)
but it is used in the tapestry application I'm trying to run with latest
snapshot ...

I belive above mentioned change is work in progressso waiting for it to
be finished ...

Davor Hrg


On 3/10/07, Howard Lewis Ship <[EMAIL PROTECTED]> wrote:


So ... you got some test failures.  There may be a few lurking bugs
related to either locale (a smattering of tests assume a en_US locale)
or line terminators (the code started on Windows and is mostly
developed on Mac).  Obviously, I'm building this stuff every day, as
is the CI server (which is itself Linux) so it's likely fixable with a
little input.

On 3/9/07, Davor Hrg <[EMAIL PROTECTED]> wrote:
> sory, I sent it as an attachment earieler,
>
>
>
>
>
>
> E:\_work\java\lib_src\tapestry5\tapestry-project>mvn -e install
> + Error stacktraces are turned on.
> [INFO] Scanning for projects...
> [INFO] Reactor build order:
> [INFO]   Tapestry 5 Project
> [INFO]   Tapestry Test Utilities
> [INFO]   Tapestry Inversion of Control Container
> [INFO]   Tapestry Component Parameters Report
> [INFO]   Tapestry Core Library
> [INFO]   Tapestry-Spring Integration Library
> [INFO]   Tapestry/Hibernate Integration Library
> [INFO]   Tapestry 5 Quickstart Archetype
> [INFO]

> [INFO] Building Tapestry 5 Project
> [INFO]task-segment: [install]
> [INFO]

> [INFO] [site:attach-descriptor]
> [INFO] [install:install]
> [INFO] Installing
> E:\_work\java\lib_src\tapestry5\tapestry-project\pom.xml to
> C:\Documents and Settings\Davor
> Hrg\.m2\repository\org\apache\tapestry\tapestry-pr
> oject\5.0.3-SNAPSHOT\tapestry-project-5.0.3-SNAPSHOT.pom
> [INFO]

> [INFO] Building Tapestry Test Utilities
> [INFO]task-segment: [install]
> [INFO]

> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] Copying 7 resources
> [INFO] [compiler:compile]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] Resource directory does not exist:
>
E:\_work\java\lib_src\tapestry5\tapestry-project\..\tapestry-test\src\test\resources
> [INFO] [compiler:testCompile]
> [INFO] No sources to compile
> [INFO] [surefire:test]
> [INFO] Surefire report directory:
>
E:\_work\java\lib_src\tapestry5\tapestry-project\..\tapestry-test\target\surefire-reports
>
> ---
>  T E S T S
> ---
> There are no tests to run.
>
> Results :
>
> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
>
> [INFO] [jar:jar]
> [INFO] Building jar:
>
E:\_work\java\lib_src\tapestry5\tapestry-project\..\tapestry-test\target\tapestry-
test-5.0.3-SNAPSHOT.jar
> [INFO] Preparing source:jar
> [WARNING] Removing: jar from forked lifecycle, to prevent recursive
invocation.
> [INFO] No goals needed for project - skipping
> [INFO] [source:jar {execution: default}]
> [INFO] Building jar:
>
E:\_work\java\lib_src\tapestry5\tapestry-project\..\tapestry-test\target\tapestry-
test-5.0.3-SNAPSHOT-sources.jar
> [INFO] [install:install]
> [INFO] Installing
>
E:\_work\java\lib_src\tapestry5\tapestry-project\..\tapestry-test\target\tapestry-
test-5.0.3-SNAPSHOT.jar
> to C:\Documents and Settings\Davor H
>
rg\.m2\repository\org\apache\tapestry\tapestry-test\5.0.3-SNAPSHOT\tapestry-
test-5.0.3-SNAPSHOT.jar
> [INFO] Installing
>
E:\_work\java\lib_src\tapestry5\tapestry-project\..\tapestry-test\target\tapestry-
test-5.0.3-SNAPSHOT-sources.jar
> to C:\Documents and Settings
> \Davor
Hrg\.m2\repository\org\apache\tapestry\tapestry-test\5.0.3-SNAPSHOT\tapestry-
test-5.0.3-SNAPSHOT-sources.jar
> [INFO]

> [INFO] Building Tapestry Inversion of Control Container
> [INFO]task-segment: [install]
> [INFO]

> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] Copying 4 resources
> [INFO] [compiler:compile]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources]
> [INFO] Using default encoding to copy filtered re

Re: Newbie problem with For component on T4

2007-03-11 Thread Justin Walsh
jwcdi="arts"

should be

jwcid="arts"


Hernâni Cerqueira wrote:
> Hello all, I'm new to Tapestry, this is my first project using it, and
> until now everything was doing perfectly. But now i'm having a small
> issue with the For component. I was doing something i've done
> sometimes already. I have a For component that iterates from a list of
> beans, and displays it's data... Until here ok, but i keep getting a
> ognlexception: source is null for getProperty(null, "title"). As a
> newbie, i have some difficulties on expressing myself on tapestry
> dialect, so here goes some piece of my code:
>
> html:
>   (...)
>
> jwcid="title">Título
> jwcid="body">Corpo
>
>
>
> jwcid="pageTitle">Página
>
>
>
>
>
> class="footer">Escrito por:  jwcid="author">Autor
> class="footer"> jwcid="mail">mail
> class="footer"> jwcid="url">url
>
>
>(...)
>
> page:
>(...)
> 
>
>
>
>
>
>
>
>
>
>
>
>(...)
>
> java:
>(...)
>public List getArtList() throws TorqueException {
>return HistArtPeer.getArtList();
>}
>  public abstract HistArt getCurrentArt();
>public abstract HistPage getCurrentPage();
>(...)
>
> the exception:
>
> ognl.OgnlException
> source is null for getProperty(null, "title")
> Stack Trace:
>
>* ognl.OgnlRuntime.getProperty(OgnlRuntime.java:1652)
>* ognl.ASTProperty.getValueBody(ASTProperty.java:92)
>* ognl.SimpleNode.evaluateGetValueBody(SimpleNode.java:170)
>* ognl.SimpleNode.getValue(SimpleNode.java:210)
>* ognl.ASTChain.getValueBody(ASTChain.java:109)
>* ognl.SimpleNode.evaluateGetValueBody(SimpleNode.java:170)
>* ognl.SimpleNode.getValue(SimpleNode.java:210)
>* ognl.Ognl.getValue(Ognl.java:333)
>* ognl.Ognl.getValue(Ognl.java:310)
>(...)
>
> I hope that this is enough for you to tell-me wath i'm doing wrong
> this time, because i've already did similar stuff a couple of times
> and everything did just fine.
>
> Thanks in advance,
> Hernâni
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>


-- 
Justin Walsh 
http://www.ewage.co.za


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Jesse-->Temporary jfly public repository

2007-03-11 Thread Andrea Chiumenti

Jesse,
Thx for the reply adding a jira seems really a very good idea to get help
and do make order into jfly development.
The only thing is that I'll have to RTFM about jira, so I hope not to take
much time.

kiuma

On 3/11/07, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:


I could be silent and have you waiting with baited breath for
something that's not going to happen but that seems unfair.

Realistically - I'm not going to do anything other than what I said
originallyWhich is pretty much nothing unless you attach an easy
to run test case to a jira issue.

On 3/6/07, Andrea Chiumenti <[EMAIL PROTECTED]> wrote:
> Hi Jesse,
> I've set a temporary jfly repository (it's my host)
> http://www.wingstech.it/jfly/nightly/
>
> p.s.
> do you know where can I put it when officially announced, currently the
> project is hosted by sourceforge.
>
> Ciao,
> kiuma
>


--
Jesse Kuhnert
Tapestry/Dojo team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]