You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Stefan Schmidt (JIRA)" <de...@geronimo.apache.org> on 2005/07/25 05:49:16 UTC

[jira] Created: (GERONIMO-808) multiline cmp-field-name in openejb-jar cause error

multiline cmp-field-name in openejb-jar cause error
---------------------------------------------------

         Key: GERONIMO-808
         URL: http://issues.apache.org/jira/browse/GERONIMO-808
     Project: Geronimo
        Type: Bug
  Components: deployment, OpenEJB  
    Versions: 1.0-M4, 1.0-M5    
    Reporter: Stefan Schmidt


when trying to deploy an CMP EJB with the following attribute:
 
openejb-jar.xml:
...
<cmp-field-mapping>
   <cmp-field-name>
	someQuiteLongFieldName
   </cmp-field-name>
   <table-column>someQuiteLongFieldName</table-column>
</cmp-field-mapping>
...
 
ejb-jar.xml:
...
<cmp-field>
   <field-name>someQuiteLongFieldName</field-name>
</cmp-field>
...
 
I get an:
 
Error: Unable to distribute UTSAgent.ear: Could not deploy module
MyProject-cmp-ejb.jar caused by EJB [EntityEJB] is misconfigured:
CMP field [someQuiteLongFieldName] not mapped by OpenEJB DD.
 
Changing the openejb-jar.xml to:
...
<cmp-field-mapping>
   <cmp-field-name>someQuiteLongFieldName</cmp-field-name>
   <table-column>someQuiteLongFieldName</table-column>
</cmp-field-mapping>
...
 
solves the deployment error. Is it possible that the parsed openejb-jar cmp-fields are not properly trimmed?

-Stefan Schmidt

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (GERONIMO-808) multiline cmp-field-name in openejb-jar cause error

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

Vamsavardhana Reddy closed GERONIMO-808.
----------------------------------------


> multiline cmp-field-name in openejb-jar cause error
> ---------------------------------------------------
>
>                 Key: GERONIMO-808
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-808
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: deployment, OpenEJB
>    Affects Versions: 1.0-M3
>            Reporter: Stefan Schmidt
>         Assigned To: Aaron Mulder
>             Fix For: 1.0-M4, 1.0-M5
>
>
> when trying to deploy an CMP EJB with the following attribute:
>  
> openejb-jar.xml:
> ...
> <cmp-field-mapping>
>    <cmp-field-name>
> 	someQuiteLongFieldName
>    </cmp-field-name>
>    <table-column>someQuiteLongFieldName</table-column>
> </cmp-field-mapping>
> ...
>  
> ejb-jar.xml:
> ...
> <cmp-field>
>    <field-name>someQuiteLongFieldName</field-name>
> </cmp-field>
> ...
>  
> I get an:
>  
> Error: Unable to distribute UTSAgent.ear: Could not deploy module
> MyProject-cmp-ejb.jar caused by EJB [EntityEJB] is misconfigured:
> CMP field [someQuiteLongFieldName] not mapped by OpenEJB DD.
>  
> Changing the openejb-jar.xml to:
> ...
> <cmp-field-mapping>
>    <cmp-field-name>someQuiteLongFieldName</cmp-field-name>
>    <table-column>someQuiteLongFieldName</table-column>
> </cmp-field-mapping>
> ...
>  
> solves the deployment error. Is it possible that the parsed openejb-jar cmp-fields are not properly trimmed?
> -Stefan Schmidt

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (GERONIMO-808) multiline cmp-field-name in openejb-jar cause error

Posted by "Aaron Mulder (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-808?page=all ]

Aaron Mulder updated GERONIMO-808:
----------------------------------

    Fix Version: 1.0-M4
                 1.0-M5
        Version: 1.0-M3
                     (was: 1.0-M4)
                     (was: 1.0-M5)

> multiline cmp-field-name in openejb-jar cause error
> ---------------------------------------------------
>
>          Key: GERONIMO-808
>          URL: http://issues.apache.org/jira/browse/GERONIMO-808
>      Project: Geronimo
>         Type: Bug
>   Components: deployment, OpenEJB
>     Versions: 1.0-M3
>     Reporter: Stefan Schmidt
>     Assignee: Aaron Mulder
>      Fix For: 1.0-M4, 1.0-M5

