Re: [appfuse-user] Junit testing

2007-03-04 Thread Jolly
Hello Matt This is for your reference... Error creating bean with name 'sessionFactory' defined in file [C:\apps\appfuse-1.9.3-src\LatchiyaBaseNew\build\dao\gen\META-INF\applicationContext-hibatis.xml]: Initialization of bean failed; nested exception is org.hibernate.MappingException: Could not

Re: [appfuse-user] Junit testing

2007-03-04 Thread Jolly
Hello Matt I have checked Hibernate mapping files and added mapping resource. Again i get the same error. Regards Jolly mraible wrote: > > It looks like it may be one of your Hibernate mapping files. Have you > checked those? > > Matt > > On 3/2/07, Jolly <[EMAIL PROTECTED]> wrote: >> >>

[appfuse-user] Need help in Implementation

2007-03-04 Thread Jaymin Shah
We have created the initial implementation using AppFuse for Struts2 (Basic). We now want to create an implementation that would serve two purposes. 1) JSP’s (i.e. UI’s) are bundled with application and deployed as single war application. Struts2 action classes and subsequently manager class’s s

[appfuse-user] Need help in Implementation

2007-03-04 Thread Jaymin Shah
We have created the initial implementation using AppFuse for Struts2 (Basic). We now want to create an implementation that would serve two purposes. 1) JSP’s (i.e. UI’s) are bundled with application and deployed as single war application. Struts2 action classes and subsequently manager class’s s

[appfuse-user] Need help in Implementation

2007-03-04 Thread Jaymin Shah
We have created the initial implementation using AppFuse for Struts2 (Basic). We now want to create an implementation that would serve two purposes. 1) JSP’s (i.e. UI’s) are bundled with application and deployed as single war application. Struts2 action classes and subsequently manager class’s s

Re: [appfuse-user] Appfuse M3 and Eclipse help

2007-03-04 Thread wnqq
Shash Chaterjee wrote: > > .. > Thank you for your detailed explanations. -- View this message in context: http://www.nabble.com/Appfuse-M3-and-Eclipse-help-tf3245072s2369.html#a9303563 Sent from the AppFuse - User mailing list archive at Nabble.com. ---

Re: [appfuse-user] newbie build.xml error under Eclipse

2007-03-04 Thread bill blackmon
Matt, Thanks for the reply. I solved the problem and now I'm on to the next one :) Thanks, Bill --- Matt Raible <[EMAIL PROTECTED]> wrote: > Are you using the Eclipse files that ship with > AppFuse? I'm sure you've > seen the following tutorial, but just in case you > haven't: > > http://raible

Re: [appfuse-user] newbie build.xml error under Eclipse

2007-03-04 Thread Matt Raible
Are you using the Eclipse files that ship with AppFuse? I'm sure you've seen the following tutorial, but just in case you haven't: http://raibledesigns.com/wiki/Wiki.jsp?page=AppFuseEclipse Matt On 3/4/07, ddog <[EMAIL PROTECTED]> wrote: Hi, I've generated an app using AppFuse 1.94 - Struts

Re: [appfuse-user] HIbernate tutorial

2007-03-04 Thread Matt Raible
Thanks. I did revert your change on basic archetypes - their applicationContext.xml should be in src/main/webapp/WEB-INF. We really appreciate your help! Matt On 3/4/07, viggo <[EMAIL PROTECTED]> wrote: Updated! mraible wrote: > > If you go to appfuse.org, it's under View -> Account -> Si

[appfuse-user] newbie build.xml error under Eclipse

2007-03-04 Thread ddog
Hi, I've generated an app using AppFuse 1.94 - Struts, Spring and Hibernate. I've created a project under Eclipse (the apps name is 'wgb') using the directions given (or I THINK I have :) . When I run the build.xml file I get an error on this line (line 239): Error: [javac] C

Re: [appfuse-user] HIbernate tutorial

2007-03-04 Thread viggo
Updated! mraible wrote: > > If you go to appfuse.org, it's under View -> Account -> Sign Up. > > On 3/4/07, viggo <[EMAIL PROTECTED]> wrote: >> >> >> sure..will do:) >> >> But, where is the link where I can create the account? Haven't been able >> to >> see it >> >> mraible wrote: >> > >> > Ye

Re: [appfuse-user] Getting Pojo information from a DB

2007-03-04 Thread Matt Raible
You could do this in your DAO where you originally fetch everything. Also, there's logic in your FormController's formBackingObject() that gets your object from the database before populating it from request parameters. This means you don't have to store these fields in hidden fields. If this do

[appfuse-user] Getting Pojo information from a DB

2007-03-04 Thread Luke Shannon
Hi; This may be a more of a Spring question, although I am hoping there is something within the Appfuse tools to assist with this. I have a Pojo I have created in my application and I have used Appgen to create everything I need for the CRUD operations. What I would like to do now is modify the

[appfuse-user] Feature Implementation Advice

2007-03-04 Thread Luke Shannon
Hello; In my appfuse application I have made a Doctor class that implements UserDetails, and an experimentor class which also implements UserDetails. So you can be logged in and have a role of one of these. I have a patient class which extends BaseObject and has all the CRUD operations generated

Re: [appfuse-user] HIbernate tutorial

2007-03-04 Thread Matt Raible
If you go to appfuse.org, it's under View -> Account -> Sign Up. On 3/4/07, viggo <[EMAIL PROTECTED]> wrote: sure..will do:) But, where is the link where I can create the account? Haven't been able to see it mraible wrote: > > Yes, you are correct. Please feel free to create an account on t

Re: [appfuse-user] HIbernate tutorial

2007-03-04 Thread viggo
sure..will do:) But, where is the link where I can create the account? Haven't been able to see it mraible wrote: > > Yes, you are correct. Please feel free to create an account on the wiki > and > make the correction. ;-) > > Matt > > On 3/3/07, viggo <[EMAIL PROTECTED]> wrote: >> >> >> Is

Re: [appfuse-user] Appfuse M3 and Eclipse help

2007-03-04 Thread Shash Chaterjee
Shash Chaterjee wrote: > > - Modify myproject/pom.xml to add the "pom" module, in addition to core > and web in the modules section > - mvn install eclipse:eclipse > I also modified myproject/pom/pom.xml to remove the core and web modules, otherwise, "mvn install eclipse:eclipse" won't work.

Re: [appfuse-user] Appfuse M3 and Eclipse help

2007-03-04 Thread Shash Chaterjee
In your zip file, I don't see a pom/pom.xml. [I am traveling today and tomorrow, so I won't have too much time to look at this, but I will look later if you are still stuck] I have same settings as attached zip file, if you can unzip in directory and run mvn install eclipse:eclipse; you will g

Re: [appfuse-user] HIbernate tutorial

2007-03-04 Thread Matt Raible
Yes, you are correct. Please feel free to create an account on the wiki and make the correction. ;-) Matt On 3/3/07, viggo <[EMAIL PROTECTED]> wrote: Is this correct? "To register a personDao bean, create src/main/webapp/WEB-INF/applicationContext.xml (or core/src/main/webapp/WEB-INF/applica