[JBoss JIRA] Created: (SEAMREPORTS-10) Dynamic reporting from customer template
by alberto Gori (JIRA)
Dynamic reporting from customer template
----------------------------------------
Key: SEAMREPORTS-10
URL: https://issues.jboss.org/browse/SEAMREPORTS-10
Project: Seam Reports
Issue Type: Feature Request
Reporter: alberto Gori
Would be nice to see a solution for dynamic reporting using customer templates. Many times customers give us a template (OpenOffice or Word document), and we are supposed to produce reports based on them, maybe adding some other images, signature etc.
So I suggest a Seam Report API able to read a customer template (odt etc), manipulate this document (set fields, adding table rows, adding images, etc) and produce PDF. For example an API that hides all the complexity of UNO (http://udk.openoffice.org/) or some other tool for document manipulation.
The key part is existent document manipulation.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months
[JBoss JIRA] Created: (SEAMJCR-4) OCM Bindings
by John Ament (JIRA)
OCM Bindings
------------
Key: SEAMJCR-4
URL: https://issues.jboss.org/browse/SEAMJCR-4
Project: Seam JCR
Issue Type: Feature Request
Components: OCM
Reporter: John Ament
Fix For: 3.0.0.Alpha2
OCM Bindings should support either Seam JCR created annotations denoting node types as well as field level annotations denoting the properties. The bindings should happen once on startup, not at runtime, so doing this in the JcrExtension makes sense.
The alternative would be to use JAX-B bindings. I think either would work, and if we can we should support JAX-B.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months
[JBoss JIRA] Created: (JBSEAM-4819) Seam businessProcess and persistenceContexts are leaked when conversationTimeout occurs
by Keiichi Sato (JIRA)
Seam businessProcess and persistenceContexts are leaked when conversationTimeout occurs
---------------------------------------------------------------------------------------
Key: JBSEAM-4819
URL: https://issues.jboss.org/browse/JBSEAM-4819
Project: Seam 2
Issue Type: Bug
Components: BPM, Core
Affects Versions: 2.2.2.Final
Reporter: Keiichi Sato
The following two objects are leaked, when conversationTimeout occurs.
org.jboss.seam.bpm.businessProcess
org.jboss.seam.persistence.persistenceContexts
This is not a permanent leak, because if associated HTTP session is invalidated, the above objects are removed.
The object size of the leaked objects are very small,
so this is not a serious memory leak issue.
This can be easily reproduced with the seam numberguess application.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months
[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2006) Improve handling of dependencies in examples
by Pete Muir (JIRA)
Improve handling of dependencies in examples
--------------------------------------------
Key: JBSEAM-2006
URL: http://jira.jboss.com/jira/browse/JBSEAM-2006
Project: JBoss Seam
Issue Type: Task
Affects Versions: 2.0.0.CR1
Reporter: Pete Muir
Assigned To: Pete Muir
Priority: Critical
Fix For: 2.0.1.GA
Currently dependencies are just handled as before, with all dependencies copied into lib/
I propose to replace lib/ with a local maven repository (just a simple directory structure). This will only be used if present (not present in CVS, created using dependency:copy-dependencies when running dist target). The fileset's used to declare example libraries and inclusion into deployed archives will be altered to use maven ant tasks to pull in these filesets from repositories (using the local repo if present).
This requires some extensions to existing ant tasks.
A similar scheme can be used for seam-gen
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months