You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Bilgin Ibryam (JIRA)" <ji...@apache.org> on 2007/08/09 13:15:43 UTC

[jira] Created: (OFBIZ-1192) sendMailFromScreen service error when ordered rental or digital products

sendMailFromScreen service error when ordered rental or digital products
------------------------------------------------------------------------

                 Key: OFBIZ-1192
                 URL: https://issues.apache.org/jira/browse/OFBIZ-1192
             Project: OFBiz
          Issue Type: Bug
          Components: order
    Affects Versions: SVN trunk
            Reporter: Bilgin Ibryam
            Priority: Minor
             Fix For: SVN trunk


Hi all,
Ordering products that donot need shipping address (rental or digital products) cause the following error:

     [java] ERROR:  'null:82:44: Error(82/44): fo:table-row is missing child elements.
     [java] Required Content Model: (table-cell+)'
     [java] 2007-08-09 13:43:31,925 (default-invoker-Thread-7) [  ServiceDispatcher.java:410:ERROR] Service Error [sendMailFromScreen]: FOP transform failed: javax.xml.transform.TransformerException: org.apache.fop.fo.ValidationException: null:82:44: Error(82/44): fo:table-row is missing child elements.
     [java] Required Content Model: (table-cell+)
     [java] 2007-08-09 13:43:31,926 (default-invoker-Thread-7) [    TransactionUtil.java:291:WARN ]
     [java] ---- exception report ----------------------------------------------------------
     [java] [TransactionUtil.setRollbackOnly] Calling transaction setRollbackOnly; this stack trace shows where this is happening:
     [java] Exception: java.lang.Exception
     [java] Message: Service Error [sendMailFromScreen]: FOP transform failed: javax.xml.transform.TransformerException: org.apache.fop.fo.ValidationException: null:82:44: Error(82/44): fo:table-row is missing child elements.
     [java] Required Content Model: (table-cell+)
...

This service is sheduled three times and  fills the console with stack trace.
The applied patch fixes the bug.

Regards,
Bilgin Ibryam

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


[jira] Reopened: (OFBIZ-1192) sendMailFromScreen service error when ordered rental or digital products

Posted by "Jacopo Cappellato (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacopo Cappellato reopened OFBIZ-1192:
--------------------------------------


> sendMailFromScreen service error when ordered rental or digital products
> ------------------------------------------------------------------------
>
>                 Key: OFBIZ-1192
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1192
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Bilgin Ibryam
>            Assignee: Jacopo Cappellato
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: mail.patch
>
>
> Hi all,
> Ordering products that donot need shipping address (rental or digital products) cause the following error:
>      [java] ERROR:  'null:82:44: Error(82/44): fo:table-row is missing child elements.
>      [java] Required Content Model: (table-cell+)'
>      [java] 2007-08-09 13:43:31,925 (default-invoker-Thread-7) [  ServiceDispatcher.java:410:ERROR] Service Error [sendMailFromScreen]: FOP transform failed: javax.xml.transform.TransformerException: org.apache.fop.fo.ValidationException: null:82:44: Error(82/44): fo:table-row is missing child elements.
>      [java] Required Content Model: (table-cell+)
>      [java] 2007-08-09 13:43:31,926 (default-invoker-Thread-7) [    TransactionUtil.java:291:WARN ]
>      [java] ---- exception report ----------------------------------------------------------
>      [java] [TransactionUtil.setRollbackOnly] Calling transaction setRollbackOnly; this stack trace shows where this is happening:
>      [java] Exception: java.lang.Exception
>      [java] Message: Service Error [sendMailFromScreen]: FOP transform failed: javax.xml.transform.TransformerException: org.apache.fop.fo.ValidationException: null:82:44: Error(82/44): fo:table-row is missing child elements.
>      [java] Required Content Model: (table-cell+)
> ...
> This service is sheduled three times and  fills the console with stack trace.
> The applied patch fixes the bug.
> Regards,
> Bilgin Ibryam

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


[jira] Commented: (OFBIZ-1192) sendMailFromScreen service error when ordered rental or digital products

Posted by "Bilgin Ibryam (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12518738 ] 

Bilgin Ibryam commented on OFBIZ-1192:
--------------------------------------

Hi Jacopo,
the error is still not fixed.
orderContactMechValueMaps?has_content most of the time has content but it is not always "POSTAL_ADDRESS"  (For example admin has EMAIL only by default)
So <#if contactMech.contactMechTypeId == "POSTAL_ADDRESS"> is false and <fo:table-cell> is missing.

