[appfuse-user] cant download plugin from http://static.appfuse.org/reporsitory?

2008-04-14 Thread oliver.appfuse
hi, i cant download the "maven-warpath-plugin-2.0.2-SNAPSHOT.jar" from http://static.appfuse.org/reporsitory when i run the mvn eclipse:eclipse command. the message is: Plug in could not be found.. btw:i have removed all mirrors,and try again,but still cannot. who can tell me the reason?how to

Re: [appfuse-user] Unable to load bean: type: class:com.opensymphony.xwork2.ObjectFactory

2008-04-14 Thread Matt Raible
I believe the instructions are fairly straightforward: 1. Check your new project into source control, unless you have a good reason not to. Google Code has free Subversion hosting, as do many others. 2. From the command line, cd into your new project's directory and run mvn to download JARs

Re: [appfuse-user] Unable to load bean: type: class:com.opensymphony.xwork2.ObjectFactory

2008-04-14 Thread Alex Worden
Hi, I did what Michael suggested and it appeared to work. i tried following the first tutorial to the letter and now I have hordes of build exceptions. I'd like to understand why the WEB-INF\classes and WEB-INF\lib directories need to be deleted. If this is the case, then the pom.xml that is supp

[appfuse-user] How to config a proxy for appfuse reporsitory in Nexus ?

2008-04-14 Thread oliver.appfuse
hi, i want add appfuse reporsitory to the nexus application, but after i added the proxy reporsitory,i still cant download anything from http://static.appfuse.org/repository/ . my configuration: Repository ID: appfuse Repository Name: Appfuse Repository Type: proxy Repository Policy: Release Re

Re: [appfuse-user] Appfuse Struts - questions regarding compatibility

2008-04-14 Thread Matt Raible
If you run full-source on your project, you will erase any AppFuse-specific code so you should be able to do whatever you like to it. If you don't run full-source and use it in embedded mode, you should be able to do the same thing since the versions are locked and won't be updated. So yes, you sh

Re: [appfuse-user] Appfuse Struts - questions regarding compatibility

2008-04-14 Thread Rajeev Goel
Sorry for the confusion I created. version 1.0 , 2.0 refer to versions of my project. I am using Appfuse 2.0.1 only. The larger question is - if I jumpstart a project with Appfuse 2.0.1, customize it, it goes to production. Later I need to make modification in my project for next iteration, would

Re: [appfuse-user] Unable to load bean: type: class:com.opensymphony.xwork2.ObjectFactory

2008-04-14 Thread Matt Raible
If you're going to use war:inplace, it's probably a good idea to add these settings to your pom.xml. You might want to add it as a note after the first reference to war:inplace. I believe we've notified folks that they need to do this during upgrades, but not during regular development. I don't kno

Re: [appfuse-user] Unable to load bean: type: class:com.opensymphony.xwork2.ObjectFactory

