RE: Maven compile and install on runtime???

2010-05-12 Thread Craig Phillips
Hi, absolutely... If you'll notice, the only thing that is pre-built in the entire framework is the system bundle itself... everything else is pure source... There is a 1.6 "builder" that intercepts the "installBundle" and will compile any "denoted source bundle"... Therefore, if you create a

RE: Maven compile and install on runtime‏‏‏

2010-05-12 Thread Craig Phillips
I've been pushing the notion of source bundles to the "powers that be" to no avail... Here's a demo (windoze only ATT): http://www.box.net/shared/4jssc5r69c Let the framework do the build, as it should... after all, the framework IS the convention... You would simply generate the java, zip it

RE: Tools to determine correct package version?

2010-05-07 Thread Craig Phillips
I routinely separate API from IPML period; An API is strictly package based; An IMPL is strictly service based; When the API is broken ('er not backwards compatible), I bump the major number; Thusly, the IMPL version numbering follows suit; I've never had a problem with bnd or unit testing or

RE: trunk/webconsole fails to build

2010-03-23 Thread Craig Phillips
t/shared/914tdoxcfp This has pretty much been put to bed since last November (I've been busy with real work... at least the kind that pays bills); It was a few nights and weekends... Cheers, Craig Phillips, Praxis Engineering PS - If you want to take this off line, I'd be happy...

RE: Axis2 / WSDL on OSGi

2010-03-16 Thread Craig Phillips
to the equation without the need to get involved in all the "stub" generation, but I suspect that is a year or more away from reality; Regards, Craig Phillips, Praxis Engineering From: Stefan Seifert Sent: Tue 3/9/2010 2:55 PM To: dev@felix.apache.org Subject: RE: Axis2 / WSDL on OSGi

Axis2 / WSDL on OSGi

2010-03-09 Thread Craig Phillips
answer... Much appreciated, Craig Phillips -----Original Message- From: Craig Phillips [mailto:lcphill...@praxiseng.com] Sent: Tue 3/9/2010 9:44 AM To: dev@felix.apache.org Subject: RE: The activate method has thrown an exception Hi, re: DOSGI... Well, I'm not going that far (yet / at th

RE: The activate method has thrown an exception

2010-03-09 Thread Craig Phillips
a startup ??? I appreciate all the feedback/help... If I manage to figure it out, I'll post back... much appreciated, Craig From: Justin Edelson Sent: Tue 3/9/2010 9:33 AM To: dev@felix.apache.org Subject: Re: The activate method has thrown an exception Hi. On 3/9/10 9:30 AM, Craig Phillip

RE: The activate method has thrown an exception

2010-03-09 Thread Craig Phillips
quence the component is not considered activated and thus the deactivate method will never be called. Hope this helps. Regards Felix On 09.03.2010 14:41, Craig Phillips wrote: > Hi, > > Felix 201 / SCR1.4.0... I'm attempting to connect to a wsdl service from > within the act

The activate method has thrown an exception

2010-03-09 Thread Craig Phillips
find one post a la google-surf back to felix and it suggests a security related issue... There is apparently a fix, from what I can tell, but it seemed that was for felix2.1.0 (no officially released)... Can someone shed some light / provide advisement? Thanks, Craig Phillips

RE: Felix & Maven & NetBeans 6.9M1

2010-02-24 Thread Craig Phillips
bundle, you no longer need convoluted CM baseline strategies; This also leads into the notion of "virtual environment(s)"; A proper environment will not have anyone "jumping aside to run mvn" for anything, let alone "generating pom's"; Regards, Craig Phillips

RE: Proposal: Felix Messaging Service

2010-01-07 Thread Craig Phillips
ges over the transport(s) a la topics and maps therein; Even better, the clients are unaware of whether the distant cooperants are of the same streaming nature or of some other platform; Just fodder to the mix... Craig Phillips, Praxis Engineering; From: Gerry Woods

Success: launching felix: changes from 1.x to 2.x

2009-11-02 Thread Craig Phillips
t al, much appreciated, Craig Phillips, Praxis From: Craig Phillips Sent: Mon 11/2/2009 8:06 AM To: dev@felix.apache.org Subject: RE: launching felix: changes from 1.x to 2.x Hello, Unfortunately, this didn't work, for which I'll try to describe... From what I can tell, there is no ev

RE: launching felix: changes from 1.x to 2.x

2009-11-02 Thread Craig Phillips
out config.properties, it would not have found that location, since my CWD is somewhere else; I'm guessing it was the autostart that didn't engage, although I have no exceptions or other evidence to trace / trap / diagnose... Thanks for your consideration, Craig Phillips, Praxis PS

launching felix: changes from 1.x to 2.x

2009-10-30 Thread Craig Phillips
If someone out there can do a translation, I'd be much appreciative... Thanks, Craig Phillips, Praxis Engineering, Inc.

RE: dead link: downloads config admin

2009-08-28 Thread Craig Phillips
What am I doing wrong? Much appreciated... Craig Phillips From: Felix Meschberger [mailto:fmesc...@gmail.com] Sent: Fri 8/28/2009 9:23 AM To: dev@felix.apache.org Subject: Re: dead link: downloads config admin Hi Craig, Craig Phillips schrieb: > getting

dead link: downloads config admin

2009-08-28 Thread Craig Phillips
getting 404 not found... ???

versioning a service

2009-08-09 Thread Craig Phillips
Just an idea... actually, a bit of a work around... Declarative services has string/string property sets; Well, one can always stick a version property in there; I'm not sure if you can do pattern matching -- maybe declarative services will let you do property set pattern matching --- so, fo

The framework does the build / the framework is the convention

2009-08-07 Thread Craig Phillips
Toying with this idea... I had written a script runner for OSGi (actually, I did it for equinox but I am a felix fan... although, I did have to make use of the buddy policy for the circular dependency -- seeing that pre-modular is rather abusive in that department); I wrote a BSF-JRuby-Groov

RE: Next Declarative Services (SCR) release

2009-08-01 Thread Craig Phillips
ven build -- let a language like scala be the bundle with a DS dependency injection model as we really have a serious improvement in software development... your bundle is the source at a particular version, let alone it covers CM and CMM, and the framework is the convention AND the build... B

RE: [Fwd: Re: building a felix embedding web app with maven]

2008-10-08 Thread Craig Phillips
ked about OSGi (and Felix even better): minimal agenda (like the "Lego" analogy); I don't get that mentality from Sun or even other implementations (and, don't get me started on J-7); Well, thought I'd throw that out there, sort of related fodder

Separate JVM (bsf content)

2008-09-30 Thread Craig Phillips
r.newJVM(myMainClass); and subsequently, jvmHandle.terminate(); Well, it's a pipe-dream I guess... Again, apologize to post to this group... Just figured someone might have attempted similar such undertaking, especially as a bundle service... Much appreciated, L. Craig Phillips, Praxis;

RE: New download page

2008-09-04 Thread Craig Phillips
hough I've had to go back and forth on occasion), I would suggest that it would be nice to see a small description accompanying each entry -- what is it? / why do I need it (or want it)? For what it's worth, Craig Phillips, Praxis; From: Carsten Zie

RE: Maven & OSGi plans

2008-08-25 Thread Craig Phillips
Hi, I may not completely understand your question... My answer may be "old school lib folder" or there abouts, but I can't be certain of that answer just yet... [on an aside, take a look at BUILDR, although it's still in incubation: http://incubator.apache.org/buildr/ ... I give them an A+ fo

RE: Maven & OSGi plans

2008-08-25 Thread Craig Phillips
ance, especially for those of us that want to separate interface from implementation (conceptually, not just syntactically); Just an observation, but I run into this "nuisance" frequently and it's a pain to undo... Craig Phillips, Praxis PS - I still prefer to run BND from

RE: Releasing osgi core/compendium?

2008-08-19 Thread Craig Phillips
+1 From: Carsten Ziegeler [mailto:[EMAIL PROTECTED] Sent: Tue 8/19/2008 10:09 AM To: dev@felix.apache.org Subject: Releasing osgi core/compendium? Hi, I'm wondering if we could release our versions of osgi core/compendium now to make the 4.1 api available? The

RE: [VOTE] Accept Contribution of Simple Remote Shell Service Access (FELIX-615)

2008-08-06 Thread Craig Phillips
+1 From: Felix Meschberger [mailto:[EMAIL PROTECTED] Sent: Wed 8/6/2008 6:41 AM To: Felix Dev Subject: [VOTE] Accept Contribution of Simple Remote Shell Service Access (FELIX-615) Hi all, I would like to start a vote here to accept the contribution of telnet

RE: Classloading across bundles

2008-08-04 Thread Craig Phillips
er play the "service injection" game myself, frankly... Well, glad to see some closure on this one... Have a good day, happy trails, Craig Phillips, Praxis -Original Message- From: Jackson, Bruce [mailto:[EMAIL PROTECTED] Sent: Monday, August 04, 2008 10:08 AM To: dev@felix.apa

RE: shell service, command, and declarative services

2008-07-29 Thread Craig Phillips
... I guess at least it'll be something to stick out in our collective heads should (likely) someone else out there have the same "mis-use" issue... Have a good day, Craig Phillips, Praxis From: Richard S. Hall [mailto:[EMAIL PROTECTED] Sent: Mo

RE: shell service, command, and declarative services

2008-07-28 Thread Craig Phillips
ed the documentation to a "T" to the best of my knowledge... Obviously, I'm missing some trick... Thanks again, Craig -Original Message- From: Craig Phillips [mailto:[EMAIL PROTECTED] Sent: Monday, July 28, 2008 12:35 PM To: dev@felix.apache.org Subject: shell service, comm

shell service, command, and declarative services

2008-07-28 Thread Craig Phillips
ndle start level. install [ ...] - install bundle(s). event-snd help - org.craig.event.sender01 description entry But, if I attempt to execute some kind of event-snd command, nothing: -> event-snd help -> Command not found. event-snd Command not found. -> So, I guess the q

RE: How to use web console

2008-07-25 Thread Craig Phillips
, Craig Phillips <[EMAIL PROTECTED]> wrote: > Hi, > > Using the eclipse34 plugins, I managed to get > http/jetty/web-console/port-8080 going... unfortunately, when I connect > to localhost:8080, this is what I get??? > > > HTTP ERROR: 404

RE: How to use web console

2008-07-25 Thread Craig Phillips
Felix http.jetty bundle or the OPS4J Pax Web Service bundle. Both should be configured to listen to port by default (IIRC). This should do the trick. Hope this helps. Regards Felix Pedro Pedruzzi schrieb: > Hi! > > On Fri, Jul 25, 2008 at 8:32 AM, Craig Phillips > <[EMAIL PR

How to use web console

2008-07-25 Thread Craig Phillips
Hi, Good morning, Sorry to trouble y'all for probably something I otherwise could have figured out on my own, but no such luck... I have the web console bundle loaded, resolved, and started (I grabbed the javax.servlet bundle from my eclipse3.4 plugins directory)... I'm not sure how to

RE: declarative services and configuration admin

2008-07-21 Thread Craig Phillips
Hi all, and thanks to Pierre for getting me a little further along, I got something sort of working a la Pierre's sample... I originally did not do a runnable, as Pierre has in his Configurator, although I suspect that the runnable is not critical in and of itself... However, the sleep(2) followed

RE: declarative services and configuration admin

2008-07-21 Thread Craig Phillips
ld like to... Thanks again, Craig Phillips, Praxis Engineering From: Pierre De Rop [mailto:[EMAIL PROTECTED] Sent: Fri 7/18/2008 5:24 PM To: dev@felix.apache.org Subject: Re: declarative services and configuration admin Hi Craig; Here is a sample code show

RE: declarative services and configuration admin

2008-07-17 Thread Craig Phillips
ain, there could be sprinkles of ignorance on my part... With that said, if I can get "System.getProperty()" up and running in minutes while I struggle through this stuff for days and days, well... I think I have made my point... Regards, how ever many lumps of sugar necessary... ha

declarative services and configuration admin

2008-07-17 Thread Craig Phillips
own ignorance somehow -- meaning, the SCR has somehow or another wrapped up all the boiler plate and the end user is supposed to register a setter method or something... If someone out there has "felt my pain" and can steer me in the right direction, much appreciated, Thanks, Craig Phillips, Praxis

RE: ConfigAdmin - examples / tutorials

2008-07-10 Thread Craig Phillips
Hi, I'm about to grab and peruse the source for the Pax logging and see what I can find... I sort of attempted from scratch to set up a bundle that implements cm.ManagedService... The updated() method is being invoked twice with a null argument for Dictionary... One thing I forgot to mention - I

ConfigAdmin - examples / tutorials

2008-07-10 Thread Craig Phillips
e snippet or two, or maybe a little cheat sheet or something, I'd be greatly appreciative (as always, this is a great felix and osgi resource here, and the people are very helpful)... Sincerely, Craig Phillips, Praxis

RE: brain teaser - embedded felix / class cast exception

2008-07-08 Thread Craig Phillips
Hi, I read the launching/embedding page, but it was a few weeks ago and I will go back and take another look... I went with the Sahoo's suggestion of setting the delegation property and that is perfect for my needs... I agree I don't want any code outside of a bundle, if at all possible...

RE: brain teaser - embedded felix / class cast exception

2008-07-08 Thread Craig Phillips
27;ll go back and retro fit the interface back and and remove the 'impl' and see if that works... Appreciate the assistance, Craig -Original Message- From: Craig Phillips [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2008 1:02 PM To: dev@felix.apache.org Subject: RE: b

RE: brain teaser - embedded felix / class cast exception

2008-07-08 Thread Craig Phillips
sday, July 08, 2008 12:47 PM To: dev@felix.apache.org Subject: Re: brain teaser - embedded felix / class cast exception Craig Phillips wrote: > Sahoo, Dieter, > > Yeah, this is what I'm suspecting and I'll try what you suggest, Deiter, > to print them out and I think I/we'l

RE: brain teaser - embedded felix / class cast exception

2008-07-08 Thread Craig Phillips
dles specifying their package dependency for the above bundle? Thanks, Sahoo Craig Phillips wrote: > Hi, > > Can't cast a class to it's own type... Huh? I just got to believe it's > some kind of class loader thing going on... I really could use a pair of > eyes fr

brain teaser - embedded felix / class cast exception

2008-07-08 Thread Craig Phillips
Hi, Can't cast a class to it's own type... Huh? I just got to believe it's some kind of class loader thing going on... I really could use a pair of eyes from one of the class loader experts out there, I anticipate (I brought other eyes nearby to look, they're stumped to

RE: using pax-logger/log4j in embedded felix (class loader issue)

2008-07-07 Thread Craig Phillips
Hi, - I can't use Equinox because I discovered a Null Pointer Exception when attempting to restart it (in the same "context" loosely speaking -- embedded); Also, equinox as embedded is not really "instance" based out of the box; I logged a bug on the NPE and it's probably fixed by now, but it'

RE: using pax-logger/log4j in embedded felix (class loader issue)

2008-07-07 Thread Craig Phillips
hat fails available to me (either send it to me directly or create a jira issue and attach it there)? regards, Karl On Mon, Jul 7, 2008 at 1:44 PM, Craig Phillips <[EMAIL PROTECTED]> wrote: > Hi, > > Hmmm... looks like the dev mailing list doesn't like attachments... OK,

RE: using pax-logger/log4j in embedded felix (class loader issue)

2008-07-07 Thread Craig Phillips
Hi, This seemed to work, sort of: > org.osgi.framework.bootdelegation=sun.*,com.sun.*, org.apache.log4j.* There was a class cast exception, as follows: > ERROR: EventDispatcher: Error during dispatch. (java.lang.ClassCastException: org.ops4j.pax.logging.internal.PaxLoggingServiceImpl$1ManagedPa

RE: using pax-logger/log4j in embedded felix (class loader issue)

2008-07-07 Thread Craig Phillips
e config.properties? regards, Karl On Mon, Jul 7, 2008 at 12:59 PM, Craig Phillips <[EMAIL PROTECTED]> wrote: > Hi, I probably need to direct this to PAX, but I'll try here (felix dev) > first... Sorry to trouble you, if anyone with felix class loader > intimacy could take a look, I&

RE: using pax-logger/log4j in embedded felix (class loader issue)

2008-07-07 Thread Craig Phillips
TED] Sent: Monday, July 07, 2008 7:33 AM To: dev@felix.apache.org Subject: Re: using pax-logger/log4j in embedded felix (class loader issue) Could you maybe post your complete config.properties? regards, Karl On Mon, Jul 7, 2008 at 12:59 PM, Craig Phillips <[EMAIL PROTECTED]> wrote: >

using pax-logger/log4j in embedded felix (class loader issue)

2008-07-07 Thread Craig Phillips
gt; org.osgi.service.component -> 2.0 log4j:WARN No appenders could be found for logger (org.ops4j.pax.logging.pax-log ging-service). log4j:WARN Please initialize the log4j system properly. DEBUG: WIRE: 4.0 -> org.osgi.service.log -> 2.0 Any insight would be appreciated... not critical, but I suspect I'm not going to see the last of class loader issues, especially in an embedded environment... Thanks, Craig Phillips

[jira] Created: (FELIX-619) Shell.TUI causes "new java.io.ServerSocket()" to hang

2008-07-02 Thread Craig Phillips (JIRA)
nts: Shell Affects Versions: felix-1.0.4 Environment: Windows; Best to run in a sandbox, fork java if necessary (for full effect)... By sandbox, I mean a directory structure / project area that's sterile, shall we say Reporter: Craig Phillips Priority: Minor

Shell.TUI causes ServerSocket() constructor to hang

2008-07-02 Thread Craig Phillips
know... I solved my immediate problem by simple removing Shell.TUI from the auto.start list; For what it's worth, Craig Phillips, Praxis Engineering

RE: Distributed OSGi/Network Service Discovery

2008-06-28 Thread Craig Phillips
Hi, I've been looking in to Newton... Some one put a lot of work into it.. From: Marcel Offermans [mailto:[EMAIL PROTECTED] Sent: Sat 6/28/2008 5:47 AM To: dev@felix.apache.org Subject: Re: Distributed OSGi/Network Service Discovery Hello Dieter, On Jun 28,

RE: telnetd discussion (ordering of bundles)

2008-06-26 Thread Craig Phillips
Craig From: Craig Phillips Sent: Thu 6/26/2008 1:10 PM To: dev@felix.apache.org Subject: RE: telnetd discussion Hi, I'm experiencing something weird in one newly created workspace/project, which is pretty much a replica of others... If I install any of the various telnet bundles, fr

RE: telnetd discussion

2008-06-26 Thread Craig Phillips
Hi, I'm experiencing something weird in one newly created workspace/project, which is pretty much a replica of others... If I install any of the various telnet bundles, from the one below to the original telnetd to the one-off I recreated from source, set up a sandbox to run (meaning, bin and

RE: telnetd discussion

2008-06-26 Thread Craig Phillips
Kind regards, Craig Phillips From: Dieter Wimberger Sent: Wed 6/25/2008 6:10 PM To: dev@felix.apache.org Subject: Re: telnetd discussion Richard, all: Thought I put the "simple access alternative" together so you can decide upon facts not ideas. http://www.karanet.

RE: Telnet bundle

2008-06-24 Thread Craig Phillips
lerepository-1.0.3.jar file:bundle/org.apache.felix.scr-1.0.0.jar file:bundle/pax-logging-api-1.0.0.jar file:bundle/pax-logging-service-1.0.0.jar file:bundle/pax-confman-propsloader-0.2.1.jar file:bundle/example00.jar Thanks again, Craig Phillips From: Dieter Wimberger Sent: Tue 6/24/2008 1:54 AM To: dev@f

RE: Telnet bundle

2008-06-23 Thread Craig Phillips
e box and telnet to the container from there... easy enough and secure enough (IMO)... I'm only interested in the [more than] rudimentary console for which the bundle provides... I get a lot of useful mileage out of the telnetd bundle... Thanks, much appreciative, Craig Phillips, Praxis En