Re: [appfuse-user] Overriding appfuse-data-common Constants.java

2009-03-23 Thread Matt Raible
This might help: http://appfuse.org/display/APF/AppFuse+Core+Classes Matt On Tue, Mar 10, 2009 at 8:33 AM, Mischa wrote: > > I am trying to upgrade from 2.0-m3 to 2.0.2. > Doing this I came up with some problems. > > I have overridden the appfuse-data-common module and changed some things in >

Re: [appfuse-user] Multiple database connection in One host

2009-03-23 Thread sudhakargupta
Thanks for your reply if you got the solution on this type of multiple database connections in one application please help me. Sudhakar mraible wrote: > > I'm not a good person so ask as I haven't recently had to connect to > multiple databases in a single application. Hopefully others on th

Re: [appfuse-user] Multiple database connection in One host

2009-03-23 Thread Matt Raible
I'm not a good person so ask as I haven't recently had to connect to multiple databases in a single application. Hopefully others on this list have had this experience and can help you. Matt On Mon, Mar 23, 2009 at 11:28 PM, sudhakargupta < sudhakargupta_s...@hotmail.com> wrote: > > Thanks for

Re: [appfuse-user] Multiple database connection in One host

2009-03-23 Thread sudhakargupta
Thanks for your reply. i'm connecting to multiple database with out the appfuse structure (connect to the database while calling the daoHibernate methods with normal connection). can you please suggest me it is the good structure to connect to database through this one or not. Sudhakar mrai

Re: [appfuse-user] Multiple database connection in One host

2009-03-23 Thread Matt Raible
AppFuse doesn't do anything special outside of Spring and Hibernate (or whatever persistence framework you choose). If you can do it with Spring and Hibernate, you can probably do it in AppFuse. I don't believe we prevent any special behavior from happening. Matt On Mon, Mar 23, 2009 at 11:04 PM,

Re: [appfuse-user] Multiple database connection in One host

2009-03-23 Thread sudhakargupta
Thanks for your reply but i am unable to get the solution. is there any possibilities to maintain multiple databases for one application through appfuse. please help to resolve this problem. Sudhakar mraible wrote: > > I would suggest searching the mailing list archives at > http://app

Re: [appfuse-user] Using struts 2 tooltip causes error!

2009-03-23 Thread Matt Raible
AppFuse has issues with Dojo because we use a .html extension. Your choices are: 1. Try searching the archives @ http://appfuse.markmail.org to find a workaround (requires a few code modifications). 2. Change the extension to something like .action and add to your element. Matt On Mon, Mar 23,

Re: [appfuse-user] checkstyle and PMD errors

2009-03-23 Thread tibi
mraible wrote: > > Are you using our checkstyle configuration? > https://appfuse.dev.java.net/checkstyle.xml > > not jet. i used my own. but i will do it tomorrow immedeately after my cup of thee ;) -- View this message in context: http://www.nabble.com/checkstyle-and-PMD-errors-tp2272s

[appfuse-user] Using struts 2 tooltip causes error!

2009-03-23 Thread mmaia
Hi, Whenever I try to add a tooltip to a struts 2 textfield causes an error. I can see this error because I use Firebug for firefox. The error is: The tooltip added is like: And the error message: dojo is not defined: dojo.requ...);dojo.require("dojo.fx.html"); Follows an image to visuali

Re: [appfuse-user] checkstyle and PMD errors

2009-03-23 Thread Matt Raible
Are you using our checkstyle configuration? maven-checkstyle-plugin https://appfuse.dev.java.net/checkstyle.xml Matt On Mon, Mar 23, 2009 at 12:49 PM, tibi wrote: > > hi list, > > i'm used to use c

Re: [appfuse-user] minor doc bug

2009-03-23 Thread Matt Raible
Please enter an issue in JIRA as this will need to change in a number of places. Thanks, Matt On Mon, Mar 23, 2009 at 12:49 PM, tibi wrote: > > in the readme the url to the quickstart is not working. it should be: > http://appfuse.org/display/APF/AppFuse+QuickStart > > > (but is http://appfuse

[appfuse-user] checkstyle and PMD errors

2009-03-23 Thread tibi
hi list, i'm used to use checkstyle and pmd to push on writing nice code. when i use appfuse fullsource i get a lot off errors. 521 for the struts2 basic model. i can (and will) fix these but it would be nice i would not have to do this for every appfuse project. i already added the request to th

[appfuse-user] minor doc bug

2009-03-23 Thread tibi
in the readme the url to the quickstart is not working. it should be: http://appfuse.org/display/APF/AppFuse+QuickStart (but is http://appfuse.org/display/APF/QuickStart+Guide) should i make a jira for this or will it be fixed as we speak ;) ciao -

Re: [appfuse-user] Multiple database connection in One host

2009-03-23 Thread Matt Raible
I would suggest searching the mailing list archives at http://appfuse.markmail.org. I believe there's some solutions for connecting to multiple databases in there. Matt On Mon, Mar 23, 2009 at 6:59 AM, sudhakargupta < sudhakargupta_s...@hotmail.com> wrote: > > Hi Matt, > > I'm presently workin

Re: [appfuse-user] Cobertura reporting 0% coverage

2009-03-23 Thread Matt Raible
If there's not an issue in JIRA for this, please add one. I'll try to find a more elegant solution. On Mar 23, 2009, at 7:52 AM, tibi wrote: ok i started a new project with struts 2 and the problem is still there. i needed to read several emails and bug items to solve so here is the story

Re: [appfuse-user] Cobertura reporting 0% coverage

2009-03-23 Thread tibi
ok i started a new project with struts 2 and the problem is still there. i needed to read several emails and bug items to solve so here is the story put together. 0% coverage is because the fight between aspectj en cobertura. turning aspectj of will solve the problem. so i took out this part:

[appfuse-user] Multiple database connection in One host

2009-03-23 Thread sudhakargupta
Hi Matt, I'm presently working with the appfuse1.9.4, and postgresql database. In my application i need to develop a reports like charts. For this reports i need to use different databases like (test1,test2,test3) in postgresql in the same host with the different user name and passwords. w

Re: [appfuse-user] creating jsp's that are public, don't need to login

2009-03-23 Thread Hugo Meyer
It works fine removing lowercase-comparisons="false". Now they can be accesed without the need of login first. Thanks Matt. Hugo 2009/3/21 Hugo Meyer > Ok Matt, i'll try it and then let you know if it work.. > > Hugo > > 2009/3/20, Matt Raible : > >> I would try removing lowercase-comparisons=

Re: [appfuse-user] struts taglib select with foreach example

2009-03-23 Thread tibi
mraible wrote: > > You cannot mix and match JSTL with Struts 2 tags. If you use a Struts > 2 iterator tag with the , it should work. > and right you are! here is a working example: it is quite confusing the two styles intermixing. and somehow i have an old project wich is