Re: [appfuse-user] Error with appfuse:full-source

2009-02-26 Thread Matt Raible
It does now. On Feb 26, 2009, at 10:27 AM, Ice-Man wrote: Matt, In Jul/2007 u sad: "AppFuse's full-source plugin doesn't support iBATIS or JPA yet" So what's the status of AppFuse 2.0.2??! Ice-Man 2009/2/19 rob_h Saeed Iqbal wrote: > > com.mysql.jdbc.exceptions.MySQLSynta

Re: [appfuse-user] Error with appfuse:full-source

2009-02-26 Thread Ice-Man
Matt, In Jul/2007 u sad: "AppFuse's full-source plugin doesn't support iBATIS or JPA yet" So what's the status of AppFuse 2.0.2??! Ice-Man 2009/2/19 rob_h > > > Saeed Iqbal wrote: > > > > com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: FUNCTION > > appfuse_light.nextval does not

Re: [appfuse-user] Error with appfuse:full-source

2009-02-19 Thread rob_h
Saeed Iqbal wrote: > > com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: FUNCTION > appfuse_light.nextval does not exist > I just came across this error in my build, and I think it is down to using the wrong hibernate.dialect. In my case I still had the org.hibernate.dialect.PostgreSQLDial

Re: [appfuse-user] Error with appfuse:full-source

2007-09-20 Thread Matt Raible
No worries - I linked my issue to yours since you provided a better description. Thanks! Matt On 9/20/07, kares <[EMAIL PROTECTED]> wrote: > > > Well, Your definitely faster then I am ;-) > > I did it too: http://issues.appfuse.org/browse/APF-907 > > Karol > > > > mraible wrote: > > > > I've ent

Re: [appfuse-user] Error with appfuse:full-source

2007-09-20 Thread kares
Well, Your definitely faster then I am ;-) I did it too: http://issues.appfuse.org/browse/APF-907 Karol mraible wrote: > > I've entered this in JIRA and I'm testing your suggested fix now. > > http://issues.appfuse.org/browse/APF-906 > > Thanks! > > Matt > > On 9/20/07, Matt Raible <[EM

Re: [appfuse-user] Error with appfuse:full-source

2007-09-20 Thread Matt Raible
I've entered this in JIRA and I'm testing your suggested fix now. http://issues.appfuse.org/browse/APF-906 Thanks! Matt On 9/20/07, Matt Raible <[EMAIL PROTECTED]> wrote: > Can you enter an issue for this in JIRA? Even though I can't reproduce > your issue, it sounds like a reasonable fix. > >

Re: [appfuse-user] Error with appfuse:full-source

2007-09-20 Thread Matt Raible
Can you enter an issue for this in JIRA? Even though I can't reproduce your issue, it sounds like a reasonable fix. http://issues.appfuse.org/browse/APF Matt On 9/20/07, kares <[EMAIL PROTECTED]> wrote: > > OK, wel I found a way to "fix" this full-source issue. > > Please note that it is still

Re: [appfuse-user] Error with appfuse:full-source

2007-09-20 Thread kares
OK, wel I found a way to "fix" this full-source issue. Please note that it is still reproducable with AppFuse 2.0 final. It's definitely an Ant 1.6.5 bug (see the bugzilla bellow) ... might be reproduced under linux and windows, it might not be under Mac, as it is a "File.createTempFile() and th

Re: [appfuse-user] Error with appfuse:full-source

2007-07-26 Thread tweibel
mraible wrote: > > http://static.appfuse.org/downloads/myproject-springmvc-basic-fullsource.zip Thank you very much! Thomas -- View this message in context: http://www.nabble.com/Error-with-appfuse%3Afull-source-tf4101432s2369.html#a11805527 Sent from the AppFuse - User mailing list archive

Re: [appfuse-user] Error with appfuse:full-source

2007-07-25 Thread Matt Raible
http://static.appfuse.org/downloads/myproject-springmvc-basic-fullsource.zip On 7/25/07, Matt Raible <[EMAIL PROTECTED]> wrote: It might take me a while to get this uploaded - I'm traveling to Portland this morning and speaking at OSCON this afternoon. I should be able to do it later tonight. In

Re: [appfuse-user] Error with appfuse:full-source

2007-07-25 Thread Matt Raible
It might take me a while to get this uploaded - I'm traveling to Portland this morning and speaking at OSCON this afternoon. I should be able to do it later tonight. In the meantime, you might try a different machine or ask a friend to create the project for you. Matt On 7/25/07, tweibel <[EMAI

Re: [appfuse-user] Error with appfuse:full-source

