Re: [appfuse-user] JNDI + Jetty; Strangeness with JNDI Mail Sessions

2008-10-15 Thread Matt Raible
On Wed, Oct 15, 2008 at 9:58 PM, Alexander Coles <[EMAIL PROTECTED]> wrote: > > > On Oct 16, 2008, at 5:40 AM, "Matt Raible" <[EMAIL PROTECTED]> wrote: > >> On Wed, Oct 15, 2008 at 9:12 PM, Alex Coles <[EMAIL PROTECTED]> wrote: >>> >>> Just a handful of related issues to my original issue here -- g

Re: [appfuse-user] JNDI + Jetty; Strangeness with JNDI Mail Sessions

2008-10-15 Thread Alexander Coles
On Oct 16, 2008, at 5:40 AM, "Matt Raible" <[EMAIL PROTECTED]> wrote: On Wed, Oct 15, 2008 at 9:12 PM, Alex Coles <[EMAIL PROTECTED]> wrote: Just a handful of related issues to my original issue here -- getting JNDI working well with AppFuse. Left on my list is creating the equivalent co

Re: [appfuse-user] JNDI + Jetty; Strangeness with JNDI Mail Sessions

2008-10-15 Thread Matt Raible
On Wed, Oct 15, 2008 at 9:12 PM, Alex Coles <[EMAIL PROTECTED]> wrote: > Just a handful of related issues to my original issue here -- getting > JNDI working well with AppFuse. > > Left on my list is creating the equivalent context.xml files to get > things working with the cargo plugin. > > I noti

Re: [appfuse-user] JNDI + Jetty; Strangeness with JNDI Mail Sessions

2008-10-15 Thread Alex Coles
Just a handful of related issues to my original issue here -- getting JNDI working well with AppFuse. Left on my list is creating the equivalent context.xml files to get things working with the cargo plugin. I noticed AppFuse by default includes a resin-web.xml file, but with the contents comment

Re: [appfuse-user] JNDI + Jetty; Strangeness with JNDI Mail Sessions

2008-10-15 Thread Alex Coles
On Thu, Oct 16, 2008 at 4:46 AM, Matt Raible <[EMAIL PROTECTED]> wrote: > > On Wed, Oct 15, 2008 at 8:44 PM, Alexander Coles <[EMAIL PROTECTED]> > wrote: > > >> You should be able to modify the dependencies in pom.xml (or exclude > them > >> if they're from another dependency) and set them to > >>

Re: [appfuse-user] JNDI + Jetty; Strangeness with JNDI Mail Sessions

2008-10-15 Thread Matt Raible
Optional might not be working because another dependency is pulling the JAR in. You can run "mvn dependency:tree" to see a dependency graph. Matt On Wed, Oct 15, 2008 at 8:44 PM, Alexander Coles <[EMAIL PROTECTED]> wrote: > On Oct 15, 2008, at 4:14 AM, Matt Raible wrote: > >> On Tue, Oct 14, 2008

Re: [appfuse-user] JNDI + Jetty; Strangeness with JNDI Mail Sessions

2008-10-15 Thread Alexander Coles
On Oct 15, 2008, at 4:14 AM, Matt Raible wrote: On Tue, Oct 14, 2008 at 7:44 PM, Alex Coles <[EMAIL PROTECTED]> wrote: Setting up with a Mail Session, however, is causing a headache and this is where I would appreciate some help. I did the following: * Moved mailSender bean definition out o

Re: [appfuse-user] Appfuse, Struts2, Displaytag, Drill down issue

2008-10-15 Thread wskent
This is happening with JavaScript turned off or on. It is also happening in Tomcat 6. This behavior is not happening in IE 7 on either Tomcat 6 or JBoss 4.2 . -- View this message in context: http://www.nabble.com/Appfuse%2C-Struts2%2C-Displaytag%2C-Drill-down-issue-tp19860157s2369p20002842.html

Re: [appfuse-user] Appfuse, Struts2, Displaytag, Drill down issue

2008-10-15 Thread Matt Raible
It seems more like a Struts issue than a Firefox issue. Have you verified it happens when JS is disabled? If so, I'd suggest contacting the Struts user mailing list. Matt On Wed, Oct 15, 2008 at 9:32 AM, wskent <[EMAIL PROTECTED]> wrote: > > Firefox is causing Struts 2.9.11 actions to be execute

Re: [appfuse-user] Appfuse, Struts2, Displaytag, Drill down issue

2008-10-15 Thread wskent
Firefox is causing Struts 2.9.11 actions to be executed twice in JBoss 4.2. This behavior is not happening in IE 7.0.5730.11. What is the best way to report this issue to Firefox? -- View this message in context: http://www.nabble.com/Appfuse%2C-Struts2%2C-Displaytag%2C-Drill-down-issue-tp198601

[appfuse-user] question on cluster environment

2008-10-15 Thread Ding, Qin
Our appfuse(1.9.4) runs in a clustered environment. (Websphere with Oracle). We have a requirement to know which instance of websphere serves the user request. Does anyone know how to implement this requirement? Thank you for your ideas and pointers. QD

Re: [appfuse-user] AppFuse 2 + Struts 2 - One JSP -> two different Actions ? possible

2008-10-15 Thread Rob Hills
Hi All, Rob Hills wrote: > > > Rob Hills wrote: >> >> In my AppFuse 2 + Struts app, I have one Form JSP (with one Action class) >> that is accessed from two different lists. When the user quits the form >> (save, cancel etc.) they need to return to the list they came from... >> > > I still