[jira] Updated: (SM-902) File Binding example error with JaxenStringXPathExpression

2007-04-11 Thread Gert Vanthienen (JIRA)

 [ 
https://issues.apache.org/activemq/browse/SM-902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gert Vanthienen updated SM-902:
---

Attachment: SM-902.patch

I think this patch might at least solve the issue, but I admit it is a very 
naive solution.

Main problem: the NormalizedMessage is always copied, even when only 
e.g.message properties are used in the expression (resulting in some overhead 
in that case).  Any suggestions on how to avoid that?

  File Binding example error with JaxenStringXPathExpression 
 

 Key: SM-902
 URL: https://issues.apache.org/activemq/browse/SM-902
 Project: ServiceMix
  Issue Type: Bug
  Components: servicemix-components
Affects Versions: 3.1
 Environment: window xp, java1.5, 
Reporter: Sangwoo Han
Priority: Minor
 Attachments: SM-902.patch


 I have tried example-file binding with servicemix3.1 (latest version) 
 and the file generated in outbox was empty !! size zero ! 
 So I commented out the rename part (filename property with 
 JaxenStringXPathExpression) 
 and it generated file with original file content. It worked !! 
 Guillaume Nodet(gnodet) suspects a problem with the input stream which is not 
 converted before evaluating 
 the expression.
 ==
  sm:component 
 bean class=org.apache.servicemix.components.file.FileWriter 
   property name=directory value=D:/outbox / 
   property name=marshaler 
 bean 
   class=org.apache.servicemix.components.util.DefaultFileMarshaler 
 !-- property name=fileName 
bean 

 class=org.apache.servicemix.expression.JaxenStringXPathExpression 
   constructor-arg 
   value=concat('sample_', /sample/@id, '.xml') / 
/bean 
  /property 
  -- 
  /bean 
   /property 
/bean 
   /sm:component

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (SM-931) PMD/CheckStyle errors for servicemix-eip

2007-04-11 Thread Thomas Termin (JIRA)

[ 
https://issues.apache.org/activemq/browse/SM-931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_38988
 ] 

Thomas Termin commented on SM-931:
--

Gert,

I'm currently working on this but you were faster. :-)

 PMD/CheckStyle errors for servicemix-eip
 

 Key: SM-931
 URL: https://issues.apache.org/activemq/browse/SM-931
 Project: ServiceMix
  Issue Type: Bug
  Components: servicemix-eip
Reporter: Gert Vanthienen
Priority: Minor
 Attachments: SM-931.patch


 Build fails with PMD/CheckStyle enabled for servicemix-eip

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Assigned: (SM-864) Configure jetty in the main configuration so that we can easily deploy web applications

2007-04-11 Thread Thomas Termin (JIRA)

 [ 
https://issues.apache.org/activemq/browse/SM-864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas Termin reassigned SM-864:


Assignee: Thomas Termin

 Configure jetty in the main configuration so that we can easily deploy web 
 applications
 ---

 Key: SM-864
 URL: https://issues.apache.org/activemq/browse/SM-864
 Project: ServiceMix
  Issue Type: New Feature
  Components: servicemix-assembly
Reporter: Guillaume Nodet
 Assigned To: Thomas Termin
 Attachments: jetty.patch




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Work started: (SM-864) Configure jetty in the main configuration so that we can easily deploy web applications

2007-04-11 Thread Thomas Termin (JIRA)

 [ 
https://issues.apache.org/activemq/browse/SM-864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Work on SM-864 started by Thomas Termin.

 Configure jetty in the main configuration so that we can easily deploy web 
 applications
 ---

 Key: SM-864
 URL: https://issues.apache.org/activemq/browse/SM-864
 Project: ServiceMix
  Issue Type: New Feature
  Components: servicemix-assembly
Reporter: Guillaume Nodet
 Assigned To: Thomas Termin
 Attachments: jetty.patch




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (SM-932) Enable PMD/CheckStyle for binding components

2007-04-11 Thread Gert Vanthienen (JIRA)

 [ 
https://issues.apache.org/activemq/browse/SM-932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gert Vanthienen updated SM-932:
---

Attachment: SM-932-file.patch

SM-932-file.patch fixes PDM/CheckStyle errors for servicemix-ftp

 Enable PMD/CheckStyle for binding components
 

 Key: SM-932
 URL: https://issues.apache.org/activemq/browse/SM-932
 Project: ServiceMix
  Issue Type: Task
  Components: servicemix-file, servicemix-ftp, servicemix-http, 
 servicemix-jms, servicemix-truezip
Reporter: Gert Vanthienen
Priority: Minor
 Attachments: SM-932-file.patch


 PMD/CheckStyle should be enabled for binding components

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.