RE: Thread locking (deadlock) issue using Tapestry 5.8.7 under heavy load

2024-11-25 Thread Scott McCarthy
2024 12:57 PM To: Tapestry users Subject: Re: Thread locking (deadlock) issue using Tapestry 5.8.7 under heavy load [You don't often get email from thiag...@gmail.com. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ] On Fri, Nov 15, 2024 at 12:38 PM

Re: Thread locking (deadlock) issue using Tapestry 5.8.7 under heavy load

2024-11-25 Thread Thiago H. de Paula Figueiredo
On Fri, Nov 15, 2024 at 12:38 PM Scott McCarthy < scott.mccar...@clarivate.com> wrote: > Hi All, > Hello! > We are running a fairly large Tapestry application with hundreds of > concurrent users. > When under load, we are occasionally seeing an instance go into deadlock, > whereby the Tomcat th

RE: Thread locking (deadlock) issue using Tapestry 5.8.7 under heavy load

2024-11-18 Thread Scott McCarthy
is that we can reproduce this fairly consistently on server startup under simulated load, so we'll see what we can learn. -Original Message- From: Ben Weidig Sent: Sunday, November 17, 2024 8:14 AM To: Tapestry users Subject: Re: Thread locking (deadlock) issue using Tapestry 5.8.7 und

Re: Thread locking (deadlock) issue using Tapestry 5.8.7 under heavy load

2024-11-17 Thread Ben Weidig
Hi Scott, Thanks for bringing this issue to our attention. I've looked through the JIRA and found https://issues.apache.org/jira/browse/TAP5-2621 with a similar thread dump attached. We're running multiple Tapestry instances with a varying degree of concurrent users and have yet to e

Thread locking (deadlock) issue using Tapestry 5.8.7 under heavy load

2024-11-15 Thread Scott McCarthy
Map.computeIfAbsent(ConcurrentHashMap.java:1737)<mailto:java.base@11.0.16/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1737)> Have I uncovered a genuine thread locking issue that I should raise a JIRA ticket for? Or does anyone have any ideas of something I can change to prevent th

Re: Tapestry PeriodicExecutor - CronExpression issue with "L"

2022-04-25 Thread Ben Weidig
Hi Charles, I gave it a quick look and debugged org.apache.tapestry5.ioc.internal.services.cron.CronExpression.getTimeAfter(Date) with your expression and can confirm that there's an issue with handling "L-". At first, it got the right day, but then it gets reset to today. Th

Tapestry PeriodicExecutor - CronExpression issue with "L"

2022-04-25 Thread Charles Karow
Hi, There seems to be an issue with CronExpression using "L" (last day of month). When I place the following code in my AppModule, the job is triggered at the appointed time, and then keeps executing over and over immediately in a seemingly infinite loop. I can work around by us

Localization strange issue in language virtual folder

2021-05-27 Thread Numa Schmeder
Hi, I am working on a localized app, and the setup is made according to the docs configuration.add(SymbolConstants.SUPPORTED_LOCALES, "en,fr,de,it"); configuration.add(SymbolConstants.ENCODE_LOCALE_INTO_PATH, true); If I hit in the browser the index page of the app, https://myapp.test/ Then

Re: Issue with LinkSubmit and context inside Grid

2017-06-19 Thread Thiago H. de Paula Figueiredo
Hi! Considering it's the same issue but in a different component, please create a new ticket for it and link it to the other one, as the solution may be shared. Thanks for investigating! On Wed, Jun 14, 2017 at 4:46 AM, DEIMAT Guillaume < guillaume.dei...@soprasteria.com> wrote:

Issue with LinkSubmit and context inside Grid

2017-06-14 Thread DEIMAT Guillaume
Hi guys, I had a look at the issue https://issues.apache.org/jira/browse/TAP5-1658 and I think there is the same issue with the component LinkSubmit. When I put a LinkSubmit with context and defer parameter set to false inside a Grid, the context I get in form submission is always related to

Issue

2016-07-05 Thread Mukesh Chandra
Hello all I am building a URL at server as following hyper link shows. I send this URL as part of the email content to the subscribed users/clients. http://gur2dds2k8r2vm3.corp.osinet.biz/cowww/ui?page=default:passwordrecovery/RecoverPassword&service=external&sp=9NTIxTj0FEnCZZcYkVRNyhuTL2eE3

Re: registry startup issue

2016-01-26 Thread John Coleman
Thanks, Eclispe was set up JDK 8 instead of the required 7. On Wed, Jan 27, 2016 at 11:54 AM, Kalle Korhonen wrote: > You are using a version of plastic that's incompatible with the version of > tapestry-core and/or JVM you are using. Check your classpath for multiple > version of these libs. It

