You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Kurt T Stam (JIRA)" <ji...@apache.org> on 2010/04/16 20:10:25 UTC

[jira] Created: (ODE-808) Check in the generated classes from the jacob-ap module

Check in the generated classes from the jacob-ap module
-------------------------------------------------------

                 Key: ODE-808
                 URL: https://issues.apache.org/jira/browse/ODE-808
             Project: ODE
          Issue Type: Task
          Components: BPEL Runtime
            Reporter: Kurt T Stam
         Attachments: patch-ODE-808.txt

Jacop-ap uses the sun-jdk to define annotations which are used in the bpel-runtime and jacob modules. This prevent compiling on  other JDKs besides SUNs. We talked about this on the forum to simply check in the generated classes. I will attach a patch that does just that, I tested a success compile on OSX, using the maven build.

-- 
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: (ODE-808) Check in the generated classes from the jacob-ap module

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

Jeff Yu updated ODE-808:
------------------------

             Assignee: Jeff Yu
        Fix Version/s: 1.3.5
                       2.0
    Affects Version/s: 2.0-beta2
                       1.3.3

> Check in the generated classes from the jacob-ap module
> -------------------------------------------------------
>
>                 Key: ODE-808
>                 URL: https://issues.apache.org/jira/browse/ODE-808
>             Project: ODE
>          Issue Type: Task
>          Components: BPEL Runtime
>    Affects Versions: 1.3.3, 2.0-beta2
>            Reporter: Kurt T Stam
>            Assignee: Jeff Yu
>             Fix For: 1.3.5, 2.0
>
>         Attachments: patch-ODE-808.txt
>
>
> Jacop-ap uses the sun-jdk to define annotations which are used in the bpel-runtime and jacob modules. This prevent compiling on  other JDKs besides SUNs. We talked about this on the forum to simply check in the generated classes. I will attach a patch that does just that, I tested a success compile on OSX, using the maven build.

-- 
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] Resolved: (ODE-808) Check in the generated classes from the jacob-ap module

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

Jeff Yu resolved ODE-808.
-------------------------

    Fix Version/s:     (was: 2.0)
       Resolution: Fixed

Thanks Kurt. ;)

> Check in the generated classes from the jacob-ap module
> -------------------------------------------------------
>
>                 Key: ODE-808
>                 URL: https://issues.apache.org/jira/browse/ODE-808
>             Project: ODE
>          Issue Type: Task
>          Components: BPEL Runtime
>    Affects Versions: 1.3.3, 2.0-beta2
>            Reporter: Kurt T Stam
>            Assignee: Jeff Yu
>             Fix For: 1.3.5
>
>         Attachments: patch-ODE-808.txt
>
>
> Jacop-ap uses the sun-jdk to define annotations which are used in the bpel-runtime and jacob modules. This prevent compiling on  other JDKs besides SUNs. We talked about this on the forum to simply check in the generated classes. I will attach a patch that does just that, I tested a success compile on OSX, using the maven build.

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


[jira] Commented: (ODE-808) Check in the generated classes from the jacob-ap module

Posted by "Antoine Toulme (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12857935#action_12857935 ] 

Antoine Toulme commented on ODE-808:
------------------------------------

Any particular reason why you commented out those lines ?
-
+<!-- 
     <prerequisites>
         <maven>2.2.1</maven>
     </prerequisites>
-
+ -->

> Check in the generated classes from the jacob-ap module
> -------------------------------------------------------
>
>                 Key: ODE-808
>                 URL: https://issues.apache.org/jira/browse/ODE-808
>             Project: ODE
>          Issue Type: Task
>          Components: BPEL Runtime
>            Reporter: Kurt T Stam
>         Attachments: patch-ODE-808.txt
>
>
> Jacop-ap uses the sun-jdk to define annotations which are used in the bpel-runtime and jacob modules. This prevent compiling on  other JDKs besides SUNs. We talked about this on the forum to simply check in the generated classes. I will attach a patch that does just that, I tested a success compile on OSX, using the maven build.

-- 
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] Commented: (ODE-808) Check in the generated classes from the jacob-ap module

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12883818#action_12883818 ] 

Hudson commented on ODE-808:
----------------------------

Integrated in ODE-trunk-jdk6 #305 (See [http://hudson.zones.apache.org/hudson/job/ODE-trunk-jdk6/305/])
    * ODE-808, check in generated classes.


> Check in the generated classes from the jacob-ap module
> -------------------------------------------------------
>
>                 Key: ODE-808
>                 URL: https://issues.apache.org/jira/browse/ODE-808
>             Project: ODE
>          Issue Type: Task
>          Components: BPEL Runtime
>    Affects Versions: 1.3.3, 2.0-beta2
>            Reporter: Kurt T Stam
>            Assignee: Jeff Yu
>             Fix For: 1.3.5
>
>         Attachments: patch-ODE-808.txt
>
>
> Jacop-ap uses the sun-jdk to define annotations which are used in the bpel-runtime and jacob modules. This prevent compiling on  other JDKs besides SUNs. We talked about this on the forum to simply check in the generated classes. I will attach a patch that does just that, I tested a success compile on OSX, using the maven build.

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


