>From some discussions with people at conferences, the main problem is the stringent security contraints inside GlassFish. Tapestry does some "non-kosher" things in terms of creating class loaders and using reflection (a lot of this is related to using Javassist), and these things need to be expressly allowed using a security file.
I'd love to see someone work through those issues and post to the wiki the necessary security configuration changes that are needed. On 3/13/06, Shreedhar Ganapathy <[EMAIL PROTECTED]> wrote: > Hello > I am part of the GlassFish project that is developing an open source > application server based on Java EE 5. (http://glassfish.dev.java.net). > > We are looking to better understand how well popular frameworks, and > apps work with GlassFish. > These have the dual benefits of identifying any bugs/issues, and growing > the adoption of both the framework itself, and GlassFish. > > Could you share any pointers you may have to any blogs, mailing list > questions or articles that cover experiences/issues with deploying and > running any Tapestry based Apps with GlassFish ? > > best regards > > Shreedhar Ganapathy > Staff Engineer, > Sun Microsystems, Inc. > PS: I am not on this mailing list. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Howard M. Lewis Ship Independent J2EE / Open-Source Java Consultant Creator, Jakarta Tapestry Creator, Jakarta HiveMind Professional Tapestry training, mentoring, support and project work. http://howardlewisship.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
