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:
|
| num
| p
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)?
(ma
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),
i use CVS, varsion from 24.feb
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4022077#4022077
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4022077
___
jboss-user mailing list
i use CVS, varsion from 24.feb
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4022078#4022078
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4022078
___
jboss-user mailing list
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)
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=bb&op=viewtopic&p=4021946#4021946
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4021946
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;
;-) 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 jbo
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=bb&op=viewtopic&p=4021350#4021350
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4021350
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: org.jboss.seam.core.
11 matches
Mail list logo