Tapestry 4.0.2 does not deploy out of the box on JDK EE 5

2006-06-03 Thread Marcel Schepers
A standard Tapestry 4.0 application does not deploy on Sun's application server. Using a standalone version of Tomcat 5.5 or JBoss 4.0.4 the application deploys fine. However, for SJSAS PE9 I had to make the following changes in RegistryInfrastructureConstructor.addModuleDescriptor if (_modules.c

RE: Tapestry 4.0.2 does not deploy out of the box on JDK EE 5

2006-06-03 Thread James Carman
You might want to post this to the HiveMind users list as an FYI, maybe. -Original Message- From: Marcel Schepers [mailto:[EMAIL PROTECTED] Sent: Saturday, June 03, 2006 6:21 AM To: Tapestry users Subject: Tapestry 4.0.2 does not deploy out of the box on JDK EE 5 A standard Tapestry 4.

RE: Tapernate-example and the former jars

2006-06-03 Thread James Carman
I sent this last night, but I'm having trouble with Norton Internet Security and out-going emails. So, here it is again: Andreas, Sorry for the confusion. Tapernate has been moved to the tapestry-javaforge project and I'm maintaining a deployed version of it in my own maven2 repository (until I

Re: Tapernate-example and the former jars

2006-06-03 Thread Andreas Bulling
Hi James, thanks for your explanations! That means I have to install maven in any case... What about the idea of putting the jars into your repository as it had been before? Seems to be a bit too difficult to have to use maven just to get them. Kind regards, Andreas On 03. Jun 2006 - 07:19:45

Re: Tapernate-example and the former jars

2006-06-03 Thread Andreas Bulling
| The tapernate-example application (downloadable via SVN at | http://www.carmanconsulting.com/svn/public/tapernate-example/trunk/) has | been "mavenized" to reflect the dependencies. You can download it and copy | all the jars that it copies into the war (run mvn war:war) in your own | applicatio

RE: Tapernate-example and the former jars

2006-06-03 Thread James Carman
Andreas, I am in the process of moving stuff around on my server. The new poms will reflect the changes. Sorry for the inconvenience. I need to test in a clean local repository to assure that we're good to go. More in a bit... James -Original Message- From: Andreas Bulling [mailto:[E

RE: Tapernate-example and the former jars

2006-06-03 Thread James Carman
Well, I've committed all my changes and published everything to my mvn repository that is needed that you can't find on the "public" ones. Let me know if it doesn't work for you? FYI, I changed the build to look for ant-apt.jar at "${ant.home}/lib/ant-apt.jar". So, if you want to build the examp

Re: Border question

2006-06-03 Thread Andreas Bulling
Hi Mark, first, a short notice: No offence, but could you please insert linebreaks in your answers as its quite time-consuming to break them manually (for example when using mutt) to be able to answer directly to your statements - thanks ;) | The question is are you trying | to define a generic

Re: Tapernate-example and the former jars

2006-06-03 Thread Andreas Bulling
I'm sorry but I'm totally confused now... Where do I have to download/checkout/maven what to get the precompiled jars? Thanks! Andreas On 03. Jun 2006 - 10:41:19, James Carman wrote: | Well, I've committed all my changes and published everything to my mvn | repository that is needed that you ca

RE: Tapernate-example and the former jars

2006-06-03 Thread James Carman
Well, you can just download the war file if you want... www.carmanconsulting.com/mvn/com/carmanconsulting/tapernate-example/0.1 Just unzip that and it will contain all dependencies you need. -Original Message- From: Andreas Bulling [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Bulling

Re: Tapernate-example and the former jars

2006-06-03 Thread Andreas Bulling
On 03. Jun 2006 - 10:54:22, James Carman wrote: | Well, you can just download the war file if you want... | | www.carmanconsulting.com/mvn/com/carmanconsulting/tapernate-example/0.1 | | Just unzip that and it will contain all dependencies you need. Thanks a lot, that's what I wanted! :-) Witho

RE: Tapernate-example and the former jars

2006-06-03 Thread James Carman
1. The DataClasses configuration point doesn't exist anymore. With the "squeezer pipeline", this is unnecessary. The EntitySqueezerFilter checks to see if it can squeeze the object. If it can't it just sends it on down the line (the regular squeezer framework picks it up). 2. The transaction

Re: Tapernate-example and the former jars

2006-06-03 Thread Andreas Bulling
OK, thanks! ;) What I did was to remove all the old configuration stuff (Tapernate version: Even before the split of the different persistence strategies...) from my hivemodule.xml file and dropped the new tapernate/hivemind jars in. This should be enough and work, shouldn't it? I get the follo

RE: Tapernate-example and the former jars

2006-06-03 Thread James Carman
Okay, that's weird. I apologize for all the confusion. But, getting used to Maven2 is not quite as easy as I had hoped. It's tough to figure out exactly where everything is going during the build. Anyway, the war that's out there in my maven repo works on my machine by just dropping it in a Tom

Re: Tapernate-example and the former jars

2006-06-03 Thread Andreas Bulling
On 03. Jun 2006 - 12:22:16, James Carman wrote: | Okay, that's weird. I apologize for all the confusion. But, getting used | to Maven2 is not quite as easy as I had hoped. It's tough to figure out | exactly where everything is going during the build. No problem, it's weekend and I have enough t

RE: Custom component validation - two fields

2006-06-03 Thread Ryan Cuprak
I think I follow. So you only display the TextField if the checkbox was checked (via refresh submit)? I plowed ahead with trying to implement my own AbstractFormComponent that would use an html template and also render some of its own content. However, I am getting a stale link exception whe

RE: Border question

2006-06-03 Thread Mark Stang
Andreas, Sorry, I am using a web front-end for my e-mail and it just wraps. I will try and match your layout :-). As Jesse said, there are some existing components, but there are times where the existing ones don't meet your requirements. In our first release (2.0) we had our menus down the

Re: Custom component validation - two fields

2006-06-03 Thread Ryan Cuprak
Hello, I think figured out my problem - I needed to render the html template in rewindFormComponent! It was right in front of me the entire time. -Ryan On Jun 3, 2006, at 3:40 PM, Ryan Cuprak wrote: I think I follow. So you only display the TextField if the checkbox was checked (v