[appfuse-user] how to authenticate my own member?

2007-09-13 Thread nessus
hi everybody, anybody know how to authenticate users with it's information in another database table rather the preset table appfuse created automatically "app-user", "role" and "user_role", like my own table "member". I want to know exactly how to talk with database/in-memory storages whether th

Re: [appfuse-user] can I uninstall Person

2007-09-13 Thread tibi
aahhh i don know jsf justin_wang wrote: > I am using JSF. the error message is: > > org.springframework.beans.factory.UnsatisfiedDependencyException: Error > creating bean with name 'com.mycompany.app.webapp.action.PersonListTest': > Unsatisfied dependency expressed through bean property 'pers

Re: [appfuse-user] can I uninstall Person

2007-09-13 Thread justin_wang
I am using JSF. the error message is: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'com.mycompany.app.webapp.action.PersonListTest': Unsatisfied dependency expressed through bean property 'personManager': There are 2 beans of type [org.appfuse.se

[appfuse-user] struts can't find succes

2007-09-13 Thread tibi
i use 2.0m5 struts2 spring2 hibernate sometimes i have the following problem i have an action in my struts.xml with name succes. i go to the url of the action and get the error message can't find succes. when i change the name of the action all is fine. example: /WEB-INF/pag

Re: [appfuse-user] can I uninstall Person

2007-09-13 Thread tibi
strange no actions?? how does your struts.xml looks like (for the personAction and the auctionItemAction) do a quick test remove the auctionItemManager.. what error do you get with mvn test tibi justin_wang wrote: > Hi, here is the spring config file: > -

Re: [appfuse-user] can I uninstall Person

2007-09-13 Thread justin_wang
Hi, here is the spring config file: http://www.springframework.org/schema/beans"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://www.springframework.org/schema/beans

Re: [appfuse-user] Hibernate ManyToMany not updating collection

2007-09-13 Thread syg6
I tried reverting back to the way things were previous to upgrading Hibernate (commenting out all of the Hibernate dependency blocks in pom.xml, so it uses ${hibernate.version}, 3.2.1) and it seemed to take the change. When I ran jetty:run-war this was printed: attempting to create parent directo

[appfuse-user] Testing File Upload

2007-09-13 Thread Yopy
Y halo thar, I've been working on a project using AppFuse, so far so good. I copied the existing file upload sources into my own project, and have done some adaptations (so that all the files are put into a single directory and given an unique name), and I managed to get it to work - no problems

[appfuse-user] AppFuse 2.0-rc1 + struts - AMP / appfuse:gen - can't handle pojos with custom ID classes?

2007-09-13 Thread Rob Hills
Hi All, My app is being built on AppFuse 2.0rc1 + Struts. Among my POJOs, I have several that represent tables with concatenated keys. The POJOs were generated by appfuse:gen-model and have ID classes for their ID fields instead of the usual Long type. For example, one of these POJOs is Del

[appfuse-user] dojo tutorial extension

2007-09-13 Thread tibi
i would like to add this to the tutorial page: please eval. tibi this part is an extension on the following fine tutorial: http://cwiki.apache.org/S2WIKI/struts-2-spring-2-jpa-ajax.html

Re: [appfuse-user] ajax dojo

2007-09-13 Thread tibi
cool... i will post it to the list first... on the road again tibi Matt Raible wrote: > I'll look into this when I get back to my hotel later tonight - > probably 6-8 hours. > > Matt > > > On 9/13/07, tibi <[EMAIL PROTECTED]> wrote: > >> matt (or some one else) >> >> i'm not allowed to ed

Re: [appfuse-user] ajax dojo

2007-09-13 Thread Matt Raible
I'll look into this when I get back to my hotel later tonight - probably 6-8 hours. Matt On 9/13/07, tibi <[EMAIL PROTECTED]> wrote: > matt (or some one else) > > i'm not allowed to edit the page anymore. > i login with account tibi > and want to edit this page: > http://appfuse.org/display/APF/

Re: [appfuse-user] ajax dojo

2007-09-13 Thread tibi
matt (or some one else) i'm not allowed to edit the page anymore. i login with account tibi and want to edit this page: http://appfuse.org/display/APF/Ajax help tibi tibi wrote: > i got this question: > > - > > I'm trying to do ajax with the ajax tags

Re: [appfuse-user] ajax dojo

2007-09-13 Thread tibi
i got this question: - I'm trying to do ajax with the ajax tags of struts 2 (which I believe is just dojo in the end) and I'm finding almost the same problems as you did. I got stuck in this js error (Could not load 'struts.widget.Bind'; last tried '_

Re: [appfuse-user] Hibernate ManyToMany not updating collection

2007-09-13 Thread syg6
I tried nuking the entire hibernate directory in my Maven repository and I changed my pom.xml so it has the correct hibernate-annotations block: org.hibernate hibernate-annotations 3.3.0.ga After running mvn -U. I now (seemingly) have all the correct Hibernate files installed in my repos

Re: [appfuse-user] can I uninstall Person

2007-09-13 Thread tibi
seems ok... can you post the full config.. maybe you can rerun the appfuse:gen for the two of them tibi justin_wang wrote: > Hi, I use appfuse:gen to generate from two bean: Peason and AuctionItem. here > is the config for PersonManager and AuctionItemManager: > > class="org.appfuse.servic