[Resin-interest] Vfs("mailto:) & message-id

2007-05-08 Thread Dan Martin
resin-2.1.14 We are getting some email messages rejected because there is no "message-id" in the email header sending through VFS. I tried setting with setAttribute("message-id", "[EMAIL PROTECTED]"), but it is not working. I need a tip on getting message-id into the header of a VFS mailto email.

Re: [Resin-interest] Moving from Tomcat, getting No forwarding URI for form

2007-05-08 Thread Scott Ferguson
On May 8, 2007, at 12:04 PM, Pat Farrell wrote: > I had a set of pages working perfectly with Tomcat, and am trying to > move them to Resin. My /j_security_check servlet seems to be > blowing up > with the following response > > javax.servlet.ServletException: No forwarding URI for form > aut

Re: [Resin-interest] Moving from Tomcat, getting No forwarding URI for form

2007-05-08 Thread Josh Rehman
Hey Pat, I'd stick with Tomcat. Resin has some excellent features that can't be found anywhere else (full EJB 2.0 and PHP support for one, and remarkably easy to use configuration files), but Tomcat is now a de facto standard and extremely well supported by an enormous community. I would wager you

[Resin-interest] Moving from Tomcat, getting No forwarding URI for form

2007-05-08 Thread Pat Farrell
I had a set of pages working perfectly with Tomcat, and am trying to move them to Resin. My /j_security_check servlet seems to be blowing up with the following response javax.servlet.ServletException: No forwarding URI for form authentication. Either the login form must specify j_uri or the sess

Re: [Resin-interest] XML View Question

2007-05-08 Thread Scott Ferguson
On May 8, 2007, at 9:51 AM, Aaron Freeman wrote: > Can anybody provide me with any links/hints on this? JSP 2.1 has a trimDirectiveWhitespace option for the <%@ page %> tag. That would be the cleanest way to remove the extra whitespace. -- Scott > > Thanks, > > Aaron > > >> -Original Me

Re: [Resin-interest] XML View Question

2007-05-08 Thread Aaron Freeman
Can anybody provide me with any links/hints on this? Thanks, Aaron > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Aaron Freeman > Sent: Thursday, May 03, 2007 10:59 AM > To: resin-interest@caucho.com > Subject: [Resin-interest] XML View Question

[Resin-interest] Resin 3.1.1 is available

2007-05-08 Thread Scott Ferguson
We've released Resin 3.1.1 The release notes are at http://caucho.com/resin-3.1/changes/ resin-3.1.1.xtp. Amber: JPA is ready to use and is nearly complete. The main missing functionality is extended transactions. But unless you're actually using those, the other functionality is comp