[jboss-user] [JBoss Seam] - PDF, max of 14560 rows

2007-04-26 Thread pista666
hi, i'm only able to print out 14560 row per table in pdf. Sometimes i get 1row sometimes (and always after jboss restart) 14560. No exception, No error ... :( i'm using postgres, report query always retrieves 100 000 rows. thanks for any idea stefan xhtml: | table columns=5 |

[jboss-user] [JBoss Seam] - seam huge PDF report ?

2007-04-24 Thread pista666
hi folks, please help me with data report to PDF. so far i have tried to create class, based on seam-gen generated *List.java class, to be able to run report (xhtml with iText) on it's .resultList. But, is there any standard/common' way to do it ? What with huge reports (like 10^6 rows)?

[jboss-user] [JBoss Seam] - optimistic locking - exception handling

2007-03-02 Thread pista666
hi folks, i'm trying to use optimistic locking with seam, everything works fine except very last thing, when i'm trying to save the record (that was changed by other user) i'll get page that user can't really understand (server internal error). In jboss log i see exception(explainig problem),

[jboss-user] [JBoss Seam] - Re: Could not create connection - deployment problem

2007-02-25 Thread pista666
it's there sii find output /opt/jboss/server/default/lib/pgsql-jdbc.jar might not be problem of jar View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4021946#4021946 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4021946

[jboss-user] [JBoss Seam] - seam-gen stack overflow

2007-02-25 Thread pista666
occurs when you have 2 tables referencing each other like this: alter table core.ORG_PARTNER add constraint FK1 foreign key (PRIMARY_CONTACT_ID) references core.ORG_PARTNER_CONTACT(CONTACT_ID) ; alter table core.ORG_PARTNER_CONTACT add constraint FK2 foreign key (PARTNER_ID)

[jboss-user] [JBoss Seam] - Re: seam-gen stack overflow

2007-02-25 Thread pista666
i use CVS, varsion from 24.feb View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022077#4022077 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022077 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: seam-gen stack overflow

2007-02-25 Thread pista666
i use CVS, varsion from 24.feb View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022078#4022078 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022078 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Could not create connection - deployment problem

2007-02-24 Thread pista666
hi folks, playing with app generation, (seam generate-entities) everything is fine, until deployment, when i get this: 01:52:39,917 WARN [JBossManagedConnectionPool] Throwable while attempting to get a new connection: null org.jboss.resource.JBossResourceException: Could not create connection;

[jboss-user] [JBoss Seam] - error deploying generated CRUD application

2007-02-23 Thread pista666
hi folks, need (probably) entry level advice. i'm getting following error, when trying to deploy generated CRUD application. anybody knows what mistake i'm doing? 22:43:07,150 INFO [Component] Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class:

[jboss-user] [JBoss Seam] - Re: error deploying generated CRUD application

2007-02-23 Thread pista666
versions might help ;-) jboss-4.0.5.GA/ jboss-seam-1.1.5.GA/ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4021350#4021350 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4021350

[jboss-user] [JBoss Seam] - Re: error deploying generated CRUD application

2007-02-23 Thread pista666
;-) gavin thanks for ultrafast reply but are you sure ? hmm, generated source code compiles without problem (after replacing javax.ejb.Interceptors with javax.interceptor.Interceptors) and no code (except generated and compiled source) goes from Eclipse plugin to generated seamapp.ear and