[appfuse-user] Appfuse:full-source, ressources, directory organization, ergonomics

2007-08-21 Thread benoit moraillon
Hi appfusers, appfuse:full-source is a very good idea, more productive and more comfortable for webapp developpement. But... I think having both applicationContext.xml in webapp/web-inf and application-dao.xml, -service.xml in src/main/ressources is confusing. I think appfuse should reduce the nu

RE: [appfuse-user] Getting my head around pickList

2007-08-21 Thread Aled Rhys Jones
Thanks Matt. The page currently isn't being displayed at all, I'm getting a null pointer exception. I'll have a look at the link tonight. Aled -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matt Raible Sent: 20 August 2007 22:56 To: [email protected]

[appfuse-user] Mylyn requires JIRA version 3.3.3 or later

2007-08-21 Thread Ashkan Roshanayi
Matt, Please consider upgrading JIRA to at lest 3.3.3 if you have time. I think many people like to navigate the issues using Mylyn (formerly Mylar) plugin within eclipse. I use eclipse 3.3 with Mylyn 2 and whenever I want to connect to Appfuse jira I got " Mylar requires JIRA version 3.3.3 or lat

[appfuse-user] Spring Task Executor

2007-08-21 Thread benoit moraillon
Hi appfusers, Do you know how i can transform an appfuse/spring manager into a spring async task executor in order to execute one of my manager method asyncronously (in an other container thread). Thanks in advance, BenoƮt.

[appfuse-user] Is this a correct way to validate a user input ?

2007-08-21 Thread sudheerp
Hello, I am using appfuse-jsf 1.9.4. I have an input field like this And in my concernedPersonsForm bean I have a validateToDate method like below public void validateToDate( FacesContext context, UIComponent componentToValidate, Object valu

Re: [appfuse-user] Mylyn requires JIRA version 3.3.3 or later

2007-08-21 Thread Eric Fitzsimmons
You can easily just change the pom to use version 3.3.3. Ashkan Roshanayi wrote: Matt, Please consider upgrading JIRA to at lest 3.3.3 if you have time. I think many people like to navigate the issues using Mylyn (formerly Mylar) plugin within eclipse. I use eclipse 3.3 with Mylyn 2 and whe

Re: [appfuse-user] Appfuse:full-source, ressources, directory organization, ergonomics

2007-08-21 Thread Matt Raible
On 8/21/07, benoit moraillon <[EMAIL PROTECTED]> wrote: > Hi appfusers, > appfuse:full-source is a very good idea, more productive and more > comfortable for webapp developpement. > > > But... > I think having both applicationContext.xml in webapp/web-inf and > application-dao.xml, -service.xml in

Re: [appfuse-user] Is this a correct way to validate a user input ?

2007-08-21 Thread Matt Raible
On 8/21/07, sudheerp <[EMAIL PROTECTED]> wrote: > > Hello, > > I am using appfuse-jsf 1.9.4. > > I have an input field like this > > value="#{text['concernedPersons.toDate']}"/> > value="#{concernedPersonsForm.concernedPersons.toDate}" > validator="#{concernedPersonsForm.validateT

Re: [appfuse-user] Mylyn requires JIRA version 3.3.3 or later

2007-08-21 Thread Matt Raible
The latest release of JIRA is 3.10 and that's the version we're running. http://blogs.atlassian.com/news/jira/ Matt On 8/21/07, Ashkan Roshanayi <[EMAIL PROTECTED]> wrote: > Matt, > Please consider upgrading JIRA to at lest 3.3.3 if you have time. I think > many people like to navigate the issu

[appfuse-user] download bundle for appfuse 2.0 Mx

2007-08-21 Thread Bacchu, Anjan (ETW)
Hi There, I'm behind a corporate firewall (MS ISA) which does NOT let svn retrieve stuff from the 'net. I'm wondering if there is a download which I can use for the same ? I saw the dependencies .ZIP file but I can't use the dependencies since I cannot get maven to fetch the source,

Re: [appfuse-user] download bundle for appfuse 2.0 Mx

2007-08-21 Thread Matt Raible
Are you hoping to do AppFuse full-source? Is that why you need the source? If you send me the parameters you need to create your project, I can create it for you and make it available for download. Matt On 8/21/07, Bacchu, Anjan (ETW) <[EMAIL PROTECTED]> wrote: > > > > > Hi There, > > > > I

[appfuse-user] EasyMock or jMock for appfuse/spring

2007-08-21 Thread Bacchu, Anjan (ETW)
Hi There, Is there a reason why appfuse ships with jMock instead of EasyMock ? We're trying to evaluate jMock and EasyMock for a project and it would help to see why one would choose jMock over EasyMock. Thank you, BR, ~A

Re: [appfuse-user] sub folder under pages

2007-08-21 Thread reddeagle9
I just got back to this tonight. I am having no success displaying a page that exists under the WEB-INF directory However if i move my page (customeWelcome.jsp) out of the WEB-INF directory it displays fine using [code][/code] Once i move the page under WEB-INF pages and use the path as below an

Re: [appfuse-user] sub folder under pages

2007-08-21 Thread Matt Raible
It sounds like it does a redirect. You should be able to create a Controller/Action or a UrlRewriteRule that forwards to this page and then use the URL for that. Matt On 8/21/07, reddeagle9 <[EMAIL PROTECTED]> wrote: > > I just got back to this tonight. I am having no success displaying a page >