Re: [appfuse-user] Appfuse M3 and Eclipse help

2008-01-10 Thread muzzamo
Hi, Just to clarify, by going through these steps, should it be possible to load the project in eclipse, and run it on the tomcat server that is present in the servers view, with changes that you make to the source reflecting on your server either immediately or through a restart (i dont care wh

[appfuse-user] Converting JSTL expressions to OGNL

2008-01-10 Thread Rob Hills
Hi Matt, Firstly, I've changed the subject to make it easier for people to find a solution to this kind of problem in the future. Secondly, I've added a bit to the 2.0.1 release notes (http://appfuse.org/display/APF/Release+Notes+2.0.1) to maybe help prevent others from being tripped up by th

Re: [appfuse-user] To go in a action after authenticationfailure

2008-01-10 Thread ujjala
I applied the folloeing proceedure but now i am not able to login . My first page is not coming .Its showing following error in log file. [1/11/08 11:00:20:250 IST] 543f7ab0 WebGroup I SRVE0181I: [Appfuse] [/AuditTool] [Servlet.LOG]: JspFactoryImpl: Exception initializing page

Re: [appfuse-user] AppFuse Struts-2 Basic + Hibernate - upgrade to AppFuse 2.0.1 -> Struts Taglib problem?

2008-01-10 Thread Rob Hills
Hi Matt, On 10 Jan 2008 at 21:34, Matt Raible wrote: > I'm assuming you're using JSTL expressions - i.e. ${...}. If so, > Struts recently changed to only allow OGNL expressions to prevent > security issues. If you can post your expressions, we can try to help > you translate them into OGNL expres

Re: [appfuse-user] Getting started: XFire webservices with AppFuse 2 (without UI)

2008-01-10 Thread Matt Raible
You are correct, it cannot be deployed as a webapp out-of-the-box. There's an open issue for doing that. http://issues.appfuse.org/browse/APF-897 Matt On 1/10/08, maxxum <[EMAIL PROTECTED]> wrote: > > Thanks Matt. > But wouldn't that need some changes the POM? core by itself cannot be > deployed

Re: [appfuse-user] AppFuse Struts-2 Basic + Hibernate - upgrade to AppFuse 2.0.1 -> Struts Taglib problem?

2008-01-10 Thread Rob Hills
Hi again, On 11 Jan 2008 at 12:17, Rob Hills wrote: > I bit the bullet last night and upgraded my app from AppFuse 2.0 to 2.0.1 > (Struts 2 Basic Archetype + Core Classes + Hibernate). Since > then I've run into a problem with one of my JSPs. It was working prior to > the update but now thro

Re: [appfuse-user] AppFuse Struts-2 Basic + Hibernate - upgrade to AppFuse 2.0.1 -> Struts Taglib problem?

2008-01-10 Thread Matt Raible
I'm assuming you're using JSTL expressions - i.e. ${...}. If so, Struts recently changed to only allow OGNL expressions to prevent security issues. If you can post your expressions, we can try to help you translate them into OGNL expressions. http://issues.appfuse.org/browse/APF-941 Matt On 1/10

Re: [appfuse-user] Getting started: XFire webservices with AppFuse 2 (without UI)

2008-01-10 Thread maxxum
Thanks Matt. But wouldn't that need some changes the POM? core by itself cannot be deployed as a WEB APP right? I'll give it a try. mraible wrote: > > You should be able to use the "appfuse-core" archetype for this. It > doesn't contain a web framework or UI. > > Matt > > On Jan 10, 2008,

[appfuse-user] Neat Maven Dependency Browser tool

2008-01-10 Thread Rob Hills
Hi All, While debugging a Maven Dependency issue in my project, I came across a tool that I've found really useful (and much more user-friendly than the maven -X output. The tool and it's docco can be found here: http://code.google.com/p/maven-dependency-browser It provides a GUI view of mave

[appfuse-user] AppFuse Struts-2 Basic + Hibernate - upgrade to AppFuse 2.0.1 -> Struts Taglib problem?

2008-01-10 Thread Rob Hills
Hi All, I bit the bullet last night and upgraded my app from AppFuse 2.0 to 2.0.1 (Struts 2 Basic Archetype + Core Classes + Hibernate). Since then I've run into a problem with one of my JSPs. It was working prior to the update but now throws the following error: javax.servlet.ServletExcepti

Re: [appfuse-user] Getting started: XFire webservices with AppFuse 2 (without UI)

2008-01-10 Thread Matt Raible
You should be able to use the "appfuse-core" archetype for this. It doesn't contain a web framework or UI. Matt On Jan 10, 2008, at 3:03 PM, maxxum wrote: What is the best place to begin developing WebServices if I don't need any UI framework? This is going to be a simple WebService Serve

[appfuse-user] Getting started: XFire webservices with AppFuse 2 (without UI)

2008-01-10 Thread maxxum
What is the best place to begin developing WebServices if I don't need any UI framework? This is going to be a simple WebService Server returning data back so I don't need additional baggage of the UI frameworks... I can start with the Struts and remove unwanted code but I just wanted to see if th

Re: [appfuse-user] applicationContext files in unit tests

2008-01-10 Thread Matt Raible
Are you running your tests from an IDE or from the command line? They should work from the command line. If you're seeing this in your IDE, you may have to change some settings. Matt On Jan 10, 2008, at 11:52 AM, Colin Miller wrote: I'm having some difficulty with my unit tests in appfuse.

[appfuse-user] applicationContext files in unit tests

2008-01-10 Thread Colin Miller
I'm having some difficulty with my unit tests in appfuse. I have a manager test that extends BaseManagerTestCase and uses a Manager bean defined in /src/main/webapp/WEB-INF/applicationContext.xml. When I try to run the unit test, I receive an error: Unsatisfied dependency expressed trhough bean

Re: [appfuse-user] Canoo WebTest error while doing Canoo WebTest (appfuse 1.9.4)

2008-01-10 Thread Marc Siramy
I'm using Appfuse 1.9.4 Marc 2008/1/10, Matt Raible <[EMAIL PROTECTED]>: > > What version of AppFuse are you using? > On Jan 9, 2008, at 4:45 PM, Marc Siramy wrote: > > No, that doesn't work. I tried both french and english locales with > editPerson action. > Each time that cause the same error

Re: [appfuse-user] garbled jsp page

2008-01-10 Thread ujjala
By commenting out Gzip filter the poblem has been resolved. Thanks ujjala wrote: > > yes could be we are trying to install fix pack for httpplugin and try it > out. > > mraible wrote: >> >> You might try commenting out the GzipFilter (or CompressionFilter in >> 1.9.x). Does this happen on T