[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
4.jar WEB-INF/lib/bsh-2.0b2.jar WEB-INF/web.xml Right now it is on oracle ias 10g, but before it was in jboss. Gilberto > > Please let me know the fix. > > ERROR main org.springframework.web.servlet.DispatcherServlet - Context > initialization failed > > org.springframe

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

2007-05-12 Thread Gilberto C Andrade
tionDataSource, JRCsvDataSource, JREmptyDataSource, etc.). So, if I use a list(JRBeanCollectionDataSource) of pojos and that a pojo can has a instance field, I must create the correspondent fields on the report (I mean, if I want to show user.address.name field). Hth, Gilberto > > action-ser

[appfuse-user] Re: Problem wiring up Jasper reports and appfuse (Spring mvc)

2007-05-11 Thread Gilberto
Did you solve this problem? Gilberto rfisk escreveu: Just FYI, the turorial I was using is located here: http://raibledesigns.com/wiki/AppFuseJasperReports.html Ivan Garcia wrote: Did you find the solution? the xml you attached is not well nested: ‹property name

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

2007-05-11 Thread Gilberto C Andrade
ly to my app services datasource (JRBeanArrayDataSource, JRBeanCollectionDataSource, JRCsvDataSource, JREmptyDataSource, etc.). So, if I use a list(JRBeanCollectionDataSource) of pojos and that a pojo can has a instance field, I must create the correspondent fields on the report (I mean, if I want to show u

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

2007-02-12 Thread Gilberto C Andrade
ds BaseObject implements Serializable { > > private static final long serialVersionUID = 3690147920654049848L; > > protected QueryParameterPK id; > > protected String qpMatchType; > > protected Long qpUserId; > > protected QueryControl queryControl; I would add a version field here. When working with composite keys always use versioning columns. Gilberto - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

2007-02-08 Thread Gilberto C Andrade
ies (aka portuguese), I don't know! Gilberto Thanks, Matt -- http://raibledesigns.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[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
) encontrado(s), exibindo {1} usuário(s), de {2} a {3}. Página {4} / {5} Gilberto - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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 thi

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 > th