Re: [appfuse-user] Is AppFuse well versioned?

2007-09-16 Thread nessus
hello, matt, Great and congrat that internationalization works now. But after war:inplace, "appfuse:full-source"-generated source code still cant survive jetty:run, below is the exception I encountered after a few trials. Would you like to handle this problem? I think the bold should be taken ca

[appfuse-user] need some help to display pages based on acegi role..

2007-09-16 Thread rbtechno
Hi, I am using appfuse struts application.I have two roles (say admin,customer) in my application,If customer login to the application, mainMeu page should come.But If admin login to the application,some other page should be displayed (say adminMenu.jsp). At present appfuse app is display

Re: [appfuse-user] Cannot add new .jsp page to appfuse 1.9.4

2007-09-16 Thread Matt Raible
On 8/11/07, BruceLee <[EMAIL PROTECTED]> wrote: > > Thank Matt. I use 1.9.4 + WebWork. Is struts.xml still used? No. It's xwork.xml for WebWork. > Now I don't use /mystuff.jsp instead of /user/mystuff.jsp. Even I comment > out lines below in web.xml > > > I still cannot bypass login for this for

Re: [appfuse-user] mvn test freezes for about 3 minutes

2007-09-16 Thread Matt Raible
It could be a memory issue. What happens if you increase the memory for Maven? For example, et your MAVEN_OPTS environment variable to: -Xms128M -Xmx256M Matt On 8/11/07, Britske <[EMAIL PROTECTED]> wrote: > > doing a walkthrough of th quickstart. > every time I'm performing some tests by: > mvn

Re: [appfuse-user] Is there any way to move to 2.0-RC1 but keep the JSF versions that were in 20.-m5

2007-09-16 Thread Matt Raible
On 9/16/07, Scott Ryan <[EMAIL PROTECTED]> wrote: > I was able to upgrade but it looks like the JSF libraries were all moved up. > For example myfaces was moved up to 1.2 which requires servlet 2.5 and many > other upgrades. This change has broken my application as these libraries > are not worki

Re: [appfuse-user] Is AppFuse well versioned?

2007-09-16 Thread Scott Ryan
Has anyone gotten the suggestion http://appfuse.org/display/APF/ AppFuse+Core+Classes mentioned in this passage to work? When I tried it the hibernate plugin could not see across the different packages using annotations and JPA. It complained that it could not see my classes from the user

[appfuse-user] Is there any way to move to 2.0-RC1 but keep the JSF versions that were in 20.-m5

2007-09-16 Thread Scott Ryan
I was able to upgrade but it looks like the JSF libraries were all moved up. For example myfaces was moved up to 1.2 which requires servlet 2.5 and many other upgrades. This change has broken my application as these libraries are not working fully with facelets and require a lot of code c

Re: [appfuse-user] A maven question. How to avoid check javadoc and sources everytime when do eclipse:eclipse

2007-09-16 Thread Matt Raible
There's two ways to bypass this: 1) Run mvn with "-o" to run Maven offline. It won't check for these files and will run very fast. 2) In the maven-eclipse-plugin section of your pom.xml, change the values from true to false: true true Matt On 9/16/07, Jim

Re: [appfuse-user] Is AppFuse well versioned?

2007-09-16 Thread Matt Raible
On 9/16/07, nessus <[EMAIL PROTECTED]> wrote: > > hi, matt, > > the question is as subject. And the reproducible scenario is: I tried to > create a totally new test project by running the command > D:\nessus\appfuse>mvn archetype:create > -DarchetypeGroupId=org.appfuse.archetypes > -DarchetypeArti

[appfuse-user] A maven question. How to avoid check javadoc and sources everytime when do eclipse:eclipse

2007-09-16 Thread Jim Qiu
Hi This is maybe a maven question, but now with appfuse it is annoying when run eclipse:eclipse, the maven seems check all source and javadoc again and again, Is there a way to disable that ? Thanks. Jim Qiu 2007-09-17

Re: [appfuse-user] AppFuse 2.0 code complete

2007-09-16 Thread nessus
Matt, I encountered the problem http://www.nabble.com/Is-AppFuse-well-versioned--tf4463967s2369.html I will try the second question after you solve the versioning problem. But Still I need you either convince me of my desired solution or suggest me a brighter one. Good luck and thank you very

[appfuse-user] Is AppFuse well versioned?

