Re: Struts 2 issue with Spring, Hibernate, and Tiles

2008-03-06 Thread Kelly.Graus
newton.dave wrote: If you turn on devMode do you see any additional log messages that might indicate a problem? I don't see anything immediately obvious, but it's late and I'm crabby ;) You can also turn the logging levels up for both S2 and XWork and see if any additional information is

Re: Struts 2 issue with Spring, Hibernate, and Tiles

2008-03-06 Thread Othon Reyes Sanchez
As a suggestion try to add log4j to your application and change the level of messages to debug. In your xml add the following: context-param param-namewebAppRootKey/param-name param-valuesap.root/param-value /context-param context-param

Re: Struts 2 issue with Spring, Hibernate, and Tiles

2008-03-06 Thread Othon Reyes Sanchez
BTW the text in orange needs to be equal but it can be any text. On Thu, Mar 6, 2008 at 11:21 AM, Othon Reyes Sanchez [EMAIL PROTECTED] wrote: As a suggestion try to add log4j to your application and change the level of messages to debug. In your xml add the following: context-param

Re: Struts 2 issue with Spring, Hibernate, and Tiles

2008-03-06 Thread Dave Newton
--- Kelly.Graus [EMAIL PROTECTED] wrote: newton.dave wrote: I tried turning on devMode (added constant name=struts.devMode value=true / to my struts.xml file), but I didn't see any change. I'm thinking that in itself is indicative of a problem. I'm using Eclipse to publish and test this

Re: Struts 2 issue with Spring, Hibernate, and Tiles

2008-03-06 Thread Kelly.Graus
Well, it turns out that for some reason, Eclipse isn't publishing my struts.xml file when it's in the classes directory. Moving it to the WEB-INF directory causes it to be published, by it doesn't do anything there. I manually copied it to the correct location after publishing, then started the

Re: Struts 2 issue with Spring, Hibernate, and Tiles

2008-03-06 Thread Othon Reyes Sanchez
are you using any plugin for eclipse like lomboz or myeclipse? On Thu, Mar 6, 2008 at 11:46 AM, Kelly.Graus [EMAIL PROTECTED] wrote: Well, it turns out that for some reason, Eclipse isn't publishing my struts.xml file when it's in the classes directory. Moving it to the WEB-INF directory

Re: Struts 2 issue with Spring, Hibernate, and Tiles

2008-03-06 Thread Kelly.Graus
Othon Reyes Sanchez wrote: are you using any plugin for eclipse like lomboz or myeclipse? No, I don't have any additional plugins installed (unless they come with the default Eclipse install). -- View this message in context:

Re: Struts 2 issue with Spring, Hibernate, and Tiles

2008-03-06 Thread Othon Reyes Sanchez
No they come. if you can pay myeclipse use it. it is very good plugin. try lomboz, it's free and also a very good plugin. Both of them will deploy your struts.xml every time you change it but restart your server to apply chenges. On Thu, Mar 6, 2008 at 11:59 AM, Kelly.Graus [EMAIL PROTECTED]

Re: Struts 2 issue with Spring, Hibernate, and Tiles

2008-03-06 Thread Dave Newton
--- Kelly.Graus [EMAIL PROTECTED] wrote: Well, it turns out that for some reason, Eclipse isn't publishing my struts.xml file when it's in the classes directory. Moving it to the WEB-INF directory causes it to be published, by it doesn't do anything there. I manually copied it to the correct

Re: Struts 2 issue with Spring, Hibernate, and Tiles

2008-03-06 Thread Kelly.Graus
newton.dave wrote: --- Kelly.Graus [EMAIL PROTECTED] wrote: Well, it turns out that for some reason, Eclipse isn't publishing my struts.xml file when it's in the classes directory. Moving it to the WEB-INF directory causes it to be published, by it doesn't do anything there. I manually

Re: Struts 2 issue with Spring, Hibernate, and Tiles

2008-03-06 Thread Dave Newton
--- Kelly.Graus [EMAIL PROTECTED] wrote: That worked! Thanks! Ah, I remember when programming was a matter of toggling some front-panel switches. Deployment was much less complicated, if not more callus-y. Glad it got worked out :) Dave

Re: Struts 2 issue with Spring, Hibernate, and Tiles

2008-03-06 Thread Al Sutton
, March 06, 2008 5:46 PM Subject: Re: Struts 2 issue with Spring, Hibernate, and Tiles Well, it turns out that for some reason, Eclipse isn't publishing my struts.xml file when it's in the classes directory. Moving it to the WEB-INF directory causes it to be published, by it doesn't do anything

Struts 2 issue with Spring, Hibernate, and Tiles

2008-03-05 Thread Kelly Graus
Hello, I am trying to setup my first Struts 2 project with Spring, Hibernate, and Tiles (and only my second Struts 2 project). I think I have Spring, Hibernate, and Tiles all working correctly. I'm using Tomcat 6, with the newest released versions of Struts, Spring, Hibernate, and Tiles. I

Re: Struts 2 issue with Spring, Hibernate, and Tiles

2008-03-05 Thread Dave Newton
If you turn on devMode do you see any additional log messages that might indicate a problem? I don't see anything immediately obvious, but it's late and I'm crabby ;) You can also turn the logging levels up for both S2 and XWork and see if any additional information is provided. I'd also fire up