[jira] Created: (OFBIZ-2213) Error in Feature Type creation

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

[jira] Created: (OFBIZ-2213) Error in Feature Type creation

Nicolas Malin (Jira)
Error in Feature Type creation
------------------------------

                 Key: OFBIZ-2213
                 URL: https://issues.apache.org/jira/browse/OFBIZ-2213
             Project: OFBiz
          Issue Type: Bug
          Components: product
    Affects Versions: SVN trunk
         Environment: trunk 748884 and Demo Server
            Reporter: Eric DE MAULDE
            Priority: Trivial
             Fix For: SVN trunk


Catalog / Features / Feature Type - new feature type

When we try to create a new feature type
Same error if we type "SOFA_TYPE" or SOFATYPE" in Feature Type Id



The Following Errors Occurred:

The Product Feature TypeId must contains only letters, underscore and digits. Please re-enter


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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-2213) Error in Feature Type creation

Nicolas Malin (Jira)

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

Eric DE MAULDE updated OFBIZ-2213:
----------------------------------

    Attachment: ProductFeatureServices_type-creation.patch

This patch corrects the regular expression error
It comes from the "filed-name"

> Error in Feature Type creation
> ------------------------------
>
>                 Key: OFBIZ-2213
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2213
>             Project: OFBiz
>          Issue Type: Bug
>          Components: product
>    Affects Versions: SVN trunk
>         Environment: trunk 748884 and Demo Server
>            Reporter: Eric DE MAULDE
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: ProductFeatureServices_type-creation.patch
>
>
> Catalog / Features / Feature Type - new feature type
> When we try to create a new feature type
> Same error if we type "SOFA_TYPE" or SOFATYPE" in Feature Type Id
> The Following Errors Occurred:
> The Product Feature TypeId must contains only letters, underscore and digits. Please re-enter

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-2213) Error in Feature Type creation

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Eric DE MAULDE updated OFBIZ-2213:
----------------------------------

    Attachment:     (was: ProductFeatureServices_type-creation.patch)

> Error in Feature Type creation
> ------------------------------
>
>                 Key: OFBIZ-2213
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2213
>             Project: OFBiz
>          Issue Type: Bug
>          Components: ALL COMPONENTS
>    Affects Versions: SVN trunk
>         Environment: trunk 748884 and Demo Server
>            Reporter: Eric DE MAULDE
>            Priority: Trivial
>             Fix For: SVN trunk
>
>
> Error with <if-regexp field element
> this field calls "field-name" instead of "field"

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-2213) Error in Feature Type creation

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Eric DE MAULDE updated OFBIZ-2213:
----------------------------------

    Component/s:     (was: product)
                 ALL COMPONENTS
    Description:
Error with <if-regexp field element

this field calls "field-name" instead of "field"

  was:
Catalog / Features / Feature Type - new feature type

When we try to create a new feature type
Same error if we type "SOFA_TYPE" or SOFATYPE" in Feature Type Id



The Following Errors Occurred:

The Product Feature TypeId must contains only letters, underscore and digits. Please re-enter



> Error in Feature Type creation
> ------------------------------
>
>                 Key: OFBIZ-2213
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2213
>             Project: OFBiz
>          Issue Type: Bug
>          Components: ALL COMPONENTS
>    Affects Versions: SVN trunk
>         Environment: trunk 748884 and Demo Server
>            Reporter: Eric DE MAULDE
>            Priority: Trivial
>             Fix For: SVN trunk
>
>
> Error with <if-regexp field element
> this field calls "field-name" instead of "field"

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-2213) Error in Feature Type creation

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Eric DE MAULDE updated OFBIZ-2213:
----------------------------------

    Attachment: if-regexp_field.patch

this patch corrects the field attribute name
into <if-regexp element

> Error in Feature Type creation
> ------------------------------
>
>                 Key: OFBIZ-2213
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2213
>             Project: OFBiz
>          Issue Type: Bug
>          Components: ALL COMPONENTS
>    Affects Versions: SVN trunk
>         Environment: trunk 748884 and Demo Server
>            Reporter: Eric DE MAULDE
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: if-regexp_field.patch
>
>
> Error with <if-regexp field element
> this field calls "field-name" instead of "field"

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

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-2213) Error in Feature Type creation

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-2213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12677790#action_12677790 ]

Jacques Le Roux commented on OFBIZ-2213:
----------------------------------------

Eric,

Actually it should better be field than field-name. field-name is deprecated (still usable but not recommended) but RegexpCondition.java has not been updated.
It's done in revision 748971.. Can you please confirm that it has fixed your problem ?

Thanks

> Error in Feature Type creation
> ------------------------------
>
>                 Key: OFBIZ-2213
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2213
>             Project: OFBiz
>          Issue Type: Bug
>          Components: ALL COMPONENTS
>    Affects Versions: SVN trunk
>         Environment: trunk 748884 and Demo Server
>            Reporter: Eric DE MAULDE
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: if-regexp_field.patch
>
>
> Error with <if-regexp field element
> this field calls "field-name" instead of "field"

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

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-2213) Error in Feature Type creation

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-2213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12677807#action_12677807 ]

Eric DE MAULDE commented on OFBIZ-2213:
---------------------------------------

Thanks Jacques,

Your changes has fixed the problem

> Error in Feature Type creation
> ------------------------------
>
>                 Key: OFBIZ-2213
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2213
>             Project: OFBiz
>          Issue Type: Bug
>          Components: ALL COMPONENTS
>    Affects Versions: SVN trunk
>         Environment: trunk 748884 and Demo Server
>            Reporter: Eric DE MAULDE
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: if-regexp_field.patch
>
>
> Error with <if-regexp field element
> this field calls "field-name" instead of "field"

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

Reply | Threaded
Open this post in threaded view
|

[jira] Closed: (OFBIZ-2213) Error in Feature Type creation

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Jacques Le Roux closed OFBIZ-2213.
----------------------------------

    Resolution: Fixed
      Assignee: Jacques Le Roux

> Error in Feature Type creation
> ------------------------------
>
>                 Key: OFBIZ-2213
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2213
>             Project: OFBiz
>          Issue Type: Bug
>          Components: ALL COMPONENTS
>    Affects Versions: SVN trunk
>         Environment: trunk 748884 and Demo Server
>            Reporter: Eric DE MAULDE
>            Assignee: Jacques Le Roux
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: if-regexp_field.patch
>
>
> Error with <if-regexp field element
> this field calls "field-name" instead of "field"

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