Re: [appfuse-user] Struts2 REST plugin

2009-02-01 Thread DUSTIN PEARCE
Yes, the current struts version to upgrade to is 2.1.6. If you have JSON or XML interface needs the REST plugin can be useful. Also in the latest version of Struts is the Convention plugin, which help remove XML configuration and javatemplates, which are much faster tag templates. -D

[appfuse-user] Struts2 REST plugin

2009-02-01 Thread Jeremy Anderson
Anyone attempted to update Struts2 to version 2.1.1+ to make use of the Struts2 REST plugin?

Re: [appfuse-user] Failed to read auto-increment value

2009-02-01 Thread bingosabi
I ran into second issue as well: "Failed to read auto-increment from storage engine" It is apparently a bug in MySQL from 5.1.24 on. It says in the patch queue, but the issue has still yet to be addressed as of 5.1.30. http://bugs.mysql.com/35602 http://bugs.mysql.com/35602 As it was re

[appfuse-user] Struts2 datetimepicker

2009-02-01 Thread Jeremy Anderson
What's the trick to get the Struts2 datetimepicker tag to work in AppFuse 2.0.2? Or is there a better way of providing a Date/Time entry what is it? Regards, Jeremy

[appfuse-user] Xfire exposes all methods by default

2009-02-01 Thread mschipperheyn
Hi, I'm experimenting with webservices on my appfuse based project. I'm finding out that XFire exposes all methods in an annotated service by default. Why not invite all the hackers for tea and biscuits? So, grudgingly, I'm going up the inheritance tree to close down all the other methods. Howeve