2007-09-16 Thread nessus
hi, matt, the question is as subject. And the reproducible scenario is: I tried to create a totally new test project by running the command D:\nessus\appfuse>mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-basic-struts -DremoteRepositories=http://stat

Re: [appfuse-user] AppFuse 2.0 code complete

2007-09-16 Thread Rob Hills
Hi Matt, On 16 Sep 2007 at 12:27, Matt Raible wrote: > >From what I can tell, AppFuse 2.0 seems to be finished. In order to > verify this, we need your help. > > If you have time, please test the latest code by 1) creating an > archetype using 2.0-SNAPSHOT as the version or 2) try upgrading your

Re: [appfuse-user] AW: AW: AW: Can I use form:select with data bound using referenceDate()

2007-09-16 Thread Matt Raible
You might try: Matt On 9/16/07, arief <[EMAIL PROTECTED]> wrote: > > Hi Guys, > > I'm having similar problem (I guess) but not sure what went wrong. > I'm using: > - Appfuse 2.0 RC1 with basic Spring MVC > - iBatis > > I tried using form:select where the path for form:select is the command's >

Re: [appfuse-user] AW: AW: AW: Can I use form:select with data bound using referenceDate()

2007-09-16 Thread arief
Hi Guys, I'm having similar problem (I guess) but not sure what went wrong. I'm using: - Appfuse 2.0 RC1 with basic Spring MVC - iBatis I tried using form:select where the path for form:select is the command's setter/getter and with it i'm using form:option (for displaying "Please select xxx")

Re: [appfuse-user] AppFuse 2.0 code complete

2007-09-16 Thread Matt Raible
I was unable to reproduce your error, but I did discover the following bug. http://issues.appfuse.org/browse/APF-886 Can you rm -r ~/.m2/repository/org/appfuse and try again? Thanks, Matt On 9/16/07, Struts2 Fan <[EMAIL PROTECTED]> wrote: > > mvn archetype:create -DarchetypeGroupId=org.appfuse

Re: [appfuse-user] menuExpandable2.js

2007-09-16 Thread Matt Raible
Unfortunately, I don't know how to do this off the top of my head. I could spend the time figuring it out, but that sounds like consulting work. ;-) Matt On 8/11/07, Sanath <[EMAIL PROTECTED]> wrote: > > Hi All, > I have an issue in this script that needs some assistance from you all. We > have

Re: [appfuse-user] AppFuse 2.0 code complete

2007-09-16 Thread Struts2 Fan
mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-basic-struts -DremoteRepositories=http://static.appfuse.org/repository -DarchetypeVersion=2.0-SNAPSHOT -DgroupId=com.mycompany.app -DartifactId=myproject mvn jetty:run-war or mvn jetty:run-exploded both

Re: [appfuse-user] Hibernate newbie question

2007-09-16 Thread Matt Raible
You might try changing your relationship to using each fetching. For example: @OneToMany(fetch = FetchType.EAGER) Matt On 9/16/07, jgardner16 <[EMAIL PROTECTED]> wrote: > > Hi, > I have a table called account with a one to many relationship to > address and a one to many relationship to pho

Re: [appfuse-user] AppFuse 2.0 code complete

2007-09-16 Thread Matt Raible
You're doing "mvn jetty:run-war"? On 9/16/07, Struts2 Fan <[EMAIL PROTECTED]> wrote: > > It passed after 3. try. Another one. I am using struts-basic. > > [INFO] Starting jetty 6.1.5 ... > 2007-09-16 23:18:13.067::INFO: jetty-6.1.5 > 2007-09-16 23:18:13.661::INFO: No Transaction manager found -

[appfuse-user] Hibernate newbie question

2007-09-16 Thread jgardner16
Hi, I have a table called account with a one to many relationship to address and a one to many relationship to phone number. I am using spring and struts. Everyhing is fine except when I create a new account I forward to a page which lists all the accounts and their addresses and phone numb

Re: [appfuse-user] AppFuse 2.0 code complete

2007-09-16 Thread Struts2 Fan
It passed after 3. try. Another one. I am using struts-basic. [INFO] Starting jetty 6.1.5 ... 2007-09-16 23:18:13.067::INFO: jetty-6.1.5 2007-09-16 23:18:13.661::INFO: No Transaction manager found - if your webapp re quires one, please configure one. 2007-09-16 23:18:14.676:/:INFO: Initializi

Re: [appfuse-user] AppFuse 2.0 code complete

