Re: [appfuse-user] mvn appfuse:full-source does not work

2008-05-14 Thread Matt Raible
It appears that AppFuse's SVN is now fixed. Running "appfuse:full-source" should work again. Cheers, Matt On Tue, May 13, 2008 at 11:25 PM, Matt Raible <[EMAIL PROTECTED]> wrote: > The full-source bug currently exists because AppFuse's SVN is down. > I've contacted java.net (who hosts the reposi

Re: [appfuse-user] Appfuse without persistence framework

2008-05-14 Thread Michael Horwitz
Hi Lucie, You would have to replace all the dao's with their JDBC equivalents. Spring will help with the result set <-> object attribute mappings. The tricky bit is going to be building the full tree (i.e. relationships etc), which the persistence frameworks handle under the covers. Other than tha

[appfuse-user] Appfuse without persistence framework

2008-05-14 Thread Lucie
Hi, I'd like to use Appfuse to start a new project, and am just wonderful how much tweaking is required if database access is done via JDBC (i.e. no persistence framework used, a decision not made by me). Lucie -- View this message in context: http://www.nabble.com/Appfuse-without-persisten

Re: [appfuse-user] AppFuse 2.0.2 JSF Problems.

2008-05-14 Thread Matt Raible
Please enter this as an issue in JIRA so it's easier to track. http://issues.appfuse.org/browse/APF Thanks, Matt On Wed, May 14, 2008 at 11:38 AM, Irshad Buchh <[EMAIL PROTECTED]> wrote: > > Hi Matt, > > Here are the steps: > > 1. Create JSF-Basic project success. > 2. Modify mail.propertie

Re: [appfuse-user] AppFuse 2.0.2 JSF Problems.

2008-05-14 Thread Irshad Buchh
Hi Matt, Here are the steps: 1. Create JSF-Basic project success. 2. Modify mail.properties file etc.success. 3. Run mvn ...success. 4. Run mvn jetty:run-war success 5. Open the app at http://localhost:8080..success. 6. Login as admin ...success 7.

Re: [appfuse-user] AppFuse 2.0.2; Jetty 6.1.9 still accesses org/acegisecurity

2008-05-14 Thread Matt Raible
Did you search all your .java classes and .xml files? If so, make sure you have appfuse.version=2.0.2 and you don't have any files in WEB-INF/classes and WEB-INF/lib. Matt On Wed, May 14, 2008 at 8:45 AM, Martin Homik <[EMAIL PROTECTED]> wrote: > > I followed the AppFuse upgrade instructions and

[appfuse-user] AppFuse 2.0.2; Jetty 6.1.9 still accesses org/acegisecurity

2008-05-14 Thread Martin Homik
I followed the AppFuse upgrade instructions and ended up with the following exception. Never mind about my project path name which has a "ACEGI" substring. I merely wonder why Jetty looks for org/acegisecurity/providers/ProviderManager. I have replaced all "org.acegigisecury" by "org.springframew

Re: [appfuse-user] modifications made in the javascript source are not available

2008-05-14 Thread Matt Raible
Are you sure you're editing the correct file? If so, try running "mvn clean" to ensure you get the latest file from src/main/webapp/scripts. Matt On Wed, May 14, 2008 at 1:07 AM, sudheerp <[EMAIL PROTECTED]> wrote: > > Hello, > > I am using appfuse-jsf 2.0.1 on windows XP. Whatever modific

Re: [appfuse-user] Need Help: WARN [btpool0-1] LookupUtil.(99) | Exception: [.LookupUtil] Error looking up property "username" in object type "[Ljava.lang.Object;". Cause: Unknown property 'user

2008-05-14 Thread Matt Raible
It looks like the User object that's returned doesn't have a username property. Matt On Wed, May 14, 2008 at 6:47 AM, Greenhorn2005 <[EMAIL PROTECTED]> wrote: > > Hello all Appfusers, > > I am practically a newbie in this field. > > I just got an error given below: > > WARN [btpool0-1

Re: [appfuse-user] AppFuse 2.0.2 JSF Problems.

2008-05-14 Thread Matt Raible
Are the steps to reproduce this simply creating a new user? If not, please provide a list of detailed steps. Thanks, Matt On Wed, May 14, 2008 at 3:05 AM, Irshad Buchh <[EMAIL PROTECTED]> wrote: > > Hi, > I tried it on both IE and FireFox on a Windows Vista and Windows XP Prof. > machine. Thi

[appfuse-user] Need Help: WARN [btpool0-1] LookupUtil.(99) | Exception: [.LookupUtil] Error looking up property "username" in object type "[Ljava.lang.Object;". Cause: Unknown property 'usernam

2008-05-14 Thread Greenhorn2005
Hello all Appfusers, I am practically a newbie in this field. I just got an error given below: WARN [btpool0-1] LookupUtil.(99) | Exception: [.LookupUtil] Error looking up property "username" in object type "[Ljava.lang.Object;". Cause: Unknown property 'username' java.lang.NoSuchMeth

Re: [appfuse-user] AppFuse 2.0.2 JSF Problems.

2008-05-14 Thread Irshad Buchh
Hi, I tried it on both IE and FireFox on a Windows Vista and Windows XP Prof. machine. This problem was never seen in 2.0.1 or previous versions. --Irshad. mraible wrote: > > Hmmm, there's not much information on what's causing this problem. You > gotta love JSF's stack traces. ;-) > > If you

[appfuse-user] modifications made in the javascript source are not available

2008-05-14 Thread sudheerp
Hello, I am using appfuse-jsf 2.0.1 on windows XP. Whatever modifications I have made in the following people.js file is not executed and it is not reflected in the firefox Firebug console. Is there any maven command to force the modification available in the web