Discussion:
[jira] [Updated] (COCOON3-72) Add constructor to XSLTTransformer
Francesco Chicchiriccò (JIRA)
2013-01-19 13:54:13 UTC
Permalink
[ https://issues.apache.org/jira/browse/COCOON3-72?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Francesco Chicchiriccò updated COCOON3-72:
------------------------------------------

Fix Version/s: 3.0.0-beta-1
Add constructor to XSLTTransformer
----------------------------------
Key: COCOON3-72
URL: https://issues.apache.org/jira/browse/COCOON3-72
Project: Cocoon 3
Issue Type: Improvement
Components: cocoon-sax
Affects Versions: 3.0.0-alpha-3
Reporter: Olivier Bazoud
Fix For: 3.0.0-beta-1
It would be useful to add a constructor with javax.xml.transform.StreamSource and a lastModified.
In my use case, xslt is stored in a database and I have a lastModified column.
public XSLTTransformer(StreamSource source, long lastModified) {
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
Francesco Chicchiriccò (JIRA)
2013-02-24 16:54:12 UTC
Permalink
[ https://issues.apache.org/jira/browse/COCOON3-72?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Francesco Chicchiriccò reassigned COCOON3-72:
---------------------------------------------

Assignee: Francesco Chicchiriccò
Add constructor to XSLTTransformer
----------------------------------
Key: COCOON3-72
URL: https://issues.apache.org/jira/browse/COCOON3-72
Project: Cocoon 3
Issue Type: Improvement
Components: cocoon-sax
Affects Versions: 3.0.0-alpha-3
Reporter: Olivier Bazoud
Assignee: Francesco Chicchiriccò
Fix For: 3.0.0-beta-1
It would be useful to add a constructor with javax.xml.transform.StreamSource and a lastModified.
In my use case, xslt is stored in a database and I have a lastModified column.
public XSLTTransformer(StreamSource source, long lastModified) {
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
Francesco Chicchiriccò (JIRA)
2013-02-25 13:58:19 UTC
Permalink
[ https://issues.apache.org/jira/browse/COCOON3-72?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Francesco Chicchiriccò closed COCOON3-72.
-----------------------------------------

Resolution: Fixed

http://svn.apache.org/r1449709
Add constructor to XSLTTransformer
----------------------------------
Key: COCOON3-72
URL: https://issues.apache.org/jira/browse/COCOON3-72
Project: Cocoon 3
Issue Type: Improvement
Components: cocoon-sax
Affects Versions: 3.0.0-alpha-3
Reporter: Olivier Bazoud
Assignee: Francesco Chicchiriccò
Fix For: 3.0.0-beta-1
It would be useful to add a constructor with javax.xml.transform.StreamSource and a lastModified.
In my use case, xslt is stored in a database and I have a lastModified column.
public XSLTTransformer(StreamSource source, long lastModified) {
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
Hudson (JIRA)
2013-02-25 14:14:14 UTC
Permalink
[ https://issues.apache.org/jira/browse/COCOON3-72?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13585870#comment-13585870 ]

Hudson commented on COCOON3-72:
-------------------------------

Integrated in Cocoon 3.0 #242 (See [https://builds.apache.org/job/Cocoon%203.0/242/])
[COCOON3-72] #resolve (Revision 1449709)

Result = SUCCESS
ilgrosso : http://svn.apache.org/viewvc/?view=rev&rev=1449709
Files :
* /cocoon/cocoon3/trunk/cocoon-sax/src/main/java/org/apache/cocoon/sax/component/XSLTTransformer.java
* /cocoon/cocoon3/trunk/cocoon-sax/src/test/java/org/apache/cocoon/sax/component/XSLTTransformerTest.java
Add constructor to XSLTTransformer
----------------------------------
Key: COCOON3-72
URL: https://issues.apache.org/jira/browse/COCOON3-72
Project: Cocoon 3
Issue Type: Improvement
Components: cocoon-sax
Affects Versions: 3.0.0-alpha-3
Reporter: Olivier Bazoud
Assignee: Francesco Chicchiriccò
Fix For: 3.0.0-beta-1
It would be useful to add a constructor with javax.xml.transform.StreamSource and a lastModified.
In my use case, xslt is stored in a database and I have a lastModified column.
public XSLTTransformer(StreamSource source, long lastModified) {
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
Hudson (JIRA)
2013-02-25 15:10:13 UTC
Permalink
[ https://issues.apache.org/jira/browse/COCOON3-72?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13585909#comment-13585909 ]

Hudson commented on COCOON3-72:
-------------------------------

Integrated in Cocoon 3.0 #243 (See [https://builds.apache.org/job/Cocoon%203.0/243/])
[COCOON3-67] #resolve + extending LinkedSAXPipelineComponentBuilder for COCOON3-71 and COCOON3-72 (Revision 1449717)

Result = SUCCESS
ilgrosso : http://svn.apache.org/viewvc/?view=rev&rev=1449717
Files :
* /cocoon/cocoon3/trunk/cocoon-pipeline/src/main/java/org/apache/cocoon/pipeline/builder/LinkedPipelineSetupBuilder.java
* /cocoon/cocoon3/trunk/cocoon-pipeline/src/main/java/org/apache/cocoon/pipeline/builder/PipelineBuilder.java
* /cocoon/cocoon3/trunk/cocoon-sax/src/main/java/org/apache/cocoon/sax/builder/LinkedSAXPipelineComponentBuilder.java
* /cocoon/cocoon3/trunk/cocoon-sax/src/main/java/org/apache/cocoon/sax/builder/LinkedSAXPipelineComponentBuilderImpl.java
Add constructor to XSLTTransformer
----------------------------------
Key: COCOON3-72
URL: https://issues.apache.org/jira/browse/COCOON3-72
Project: Cocoon 3
Issue Type: Improvement
Components: cocoon-sax
Affects Versions: 3.0.0-alpha-3
Reporter: Olivier Bazoud
Assignee: Francesco Chicchiriccò
Fix For: 3.0.0-beta-1
It would be useful to add a constructor with javax.xml.transform.StreamSource and a lastModified.
In my use case, xslt is stored in a database and I have a lastModified column.
public XSLTTransformer(StreamSource source, long lastModified) {
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
Loading...