Re: [appfuse-user] Appfuse 2.0.1 and Oracle.

2008-05-09 Thread Dustin Pearce
Can you run that again with mvn -e test -Poracle? You connected to oracle using the profile, correct? We need to see the actual stacktrace for the Oracle error. -D On May 9, 2008, at 4:53 PM, MHL wrote: Hi all. When I switch the database from Mysql to Oracle. it gives me errors as below

[appfuse-user] Appfuse 2.0.1 and Oracle.

2008-05-09 Thread MHL
Hi all. When I switch the database from Mysql to Oracle. it gives me errors as below. I have been scatched my head for few hours and I still can't come up a solution. Can someone please help me out? thanks. the error messages as below: [INFO] Scanning for projects... [INFO]

[appfuse-user] Re: Advice on the Users-Roles-Address model

2008-05-09 Thread Vincent Ramdhanie
Ok. I managed to figure out how the Address works. But still struggling with the User to Role relationship. Thanks Vincent On Fri, May 9, 2008 at 11:23 AM, Vincent Ramdhanie <[EMAIL PROTECTED]> wrote: > Hello All, > I am going through the appfuse model classes, specifically User, Role and > Addr

[appfuse-user] Many-to-many question

2008-05-09 Thread gerjan
Hi, Not sure if this isn't more of a Hibernate question rather than an Appfuse one, but I'm going to give it a try anyway. I defined two POJOs, Model and Module. (I know, those names are a bug waiting to happen...) There exists a many-to-many relationship between them, so, following the H

[appfuse-user] Tomahawk inputCalendar Appfuse 2.01 problem

2008-05-09 Thread ycharron
Hi, I'm trying to get the inputCalendar component working in appfuse 2.0.1 and I now need help. Looking at the documentation from myfaces, I made sure that the extensionFilter were set and they were. http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

[appfuse-user] Advice on the Users-Roles-Address model

2008-05-09 Thread Vincent Ramdhanie
Hello All, I am going through the appfuse model classes, specifically User, Role and Address, and I am trying to understand how it all works. Is there any documentation available that describes how this was done? I am specifically trying to understand how the address fields on the userForm is reass

Re: [appfuse-user] appfuse:gen - adding new templates

2008-05-09 Thread Matt Raible
You'll need to modify the following method in ArtifactInstaller.java: private void installStrutsViews() { Copy copy = (Copy) antProject.createTask("copy"); copy.setFile(new File(sourceDirectory + "/src/main/webapp/WEB-INF/pages/" + pojoName + "Form.jsp")); copy.setTofil

Re: [appfuse-user] problem running demo

2008-05-09 Thread Matt Raible
If you look in faces-config.xml, there's a number of #userManager (and other) references that should be #{userManager}. If you fix these, everything should work. This has been fixed in SVN and will be in 2.0.2 (this weekend). Matt On Thu, May 8, 2008 at 3:07 PM, csfalcon <[EMAIL PROTECTED]> wrote

Re: [appfuse-user] When should I use the warpath plugin?

2008-05-09 Thread Matt Raible
The warpath plugin allows WARs to act like JARs. If we didn't use it, we couldn't read classes and dependencies from WARs. We'd have to have 2 projects for each web framework if we didn't use it - one for the classes and dependencies, and one for the view/configuration files. Matt On Fri, May 9,

[appfuse-user] When should I use the warpath plugin?

2008-05-09 Thread icet
Hi, could someone explain to me what does the warpath plugin does that maven already doesn't do? * Develop with classes included in the war artifact /WEB-INF/classes directory by including them in the project classpath. Why maven doesn't do this already? Wouldn't it just be the case to re

Re: [appfuse-user] filterInvocationInterceptor doubt

2008-05-09 Thread jithesh
Yes . It works fine!! Thanks Jithesh mraible wrote: > > On Tue, Apr 29, 2008 at 4:24 AM, jithesh <[EMAIL PROTECTED]> wrote: >> >> Hi >> >> I am using appfuse 1.9.4 for developing my web project. I have a pdf >> file >> stored in a folder named 'pdf' in the application directory. the