2007-07-25 Thread tweibel
mraible wrote: > > Unfortunately, I'm unable to reproduce this issue on my MacBook Pro. I found the following bug report in the AFS bugzilla: http://issues.apache.org/bugzilla/show_bug.cgi?id=34633 mraible wrote: > > I can upload "myproject" so you can download it if you like. That would be

Re: [appfuse-user] Error with appfuse:full-source

2007-07-24 Thread Matt Raible
Unfortunately, I'm unable to reproduce this issue on my MacBook Pro. [INFO] [appfuse:full-source] [INFO] [AppFuse] Installing source from data modules... [INFO] [AppFuse] Installing source from service module... [INFO] [AppFuse] Installing source from web-common module... [INFO] [AppFuse] Install

Re: [appfuse-user] Error with appfuse:full-source

2007-07-24 Thread tweibel
mraible wrote: > > As I mentioned earlier, the full-source plugin does not handle iBATIS. > I hope to add this support before 2.0 Final. I'm not using iBATIS, or not that I'm aware of. All I did, was running: mvn archetype:create -DarchetypeGroupId=org.appfuse -DarchetypeArtifactId=appfuse-bas

Re: [appfuse-user] Error with appfuse:full-source

2007-07-24 Thread Matt Raible
As I mentioned earlier, the full-source plugin does not handle iBATIS. I hope to add this support before 2.0 Final. Matt On 7/24/07, tweibel <[EMAIL PROTECTED]> wrote: mraible wrote: > > You could always try creating an archetype with 2.0-rc1-SNAPSHOT and > see if that problem is fixed. Most

Re: [appfuse-user] Error with appfuse:full-source

2007-07-23 Thread tweibel
mraible wrote: > > You could always try creating an archetype with 2.0-rc1-SNAPSHOT and > see if that problem is fixed. Most issues with full-source seem to be > caused by SVN and proxy issues. > > Matt Thanks for your answer. I tried to do it with 2.0-rc1-SNAPSHOT, but got the exact same err

Re: [appfuse-user] Error with appfuse:full-source

2007-07-21 Thread Saeed Iqbal
Matt I tried to go back to appfuse strong after trying out light. When i change stuff to ibatis as mentioned here http://appfuse.org/display/APF/Using+iBATIS , i am fairly successful. as in the project gets downloaded when i say mvn appfuse:full-source But now when i do jetty:run-war it does not

Re: [appfuse-user] Error with appfuse:full-source

2007-07-21 Thread Saeed Iqbal
With appfuse-light, somewhere it is calling postgre specific method nextval and i'm getting this error. I am surprized nobody else found it before me in the mailing list because i searched for it. Anyway i would appreciate some documentation on this for mysql users. Could not obtain sequence val

Re: [appfuse-user] Error with appfuse:full-source

2007-07-21 Thread Matt Raible
AppFuse's full-source plugin doesn't support iBATIS or JPA yet - maybe that's the problem? Have you tried AppFuse Light's version? https://appfuse-light.dev.java.net/files/documents/6839/56629/appfuse-light-jsf-ibatis-1.8-beta.zip On 7/20/07, Saeed Iqbal <[EMAIL PROTECTED]> wrote: I have the

Re: [appfuse-user] Error with appfuse:full-source

2007-07-20 Thread Saeed Iqbal
I have the same problem and that is why i gave up and thought of moving to appfuse light. Can anyone help me get 1 decent JSF/iBatis app started with Appfuse please? i am struggling since last year !. :( Sorry if i sound frustrated because i am more of what i sound -saeed tweibel wrote: > >

Re: [appfuse-user] Error with appfuse:full-source

2007-07-20 Thread Matt Raible
You could always try creating an archetype with 2.0-rc1-SNAPSHOT and see if that problem is fixed. Most issues with full-source seem to be caused by SVN and proxy issues. Matt On 7/20/07, tibi <[EMAIL PROTECTED]> wrote: even mvn jetty:run will not run any more. i had to retrieve my project as

Re: [appfuse-user] Error with appfuse:full-source

2007-07-20 Thread tibi
even mvn jetty:run will not run any more. i had to retrieve my project as was before the full-source command to get things working again. tibi tibi wrote: hi i have the same problem. anyone? my appfuse is a upgraded m4 to m5 struts base project thanks, tibi tweibel wrote: Hi! I wanted

Re: [appfuse-user] Error with appfuse:full-source

2007-07-20 Thread tibi
hi i have the same problem. anyone? my appfuse is a upgraded m4 to m5 struts base project thanks, tibi tweibel wrote: Hi! I wanted to execute `mvn appfuse:full-source' in a newly created Appfuse application with `JSF Basic' archetype and get the following error: --8<-- + Error stacktraces