Re: [appfuse-user] AppFuse QuickStart Russian translation

2008-04-24 Thread capricorn2.0
1. Go to http://appfuse.org/display/APF/AppFuse+QuickStart 2. Click "Add Child Page" 3. Type "AppFuse QuickStart - Русская версия" in page title input 4. Type characters "Тестовые символы" in wiki markup textarea 4. Click save or preview Best regards, capricorn2.0 -- View this message in context

Re: [appfuse-user] Problem with the Quickstart archetype Struts 2 Basic

2008-04-24 Thread Matt Raible
Can you try adding the following to your pom.xml? org.springframework spring-web ${spring.version} On Thu, Apr 24, 2008 at 10:39 PM, yogayogi <[EMAIL PROTECTED]> wrote: > > Here is the result. Any idea? > > $ mvn -e > > Warning: JAVA_HOME

Re: [appfuse-user] Problem with the Quickstart archetype Struts 2 Basic

2008-04-24 Thread yogayogi
Here is the result. Any idea? $ mvn -e Warning: JAVA_HOME environment variable is not set. + Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] [INFO] Building AppFuse Struts 2 Application [INFO]ta

[appfuse-user] RE: APF-998

2008-04-24 Thread Ryan Withers
Hello All, I'm writing an articleon appfuse for my consulting firm (due out May 1st) and as a result I'm passing through the tutorial. I noticed the same issues which have been mentioned in the Jira issue APF-998

RE: [appfuse-user] database problem

2008-04-24 Thread Anshu Dhamija
Hi following is the build error C:\AppFuse\PubStats>mvn jetty:run-war [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'jetty'. [INFO] [INFO] Building AppFuse Struts 2 Application

Re: [appfuse-user] Problem update to spring security 2.0

2008-04-24 Thread Matt Raible
I added an update to my blog post. On Thu, Apr 24, 2008 at 6:28 AM, Marcello Teodori <[EMAIL PROTECTED]> wrote: > > I'm sorry I did not see this message before, the same happened to me. > For the solution I did a diff of matt's changes as suggested on his blog: > http://raibledesigns.com/rd/en

Re: [appfuse-user] Problem with the Quickstart archetype Struts 2 Basic

2008-04-24 Thread Mauri Ferreyra
Please, run mvn with opcion -e and send the output.

[appfuse-user] Problem with the Quickstart archetype Struts 2 Basic

2008-04-24 Thread yogayogi
Hello Appfuse friends, I just followed the Quickstart guide and choose the archetype Struts 2 Basic, however after I cd to the project directory in my case is mystruts, then do a mvn, I get an error as follow, any idea? [INFO] [talledLocalContainer] at org.apache.catalina.startup.Bootstrap.mai

Re: [appfuse-user] database problem

2008-04-24 Thread Michael Horwitz
Perhaps if you post the details of your build error we could help? Mike 2008/4/24 Anshu Dhamija <[EMAIL PROTECTED]>: > Hi > I don't want to create my database table from the POJO but want to create > database table and POJO separately and them map them of my own for this I > made following cha

Re: [appfuse-user] Re[appfuse-user] member me cookie time change

2008-04-24 Thread Michael Horwitz
You can change it in security.xml by setting the validity time on the rememberMeService: ** Where you replace xx with the time, in seconds, you want the token to remain valid. Mike 2008/4/23 jithesh <[EMAIL PROTECTED]>: > > Hi Guys, > > I am using Acegi remember me option in my w

Re: [appfuse-user] BeanDefinitionStoreException: Unexpected exception parsing XML ... applicationContext-service.xml

2008-04-24 Thread jperkins
This fix worked for me. Arash.R wrote: > > (From Matt) > Adding the following to your pom.xml seems to fix the problem: > > org.springframework > spring-web > ${spring.version} > > > put it next to the other spring dependency you have in your pom >

Re: [appfuse-user] Problem update to spring security 2.0

2008-04-24 Thread Marcello Teodori
I'm sorry I did not see this message before, the same happened to me. For the solution I did a diff of matt's changes as suggested on his blog: http://raibledesigns.com/rd/entry/upgrading_to_spring_security_2 i.e. here: http://source.appfuse.org/changelog/appfuse/?cs=3089 the offending taglib

Re: [appfuse-user] Problems with AppFuse (Struts 2 Basic)

2008-04-24 Thread Spirka, Andreas | SCARUS
It still doesn't work in the full-source mode. The workaround is to use maven 2.0.8 instead of 2.09: http://www.nabble.com/BeanDefinitionStoreException%3A-Unexpected-exception-parsing-XML-...-applicationContext-service.xml-to16660149s2369.html#a16763592 Spirka, Andreas | SCARUS schrieb: Hi,

Re: [appfuse-user] Problem update to spring security 2.0

2008-04-24 Thread ct1
I figured out the problem is in footer.jsp. Apparently, is no longer working anymore. If you have that in your code, it will generate a blank page with no stack traces what so ever even when I turn on the debug logging. Matt, if you can add this additional instruction, that will save lots of t

Re: [appfuse-user] Problems with AppFuse (Struts 2 Basic)

2008-04-24 Thread Spirka, Andreas | SCARUS
Hi, i solved it. The Problem was a missing dependency in pom.xml: org.springframework spring-web ${spring.version} Added this to the other dependencies. regards Spirka, Andreas | SCARUS schrieb: Hello, i downloaded the Basic Struts2 archetype. But i get an error

[appfuse-user] Problems with AppFuse (Struts 2 Basic)

2008-04-24 Thread Spirka, Andreas | SCARUS
Hello, i downloaded the Basic Struts2 archetype. But i get an error when i try to run mvn: Login: [INFO] [ERROR] BUILD ERROR [INFO] [INFO] Error