> sendMailFromScreen service error when ordered rental or digital products
> ------------------------------------------------------------------------
>
>                 Key: OFBIZ-1192
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1192
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Bilgin Ibryam
>            Assignee: Jacopo Cappellato
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: mail.patch
>
>
> Hi all,
> Ordering products that donot need shipping address (rental or digital products) cause the following error:
>      [java] ERROR:  'null:82:44: Error(82/44): fo:table-row is missing child elements.
>      [java] Required Content Model: (table-cell+)'
>      [java] 2007-08-09 13:43:31,925 (default-invoker-Thread-7) [  ServiceDispatcher.java:410:ERROR] Service Error [sendMailFromScreen]: FOP transform failed: javax.xml.transform.TransformerException: org.apache.fop.fo.ValidationException: null:82:44: Error(82/44): fo:table-row is missing child elements.
>      [java] Required Content Model: (table-cell+)
>      [java] 2007-08-09 13:43:31,926 (default-invoker-Thread-7) [    TransactionUtil.java:291:WARN ]
>      [java] ---- exception report ----------------------------------------------------------
>      [java] [TransactionUtil.setRollbackOnly] Calling transaction setRollbackOnly; this stack trace shows where this is happening:
>      [java] Exception: java.lang.Exception
>      [java] Message: Service Error [sendMailFromScreen]: FOP transform failed: javax.xml.transform.TransformerException: org.apache.fop.fo.ValidationException: null:82:44: Error(82/44): fo:table-row is missing child elements.
>      [java] Required Content Model: (table-cell+)
> ...
> This service is sheduled three times and  fills the console with stack trace.
> The applied patch fixes the bug.
> Regards,
> Bilgin Ibryam

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


[jira] Assigned: (OFBIZ-1192) sendMailFromScreen service error when ordered rental or digital products

Posted by "Jacopo Cappellato (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacopo Cappellato reassigned OFBIZ-1192:
----------------------------------------

    Assignee: Jacopo Cappellato

> sendMailFromScreen service error when ordered rental or digital products
> ------------------------------------------------------------------------
>
>                 Key: OFBIZ-1192
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1192
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Bilgin Ibryam
>            Assignee: Jacopo Cappellato
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: mail.patch
>
>
> Hi all,
> Ordering products that donot need shipping address (rental or digital products) cause the following error:
>      [java] ERROR:  'null:82:44: Error(82/44): fo:table-row is missing child elements.
>      [java] Required Content Model: (table-cell+)'
>      [java] 2007-08-09 13:43:31,925 (default-invoker-Thread-7) [  ServiceDispatcher.java:410:ERROR] Service Error [sendMailFromScreen]: FOP transform failed: javax.xml.transform.TransformerException: org.apache.fop.fo.ValidationException: null:82:44: Error(82/44): fo:table-row is missing child elements.
>      [java] Required Content Model: (table-cell+)
>      [java] 2007-08-09 13:43:31,926 (default-invoker-Thread-7) [    TransactionUtil.java:291:WARN ]
>      [java] ---- exception report ----------------------------------------------------------
>      [java] [TransactionUtil.setRollbackOnly] Calling transaction setRollbackOnly; this stack trace shows where this is happening:
>      [java] Exception: java.lang.Exception
>      [java] Message: Service Error [sendMailFromScreen]: FOP transform failed: javax.xml.transform.TransformerException: org.apache.fop.fo.ValidationException: null:82:44: Error(82/44): fo:table-row is missing child elements.
>      [java] Required Content Model: (table-cell+)
> ...
> This service is sheduled three times and  fills the console with stack trace.
> The applied patch fixes the bug.
> Regards,
> Bilgin Ibryam

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


[jira] Closed: (OFBIZ-1192) sendMailFromScreen service error when ordered rental or digital products

Posted by "Jacopo Cappellato (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacopo Cappellato closed OFBIZ-1192.
------------------------------------

    Resolution: Fixed

You are totally right Bilgin
Rev.  564373 should really resolve the issue.


> sendMailFromScreen service error when ordered rental or digital products
> ------------------------------------------------------------------------
>
>                 Key: OFBIZ-1192
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1192
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Bilgin Ibryam
>            Assignee: Jacopo Cappellato
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: mail.patch
>
>
> Hi all,
> Ordering products that donot need shipping address (rental or digital products) cause the following error:
>      [java] ERROR:  'null:82:44: Error(82/44): fo:table-row is missing child elements.
>      [java] Required Content Model: (table-cell+)'
>      [java] 2007-08-09 13:43:31,925 (default-invoker-Thread-7) [  ServiceDispatcher.java:410:ERROR] Service Error [sendMailFromScreen]: FOP transform failed: javax.xml.transform.TransformerException: org.apache.fop.fo.ValidationException: null:82:44: Error(82/44): fo:table-row is missing child elements.
>      [java] Required Content Model: (table-cell+)
>      [java] 2007-08-09 13:43:31,926 (default-invoker-Thread-7) [    TransactionUtil.java:291:WARN ]
>      [java] ---- exception report ----------------------------------------------------------
>      [java] [TransactionUtil.setRollbackOnly] Calling transaction setRollbackOnly; this stack trace shows where this is happening:
>      [java] Exception: java.lang.Exception
>      [java] Message: Service Error [sendMailFromScreen]: FOP transform failed: javax.xml.transform.TransformerException: org.apache.fop.fo.ValidationException: null:82:44: Error(82/44): fo:table-row is missing child elements.
>      [java] Required Content Model: (table-cell+)
> ...
> This service is sheduled three times and  fills the console with stack trace.
> The applied patch fixes the bug.
> Regards,
> Bilgin Ibryam

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


