Re: New to Tuscany, would like to contribute small fix to one of the tests

2007-05-21 Thread ant elder
The OSGi support has fallen behind with all the refactoring of the runtime. The most recent working code was this great sample from Joel [1], but thats based on the old Tuscany M2 runtime. Now would be a really good time to get OSGi support going again. Seems like there's lots of interest in SCA

Re: New to Tuscany, would like to contribute small fix to one of the tests

2007-05-21 Thread Bill Barnhill
I have a definite need to get Tuscany+OSGi working, so will be contributing patches on this over the next month. My first goal is to get host-equinox functioning. I've got Equinox 3.3 starting from within the test and am working on a BundleActivator that does the majority of the host work. I'll

New to Tuscany, would like to contribute small fix to one of the tests

2007-05-19 Thread Bill Barnhill
Hi all, I just checked out the java tree and encountered the following problem, which seems fixable with a one line change (details at bottom). Running org.apache.tuscany.sca.databinding.extension.SimpleTypeMapperExtensionTestCase Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:

Re: New to Tuscany, would like to contribute small fix to one of the tests

2007-05-19 Thread Raymond Feng
Hi, Bill. Welcome to Tuscany. You hit an interesting known issue related to the format of xsd:gMonth described at http://books.xmlschemata.org/relaxng/ch19-77111.html. The following is quoted from that page: The value space of xsd:gMonth is the period of one calendar month recurring each

Re: New to Tuscany, would like to contribute small fix to one of the tests

2007-05-19 Thread Bill Barnhill
Hi Raymond, Thanks for the welcome. You hit the nail on the head. I had thought I was building with Sun JDK 1.5, turns out I was building with Sun JDK 1.6. I switched to 1.5 and it blew past that problem and another I was having. I did have to make one change to get it to build though, even

Re: New to Tuscany, would like to contribute small fix to one of the tests

2007-05-19 Thread Bill Barnhill
Just took a look inside contrib/host-equinox and discovered it's empty other than skeleton code for launching equinox. My impression from http://www.mail-archive.com/tuscany-dev@ws.apache.org/msg15054.html that OSGi was that OSGi support would probably be working now. What I'd like is an SCA