[appfuse-user] Re: Appfuse Spring Jasper dynamic compilication of JRXML file is failing in Weblogic 8.1 SP5

2007-05-17 Thread Gilberto C Andrade
SJ wrote: > I have followed the tutorial > http://raibledesigns.com/wiki/Wiki.jsp?page=AppFuseJasperReports to use > jasper reports with Spring. My application works fine in tomcat. But when it > is deployed in Weblogic 8.1 SP5, I receive the following error message when > Spring is loaded. > > I

[appfuse-user] Re: try to understand something.. jasper

2007-05-12 Thread Gilberto C Andrade
majaa majaa wrote: > Hello > I don't understand the main idea... (Jasper, iReports) and sorry for my Sorry for delay! I'm now working full time as DBA and have little time read mail list. First, you need understand that what we use here is the japerresports api and iReports is the designing tool

[appfuse-user] Re: try to understand something.. jasper

2007-05-11 Thread Gilberto C Andrade
majaa majaa wrote: > > Hello > > I don't understand the main idea... (Jasper, iReports) and sorry for my Sorry for delay! I'm now working full time as DBA and have little time read mail list. First, you need understand that what we use here is the japerresports api and iReports is the designing t

Re: [appfuse-user] Weird problem with one-to-many and composite id

2007-02-12 Thread Gilberto C Andrade
> > Thanks > > Travers > > parent class > > * @struts.form include-all="true" extends="BaseForm" > >* @hibernate.class table="qc_query_control" > >*/ > > public class QueryControl extends BaseObject implements Serializable { > >

Re: [appfuse-user] ApplicationResources_pt.properties vs. ApplicationResources_pt_BR.properties

2007-02-08 Thread Gilberto C Andrade
Matt Raible wrote: To AppFuse Portuguese Speakers: I did some diffs between AppFuse's "pt" and "pt_BR" resource bundles and they look exactly the same to me. Is there any reason to keep both? Yes! If you get rid of pt_BR locale, you'll have only portuguese from Portugal, that seems a lot di

[appfuse-user] The first web-development platform comparison

2007-01-17 Thread Gilberto C Andrade
Something very interesting will happen! :) http://news.innoopract.com/c.html?rtr=on&s=ii1,21h9,17e,db1m,ku3,khts,arm8 Gilberto - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [appfuse-user] Translations needed

2007-01-04 Thread Gilberto C Andrade
Matt Raible escreveu: Hello all, I need a translation of the following for all the locales supported in AppFuse: activeUsers.summary={0} User(s) found, displaying {1} user(s), from {2} to {3}. Page {4} / {5} Hi Matt! Happy new year! For pt_BR: activeUsers.summary={0} Usuário(s) encontrado

Re: [appfuse-user] ant setup-db

2006-12-15 Thread Gilberto C Andrade
Did you try the other tasks? ant clean ant webdoclet ant db-create ant db-prepare See all of them: ant -p Did you try to create another project with default settings, for example without change the package name (com.conciliarpress)? > Anybody read this yet? I must have fallen under the radar.

Re: [appfuse-user] AppFuse - Spring Question

2006-12-08 Thread Gilberto C Andrade
I think you don't need all this! Just ask your ISP the hostname and build your war: ant war -Ddatabase.host=localhost:5433 -Dhttp.port=80 -Ddatabase.name=bcoproducao Gilberto > Thanks again. I feel kind of stupid. I do use Tomcat and am familiar with > the doc link you sent. I think I should b

Re: [appfuse-user] check empty collection with tag lib

2006-11-29 Thread Gilberto C Andrade
This works for me (I use JSTL): disabled="disabled" gilberto > I tried to use that once but I had no success. The jakarta-taglib > (1.06 and 1.1.2 ) used in my appfuse doesn't support functions. Is > there another library that impl