[jira] Updated: (OFBIZ-1192) sendMailFromScreen service error when ordered rental or digital products

Posted by "Bilgin Ibryam (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bilgin Ibryam updated OFBIZ-1192:
---------------------------------

    Attachment: mail.patch

patch

> sendMailFromScreen service error when ordered rental or digital products
> ------------------------------------------------------------------------
>
>                 Key: OFBIZ-1192
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1192
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Bilgin Ibryam
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: mail.patch
>
>
> Hi all,
> Ordering products that donot need shipping address (rental or digital products) cause the following error:
>      [java] ERROR:  'null:82:44: Error(82/44): fo:table-row is missing child elements.
>      [java] Required Content Model: (table-cell+)'
>      [java] 2007-08-09 13:43:31,925 (default-invoker-Thread-7) [  ServiceDispatcher.java:410:ERROR] Service Error [sendMailFromScreen]: FOP transform failed: javax.xml.transform.TransformerException: org.apache.fop.fo.ValidationException: null:82:44: Error(82/44): fo:table-row is missing child elements.
>      [java] Required Content Model: (table-cell+)
>      [java] 2007-08-09 13:43:31,926 (default-invoker-Thread-7) [    TransactionUtil.java:291:WARN ]
>      [java] ---- exception report ----------------------------------------------------------
>      [java] [TransactionUtil.setRollbackOnly] Calling transaction setRollbackOnly; this stack trace shows where this is happening:
>      [java] Exception: java.lang.Exception
>      [java] Message: Service Error [sendMailFromScreen]: FOP transform failed: javax.xml.transform.TransformerException: org.apache.fop.fo.ValidationException: null:82:44: Error(82/44): fo:table-row is missing child elements.
>      [java] Required Content Model: (table-cell+)
> ...
> This service is sheduled three times and  fills the console with stack trace.
> The applied patch fixes the bug.
> Regards,
> Bilgin Ibryam

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


[jira] Closed: (OFBIZ-1192) sendMailFromScreen service error when ordered rental or digital products

Posted by "Jacopo Cappellato (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacopo Cappellato closed OFBIZ-1192.
------------------------------------

    Resolution: Fixed

Hi Bilgin,

in rev. 564187 I've fixed it in a different way.

Thanks


> sendMailFromScreen service error when ordered rental or digital products
> ------------------------------------------------------------------------
>
>                 Key: OFBIZ-1192
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1192
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Bilgin Ibryam
>            Assignee: Jacopo Cappellato
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: mail.patch
>
>
> Hi all,
> Ordering products that donot need shipping address (rental or digital products) cause the following error:
>      [java] ERROR:  'null:82:44: Error(82/44): fo:table-row is missing child elements.
>      [java] Required Content Model: (table-cell+)'
>      [java] 2007-08-09 13:43:31,925 (default-invoker-Thread-7) [  ServiceDispatcher.java:410:ERROR] Service Error [sendMailFromScreen]: FOP transform failed: javax.xml.transform.TransformerException: org.apache.fop.fo.ValidationException: null:82:44: Error(82/44): fo:table-row is missing child elements.
>      [java] Required Content Model: (table-cell+)
>      [java] 2007-08-09 13:43:31,926 (default-invoker-Thread-7) [    TransactionUtil.java:291:WARN ]
>      [java] ---- exception report ----------------------------------------------------------
>      [java] [TransactionUtil.setRollbackOnly] Calling transaction setRollbackOnly; this stack trace shows where this is happening:
>      [java] Exception: java.lang.Exception
>      [java] Message: Service Error [sendMailFromScreen]: FOP transform failed: javax.xml.transform.TransformerException: org.apache.fop.fo.ValidationException: null:82:44: Error(82/44): fo:table-row is missing child elements.
>      [java] Required Content Model: (table-cell+)
> ...
> This service is sheduled three times and  fills the console with stack trace.
> The applied patch fixes the bug.
> Regards,
> Bilgin Ibryam

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