[appfuse-user] Best way to put custom struts menu permission adapter in session scope

2007-05-09 Thread benoit moraillon
Hi all, Do you know what is the best way to put a custom permission adapter in appfuse1.9.4 application session scope. Thank you very much. -- Benoît. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

[appfuse-user] acegi forward problem

2007-05-09 Thread xiuxiu
Hi,All. I am using Apache as the web server (port 80) and tomcat as the web container(port 5200). Here is my acegi configuration. After I login successfully, the acegi will forward to the "/" as I configured with the port 5200. So the URL t

Re: [appfuse-user] Problems with package structure

2007-05-09 Thread Karsten Voges
Thanks everybody, I would use the "full source" archtype, to since I only want to have apfuse as a starter pack where I adjust all the parts over time and I would be willing to compromise on upgrade functionality as a trade off to "full" control. So I will stick with the 1.x release than. Than

答复: [appfuse-user] the definition of - -- the time or the order to execute a ma ven goal ?

2007-05-09 Thread chino fish
I found following line generate-sources In the self-contain file maven-warpath-plugin-1.0-m4.jar ;-) _ 发件人: chino fish [mailto:[EMAIL PROTECTED] 发送时间: 2007年5月10日 13:41 收件人: users@appfuse.dev.java.net 主题: [appfuse-user] the definition of --- the time or the order to

[appfuse-user] the definition of --- the time or the order to execute a maven goal ?

2007-05-09 Thread chino fish
In pom.xml, I found a paragraph as follows: org.appfuse maven-warpath-plugin 1.0-m4 true add-classes

Re: [appfuse-user] New Tutorial: JasperReports with AppFuse (JSF)

2007-05-09 Thread Michael Quito
Hi, Im using appfuse1.9.4 -hibernate-jsf. I want to use the second behavior where the report is generated on the client side but exporting it to html format. I dont know how to do it right. Currently im using the compiled report (.jasper) and using an instance of java.sql.Connection (conn) to fil

Re: [appfuse-user] Maven Tomcat deploy 401 error

2007-05-09 Thread nmall
Where is the port set to 8080 when deploying thru' maven. I changed my Tomcat port to 8081 however, though I specified 8081 in the cargo plugin as below, it is still trying to connect on 8080 and therefore getting a connection refused. Thanks for your suggestions! [INFO] Deploying war to http://l

Re: [appfuse-user] Maven Tomcat deploy 401 error

2007-05-09 Thread fadhli
Hi, I think you have to specify your username with the role manager in your tomcat-users.xml file e.g : On 5/10/07, nmall <[EMAIL PROTECTED]> wrote: Where should the username/password be and what values. I looked at my tomcat conf/tomcat-users.xml file and it was empty. So I populated i

Re: [appfuse-user] Maven Tomcat deploy 401 error

2007-05-09 Thread nmall
Where should the username/password be and what values. I looked at my tomcat conf/tomcat-users.xml file and it was empty. So I populated it with the default values I found on Tomcat as follows and now it gives me a different authentication error, which could happen due to many reasons. Thanks fo

Re: [appfuse-user] Struts validation rules

2007-05-09 Thread Michael Chen
Thanks to matt. I'm using 2.0M4 with Struts2 basic, and I do the steps to create a model object and action and related jsp pages, as show in the tutorial (something like the Person model, the PersonAction, and personList.jsp, personForm.jsp). Then I set a field of the model object to "required" in

Re: [appfuse-user] Did I miss a step?

2007-05-09 Thread Clifton
Me again! Now I'm stuck on logging into my deployed Persons app. I run mvn jetty:run-war and it deploys fine. I hit it with my browser and try to log in as mraible/tomcat but I get "Access Denied!" I'm in the SpringMVC section after having completed the iBatis persistence tutorial. In the iBatis

[appfuse-user] Remember Me Cookie issue (Apache/Tomcat) Acegi

2007-05-09 Thread rfisk
I posted this question on the spring framework forum but haven't gotten a response and thought maybe somebody here had seen this problem or knew how I might resolve it. I have the unenviable job of integrating Apache with tomcat to serve up apps that use acegi/spring security. (appfuse) I can ge

[appfuse-user] happy

2007-05-09 Thread tibi
just want to know that i'm happy i found appfuse and decided to use it. i'm using appfuse 2.0m4 with spring/struts/hibernate although sometimes i have the feeling searching for a needle in a hay stack and there are some things not optimized jet but in general i'm happy! today i made 3 crud pages

Re: [appfuse-user] Problems with package structure

2007-05-09 Thread tibi
took me a few hours. Of course, I lose the ability to upgrade easily. which is a no go for me. i try to leave stuff upgradeble. ;) ok back to work ;) tibi Matt On 5/9/07, Nathan Anderson <[EMAIL PROTECTED]> wrote: In AppFuse 2.x it is expected that the AppFuse core classes [e.g. User, Ro

Re: [appfuse-user] Problems with package structure

2007-05-09 Thread Matt Raible
FWIW, we do plan on creating a "full source" archetype that works more like 1.x. I recently converted the project I'm working on to use all the source from AppFuse and changed all the package names. It only took me a few hours. Of course, I lose the ability to upgrade easily. Matt On 5/9/07, Na

Re: [appfuse-user] Maven Tomcat deploy 401 error

2007-05-09 Thread Michael Horwitz
It looks like the plugin is failing to authenticate with the Tomcat manager application. Have you set the correct username and password in the plugin configuration? Mike On 5/9/07, nmall <[EMAIL PROTECTED]> wrote: Hi, My tomcat server is up and running and when I do a mvn -e tomcat:deploy, I

Re: [appfuse-user] Problems with package structure

2007-05-09 Thread Nathan Anderson
In AppFuse 2.x it is expected that the AppFuse core classes [e.g. User, Role, etc] remain in the org.appfuse namespace. This is so that it will [hopefully] be easier to upgrade a project from one version of AppFuse to another. It is also expected that any classes that you add to your project w

[appfuse-user] Problems with package structure

2007-05-09 Thread Karsten Voges
Hi all, I got a couple of difficulties with Appfuse 2.0M4, which might happen since I am only familiar with the 1.x branch of Appfuse so far and do not have much maven expertise. With the older release all the Appfuse Src-Files where transformed to the customized package structure (e.g. from o

[appfuse-user] Maven Tomcat deploy 401 error

2007-05-09 Thread nmall
Hi, My tomcat server is up and running and when I do a mvn -e tomcat:deploy, I get the following error from maven. Any idea why. I have cargo settings etc in my pom.xml. Thanks for your help! [INFO] Generating war c:\work\build\myproject\target\myproject-1.0-SNAPSHOT.war [INFO] Building war: c:

Re: [appfuse-user] Did I miss a step?

2007-05-09 Thread Clifton
I just made changes to the tutorial wiki. You can review them as you have time or feel total confidence and completely ignore them. I'll be making more additions as I have time (posting personal phone numbers, confidential information from the Pentagon, and the secret crabby patty formula) which y

Re: [appfuse-user] Did I miss a step?

2007-05-09 Thread Clifton
Yeah Matt. I just regenerated my project files and everything greenbars in Idea and passes on the mvn command line. I just tried signing up for a confluence account. Maybe I can help you update the tutorial as I go along. Cliff mraible wrote: > > If you changed dependencies (or the dao.framewor

Re: [appfuse-user] Struts validation rules

2007-05-09 Thread Matt Raible
Can you please tell us the steps we need to go through to reproduce this problem? Matt On 5/9/07, Michael Chen <[EMAIL PROTECTED]> wrote: I have the same issue, and i want know anyone can help me to fix it? Matt Stine wrote: > > Anyone had trouble w/ your validation rules not being cleared

Re: [appfuse-user] Struts validation rules

2007-05-09 Thread Michael Chen
I have the same issue, and i want know anyone can help me to fix it? Matt Stine wrote: > > Anyone had trouble w/ your validation rules not being cleared out w/ > each request in Struts 2? With each submit I end up getting a long list > of error messages above each field that only stops when I

Re: [appfuse-user] Did I miss a step?

2007-05-09 Thread Matt Raible
It's probably not in the tutorial because we expect you to use 2.0-m5. Since you've encountered this issue, it's likely others will too. We should add a note to the tutorial and M5 release notes. Please add an issue to JIRA or update the wiki yourself if you like. Thanks! Matt On 5/9/07, Clift

Re: [appfuse-user] Downloading documentation for AppFuse 2.0

2007-05-09 Thread reddeagle9
I was in similiar situation and found this https://addons.mozilla.org/en-US/firefox/addon/427 ScrapBook is a Firefox extension, which helps you to save Web pages and easily manage collections. Key features are lightness, speed, accuracy and multi-language support. Major features are... Its exce

Re: [appfuse-user] Did I miss a step?

2007-05-09 Thread Clifton
Thanx Matt, I put an excludes entry for sql-map-config.xml and that fixed it! Was that a step somewhere in the tutorial that I missed or is that something that I was supposed to do naturally? I only ask because I'm trying to get comfortable and proficient enough to use your framework full time.

Re: [appfuse-user] on passing parameter

2007-05-09 Thread Matt Raible
What version of AppFuse and what web framework are you using? Have you tried debugging the problem? Matt On 5/9/07, jithesh <[EMAIL PROTECTED]> wrote: hai, I am calling one method with passing some id to that url. for eg: /editUser.html?method=confirm with passing id=7 when i point to

[appfuse-user] on passing parameter

2007-05-09 Thread jithesh
hai, I am calling one method with passing some id to that url. for eg: /editUser.html?method=confirm with passing id=7 when i point to the link it shows /editUser.html?method=confirm&id=7 which is throwing error. some page it is like /editUser.html?method=confirm&id=7 the error i got is j

Re: [appfuse-user] here is a question about eclipse and appfuse2.0 m4

2007-05-09 Thread fadhli
Hello, there's an explanation in the FAQ regarding appfuse 2.x source files http://appfuse.org/display/APF/FAQ Hope this helps. On 5/9/07, GBSGBSGBS <[EMAIL PROTECTED]> wrote: first, thank you tibi umit seems to be a lot of differences between Appfuse1.9.X and Appfuse 2.0 the hierarchy

Re: [appfuse-user] here is a question about eclipse and appfuse2.0 m4

2007-05-09 Thread tibi
see the demo on appguse.org basicaly i do: (this was m3 now m4 is the latest). http://appfuse.org/display/APF/AppFuse+QuickStart mvn archetype:create -DarchetypeGroupId=org.appfuse -DarchetypeArtifactId=appfuse-basic-struts -DremoteRepositories=http://static.appfuse.org/repository -Darchetype

Re: [appfuse-user] here is a question about eclipse and appfuse2.0 m4

2007-05-09 Thread GBSGBSGBS
first, thank you tibi umit seems to be a lot of differences between Appfuse1.9.X and Appfuse 2.0 the hierarchy of 2.0 project is a far cry from the 1.9.x, to be honest, it makes me feel like in the dark where is the source files?.what should i do if i want to develop a web project b

Re: [appfuse-user] here is a question about eclipse and appfuse2.0 m4

2007-05-09 Thread tibi
probably no problems. xml syntax checking often goes wrong tibi GBSGBSGBS wrote: with best regards: i'm a new comer here OK, here is something make me quite confused. i have followed the guide, and have successfully imported the project(struts2.0 basic) into the eclipse(3.2.1,actually is myecl

[appfuse-user] here is a question about eclipse and appfuse2.0 m4

2007-05-09 Thread GBSGBSGBS
with best regards: i'm a new comer here OK, here is something make me quite confused. i have followed the guide, and have successfully imported the project(struts2.0 basic) into the eclipse(3.2.1,actually is myeclipse), set the classpath in eclipse also. but there occured 76 errors (such as "ille

Re: [appfuse-user] user vs username

2007-05-09 Thread tibi
jep... as i understood it the method was already in. the request.getRemoteUser works fine tibi Matt Raible wrote: The bug you reference was to add a convenience method to get the user's username. However, since it's easy enough to get with request.getRemoteUser(), I didn't add it. Does this an

Re: [appfuse-user] logout problem with remember me option

2007-05-09 Thread tibi
when i delete the cookies set by the machine i can logout but after logging in again the problem returns and i have to delete te cookies again. i tested it with ie too and had te same problem my tomcat is setup standalone at this moment at port 8180 thanks, tibi Matt Raible wrote: I believe