[jira] Updated: (TUSCANY-610) Initial OSGi support effort

2007-03-04 Thread Jim Marino (JIRA)

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

Jim Marino updated TUSCANY-610:
---

Component/s: Java SCA OSGi Runtime

> Initial OSGi support effort
> ---
>
> Key: TUSCANY-610
> URL: https://issues.apache.org/jira/browse/TUSCANY-610
> Project: Tuscany
>  Issue Type: New Feature
>  Components: Java SCA OSGi Runtime
>Affects Versions: Java-SCA-Future
> Environment: Equinox implementation of OSGi
>Reporter: Joel Hawkins
> Assigned To: Jim Marino
> Fix For: Java-M2
>
> Attachments: ClassloaderHook.java, OSGI-SCA.zip
>
>
> An initial implementation of an OSGi binding for exposing SCA services as 
> OSGi services.
> An initial implementation of an OSGi implementation for reusing OSGi services 
> as SCA atomic components
> An OSGi-aware bootstrap environment (which can probably be reduced a bit)
> A repackaging of some of the SupplyChain example
> There's one class derived from an  EPL-copyrighted class - I left the EPL 
> copyright intact. 
> The zip contains the samples, the OSGi binding, and a patch for the core. 
> Most of the patch is the OSGi launcher code. I don't think it belongs in the 
> core, but that's where I had it while developing. The only other bit in the 
> patch is a change of two of the Defaultbootstrapper's fields from private to 
> protected.
> Also, some of the OSGi packaging for existing jars (spi, commands, etc) 
> aren't part of the zip. Not sure how you want to deal with the repackaging 
> issue.

-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (TUSCANY-610) Initial OSGi support effort

2007-02-27 Thread Jean-Sebastien Delfino (JIRA)

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

Jean-Sebastien Delfino updated TUSCANY-610:
---

Patch Info: [Patch Available]

> Initial OSGi support effort
> ---
>
> Key: TUSCANY-610
> URL: https://issues.apache.org/jira/browse/TUSCANY-610
> Project: Tuscany
>  Issue Type: New Feature
>Affects Versions: Java-SCA-Mx
> Environment: Equinox implementation of OSGi
>Reporter: Joel Hawkins
> Assigned To: Jim Marino
> Fix For: Java-SCA-Mx
>
> Attachments: ClassloaderHook.java, OSGI-SCA.zip
>
>
> An initial implementation of an OSGi binding for exposing SCA services as 
> OSGi services.
> An initial implementation of an OSGi implementation for reusing OSGi services 
> as SCA atomic components
> An OSGi-aware bootstrap environment (which can probably be reduced a bit)
> A repackaging of some of the SupplyChain example
> There's one class derived from an  EPL-copyrighted class - I left the EPL 
> copyright intact. 
> The zip contains the samples, the OSGi binding, and a patch for the core. 
> Most of the patch is the OSGi launcher code. I don't think it belongs in the 
> core, but that's where I had it while developing. The only other bit in the 
> patch is a change of two of the Defaultbootstrapper's fields from private to 
> protected.
> Also, some of the OSGi packaging for existing jars (spi, commands, etc) 
> aren't part of the zip. Not sure how you want to deal with the repackaging 
> issue.

-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (TUSCANY-610) Initial OSGi support effort

2006-08-22 Thread ant elder (JIRA)
 [ http://issues.apache.org/jira/browse/TUSCANY-610?page=all ]

ant elder updated TUSCANY-610:
--

Fix Version/s: Java-Mx
Affects Version/s: Java-Mx

> Initial OSGi support effort
> ---
>
> Key: TUSCANY-610
> URL: http://issues.apache.org/jira/browse/TUSCANY-610
> Project: Tuscany
>  Issue Type: New Feature
>Affects Versions: Java-Mx
> Environment: Equinox implementation of OSGi
>Reporter: Joel Hawkins
> Assigned To: Jim Marino
> Fix For: Java-Mx
>
> Attachments: ClassloaderHook.java, OSGI-SCA.zip
>
>
> An initial implementation of an OSGi binding for exposing SCA services as 
> OSGi services.
> An initial implementation of an OSGi implementation for reusing OSGi services 
> as SCA atomic components
> An OSGi-aware bootstrap environment (which can probably be reduced a bit)
> A repackaging of some of the SupplyChain example
> There's one class derived from an  EPL-copyrighted class - I left the EPL 
> copyright intact. 
> The zip contains the samples, the OSGi binding, and a patch for the core. 
> Most of the patch is the OSGi launcher code. I don't think it belongs in the 
> core, but that's where I had it while developing. The only other bit in the 
> patch is a change of two of the Defaultbootstrapper's fields from private to 
> protected.
> Also, some of the OSGi packaging for existing jars (spi, commands, etc) 
> aren't part of the zip. Not sure how you want to deal with the repackaging 
> issue.

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



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (TUSCANY-610) Initial OSGi support effort

2006-08-10 Thread Joel Hawkins (JIRA)
 [ http://issues.apache.org/jira/browse/TUSCANY-610?page=all ]

Joel Hawkins updated TUSCANY-610:
-

Attachment: ClassloaderHook.java

Hi Jim,

You can remove the AbstractReflector class from 
org.apache.tuscany.osgi.core.impl and replace the old ClassLoaderHook class 
with this attachment. That should take care of the EPL issue.

> Initial OSGi support effort
> ---
>
> Key: TUSCANY-610
> URL: http://issues.apache.org/jira/browse/TUSCANY-610
> Project: Tuscany
>  Issue Type: New Feature
> Environment: Equinox implementation of OSGi
>Reporter: Joel Hawkins
> Attachments: ClassloaderHook.java, OSGI-SCA.zip
>
>
> An initial implementation of an OSGi binding for exposing SCA services as 
> OSGi services.
> An initial implementation of an OSGi implementation for reusing OSGi services 
> as SCA atomic components
> An OSGi-aware bootstrap environment (which can probably be reduced a bit)
> A repackaging of some of the SupplyChain example
> There's one class derived from an  EPL-copyrighted class - I left the EPL 
> copyright intact. 
> The zip contains the samples, the OSGi binding, and a patch for the core. 
> Most of the patch is the OSGi launcher code. I don't think it belongs in the 
> core, but that's where I had it while developing. The only other bit in the 
> patch is a change of two of the Defaultbootstrapper's fields from private to 
> protected.
> Also, some of the OSGi packaging for existing jars (spi, commands, etc) 
> aren't part of the zip. Not sure how you want to deal with the repackaging 
> issue.

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



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]