You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Jean-Sebastien Delfino (JIRA)" <tu...@ws.apache.org> on 2006/05/06 22:01:20 UTC

[jira] Created: (TUSCANY-313) Tuscany SCA and SDO plugins attempt to generate code on incorrect goals

Tuscany SCA and SDO plugins attempt to generate code on incorrect goals
-----------------------------------------------------------------------

         Key: TUSCANY-313
         URL: http://issues.apache.org/jira/browse/TUSCANY-313
     Project: Tuscany
        Type: Bug

  Components: Java SCA Tools, Java SDO Tools  
    Reporter: Jean-Sebastien Delfino
    Priority: Minor


The tuscany SCA and SDO plugins attempt to generate code on incorrect goals, for example the eclipse:eclipse goal.

To reproduce the problem, from the tuscany/java directory do the following:
mvn clean eclipse:eclipse

The SCA and SDO maven plugins will generate Java interfaces for services and SDO classes. They shouldn't. 


-- 
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] Updated: (TUSCANY-313) Tuscany SCA and SDO plugins attempt to generate code on incorrect goals

Posted by "Jean-Sebastien Delfino (JIRA)" <tu...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/TUSCANY-313?page=all ]

Jean-Sebastien Delfino updated TUSCANY-313:
-------------------------------------------

    Fix Version: M1
        Version: M1

> Tuscany SCA and SDO plugins attempt to generate code on incorrect goals
> -----------------------------------------------------------------------
>
>          Key: TUSCANY-313
>          URL: http://issues.apache.org/jira/browse/TUSCANY-313
>      Project: Tuscany
>         Type: Bug

>   Components: Java SCA Tools, Java SDO Tools
>     Versions: M1
>     Reporter: Jean-Sebastien Delfino
>     Priority: Minor
>      Fix For: M1

>
> The tuscany SCA and SDO plugins attempt to generate code on incorrect goals, for example the eclipse:eclipse goal.
> To reproduce the problem, from the tuscany/java directory do the following:
> mvn clean eclipse:eclipse
> The SCA and SDO maven plugins will generate Java interfaces for services and SDO classes. They shouldn't. 

-- 
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] Commented: (TUSCANY-313) Tuscany SCA and SDO plugins attempt to generate code on incorrect goals

Posted by "Jean-Sebastien Delfino (JIRA)" <tu...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12472007 ] 

Jean-Sebastien Delfino commented on TUSCANY-313:
------------------------------------------------

I just ran into this again. I confirm that this is still a problem.

> Tuscany SCA and SDO plugins attempt to generate code on incorrect goals
> -----------------------------------------------------------------------
>
>                 Key: TUSCANY-313
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-313
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Tools, Java SDO Tools
>    Affects Versions: Java-SCA-Mx
>            Reporter: Jean-Sebastien Delfino
>            Priority: Minor
>             Fix For: Java-SDO-Mx
>
>
> The tuscany SCA and SDO plugins attempt to generate code on incorrect goals, for example the eclipse:eclipse goal.
> To reproduce the problem, from the tuscany/java directory do the following:
> mvn clean eclipse:eclipse
> The SCA and SDO maven plugins will generate Java interfaces for services and SDO classes. They shouldn't. 

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


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Updated: (TUSCANY-313) Tuscany SCA and SDO plugins attempt to generate code on incorrect goals

Posted by "Jean-Sebastien Delfino (JIRA)" <tu...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/TUSCANY-313?page=all ]

Jean-Sebastien Delfino updated TUSCANY-313:
-------------------------------------------

    Fix Version: M1-tentative
                     (was: M1)
        Version: M1-tentative
                     (was: M1)

This is an inconvenience but not a big issue. Not very important for M1.

> Tuscany SCA and SDO plugins attempt to generate code on incorrect goals
> -----------------------------------------------------------------------
>
>          Key: TUSCANY-313
>          URL: http://issues.apache.org/jira/browse/TUSCANY-313
>      Project: Tuscany
>         Type: Bug

>   Components: Java SCA Tools, Java SDO Tools
>     Versions: M1-tentative
>     Reporter: Jean-Sebastien Delfino
>     Priority: Minor
>      Fix For: M1-tentative

>
> The tuscany SCA and SDO plugins attempt to generate code on incorrect goals, for example the eclipse:eclipse goal.
> To reproduce the problem, from the tuscany/java directory do the following:
> mvn clean eclipse:eclipse
> The SCA and SDO maven plugins will generate Java interfaces for services and SDO classes. They shouldn't. 

-- 
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] Commented: (TUSCANY-313) Tuscany SCA and SDO plugins attempt to generate code on incorrect goals

Posted by "Dan Murphy (JIRA)" <tu...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12471328 ] 

Dan Murphy commented on TUSCANY-313:
------------------------------------