2008-04-14 Thread Alex Worden
Thank you so much for your input. I'll try your suggestions tonight. Should we / I update the Getting Started Wiki? I don't feel too comfortable doing that given that I have very little experience with AppFuse thus far... Alex On Mon, Apr 14, 2008 at 1:36 AM, Peter Schneider-Manzell <[EMAIL PROTE

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

2008-04-14 Thread Matt Raible
Honestly, I don't know the answers to these questions. Sorry. Matt On Mon, Apr 14, 2008 at 12:08 PM, jackalista <[EMAIL PROTECTED]> wrote: > > Hey Matt, > > Could I have fouled my env by installing JDK 6? I found several ref's to > this kind of exception in the archites with people trying to

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

2008-04-14 Thread jackalista
Hey Matt, Could I have fouled my env by installing JDK 6? I found several ref's to this kind of exception in the archites with people trying to use JDK 6 which I installed first and on which I first had this problem. I suspect I've fouled my env because I have run this same dist of AppFuse a *n

Re: [appfuse-user] New user with problems

2008-04-14 Thread Matt Raible
To be honest, I don't know what could be causing this as I've never seen it before. You might try changing your settings.xml file (in $M2_HOME), and change localRepository to a DOS path (no spaces). c:\docume~1\yourusername\.m2 Matt On Mon, Apr 14, 2008 at 11:21 AM, Mauri Ferreyra <[EMAIL PROTEC

Re: [appfuse-user] acegi and jsf

2008-04-14 Thread kace
Ive tested this out on a myfaces 1.1.5 and spring 2.0.6 and it works - it logs me in but on a project that uses myfaces 1.2.2 and spring 2.5.3 it gives me the HTTP ERROR: 404 /j_acegi_security_check.html RequestURI=/404.html not sure why that is - anyone? ..kace -- View this message in cont

Re: [appfuse-user] New user with problems

2008-04-14 Thread Mauri Ferreyra
Yes, i change my configuration, now is: Maven version: 2.0.9 Java version: 1.5.0_15 OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows" and the LifecycleExecutionException, follow there. :( On Mon, Apr 14, 2008 at 1:08 PM, Matt Raible <[EMAIL PROTECTED]> wrote: > Does this happe

Re: [appfuse-user] acegi and jsf

2008-04-14 Thread kace
If I have this in my security.xml and this in faces.config /login.xhtml login /j_acegi_security_check?j_username=admin&j_pass word=admin it gives me a successful login - just wanted to test if it worked but if I leave it as /login.xhtml login /j_acegi_security_check it doesnt l

Re: [appfuse-user] New user with problems

2008-04-14 Thread Matt Raible
Does this happen if you use Maven 2.0.9 or Java 5? Matt On Mon, Apr 14, 2008 at 8:58 AM, Mauri Ferreyra <[EMAIL PROTECTED]> wrote: > Hi, Matt, I'm using: > > Maven version: 2.0.8 > Java version: 1.6.0_03 > OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows" > > when i execute mvn -

Re: [appfuse-user] acegi and jsf

2008-04-14 Thread kace
If I type this directly into the address bar http://localhost:8084/j_acegi_security_check?j_username=admin&j_password=admin it gives me a successfull login but still cant get it to work through the login page. ..kace -- View this message in context: http://www.nabble.com/acegi-and-jsf-tp1665

Re: [appfuse-user] How to try a more recent version of HtmlUnit (Dojo errors)

2008-04-14 Thread Richard M
Matt, thank you - but that did not fix my problem. > You could try adding HtmlUnit has a dependency next to webtest - if > the groupId/artifactId matches the dependency in webtest, the newer > HtmlUnit should be used. I did post to the WebTest mailing list and have gotten back a response that i

Re: [appfuse-user] New user with problems

2008-04-14 Thread Mauri Ferreyra
Hi, Matt, I'm using: Maven version: 2.0.8 Java version: 1.6.0_03 OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows" when i execute mvn -e and Error stacktraces are turned on, the result's: [INFO] Scanning for projects... [INFO]

Re: [appfuse-user] New user with problems

2008-04-14 Thread Matt Raible
What OS are you running on? Which version of Java are you using? Which version of Maven are you using? These answers might help us narrow down the problem. In the current output below, we have as much information as you do. ;-) Matt On Sun, Apr 13, 2008 at 3:27 PM, Mauri Ferreyra <[EMAIL PROTECT

[appfuse-user] Help on webservices

2008-04-14 Thread Leo Barrientos C
Hello, i'm starting with webservices. Please helpme on this: a) My service is exposed - how(where) i can change(custom) the incoming xml. b) Where is the xml parser for the incoming xml?, it's automatic?, the params of the exposed method should be XML? c) How i cant test a webservice Thanks!

Re: [appfuse-user] Appfuse Struts - questions regarding compatibility

2008-04-14 Thread Matt Raible
I don't understand your questions, but I'll try to answer them. Are you asking if AppFuse 2.0 does CRUD generation? If so, yes - and it works much like it did in 1.0. If you run "appfuse:gen" on a Model object twice, it should work. If you run "appfuse:remove", it will remove your CRUD code (and yo

Re: [appfuse-user] xx

2008-04-14 Thread Matt Raible
On Mon, Apr 14, 2008 at 8:06 AM, koevet <[EMAIL PROTECTED]> wrote: > Hello, > > I'm looking into porting some Appfuse 2.x code to an old Appfuse 1.9 > application and I have noticed some changes in the security model (password > encryption). > I have also noticed that the UserDao now exposes a n

[appfuse-user] xx

2008-04-14 Thread koevet
Hello, I'm looking into porting some Appfuse 2.x code to an old Appfuse 1.9 application and I have noticed some changes in the security model (password encryption). I have also noticed that the UserDao now exposes a new method named: String getUserPassword(String username); The implementatio

[appfuse-user] Appfuse Struts - questions regarding compatibility

2008-04-14 Thread Rajeev Goel
Hi All, I am evaluating appfuse for a struts 2 project. few questions - Appfuse generates CRUD screens for version 1.0 or project. For v 2.0, code would have incremental changes over what is already coded. 1. Would using appfuse create any dependencies which might impede making the next set of c

Re: [appfuse-user] Unable to load bean: type: class:com.opensymphony.xwork2.ObjectFactory

2008-04-14 Thread Peter Schneider-Manzell
Hi! I've extended my pom.xml with the following part: ... maven-clean-plugin src/main/webapp/WEB-INF lib classes f

Re: [appfuse-user] Unable to load bean: type: class:com.opensymphony.xwork2.ObjectFactory

2008-04-14 Thread Michael Horwitz
After running the mvn:war-inplace command, you must delete the src/main/webapp/WEB-INF/classes and src/main/webapp/WEB-INF/lib directories from your web module. Then run mvn clean install from the top level, followed by mvn jetty:run-war in your web module and all should run just fine. Mike On 14