2007-09-16 Thread Matt Raible
Can you post your pom.xml? Thanks, Matt On 9/16/07, Struts2 Fan <[EMAIL PROTECTED]> wrote: > > I didn't run "appfuse:full-source" > > Just created a new 2.0-SNAPSHOT and run mvn jetty:run > > [ERROR] FATAL ERROR > [INFO] >

Re: [appfuse-user] AppFuse 2.0 code complete

2007-09-16 Thread Struts2 Fan
I didn't run "appfuse:full-source" Just created a new 2.0-SNAPSHOT and run mvn jetty:run [ERROR] FATAL ERROR [INFO] [INFO] Unable to load class declared as in the configuration: [INFO] -

Re: [appfuse-user] AppFuse 2.0 code complete

2007-09-16 Thread Struts2 Fan
It is ok now. I am moving forward. I'll inform you. mraible wrote: > > Can you try it again? > > On 9/16/07, Struts2 Fan <[EMAIL PROTECTED]> wrote: >> >> Another problem >> I created a new project. >> >> Downloading: >> http://static.appfuse.org/repository/org/appfuse/appfuse-hibernate/ >> 2.0

Re: [appfuse-user] AppFuse 2.0 code complete

2007-09-16 Thread Matt Raible
Can you try it again? On 9/16/07, Struts2 Fan <[EMAIL PROTECTED]> wrote: > > Another problem > I created a new project. > > Downloading: > http://static.appfuse.org/repository/org/appfuse/appfuse-hibernate/ > 2.0-SNAPSHOT/appfuse-hibernate-2.0-20070916.190810-88.pom > [INFO] >

Re: [appfuse-user] AppFuse 2.0 code complete

2007-09-16 Thread Struts2 Fan
Another problem I created a new project. Downloading: http://static.appfuse.org/repository/org/appfuse/appfuse-hibernate/ 2.0-SNAPSHOT/appfuse-hibernate-2.0-20070916.190810-88.pom [INFO] [ERROR] BUILD ERROR [INFO] --

Re: [appfuse-user] AppFuse 2.0 code complete

2007-09-16 Thread Struts2 Fan
Nice work Matt, A problem I met http://static.appfuse.org/repository/org/appfuse/maven-warpath-plugin/2.0-SNAPSHOT/maven-warpath-plugin-2.0-SNAPSHOT.pom doesn't exist -- View this message in context: http://www.nabble.com/AppFuse-2.0-code-complete-tf4462199s2369.html#a12724955 Sent from the

Re: [appfuse-user] AppFuse 2.0 code complete

2007-09-16 Thread Matt Raible
For some reason, "mvn deploy" keeps putting timestamps on snapshots when I deploy them. I've manually renamed the files so hopefully that fixes the problem. Matt On 9/16/07, Struts2 Fan <[EMAIL PROTECTED]> wrote: > > Nice work Matt, > > A problem I met > > http://static.appfuse.org/repository/org

Re: [appfuse-user] Need help: exposing the PersonManager (in the tutorial) thru Spring httpInvoker

2007-09-16 Thread Matt Raible
I'm glad you figured it out. I don't know if this helps, but XFire uses the following: So it looks like they need to do the same thing. The solution to your problem might be explicitly add

Re: [appfuse-user] Error: Appfuse:gen and embedded Address object

2007-09-16 Thread Matt Raible
On 8/4/07, Bob Fleischman <[EMAIL PROTECTED]> wrote: > > I tried that. I put the file in src/main/resources/appfuse/web/spring. > > No luck from the command line and from within Eclipse (version 3.3 on Linux) > using the m2eclipse plugin I get this error: > > [INFO] appfuse:gen > log4j:ERROR A "or

Re: [appfuse-user] WARNING! FreeMarker error if you wanna Upgrade Struts to 2.0.9

2007-09-16 Thread Matt Raible
I'm guessing you figured this out or gave up altogether? Matt On 8/4/07, Tony.Cesc <[EMAIL PROTECTED]> wrote: > > I did clean the project. But the error still occur. > Note: I can't run mvn -X | tee mvn.log command (I am running windows xp) > * Error occur when I try running your command > 'tee'

[appfuse-user] AppFuse 2.0 code complete

2007-09-16 Thread Matt Raible
Hello everyone, >From what I can tell, AppFuse 2.0 seems to be finished. In order to verify this, we need your help. If you have time, please test the latest code by 1) creating an archetype using 2.0-SNAPSHOT as the version or 2) try upgrading your own projects to use 2.0-SNAPSHOT. For #1, I've