[appfuse-user] Unable to get class information for @throws tag when running mvn checkstyle:check

2007-10-25 Thread dev dev
Anyone seen this error? Thanks dev

Re: [appfuse-user] AppFuse + modified core classes -> errors if maven run in console

2007-10-25 Thread Rob Hills
Hi Matt, Thanks for the reply. On 25 Oct 2007 at 13:20, Matt Raible wrote: > Are you excluding appfuse-data-common in your pom.xml? If so, please > copy/paste that configuration into an e-mail so we can verify it's > correct. Wasn't sure if you really wanted the whole pom.xml so I've just inclu

Re: [appfuse-user] Neep help in acegi

2007-10-25 Thread jackalista
Hi rbtechno, Would you clarify what you mean? If you want to create > 1 DB user account you'll probably have to create multiple hibernate configurations (or perhaps do so programmatically). I'm wondering why you need to do this however, unless you have to access 2 or more DBs. Would you elabor

[appfuse-user] using Generic Daos in Mocks in manager tests

2007-10-25 Thread Jack A. Lista
Hi All, I'm just using the new 2.0M5 version of AppFuse and am duly impressed, especially with the new generic Daos and Managers as about half my classes don't need anything more than that. I'm using the Struts 2 modular archetype. I'm having a terrible time with my first manager test tryi

Re: [appfuse-user] Single Sign on

2007-10-25 Thread Matt Raible
CAS has worked well for me and integrates nicely with Acegi Security. Matt On 10/25/07, André Faria <[EMAIL PROTECTED]> wrote: > > > > > > *Hi Everybody, > > * > Do you recomend to use Josso with JBoss Aplication Server, or do you guys > know a better solution? > > > Thank you all > > >

[appfuse-user] Single Sign on

2007-10-25 Thread André Faria
Hi Everybody,  Do you recomend to use Josso with JBoss Aplication Server, or do you guys know a better solution?   Thank you all

Re: [appfuse-user] Remove clickstream?

2007-10-25 Thread Matt Raible
You can exclude it from your appfuse dependencies (or remove it as a dependency if you're using full-source). Then remove (or exclude): admin/ clickstreams.jsp viewstream.jsp And remove the Clickstream Filter and Listener from web.xml. I do believe this is a seldom-used feature in AppFu

Re: [appfuse-user] AppFuse + modified core classes -> errors if maven run in console

2007-10-25 Thread Matt Raible
Are you excluding appfuse-data-common in your pom.xml? If so, please copy/paste that configuration into an e-mail so we can verify it's correct. Matt On 10/25/07, Rob Hills <[EMAIL PROTECTED]> wrote: > Hi All, > > AppFuse 2.0 + Struts 2. I've been developing on a Windoze box using > Eclipse + Ec

Re: [appfuse-user] SQLServer setup?

2007-10-25 Thread John Kwon
Just found it. Thanks! On 10/25/07, Alex Coles <[EMAIL PROTECTED]> wrote: > > You only need to rebuild the WAR file if you want to make the IP/port > default from now on. > > If you look in the classes directory of the WAR file after its been > deployed and unzipped, you should find jdbc.properti

Re: [appfuse-user] SQLServer setup?

2007-10-25 Thread Alex Coles
You only need to rebuild the WAR file if you want to make the IP/port default from now on. If you look in the classes directory of the WAR file after its been deployed and unzipped, you should find jdbc.properties. You should be able to modify jdbc.properties, and then restart the application wit

[appfuse-user] SQLServer setup?

2007-10-25 Thread John Kwon
Do I have to rebuild every time I want to change the port and ip of my sql server instance? I can't find a properties file that gets set by the pom.xml I hate to have to rebuild for every single server this app goes to.

[appfuse-user] AppFuse + modified core classes -> errors if maven run in console

2007-10-25 Thread Rob Hills
Hi All, AppFuse 2.0 + Struts 2. I've been developing on a Windoze box using Eclipse + Eclipse Maven plugin. I've modified the User class following the instructions on the AppFuse website: http://www.appfuse.org/display/APF/AppFuse+Core+Classes This is all working fine and I can build and run

Re: [appfuse-user] log4j issue

2007-10-25 Thread Rob Hills
Hi Mark, I'm no expert at log4j, but from reading the comments in the configuration file, I can see that you need to comment out one setting and uncomment another for a start: On 25 Oct 2007 at 9:19, Plant More Tree wrote: >I am using appfuse 1.9.4 in Tomcat 6.0.14 and log4j-1.2.13.jar. Be

[appfuse-user] Field 'xxx' doesn't have a default value?

2007-10-25 Thread Yongping
Hi, all Appfuse 2.0 works fine on my machine. However I got a problem (which confused me a lot) when I run mvn test -Dtest=UserDaoTest after I added a couple more fields in User (model) class and test data in sample-data.xml. The error message looks like [ERROR] BUILD ERROR [INFO] -

Re: [appfuse-user] Strange @ManyToOne form display problem (Struts2)

2007-10-25 Thread Marcello Teodori
An easier way to do this, provided you have already in place a PostadresseAction, is to use the following snippet: In this way you execute the PostadresseAction action in the view of AddressAction and get the list of postaddress from it without any need to change the action code or the spri

[appfuse-user] log4j issue

2007-10-25 Thread Plant More Tree
Hello, I am using appfuse 1.9.4 in Tomcat 6.0.14 and log4j-1.2.13.jar. Below is the /WEB-INF/classes/log4j.properties contain # This is the configuring for logging displayed in the Application Server log4j.rootCategory=INFO, stdout # Replace the line above if you want to put a log file into

[appfuse-user] RE: Questions on JSF Datatable and CommandLink

2007-10-25 Thread Ding, Qin
I am using Appfuse 1.9.4/JSF/DB2. I have a page using JSF tags datatable and commandLink. Everything is fine except that the commandLink within datatable does not fire the action, that is, the review method is never getting called. If I move the commandLink out of the datatable, it is trigging

[appfuse-user] Remove clickstream?

2007-10-25 Thread John Kwon
Is there any guidance on how to remove clickstream from the app? I don't need it, and it keeps getting NullPointerExceptions on Tomcat.

Re: [appfuse-user] Could not get ConfigurationTask ? sping mvc - jsf

2007-10-25 Thread emmettwalsh
the only thing i have changed is the db config (the activation tag)in the pom of my app... hsqldb true org.dbunit.ext.hsqldb.HsqldbDataTypeFactory org.hibe