Re: registry startup issue

2016-01-26 Thread Kalle Korhonen
You are using a version of plastic that's incompatible with the version of tapestry-core and/or JVM you are using. Check your classpath for multiple version of these libs. It's always a good idea to state upfront the versions you are using to save others from the guesswork. Kalle On Tue, Jan 26,

registry startup issue

2016-01-26 Thread John Coleman
any ideas, some of these services won't construct? public EmailServiceImpl(AssetSource assetSource, Logger logger, Messages messages) throws IOException { [ERROR] ioc.Registry Operations trace: [ERROR] ioc.Registry [ 1] Creating proxy for service RegistryStartup [WARNING] Failed startup of co

Re: Ajax issue in beta35

2015-09-15 Thread Christine
On 14-09-15 11:41, françois facon wrote: I would suggest you to do a project->clean under eclipse and also to do a mvn clean before the build of your war. I would also try to clean the remote server. Thanks François, now it works. dagdag Christine ---

Re: Ajax issue in beta35

2015-09-14 Thread françois facon
gt; I had to face the same problem with some tapestry5-jquery components >> Your issue is related to TAP5-2463. >> This should be fix in next version. >> >> Anyway, if you don't have any legacy code that use prototype.js, it is >> better to only use jQuery. >> >

Re: Ajax issue in beta35

2015-09-13 Thread Christine
On 13-09-15 19:34, françois facon wrote: Good news! I had to face the same problem with some tapestry5-jquery components Your issue is related to TAP5-2463. This should be fix in next version. Anyway, if you don't have any legacy code that use prototype.js, it is better to only use j

Re: Ajax issue in beta35

2015-09-13 Thread françois facon
Good news! I had to face the same problem with some tapestry5-jquery components Your issue is related to TAP5-2463. This should be fix in next version. Anyway, if you don't have any legacy code that use prototype.js, it is better to only use jQuery. Best regards François 2015-09-13 17:4

Re: Ajax issue in beta35

2015-09-13 Thread Christine
On 13-09-15 11:12, françois facon wrote: Hi Christine, Did you try to force the use of jQuery whithout prototype in your beta35 version ? This could be done by adding the following code configuration.add( SymbolConstants.JAVASCRIPT_INFRASTRUCTURE_PROVIDER, "jquery"); in the contributeApplicat

Re: Ajax issue in beta35

