[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: (JBSEAM-4828) Memory Leak on Subscription Registry
by Mark Torres (JIRA)
Memory Leak on Subscription Registry
------------------------------------
Key: JBSEAM-4828
URL: https://issues.jboss.org/browse/JBSEAM-4828
Project: Seam 2
Issue Type: Bug
Components: Remoting
Affects Versions: 2.2.2.Final
Reporter: Mark Torres
Assignee: Shane Bryzak
SubscriptionRegistry.subscriptions grows uncontrollably when RemoteSubscriber.unsubscribe is called on subscriptions.
Would it make sense to put all the cleanup code(removing from SubscriptionRegistry.subscriptions and UserTokens, jms cleanup) in RemoteSubscriber.unsubscribe?
--
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