[jira] Commented: (ODE-808) Check in the generated classes from the jacob-ap module

Posted by "Kurt T Stam (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12858040#action_12858040 ] 

Kurt T Stam commented on ODE-808:
---------------------------------

Sorry didn't mean to make that part of the patch. I commented it out to make m2eclipse happy as it kept on insisting I was not using 2.2.1 eventhough I am.

> Check in the generated classes from the jacob-ap module
> -------------------------------------------------------
>
>                 Key: ODE-808
>                 URL: https://issues.apache.org/jira/browse/ODE-808
>             Project: ODE
>          Issue Type: Task
>          Components: BPEL Runtime
>            Reporter: Kurt T Stam
>         Attachments: patch-ODE-808.txt
>
>
> Jacop-ap uses the sun-jdk to define annotations which are used in the bpel-runtime and jacob modules. This prevent compiling on  other JDKs besides SUNs. We talked about this on the forum to simply check in the generated classes. I will attach a patch that does just that, I tested a success compile on OSX, using the maven build.

-- 
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] Commented: (ODE-808) Check in the generated classes from the jacob-ap module

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12883837#action_12883837 ] 

Hudson commented on ODE-808:
----------------------------

Integrated in ODE-trunk #314 (See [http://hudson.zones.apache.org/hudson/job/ODE-trunk/314/])
    * ODE-808, check in generated classes.


> Check in the generated classes from the jacob-ap module
> -------------------------------------------------------
>
>                 Key: ODE-808
>                 URL: https://issues.apache.org/jira/browse/ODE-808
>             Project: ODE
>          Issue Type: Task
>          Components: BPEL Runtime
>    Affects Versions: 1.3.3, 2.0-beta2
>            Reporter: Kurt T Stam
>            Assignee: Jeff Yu
>             Fix For: 1.3.5
>
>         Attachments: patch-ODE-808.txt
>
>
> Jacop-ap uses the sun-jdk to define annotations which are used in the bpel-runtime and jacob modules. This prevent compiling on  other JDKs besides SUNs. We talked about this on the forum to simply check in the generated classes. I will attach a patch that does just that, I tested a success compile on OSX, using the maven build.

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


[jira] Work started: (ODE-808) Check in the generated classes from the jacob-ap module

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

Work on ODE-808 started by Jeff Yu.

> Check in the generated classes from the jacob-ap module
> -------------------------------------------------------
>
>                 Key: ODE-808
>                 URL: https://issues.apache.org/jira/browse/ODE-808
>             Project: ODE
>          Issue Type: Task
>          Components: BPEL Runtime
>    Affects Versions: 1.3.3, 2.0-beta2
>            Reporter: Kurt T Stam
>            Assignee: Jeff Yu
>             Fix For: 1.3.5, 2.0
>
>         Attachments: patch-ODE-808.txt
>
>
> Jacop-ap uses the sun-jdk to define annotations which are used in the bpel-runtime and jacob modules. This prevent compiling on  other JDKs besides SUNs. We talked about this on the forum to simply check in the generated classes. I will attach a patch that does just that, I tested a success compile on OSX, using the maven build.

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


[jira] Commented: (ODE-808) Check in the generated classes from the jacob-ap module

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12888612#action_12888612 ] 

Hudson commented on ODE-808:
----------------------------

Integrated in ODE-trunk #337 (See [http://hudson.zones.apache.org/hudson/job/ODE-trunk/337/])
    

> Check in the generated classes from the jacob-ap module
> -------------------------------------------------------
>
>                 Key: ODE-808
>                 URL: https://issues.apache.org/jira/browse/ODE-808
>             Project: ODE
>          Issue Type: Task
>          Components: BPEL Runtime
>    Affects Versions: 1.3.3, 2.0-beta2
>            Reporter: Kurt T Stam
>            Assignee: Jeff Yu
>             Fix For: 1.3.5
>
>         Attachments: patch-ODE-808.txt
>
>
> Jacop-ap uses the sun-jdk to define annotations which are used in the bpel-runtime and jacob modules. This prevent compiling on  other JDKs besides SUNs. We talked about this on the forum to simply check in the generated classes. I will attach a patch that does just that, I tested a success compile on OSX, using the maven build.

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


[jira] Updated: (ODE-808) Check in the generated classes from the jacob-ap module

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

Kurt T Stam updated ODE-808:
----------------------------

    Attachment: patch-ODE-808.txt

> Check in the generated classes from the jacob-ap module
> -------------------------------------------------------
>
>                 Key: ODE-808
>                 URL: https://issues.apache.org/jira/browse/ODE-808
>             Project: ODE
>          Issue Type: Task
>          Components: BPEL Runtime
>            Reporter: Kurt T Stam
>         Attachments: patch-ODE-808.txt
>
>
> Jacop-ap uses the sun-jdk to define annotations which are used in the bpel-runtime and jacob modules. This prevent compiling on  other JDKs besides SUNs. We talked about this on the forum to simply check in the generated classes. I will attach a patch that does just that, I tested a success compile on OSX, using the maven build.

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