2015-09-13 Thread Christine
think it's an issue with where the assets and .js files are put, I'm not sure. When I run the same .war file on my desktop computer with jetty8, I get 2015-09-13 17:24:17.619:WARN:oejw.WebAppContext:Failed startup of context o.e.j.w.WebAppContext{/mgnl,file:/var/cache/jetty8/data/jet

Re: Ajax issue in beta35

2015-09-13 Thread françois facon
Hi Christine, Did you try to force the use of jQuery whithout prototype in your beta35 version ? This could be done by adding the following code configuration.add( SymbolConstants.JAVASCRIPT_INFRASTRUCTURE_PROVIDER, "jquery"); in the contributeApplicationDefaults part of your AppModule. Best

Re: Ajax issue in beta35

2015-09-12 Thread Geoff Callender
Very strange, because JumpStart7 is running beta 35. > On 13 Sep 2015, at 4:15 am, Christine wrote: > > I have recently added Ajax to a project, to update a zone periodically > (following the example in Jumpstart7). I couldn't get it to work in one > project, but copying the code to another, s

Ajax issue in beta35

2015-09-12 Thread Christine
I have recently added Ajax to a project, to update a zone periodically (following the example in Jumpstart7). I couldn't get it to work in one project, but copying the code to another, similar project showed it worked. Today I found it stopped working. Took me some time to realize I had updated

RE: HibernateEntityValueEncoder NullPointerException - Composite/Compund Primary Key Issue

2015-01-29 Thread Witt, Aaron
bernateEntityValueEncoder NullPointerException - Composite/Compund Primary Key Issue I see Lance already answered to your question on Stackoverflow. Follow his advice and make sure you contribute the encoder. After that, you may hit another issues with tynamo not recognizing @IdClass (see an old issue https:/

RE: HibernateEntityValueEncoder NullPointerException - Composite/Compund Primary Key Issue

2015-01-22 Thread Witt, Aaron
...@gmail.com] Sent: Wednesday, January 21, 2015 7:15 PM To: Tapestry users Subject: Re: HibernateEntityValueEncoder NullPointerException - Composite/Compund Primary Key Issue I see Lance already answered to your question on Stackoverflow. Follow his advice and make sure you contribute the encoder.

Re: HibernateEntityValueEncoder NullPointerException - Composite/Compund Primary Key Issue

2015-01-21 Thread Kalle Korhonen
I see Lance already answered to your question on Stackoverflow. Follow his advice and make sure you contribute the encoder. After that, you may hit another issues with tynamo not recognizing @IdClass (see an old issue https://jira.codehaus.org/browse/TYNAMO-168), whether it matters to you, I'

Re: HibernateEntityValueEncoder NullPointerException - Composite/Compund Primary Key Issue

2015-01-20 Thread Thiago H de Paula Figueiredo
route, since it seems to not work at all with the framework. That being said, I have been using the @IdClass method, which is mostly working; I think I'm a line or two of code away from success. The issue is that when it starts using reflection to build the objects, it blows up an

HibernateEntityValueEncoder NullPointerException - Composite/Compund Primary Key Issue

2015-01-20 Thread Witt, Aaron
ems to not work at all with the framework. That being said, I have been using the @IdClass method, which is mostly working; I think I'm a line or two of code away from success. The issue is that when it starts using reflection to build the objects, it blows up and says, org.a

[5.4-beta-22] AjaxFormLoop, Zone, DateField issue

2015-01-08 Thread Diego Socaceti
or reading and writing, which is as far as i understood wrong. Any ideas, how i can fix this issue??? Kind regards simple code to (hopefully) reproduce the error: import java.util.ArrayList; import java.util.Date; import java.util.List; import org.apache.tapestry5.Block; import org.apache

Issue with ComponentOverride Service

2014-12-31 Thread Emmanuel DEMEY
Hi everyone, I hope you spent a lovely Christmas :d Since a couple of days, I am working with Tapestry 5.4 (for one of our Components library : Kawwa2). With Tapestry 5.3, we used a ValidationDecorator, in order to add an Error message right after the field, if it was in error. It worked as a ch

strange issue with Eclipse + Tomcat (solved)

2014-12-21 Thread Ivano Luberti
Today I got lost for a few hours trying to solve the following issue. Since I couldn't find anything googling I thought it worth to spend a few minutes to write it on the list. I use Tomcat+Eclipse on a Windows box to develop To achieve auto-reloading I set the "Serve modules without

Re: JQuery upload issue

2014-11-27 Thread Christian Riedel
…and the exception on the server, i.e. the Internal Server Error? > Am 27.11.2014 um 14:56 schrieb Name Surname : > > NetworkError: 500 Internal Server Error I keep getting this error from > console once I press Submit. > >> Subject: Re: JQuery upload issue >> Fr

RE: JQuery upload issue

2014-11-27 Thread Name Surname
Forgot to say that I'm running it from localhost. > From: wintertime0...@outlook.com > To: users@tapestry.apache.org > Subject: RE: JQuery upload issue > Date: Thu, 27 Nov 2014 14:56:03 +0100 > > NetworkError: 500 Internal Server Error I keep getting this error from

RE: JQuery upload issue

2014-11-27 Thread Name Surname
NetworkError: 500 Internal Server Error I keep getting this error from console once I press Submit. > Subject: Re: JQuery upload issue > From: cr.ml...@googlemail.com > Date: Thu, 27 Nov 2014 12:16:48 +0100 > To: users@tapestry.apache.org > > The cause might be everything from

Re: JQuery upload issue

2014-11-27 Thread Christian Riedel
The cause might be everything from bugs in your code, browser specific bugs to server configuration. You must give us some more details about your setup, code and what you’ve tried so far as well as possible exceptions on server- and client-side. > Am 27.11.2014 um 08:44 schrieb Name Surname : >

JQuery upload issue

2014-11-26 Thread Name Surname
I have deployed server on my local machine and would like to use TapJQuery upload feature. However each time I try to upload something I get failed as final output. What may be the cause of it? NOTE: I am accessing my locally deployed server from a local web browser. Thinking this might be a rea

Re: 5.4 Upload / Long Response Issue?

2014-09-04 Thread Michael Gentry
FWIW, I just tested in Tomcat and it works fine. I'm going to assume it is something with the Maven Jetty plugin and not a Tapestry 5.4 issue. Thanks! mrg On Fri, Aug 29, 2014 at 8:40 AM, Michael Gentry wrote: > H Lance, > > There were no exceptions and I was using VisualVM

Re: 5.4 Upload / Long Response Issue?

2014-08-29 Thread Michael Gentry
H Lance, There were no exceptions and I was using VisualVM to monitor the heap/GCs/etc and there was plenty of memory available, even when processing both threads. (About 150-200MB used out of 1GB allocated.) mrg On Fri, Aug 29, 2014 at 3:17 AM, Lance Java wrote: > Put a > try {...} catch (

Re: 5.4 Upload / Long Response Issue?

2014-08-29 Thread Lance Java
Put a try {...} catch (Throwable t) Around the processing of this large file. Perhaps maven isn't giving jetty enough memory and it's throwing OutOfMemoryError or something?

Re: 5.4 Upload / Long Response Issue?

2014-08-28 Thread Michael Gentry
d, can you try deploying to tomcat? It's worth a try to see if >> an issue with jetty. >> On 28 Aug 2014 19:36, "Michael Gentry" wrote: >> >> > Hi again Lance, >> > >> > 1) No proxy. Directly connecting to Jetty @ http://localhost:6789/

Re: 5.4 Upload / Long Response Issue?

2014-08-28 Thread Michael Gentry
I can try Tomcat, but i'll be a day or two or so before I can get to that. mrg On Thu, Aug 28, 2014 at 3:35 PM, Lance Java wrote: > Totally weird, can you try deploying to tomcat? It's worth a try to see if > an issue with jetty. > On 28 Aug 2014 19:36, "Michael

Re: 5.4 Upload / Long Response Issue?

2014-08-28 Thread Lance Java
Totally weird, can you try deploying to tomcat? It's worth a try to see if an issue with jetty. On 28 Aug 2014 19:36, "Michael Gentry" wrote: > Hi again Lance, > > 1) No proxy. Directly connecting to Jetty @ http://localhost:6789/ > > 2) No other filters.

Re: 5.4 Upload / Long Response Issue?

2014-08-28 Thread Michael Gentry
Hi again Lance, 1) No proxy. Directly connecting to Jetty @ http://localhost:6789/ 2) No other filters. I'm using Tapestry's IOC for services and trying to keep things lean. FWIW, when I dropped the file in as a unit test, it would import just fine using the T5 service without spawning ext

Re: 5.4 Upload / Long Response Issue?

2014-08-28 Thread Norman Franke
While not the same problem, I’ve had issues uploading even small files to Tapestry on Tomcat when behind a load balancer. Eliminating the load balancer solved the problem. Not really a Tapestry problem, I’d suspect, but possibly related. Norman Franke Answering Service for Directors, Inc. www.m

Re: 5.4 Upload / Long Response Issue?

2014-08-28 Thread Lance Java
1.Is your app sitting behind a proxy? (eg apache?). 2. Are there any other servlet filters we should know about? (eg spring?)

Re: 5.4 Upload / Long Response Issue?

2014-08-28 Thread Michael Gentry
Hi Lance, All 3 browsers issue a single request. The second thread and onValidate/onSuccess occur 30 seconds after the original upload using all 3 browsers (and repost/redeliver the original payload it seems, since the complete XML file is available to the new thread(s)). Thanks, mrg On Thu

Re: 5.4 Upload / Long Response Issue?

2014-08-28 Thread Lance Java
Strange? Can you open up the network traffic in your browser's dev tools and see the httptraffic? If there's 2 requests, can you copy / paste the request headers?

5.4 Upload / Long Response Issue?

2014-08-28 Thread Michael Gentry
e or other shenanigans. Another oddity: Chrome: Always 2 threads. Firefox: Always 2 threads. Safari: Always 2+ threads (we'd just kill the app instead of letting it run for hours) Has anyone else experienced this before? Is it an issue with 5.4 (we don't seem to have the issue in 5.3)? Another

Re: issue when upgrade 5.2.6 -> 5.3.7

2014-08-07 Thread D.R.
arent class. > > *-* > *Muhammad Gelbana* > http://www.linkedin.com/in/mgelbana > > > On Thu, Aug 7, 2014 at 5:05 PM, D.R. wrote: > >> Hi, >> >> i am facing an issue while upgrading T5.2.6 to 5.3.7 when a Pageclass >> (or component) extends. >&g

Re: issue when upgrade 5.2.6 -> 5.3.7

2014-08-07 Thread Muhammad Gelbana
I would have 2 private properties for each class with different names. Or have one protected member variable in the parent class. *-* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Thu, Aug 7, 2014 at 5:05 PM, D.R. wrote: > Hi, > > i am facing an is

issue when upgrade 5.2.6 -> 5.3.7

2014-08-07 Thread D.R.
Hi, i am facing an issue while upgrading T5.2.6 to 5.3.7 when a Pageclass (or component) extends. In the superclass, a have a @Property called "asdf" and the subclass has also that @Property called "asdf". Both are "private" and it worked without problems in 5

Re: What is the purpose of the JIRA improvement issue TAP5-2192 ?

2014-07-20 Thread Thiago H de Paula Figueiredo
On Sun, 20 Jul 2014 09:57:20 -0300, Muhammad Gelbana wrote: I read the description but I still can't figure it out. What is meant by "distributed configuration" ? Service distributed configuration is a major feature of Tapestry-IoC and one of its main advantages over other IoC frameworks.

Re: What is the purpose of the JIRA improvement issue TAP5-2192 ?

2014-07-20 Thread Thiago H de Paula Figueiredo
On Sun, 20 Jul 2014 09:56:26 -0300, Muhammad Gelbana wrote: Would someone please explain the purpose of this issue: https://issues.apache.org/jira/browse/TAP5-2192 Have you read comments? I know there's an awful lot of them, but they describe what was asked and what's being

Re: What is the purpose of the JIRA improvement issue TAP5-2192 ?

2014-07-20 Thread Barry Books
gt; "distributed configuration" ? > > *-* > *Muhammad Gelbana* > http://www.linkedin.com/in/mgelbana > > > On Sun, Jul 20, 2014 at 2:56 PM, Muhammad Gelbana > wrote: > > > Would someone please explain the purpose of this

Re: What is the purpose of the JIRA improvement issue TAP5-2192 ?

2014-07-20 Thread Muhammad Gelbana
he purpose of this issue: > https://issues.apache.org/jira/browse/TAP5-2192 > > ? > *-* > *Muhammad Gelbana* > http://www.linkedin.com/in/mgelbana >

What is the purpose of the JIRA improvement issue TAP5-2192 ?

2014-07-20 Thread Muhammad Gelbana
Would someone please explain the purpose of this issue: https://issues.apache.org/jira/browse/TAP5-2192 ? *-* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana

Validation nobubbles issue

2014-04-02 Thread srikaanth
textfield . i configure as same given in jumpstart. Is anything am missing . please fix my issue. folder structure. com/product/pages/redirect.tml com/product/pages/redirect.java com/product/components/CustomError.java com/product/components/CustomForm.java com/product/components

Re: Jetty or NetBeans issue?

2014-03-28 Thread John
NetBeans 8 on Java 8 with 1.7 compiler for project, Tapestry 5.3.6, Jetty 6 - now I'm thinking the Java 8 may be a problem! - Original Message - From: Boris Horvat To: Tapestry Users Sent: Friday, March 28, 2014 10:06 AM Subject: Re: Jetty or NetBeans issue? No problem

Re: Jetty or NetBeans issue?

2014-03-28 Thread Boris Horvat
No problem here as well. What versions are you using? On 28 Mar 2014 10:00, "Rural Hunter" wrote: > I use netbeans+maven+tomcat+tapestry and there is no problem. > > 于 2014/3/28 16:51, John 写道: > >> I run my dev server using a Maven goal under NetBeans. Quite often Jetty >> becomes completely unr

Re: Jetty or NetBeans issue?

2014-03-28 Thread Rural Hunter
I use netbeans+maven+tomcat+tapestry and there is no problem. 于 2014/3/28 16:51, John 写道: I run my dev server using a Maven goal under NetBeans. Quite often Jetty becomes completely unresponsive. Is this a problem of Jetty running in NetBeans, or something to do with Tapestry? John --- This

Re: Jetty or NetBeans issue?

2014-03-28 Thread Chris Mylonas
Hi If u just run mvn jetty:run >From the command line it will eliminate the netbeans component. Cm On 28/03/2014 7:51 pm, "John" wrote: > I run my dev server using a Maven goal under NetBeans. Quite often Jetty > becomes completely unresponsive. > > Is this a problem of Jetty running in NetBean

Jetty or NetBeans issue?

2014-03-28 Thread John
I run my dev server using a Maven goal under NetBeans. Quite often Jetty becomes completely unresponsive. Is this a problem of Jetty running in NetBeans, or something to do with Tapestry? John --- This email is free from viruses and malware because avast! Antivirus protection is active. http:

Issue with using tooltip and popovers, missing initialization script?

2014-03-25 Thread Jim Romaine
Hello, We are using tapestry5.4 beta-3 and was attempting to add bootstrap tooltip and popover scripts. When using just the attributes as described on http://getbootstrap.com/javascript/#popovers, it appeared that the attributes were not being recognized. We were able to get the tooltip & popove

Re: 5.4-beta3 JavaScript backward compatibility issue? - Tynamo CKEditor 0.0.1 with tapestry 5.4-beta3 does not seem to work

2014-03-14 Thread Dragan Sahpaski
Hi Balázs, You're right and it is a bug in tapestry. JavaScriptSupport.addInitializerCall is not backwards compatible when using a JSONArray. I filled a JIRA with a patch https://issues.apache.org/jira/browse/TAP5-2300 so please follow. I hope it get's resolved soon. If not I'll probably release a

5.4-beta3 JavaScript backward compatibility issue? - Tynamo CKEditor 0.0.1 with tapestry 5.4-beta3 does not seem to work

2014-03-13 Thread Balázs Palcsó
Hi All, I am trying to use tynamo/ckeditor mixin. Here is the template code: I get the following error Invoking t5/core/init("initCKEditor", ["description",{"toolbar":"Full"}]) 1. RequireJS error: require: Cannot set property 'visibility' of undefined console.js:109

Re: BeanEditForm autofocus issue with JSR 303 validaiton mixed with tapestry validation (Tapestry 5.4-alpha-29)

2013-12-07 Thread Thiago H de Paula Figueiredo
On Sat, 07 Dec 2013 14:13:10 -0200, Balázs Palcsó wrote: I have raised a bug in JIRA for this: https://issues.apache.org/jira/browse/TAP5-2254 Thanks! -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br Help me spend a whole month wo

Re: BeanEditForm autofocus issue with JSR 303 validaiton mixed with tapestry validation (Tapestry 5.4-alpha-29)

2013-12-07 Thread Balázs Palcsó
I have raised a bug in JIRA for this: https://issues.apache.org/jira/browse/TAP5-2254 On 5 December 2013 22:22, Balázs Palcsó wrote: > I forgot to post the definition of @Validate("password") which makes the > password field the first required field in the form (and making it to owner > of the

Re: BeanEditForm autofocus issue with JSR 303 validaiton mixed with tapestry validation (Tapestry 5.4-alpha-29)

2013-12-05 Thread Balázs Palcsó
I forgot to post the definition of @Validate("password") which makes the password field the first required field in the form (and making it to owner of the focus on the form) @Contribute(ValidatorMacro.*class*) *public* *static* *void* combinePasswordValidators(*final*MappedConfiguration configur

Fwd: BeanEditForm autofocus issue with JSR 303 validaiton mixed with tapestry validation (Tapestry 5.4-alpha-29)

2013-12-05 Thread Balázs Palcsó
Hi All, I have the following BeanEditForm: Backed by a User class with these properties: @NotNull @NotBlank @Size(min = 3, max = 30) *private* String firstName; @NotNull @NotBlank @Size(min = 3, max = 30) *private* String lastName; @NotNull @NotBlank @Size(min = 3, max = 20) @

Re: DynamicTemplate issue

2013-10-26 Thread Martin Kersten
Its not about the binding. Its about discovering any components at all. During the dynamic parser session it seams that no child component related behaviour is triggered at all. I can use any tag name it doesnt matter. I need to check whether I am in production mode also since there seams to be no

Re: DynamicTemplate issue

2013-10-26 Thread Lance Java
Have you seen the code I provided on the "jack of all trades page" thread? I've pretty much solved the problem there. Tapestry uses bindings to read and write values during rendering. Eg the prop: binding.

DynamicTemplate issue

2013-10-25 Thread Martin Kersten
Hi there, I still try to get DynamicTemplate working. Since I debugged into it it seams that the parser of the dynamic template just returns dom elements and never tries to analyze any element and map it towards components. Am I correct on this? Is someone able to use a dynamic template compo

[5.4.22] Serious issue with assets and checksums - different for same file

2013-10-11 Thread Bård Magnus Kvalheim
Hi everybody. Today we've launched a website based on 5.4. We're very exited about the upcoming release(5.4) and I'll post separately about our experiences (mostly great). Post release we've identified a potential serious issue related to assets and their checksums. W

Re: [5.4.22] Possible issue with Element#attribute for css class. -> Class is replaced and not added

2013-10-01 Thread Bård Magnus Kvalheim
gt; Hi guys. >> >> So I've might have come across a bug in 5.4.22 when trying to add a css >> class to an element. >> >> The Element#addClassName is deprecated and delegate to Element#attribute >> where attributes named "class" now gets special

Re: [5.4.22] Possible issue with Element#attribute for css class. -> Class is replaced and not added

2013-09-30 Thread Bård Magnus Kvalheim
here is a namespace test and looks like it's > failing as given namespace is null and attribute namespace is empty string. > [1] > > If I instead provide empty string as namespace in the Element#attribute > then the isClass test fails as the namespace is not null. [2] > &g

[5.4.22] Possible issue with Element#attribute for css class. -> Class is replaced and not added

2013-09-27 Thread Bård Magnus Kvalheim
s as the namespace is not null. [2] Can anyone confirm the issue - and should I open a JIRA? Element.class#updateAttribute [1] if (cursor.matches(namespace, name)) { [2] boolean isClass = namespace == null && name.equals("class"); if (!(force || isClass)) { return; } cheers Magnus

Re: PageActivationContext issue

2013-08-22 Thread Lance Java
In your case, I think you will be able to fix it by. 1. Remove @PageActivationContext 2. Add onActivate(EventContext ec) 3. Add List onPassivate() On 22 Aug 2013 15:18, "Lance Java" wrote: > > I think I had issues trying to use an array / collection as an EventContext item. I think I had to reso

Re: PageActivationContext issue

2013-08-22 Thread Lance Java
I think I had issues trying to use an array / collection as an EventContext item. I think I had to resort to using a comma separated string from memory. On 22 Aug 2013 15:03, "nn kk" wrote: > Hi, > I have the following code: > class Page1 { > > @InjectPage > private Page2 page2; > ... > >

PageActivationContext issue

2013-08-22 Thread nn kk
Hi, I have the following code: class Page1 { @InjectPage private Page2 page2; ... Object onSuccessFrom...() { ... List catList = new ArrayList... catList.add(cat1); catList.add(cat2); page2.setCatList(catList); return page2; } } class Page2 { @PageActivatio

Re: AutoComplete Mixin issue - Tapestry 5.2.6

2013-08-15 Thread Ilya Obshadko
; Simon > > From: Dongmei Cao mailto:dongmei@icann.org>> > Reply-To: Tapestry users users@tapestry.apache.org>> > Date: Thursday, June 14, 2012 10:30 PM > To: Tapestry users users@tapestry.apache.org>> > Subject: AutoComplete Mixin issue - Tapestry 5.2.6 >

RE: Issue with cannot open connection

2013-08-10 Thread Nomen Nominus
idle time ) wait_timeout( could be appended to jdbc as a string, and must be higher than c3p0 timeout and idle time ) If these formulations above should be applied, issue is gone. > To: users@tapestry.apache.org > Subject: Re: Issue with cannot open connection > Date: Sat, 10 Aug 2013 17

Re: Issue with cannot open connection

2013-08-10 Thread Thiago H de Paula Figueiredo
ytes before connection was unexpectedly lost. Refeshing the page once or twice usually fixes the problem. Has anyone else encountered on this issue before, and if so, please help me. What could be possible solution to this resolution? Thanks in advance. -- Thi

Re: Issue with cannot open connection

2013-08-10 Thread Dmitry Gusev
er was > milliseconds ago. The last packet sent successfully to the server was 0 > > milliseconds ago. > > java.io.EOFException : Can not read response from server. Expected to > > read 4 bytes, read 0 bytes before connection was unexpectedly lost. > > > Refeshing the pa

Re: Issue with cannot open connection

2013-08-10 Thread Boris Horvat
not tapestry Cheers On Sat, Aug 10, 2013 at 5:18 PM, Nomen Nominus wrote: > Hello Boris. > I have added hibernate-c3p0 ver. 3.3.1-GA.jar to my lib folder. May that > be the issue of the following? Should I go for 3.6.10.Final? > > > From: horvat.z.bo...@gmail.com > > Date

RE: Issue with cannot open connection

2013-08-10 Thread Nomen Nominus
Hello Boris. I have added hibernate-c3p0 ver. 3.3.1-GA.jar to my lib folder. May that be the issue of the following? Should I go for 3.6.10.Final? > From: horvat.z.bo...@gmail.com > Date: Sat, 10 Aug 2013 16:44:10 +0200 > Subject: Re: Issue with cannot open connection &g

Re: Issue with cannot open connection

2013-08-10 Thread Boris Horvat
not read response from server. Expected to > > read 4 bytes, read 0 bytes before connection was unexpectedly lost. > > > Refeshing the page once or twice usually fixes the problem. > > > Has anyone else encountered on this issue before, and if so, please help > me. What could be possible solution to this resolution? > > Thanks in advance. > > > -- Sincerely *Boris Horvat*

Issue with cannot open connection

2013-08-10 Thread Nomen Nominus
s anyone else encountered on this issue before, and if so, please help me. What could be possible solution to this resolution? Thanks in advance.

Re: tapestry-bootstrap repository issue

2013-07-03 Thread Kalle Korhonen
On Wed, Jul 3, 2013 at 8:54 AM, Chris Cureau wrote: > Apparently, the issue goes away if I manually add tapestry5-jquery before > attempting to add tapestry-bootstrap. Maybe the whole issue is that > tapestry5-jquery isn't in the main Maven repo and its doing its best to >

Re: tapestry-bootstrap repository issue

2013-07-03 Thread Chris Cureau
Kalle, Thanks for letting me know. I knew that they weren't Apache projects...and I already know which version of Tapestry I want to use. Apparently, the issue goes away if I manually add tapestry5-jquery before attempting to add tapestry-bootstrap. Maybe the whole issue is that tape

Re: tapestry-bootstrap repository issue

2013-07-03 Thread Kalle Korhonen
The repo for tapestry5-jquery is http://nexus.devlab722.net/nexus/content/repositories/releases, it says so right there on the front page of https://github.com/got5/tapestry5-jquery. Now, neither tapestry-bootstrap (this one right? https://github.com/trsvax/tapestry-bootstrap) nor tapestry5-jquery

tapestry-bootstrap repository issue

2013-07-03 Thread Chris Cureau
I got a strange error from Eclipse this morning when trying to add tapestry-bootstrap to my pom... ArtifactDescriptorException: Failed to read artifact descriptor for org.got5:tapestry5-jquery:jar:3.2.1: ArtifactResolutionException: Failure to transfer org.got5:tapestry5-jquery:pom:3.2.1 from http

RE: default focus issue in tml page

2013-06-19 Thread Athneria, Mahendra
Thanks a lot Thiago H de Paula Figueiredo. It worked for me :-) Regards, Mahendra -Original Message- From: Thiago H de Paula Figueiredo [mailto:thiag...@gmail.com] Sent: Thursday, June 20, 2013 2:32 AM To: Tapestry users Subject: Re: default focus issue in tml page On Wed, 19 Jun 2013

Re: default focus issue in tml page

2013-06-19 Thread Thiago H de Paula Figueiredo
On Wed, 19 Jun 2013 08:56:57 -0300, Athneria, Mahendra wrote: Hi, Hi! Have you tried using autofocus="false" in the Form component? I am facing weird issue on my tapestry page. On page I have three fields. 1st - select box -> tabindex is 1 and t:validate="require

default focus issue in tml page

2013-06-19 Thread Athneria, Mahendra
Hi, I am facing weird issue on my tapestry page. On page I have three fields. 1st - select box -> tabindex is 1 and t:validate="required" 2nd - textfield -> tabindex is 2 and t:validate="required" 3rd - textfield -> tabindex is 3 and t:validate="required"

RE: does this issue still have to be ignored ?

2013-06-16 Thread nhhockeyplayer nashua
Sorry I messed up this post. The original error sticks after I commented out telling my columns they are sortable. try { grid.getDataModel().get("gp").sortable(true); grid.getDataModel().get("g").sortable(true); grid.getDataModel().get("a").sortable(tr

RE: does this issue still have to be ignored ?

2013-06-16 Thread nhhockeyplayer nashua
I thought it might be helpful to post a couple of methods. I am hoping to find a workaround for this one and move on. Sorry this post turned into a twisted two kinda issue. Fist it was the missing DIV and now its the CollectionGridDataSource. My form properties are using @Persist because I

RE: does this issue still have to be ignored ?

2013-06-16 Thread nhhockeyplayer nashua
Well I am not sure if the added DIV is actually working or not. One thing leads to another. I thought I had this boiled down to one symptom and one error. I apologize if I slipped. This is what I receive after buiding with the DIV stuff added. So I am guessing that the embedded DIV's I added ar

RE: does this issue still have to be ignored ?

2013-06-16 Thread nhhockeyplayer nashua
I didnt mean to come off negative... but its not a positive thing either... I dont have an error message on the console to offer except this... 127.0.0.1 - - [17/Jun/2013:05:07:41 +] "POST /leadersquery.grid.columns:sort/pts/grid?t:ac=org.tynamo.examples.pphl.pages.LeadersQuery$0040cbd892

does this issue still have to be ignored ?

2013-06-16 Thread nhhockeyplayer nashua
I know there are other fish to fry... but its been years now. https://issues.apache.org/jira/browse/TAP5-1187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel https://issues.apache.org/jira/browse/TAP5-1757 http://apache-tapestry-mailing-list-archives.1045711.n5.nabble.com/T

Re: Localization issue

2013-06-12 Thread Lance Java
This is core java and not really tapestry related. It's driven by Locale.getDefault() http://stackoverflow.com/questions/8809098/how-do-i-set-the-default-locale-for-my-jvm

  1   2   3   4   5   6   7   8   9   >