Re: [akka-user] Re: Akka Contrib Contains no OSGi Metadata...

2015-06-12 Thread Roland Kuhn
Thanks, James! We already have some OSGi tests as part of the dining hakkers 
sample, it would be great if you could integrate more tests there.

Regards,

Roland 

Sent from my iPhone

 On 06 Jun 2015, at 17:10, James Carman jcar...@savoirtech.com wrote:
 
 It was a tad bit more than that, but not much.  Had to do an import and 
 define the contrib val on OSGi.  Then, it was off to the races!  Looks like 
 the jenkins build is running now.  Hopefully this can make it in.  For now, 
 I'm wrapping the bundle in Karaf.  Yuck! :)  Do you guys want any help with 
 verifying your OSGi support?  I could help set up a Pax-Exam test or 
 something that makes sure this stuff works in Karaf.  Also, it'd be nice to 
 have a Karaf features file published with the project.  I've created one here:
 
 https://github.com/savoirtech/karakka/blob/master/src/main/resources/features.xml
 
 
 On Saturday, June 6, 2015 at 9:36:35 AM UTC-4, Konrad Malawski wrote:
 That's quite possibly the only thing missing. Would you like to submit a 
 PullRequest and we'll look into it there?
 
 On Sat, Jun 6, 2015 at 2:40 PM, James Carman jca...@savoirtech.com wrote:
 It looks to be as simple as adding:
 
 OSGi.contrib 
 
 to the sbt file for contrib.  Is that all there is to it?
 
 
 On Saturday, June 6, 2015 at 8:37:34 AM UTC-4, James Carman wrote:
 I am using Akka version 2.3.11 in an OSGi-based project and we tried to 
 add akka-contrib (com.typesafe.akka/akka-contrib_2.11/2.3.11) to the mix.  
 To our surprise, the jar contains no OSGi information in its MANIFEST.MF 
 file.  Is this intentional?  Could we perhaps get that added to the build? 
  
 
 James
 
 -- 
  Read the docs: http://akka.io/docs/
  Check the FAQ: 
  http://doc.akka.io/docs/akka/current/additional/faq.html
  Search the archives: https://groups.google.com/group/akka-user
 --- 
 You received this message because you are subscribed to the Google Groups 
 Akka User List group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to akka-user+...@googlegroups.com.
 To post to this group, send email to akka...@googlegroups.com.
 Visit this group at http://groups.google.com/group/akka-user.
 For more options, visit https://groups.google.com/d/optout.
 
 
 
 -- 
 Cheers,
 Konrad 'ktoso' Malawski
 Akka @ Typesafe
 
 -- 
  Read the docs: http://akka.io/docs/
  Check the FAQ: 
  http://doc.akka.io/docs/akka/current/additional/faq.html
  Search the archives: https://groups.google.com/group/akka-user
 --- 
 You received this message because you are subscribed to the Google Groups 
 Akka User List group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to akka-user+unsubscr...@googlegroups.com.
 To post to this group, send email to akka-user@googlegroups.com.
 Visit this group at http://groups.google.com/group/akka-user.
 For more options, visit https://groups.google.com/d/optout.

-- 
  Read the docs: http://akka.io/docs/
  Check the FAQ: 
 http://doc.akka.io/docs/akka/current/additional/faq.html
  Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups Akka 
User List group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.


Re: [akka-user] Re: Akka Contrib Contains no OSGi Metadata...

2015-06-06 Thread Konrad Malawski
That's quite possibly the only thing missing. Would you like to submit a
PullRequest and we'll look into it there?

On Sat, Jun 6, 2015 at 2:40 PM, James Carman jcar...@savoirtech.com wrote:

 It looks to be as simple as adding:

 OSGi.contrib

 to the sbt file for contrib.  Is that all there is to it?


 On Saturday, June 6, 2015 at 8:37:34 AM UTC-4, James Carman wrote:

 I am using Akka version 2.3.11 in an OSGi-based project and we tried to
 add akka-contrib (com.typesafe.akka/akka-contrib_2.11/2.3.11) to the mix.
 To our surprise, the jar contains no OSGi information in its MANIFEST.MF
 file.  Is this intentional?  Could we perhaps get that added to the build?

 James

  --
  Read the docs: http://akka.io/docs/
  Check the FAQ:
 http://doc.akka.io/docs/akka/current/additional/faq.html
  Search the archives: https://groups.google.com/group/akka-user
 ---
 You received this message because you are subscribed to the Google Groups
 Akka User List group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to akka-user+unsubscr...@googlegroups.com.
 To post to this group, send email to akka-user@googlegroups.com.
 Visit this group at http://groups.google.com/group/akka-user.
 For more options, visit https://groups.google.com/d/optout.




-- 
Cheers,
Konrad 'ktoso' Malawski
Akka http://akka.io/ @ Typesafe http://typesafe.com/

-- 
  Read the docs: http://akka.io/docs/
  Check the FAQ: 
 http://doc.akka.io/docs/akka/current/additional/faq.html
  Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups Akka 
User List group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.


Re: [akka-user] Re: Akka Contrib Contains no OSGi Metadata...

2015-06-06 Thread Konrad Malawski
Just noticed the PR, thanks!
https://github.com/akka/akka/pull/17673

On Sat, Jun 6, 2015 at 3:36 PM, Konrad Malawski kt...@typesafe.com wrote:

 That's quite possibly the only thing missing. Would you like to submit a
 PullRequest and we'll look into it there?

 On Sat, Jun 6, 2015 at 2:40 PM, James Carman jcar...@savoirtech.com
 wrote:

 It looks to be as simple as adding:

 OSGi.contrib

 to the sbt file for contrib.  Is that all there is to it?


 On Saturday, June 6, 2015 at 8:37:34 AM UTC-4, James Carman wrote:

 I am using Akka version 2.3.11 in an OSGi-based project and we tried to
 add akka-contrib (com.typesafe.akka/akka-contrib_2.11/2.3.11) to the mix.
 To our surprise, the jar contains no OSGi information in its MANIFEST.MF
 file.  Is this intentional?  Could we perhaps get that added to the build?

 James

  --
  Read the docs: http://akka.io/docs/
  Check the FAQ:
 http://doc.akka.io/docs/akka/current/additional/faq.html
  Search the archives: https://groups.google.com/group/akka-user
 ---
 You received this message because you are subscribed to the Google Groups
 Akka User List group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to akka-user+unsubscr...@googlegroups.com.
 To post to this group, send email to akka-user@googlegroups.com.
 Visit this group at http://groups.google.com/group/akka-user.
 For more options, visit https://groups.google.com/d/optout.




 --
 Cheers,
 Konrad 'ktoso' Malawski
 Akka http://akka.io/ @ Typesafe http://typesafe.com/




-- 
Cheers,
Konrad 'ktoso' Malawski
Akka http://akka.io/ @ Typesafe http://typesafe.com/

-- 
  Read the docs: http://akka.io/docs/
  Check the FAQ: 
 http://doc.akka.io/docs/akka/current/additional/faq.html
  Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups Akka 
User List group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.


Re: [akka-user] Re: Akka Contrib Contains no OSGi Metadata...

2015-06-06 Thread James Carman
It was a tad bit more than that, but not much.  Had to do an import and 
define the contrib val on OSGi.  Then, it was off to the races!  Looks 
like the jenkins build is running now.  Hopefully this can make it in.  For 
now, I'm wrapping the bundle in Karaf.  Yuck! :)  Do you guys want any help 
with verifying your OSGi support?  I could help set up a Pax-Exam test or 
something that makes sure this stuff works in Karaf.  Also, it'd be nice to 
have a Karaf features file published with the project.  I've created one 
here:

https://github.com/savoirtech/karakka/blob/master/src/main/resources/features.xml


On Saturday, June 6, 2015 at 9:36:35 AM UTC-4, Konrad Malawski wrote:

 That's quite possibly the only thing missing. Would you like to submit a 
 PullRequest and we'll look into it there?

 On Sat, Jun 6, 2015 at 2:40 PM, James Carman jca...@savoirtech.com 
 javascript: wrote:

 It looks to be as simple as adding:

 OSGi.contrib 

 to the sbt file for contrib.  Is that all there is to it?


 On Saturday, June 6, 2015 at 8:37:34 AM UTC-4, James Carman wrote:

 I am using Akka version 2.3.11 in an OSGi-based project and we tried to 
 add akka-contrib (com.typesafe.akka/akka-contrib_2.11/2.3.11) to the mix.  
 To our surprise, the jar contains no OSGi information in its MANIFEST.MF 
 file.  Is this intentional?  Could we perhaps get that added to the build?  

 James

  -- 
  Read the docs: http://akka.io/docs/
  Check the FAQ: 
 http://doc.akka.io/docs/akka/current/additional/faq.html
  Search the archives: https://groups.google.com/group/akka-user
 --- 
 You received this message because you are subscribed to the Google Groups 
 Akka User List group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to akka-user+...@googlegroups.com javascript:.
 To post to this group, send email to akka...@googlegroups.com 
 javascript:.
 Visit this group at http://groups.google.com/group/akka-user.
 For more options, visit https://groups.google.com/d/optout.




 -- 
 Cheers,
 Konrad 'ktoso' Malawski
 Akka http://akka.io/ @ Typesafe http://typesafe.com/
  

-- 
  Read the docs: http://akka.io/docs/
  Check the FAQ: 
 http://doc.akka.io/docs/akka/current/additional/faq.html
  Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups Akka 
User List group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.