Re: Problem with text field in Glassfish/Payara 5.184

2019-01-29 Thread abangkis
Thanks thiago, turn out hibernate that uses Javassist. On Tue, Jan 29, 2019 at 7:55 PM Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > On Tue, Jan 29, 2019 at 2:05 AM abangkis wrote: > > > Does tapestry 5.4.4 doesn't work with javassist 3.23.1-GA? One thing i > > notice is that paya

Re: Problem with text field in Glassfish/Payara 5.184

2019-01-29 Thread Thiago H. de Paula Figueiredo
On Tue, Jan 29, 2019 at 2:05 AM abangkis wrote: > Does tapestry 5.4.4 doesn't work with javassist 3.23.1-GA? One thing i > notice is that payara 5.184 uses javassist 3.23.1-GA and the 4.1 > uses 3.20.0-GA, while tapestry it self uses 3.18.1-GA. > Tapestry doesn't use Javassist since 5.2, > >

Re: Problem with text field in Glassfish/Payara 5.184

2019-01-28 Thread abangkis
Okay, creating a glassfish-web.xml with the content below, and put it in the same folder as web.xml seems to make the deployment works in Payara 5.184 http://glassfish.org/dtds/glassfish-web-app_3_0-1.dtd";> On Tue, Jan 29, 2019 at 11:04 AM abangkis wrote: > Does tapestry 5.4.4 doesn't w

Re: Problem with text field in Glassfish/Payara 5.184

2019-01-28 Thread abangkis
Does tapestry 5.4.4 doesn't work with javassist 3.23.1-GA? One thing i notice is that payara 5.184 uses javassist 3.23.1-GA and the 4.1 uses 3.20.0-GA, while tapestry it self uses 3.18.1-GA. On Mon, Jan 28, 2019 at 11:30 AM abangkis wrote: > Thanks thiago. I found the error in the server log

Re: Problem with text field in Glassfish/Payara 5.184

2019-01-27 Thread abangkis
Thanks thiago. I found the error in the server log not in my app log. Going back to Payara 4.1.1.164 seems to mitigate the problem. Seems there's a class conflict? I'm using glassfish-web.xml to whitelist conflicting class between the container & my app. I Guess something about this has changed bet

Re: Problem with text field in Glassfish/Payara 5.184

2019-01-27 Thread Thiago H. de Paula Figueiredo
On Sat, Jan 26, 2019 at 5:33 PM abangkis wrote: > I just tried it. The error is still the same. > > What confuses me, if it's some NPE from my services or pages, usually the > stack trace will point directly to one of our classes. This time it doesn't > point to any of my classes. Try adding th

Re: Problem with text field in Glassfish/Payara 5.184

2019-01-26 Thread abangkis
I just tried it. The error is still the same. What confuses me, if it's some NPE from my services or pages, usually the stack trace will point directly to one of our classes. This time it doesn't point to any of my classes. By the way I'm using Tapestry 5.4.4.

Re: Problem with text field in Glassfish/Payara 5.184

2019-01-26 Thread Bob Harner
Just a guess, but have you tried it without the '?' on those two textarea lines? That wouldn't explain why it works in Jetty, of course... On Sat, Jan 26, 2019, 12:35 PM abangkis wrote: > Hi, have anyone experience this problem? > > I have a code that works well in my local development machi

Problem with text field in Glassfish/Payara 5.184

2019-01-26 Thread abangkis
Hi, have anyone experience this problem? I have a code that works well in my local development machine. I'm using jetty runner. But when i deploy it to my production server. The code fails. I'm using Payara 5.184 in my production server. I've dump the server database to test it in my local enviro