>
> when trying to deploy an CMP EJB with the following attribute:
>  
> openejb-jar.xml:
> ...
> <cmp-field-mapping>
>    <cmp-field-name>
> 	someQuiteLongFieldName
>    </cmp-field-name>
>    <table-column>someQuiteLongFieldName</table-column>
> </cmp-field-mapping>
> ...
>  
> ejb-jar.xml:
> ...
> <cmp-field>
>    <field-name>someQuiteLongFieldName</field-name>
> </cmp-field>
> ...
>  
> I get an:
>  
> Error: Unable to distribute UTSAgent.ear: Could not deploy module
> MyProject-cmp-ejb.jar caused by EJB [EntityEJB] is misconfigured:
> CMP field [someQuiteLongFieldName] not mapped by OpenEJB DD.
>  
> Changing the openejb-jar.xml to:
> ...
> <cmp-field-mapping>
>    <cmp-field-name>someQuiteLongFieldName</cmp-field-name>
>    <table-column>someQuiteLongFieldName</table-column>
> </cmp-field-mapping>
> ...
>  
> solves the deployment error. Is it possible that the parsed openejb-jar cmp-fields are not properly trimmed?
> -Stefan Schmidt

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (GERONIMO-808) multiline cmp-field-name in openejb-jar cause error

Posted by "Aaron Mulder (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-808?page=all ]
     
Aaron Mulder resolved GERONIMO-808:
-----------------------------------

    Resolution: Fixed

Fixed in G1M4 and HEAD

> multiline cmp-field-name in openejb-jar cause error
> ---------------------------------------------------
>
>          Key: GERONIMO-808
>          URL: http://issues.apache.org/jira/browse/GERONIMO-808
>      Project: Geronimo
>         Type: Bug
>   Components: deployment, OpenEJB
>     Versions: 1.0-M3
>     Reporter: Stefan Schmidt
>     Assignee: Aaron Mulder
>      Fix For: 1.0-M4, 1.0-M5

>
> when trying to deploy an CMP EJB with the following attribute:
>  
> openejb-jar.xml:
> ...
> <cmp-field-mapping>
>    <cmp-field-name>
> 	someQuiteLongFieldName
>    </cmp-field-name>
>    <table-column>someQuiteLongFieldName</table-column>
> </cmp-field-mapping>
> ...
>  
> ejb-jar.xml:
> ...
> <cmp-field>
>    <field-name>someQuiteLongFieldName</field-name>
> </cmp-field>
> ...
>  
> I get an:
>  
> Error: Unable to distribute UTSAgent.ear: Could not deploy module
> MyProject-cmp-ejb.jar caused by EJB [EntityEJB] is misconfigured:
> CMP field [someQuiteLongFieldName] not mapped by OpenEJB DD.
>  
> Changing the openejb-jar.xml to:
> ...
> <cmp-field-mapping>
>    <cmp-field-name>someQuiteLongFieldName</cmp-field-name>
>    <table-column>someQuiteLongFieldName</table-column>
> </cmp-field-mapping>
> ...
>  
> solves the deployment error. Is it possible that the parsed openejb-jar cmp-fields are not properly trimmed?
> -Stefan Schmidt

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (GERONIMO-808) multiline cmp-field-name in openejb-jar cause error

Posted by "Aaron Mulder (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-808?page=all ]

Aaron Mulder reassigned GERONIMO-808:
-------------------------------------

    Assign To: Aaron Mulder

> multiline cmp-field-name in openejb-jar cause error
> ---------------------------------------------------
>
>          Key: GERONIMO-808
>          URL: http://issues.apache.org/jira/browse/GERONIMO-808
>      Project: Geronimo
>         Type: Bug
>   Components: deployment, OpenEJB
>     Versions: 1.0-M3
>     Reporter: Stefan Schmidt
>     Assignee: Aaron Mulder
>      Fix For: 1.0-M4, 1.0-M5

>
> when trying to deploy an CMP EJB with the following attribute:
>  
> openejb-jar.xml:
> ...
> <cmp-field-mapping>
>    <cmp-field-name>
> 	someQuiteLongFieldName
>    </cmp-field-name>
>    <table-column>someQuiteLongFieldName</table-column>
> </cmp-field-mapping>
> ...
>  
> ejb-jar.xml:
> ...
> <cmp-field>
>    <field-name>someQuiteLongFieldName</field-name>
> </cmp-field>
> ...
>  
> I get an:
>  
> Error: Unable to distribute UTSAgent.ear: Could not deploy module
> MyProject-cmp-ejb.jar caused by EJB [EntityEJB] is misconfigured:
> CMP field [someQuiteLongFieldName] not mapped by OpenEJB DD.
>  
> Changing the openejb-jar.xml to:
> ...
> <cmp-field-mapping>
>    <cmp-field-name>someQuiteLongFieldName</cmp-field-name>
>    <table-column>someQuiteLongFieldName</table-column>
> </cmp-field-mapping>
> ...
>  
> solves the deployment error. Is it possible that the parsed openejb-jar cmp-fields are not properly trimmed?
> -Stefan Schmidt

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira