[appfuse-user] How to call a stored procedure

2008-03-11 Thread Aakhunaten
I am using AppFuse 2.0.1 with Hibernate and PostgreSQL. I am not able to make calls to stored procedures. I tried @NamedQueries and @NamedNativeQuery, no luck. Maybe I am doing something wrong, maybe thats not even the right approach. In one of my earlier projects with AppFuse, i used iBatis coz i

Re: [appfuse-user] [appfuse:gen] and UI for manytoone or manytomany relationships

2008-03-11 Thread Richard M
IMHO, supporting many-to-one would be a good first step and be quite useful. But even that in the general case is not quite so simple. Here are some of this issues I can think of: 1. The JSP control probably needs to vary based on the number of rows in the table being referred to: - If only a fe

Re: [appfuse-user] ACEGI request.getRemoteUser() returns null

2008-03-11 Thread orangetreats20171
http://www.nabble.com/file/p15986107/security.xml security.xml I dont recall making changes to security.xml. i am attaching it anyway. No clue as to what the problem is -- View this message in context: http://www.nabble.com/ACEGI-request.getRemoteUser%28%29-returns-null-tp15950800s2369p15

Re: [appfuse-user] ACEGI request.getRemoteUser() returns null

2008-03-11 Thread orangetreats20171
http://www.nabble.com/file/p15986108/security.xml security.xml I dont recall making changes to security.xml. i am attaching it anyway. No clue as to what the problem is -- View this message in context: http://www.nabble.com/ACEGI-request.getRemoteUser%28%29-returns-null-tp15950800s2369p15

[appfuse-user] Could not resolve placeholder 'mail.default.from'

2008-03-11 Thread banbonero
i have got this error whene runing tests: " org.springframework.beans.factory.BeanDefinitionStoreException: Error registering bean with name 'mailEngine' defined in class path resource [applicationContext-service.xml]: Could not resolve placeholder 'mail.default.from' " any idea??? -- View th

Re: [appfuse-user] [appfuse:gen] and UI for manytoone or manytomany relationships

2008-03-11 Thread khalid el hayani
i have the time to do that but i want to know if some one has a idea. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [appfuse-user] Speed up Development Cycles....

2008-03-11 Thread Cayetano
Hi, > > Thanks for the feedback. It sounds like you were able to streamline the > build.xml files to drastically reduce the build times. > > Don't suppose you'd be willing to share some of your work, work you? > Well, it's not exactly an enhacement of the original build.xml, it's a derivation

Re: [appfuse-user] [appfuse:gen] and UI for manytoone or manytomany relationships

2008-03-11 Thread Matt Raible
It doesn't implement this currently. If someone takes the time to figure out what the UI might look like (JSPs, Controllers, etc.), I'd be happy to add this functionality. Matt On 3/11/08, khalid el hayani <[EMAIL PROTECTED]> wrote: > hi list, > did appfuse:gen generate a UI for manytoone or man

[appfuse-user] [appfuse:gen] and UI for manytoone or manytomany relationships

2008-03-11 Thread khalid el hayani
hi list, did appfuse:gen generate a UI for manytoone or manytomany relationships? if no, what can i do to implimente this in AMP? i need your idea. tanks in advance - el hayani khalid - ---

RE: [appfuse-user] Junit Test Cases failing within eclipse.

2008-03-11 Thread Abdul Khaliq Gaffar
Thanks ,it got sorted out by doing mvn clean . Regards, Khaliq -Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED] Sent: 11 March 2008 10:20 To: users@appfuse.dev.java.net Subject: Re: [appfuse-user] Junit Test Cases failing within eclipse. If you're seeing this error, it's

Re: [appfuse-user] ACEGI request.getRemoteUser() returns null

2008-03-11 Thread Matt Raible
Did you modify security.xml at all? It's possible the filter that makes this work is not in the filter chain. Matt On 3/11/08, orangetreats20171 <[EMAIL PROTECTED]> wrote: > > The URL is from mainMenu.jsp... > > ... > > This url invokes UserAction class where call is made to > request.getRem

Re: [appfuse-user] ACEGI request.getRemoteUser() returns null

2008-03-11 Thread orangetreats20171
The URL is from mainMenu.jsp... ".. This url invokes UserAction class where call is made to request.getRemoteUser() -- View this message in context: http://www.nabble.com/ACEGI-request.getRemoteUser%28%29-returns-null-tp15950800s2369p15976662.html Sent from the AppFuse - User mailing list arc

Re: [appfuse-user] Appfuse 2 JSF - A4J undefined question

2008-03-11 Thread Matt Raible
I believe the script is added by the Ajax4JSFFilter - you might want to make sure your URL pattern matches the filters. Matt On 3/11/08, ycharron <[EMAIL PROTECTED]> wrote: > > Hi Matt, > No I didn't get this from the a demo. We are building a project around > a jsf version of appfuse 2. >

Re: [appfuse-user] Appfuse 2 JSF - A4J undefined question

2008-03-11 Thread ycharron
Hi Matt, No I didn't get this from the a demo. We are building a project around a jsf version of appfuse 2. Everything was working great until we realized that we've lost our ajax functionnality. I went back and build a fresh appfuse jsf to use as a reference project. I then noticed that th

Re: [appfuse-user] Speed up Development Cycles....

2008-03-11 Thread apresley
Dear Cayetano, Thanks for the feedback. It sounds like you were able to streamline the build.xml files to drastically reduce the build times. Don't suppose you'd be willing to share some of your work, work you? Also -- do you do a complete restart of Tomcat, or do you do a hot deploy? Thanks!

Re: [appfuse-user] run with tomcat

2008-03-11 Thread banbonero
think you, both answers are useful =) -- View this message in context: http://www.nabble.com/run-with-tomcat-tp15950705s2369p15975705.html Sent from the AppFuse - User mailing list archive at Nabble.com. - To unsubscribe, e

Re: [appfuse-user] run with tomcat

2008-03-11 Thread banbonero
think you, both answers are useful =) -- View this message in context: http://www.nabble.com/run-with-tomcat-tp15950705s2369p15975704.html Sent from the AppFuse - User mailing list archive at Nabble.com. - To unsubscribe, e-m

Re: [appfuse-user] hi

2008-03-11 Thread khalid el hayani
i dont see the error when i do that manually EL HAYANI Khalid - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [appfuse-user] tutorial-spring: PersonFormController - form post not going to onSubmit

2008-03-11 Thread Matt Raible
Have you tried comparing your code to the completed tutorial? http://appfuse-demos.googlecode.com/files/appfuse-demos-2.0.1.tar.gz Thanks, Matt On 3/9/08, Waldo Rochow <[EMAIL PROTECTED]> wrote: > I have added this work-around (read "hack") to get the unit tests to > work, and to get the page