Sebastien,
I was just having a look through jiras and found this one... it doesn't seem to be an issue any longer. I checked out head and ran
mvn clean eclipse:eclipse within the java/sca/services/databinding/databinding-sdo module (which uses the SDO plugin) and it didn't generate any static SDOs - as it does when I just mvn this module.
Presumably either the phase/goal was incorrect or if the problem was in the plugin it has since gone....
WDYT ? Shall we close this ?

> Tuscany SCA and SDO plugins attempt to generate code on incorrect goals
> -----------------------------------------------------------------------
>
>                 Key: TUSCANY-313
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-313
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Tools, Java SDO Tools
>    Affects Versions: Java-SCA-Mx
>            Reporter: Jean-Sebastien Delfino
>            Priority: Minor
>             Fix For: Java-SDO-Mx
>
>
> The tuscany SCA and SDO plugins attempt to generate code on incorrect goals, for example the eclipse:eclipse goal.
> To reproduce the problem, from the tuscany/java directory do the following:
> mvn clean eclipse:eclipse
> The SCA and SDO maven plugins will generate Java interfaces for services and SDO classes. They shouldn't. 

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


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Commented: (TUSCANY-313) Tuscany SCA and SDO plugins attempt to generate code on incorrect goals

Posted by "Jean-Sebastien Delfino (JIRA)" <tu...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12471402 ] 

Jean-Sebastien Delfino commented on TUSCANY-313:
------------------------------------------------

This used to be a problem with mvn eclipse:eclipse in the bigbank module for example, which uses the sdo codegen plugin.

I am not sure that the databinding plugin actually uses the sdo codegen plugin to generate code. Can you try with mvn eclipse:eclipse from the bigbank module?

Thanks

> Tuscany SCA and SDO plugins attempt to generate code on incorrect goals
> -----------------------------------------------------------------------
>
>                 Key: TUSCANY-313
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-313
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Tools, Java SDO Tools
>    Affects Versions: Java-SCA-Mx
>            Reporter: Jean-Sebastien Delfino
>            Priority: Minor
>             Fix For: Java-SDO-Mx
>
>
> The tuscany SCA and SDO plugins attempt to generate code on incorrect goals, for example the eclipse:eclipse goal.
> To reproduce the problem, from the tuscany/java directory do the following:
> mvn clean eclipse:eclipse
> The SCA and SDO maven plugins will generate Java interfaces for services and SDO classes. They shouldn't. 

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


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Closed: (TUSCANY-313) Tuscany SCA and SDO plugins attempt to generate code on incorrect goals

Posted by "Luciano Resende (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Luciano Resende closed TUSCANY-313.
-----------------------------------

       Resolution: Won't Fix
    Fix Version/s: Java-SCA-Next

I haven't heard anything on the thread discussing some scenarios on this issue.
   http://www.mail-archive.com/tuscany-dev%40ws.apache.org/msg21839.html

So, I'm closing this for now... feel free to re-open if you think we need to look further into this issue.

> Tuscany SCA and SDO plugins attempt to generate code on incorrect goals
> -----------------------------------------------------------------------
>
>                 Key: TUSCANY-313
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-313
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Tools, Java SDO Tools
>            Reporter: Jean-Sebastien Delfino
>            Priority: Minor
>             Fix For: Java-SDO-Next, Java-SCA-Next
>
>
> The tuscany SCA and SDO plugins attempt to generate code on incorrect goals, for example the eclipse:eclipse goal.
> To reproduce the problem, from the tuscany/java directory do the following:
> mvn clean eclipse:eclipse
> The SCA and SDO maven plugins will generate Java interfaces for services and SDO classes. They shouldn't. 

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


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Updated: (TUSCANY-313) Tuscany SCA and SDO plugins attempt to generate code on incorrect goals

Posted by "ant elder (JIRA)" <tu...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/TUSCANY-313?page=all ]

ant elder updated TUSCANY-313:
------------------------------

    Fix Version: Java-Mx
                     (was: Java-M1-tentative)
        Version: Java-Mx
                     (was: Java-M1-tentative)

> Tuscany SCA and SDO plugins attempt to generate code on incorrect goals
> -----------------------------------------------------------------------
>
>          Key: TUSCANY-313
>          URL: http://issues.apache.org/jira/browse/TUSCANY-313
>      Project: Tuscany
>         Type: Bug

>   Components: Java SCA Tools, Java SDO Tools
>     Versions: Java-Mx
>     Reporter: Jean-Sebastien Delfino
>     Priority: Minor
>      Fix For: Java-Mx

>
> The tuscany SCA and SDO plugins attempt to generate code on incorrect goals, for example the eclipse:eclipse goal.
> To reproduce the problem, from the tuscany/java directory do the following:
> mvn clean eclipse:eclipse
> The SCA and SDO maven plugins will generate Java interfaces for services and SDO classes. They shouldn't. 

-- 
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