Thanks Jim. I will get started from model representation. Perhaps I
can create incremental patch every 3 to 4 days. Is there a code style
template for Eclipse in Tuscany website?
Felix
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
I'm just not sure if we can still change the pom, after being voted at PMC
level and ratified by IPMC as described in the thread below...
http://www.mail-archive.com/tuscany-dev@ws.apache.org/msg09974.html
If we lost the POM artifacts with the people.a.o then this is something to
consider
Hi,
I am putting up some proposals for updates to our website and request
feedback on this or suggestions for the better. Right away some top level
ones are:
- Do away with the tabs. This is because I don't see correlation between
the Tab options and the options on the navigation pane in the
Comments inline below.
Simon
Jim Marino wrote:
On Nov 1, 2006, at 9:33 AM, Raymond Feng wrote:
Hi,
I think it would be useful to package java in our M2 binary distro. I
would like to hear your opinions:
I'd say as a separate downloadable jar since this would only be
relevant to ext
Hi Everyone
Please vote to approve DAS Java Milestone 2 distributions. The vote is open
for at least the next 72 hours. At least three +1 votes are required, and
only the votes from Tuscany committees are binding. If the majority of all
votes is positive, I will send a summary of that vote to th
Hi,
I have to fix two issues in the "pom/parent/pom.xml" which has been tagged
and voted for M2:
1) Switch to http://ws.zones.apache.org/repository for the SNAPSHOT versions
of Axis2 and its dependencies (which will become obsolete once the Axis2 1.1
is released and published to maven repo).
Hi, Rajith.
This is great. I'll look into the databinding issue.
Thanks,
Raymond
- Original Message -
From: "Rajith Attapattu" <[EMAIL PROTECTED]>
To:
Sent: Wednesday, November 01, 2006 12:53 PM
Subject: Re: JMS Binding
Hi All,
The jms binding spec is published as a draft and can
I agree with ant - we need to be clear what rights the ASF has to the
code. Adding a comment to the JIRA saying it was a contribution would
be another alternative.
--
Jeremy
On 11/1/06, ant elder <[EMAIL PROTECTED]> wrote:
I'd say no, we need to have rights to the code to put it in SVN. Why can
The maven javadoc goal by default generates a -javadoc.jar for every
artifact it produces and allows that to be deployed to the repo. I
believe it does this because that is the format expected by the
different IDEs (it certainly is for IDEA and I think Raymond said it
worked for Eclipse as well).
Hi All,
The jms binding spec is published as a draft and can be found at this
location.
http://www.osoa.org/download/attachments/35/SCA_JMSBinding_V096_draft_1.pdf?
I have submitted an updated patch for JMS binding support with Test Case
that does an end-to-end call.
There is a glitch with data
High Nicole, Jim and other OSGi interested guys,
Nicole - I think your usage scenarios all look reasonable. I've been
able to get the local ones working (demoed at Eclipse world), but I
haven't had much luck yet with the remote ones. I'm having issues with
the Axis2 binding right now - I'm hoping
[ http://issues.apache.org/jira/browse/TUSCANY-753?page=all ]
Rajith Attapattu updated TUSCANY-753:
-
Attachment: jms-binding-JIRA_753-01-11-06.patch
Hi All,
Finally I managed to redo the jms binding (I lost about a weeks worth of code,
due to hard
[ http://issues.apache.org/jira/browse/TUSCANY-703?page=all ]
Venkatakrishnan updated TUSCANY-703:
Attachment: SCA_Java.JPG
Hi,
In the IRC the day before, I had mentioned that I will attach the diagram that
I am proposing for SCA Java for community
[ http://issues.apache.org/jira/browse/TUSCANY-703?page=all ]
Venkatakrishnan updated TUSCANY-703:
Attachment: TuscanyWebSite.zip
Hi,
As part of cleaning up the website I am starting with a proposal for changes to
the Navigation Options on the lef
On Nov 1, 2006, at 9:33 AM, Raymond Feng wrote:
Hi,
I think it would be useful to package java in our M2 binary distro.
I would like to hear your opinions:
I'd say as a separate downloadable jar since this would only be
relevant to extensions providers and not applications developers.
1)
Thanks for the write-up Felix! Comments inline...
Jim
On Nov 1, 2006, at 1:45 AM, Felix Ren wrote:
Forks,
I made an outline for policy framework support based on my
understanding on SCA policy framework spec and Tuscany project. If I
have any misunderstanding or mistake, please don't hesitat
Hi All,
Just a reminder that Tuscany SCA Webinar is scheduled for Wed. November 8th
at 8 AM pacific.
This is a great opportunity to invite those who are interested to learn
about Tuscany SCA.
Thanks,
Haleh
On 10/18/06, haleh mahbod <[EMAIL PROTECTED]> wrote:
*Apache **Tuscany**: Not the Sam
On 11/1/06, Raymond Feng <[EMAIL PROTECTED]> wrote:
I assume only for *-api and *-spi.
Sounds ok to me.
2) Should we package the javadoc with the standalone distro or as a separate
archive?
For this M2 release i think with the binary distro not a separate javadoc
distro, we've enough artif
Hi,
I think it would be useful to package java in our M2 binary distro. I would
like to hear your opinions:
1) What modules should we generate javadoc? I assume only for *-api and *-spi.
2) Should we package the javadoc with the standalone distro or as a separate
archive?
Thanks,
Raymond
SDO (and indirectly DAS) may not now depend on CPL if EMF has completed
migration to EPL
Key: TUSCANY-894
URL: http://issues.apache.org/jira/browse/TUSCANY-894
P
Meeraj,
I think there are strong possible synergies between the two technologies:
* JPA can lend a full O/R capability to SDO
* SDO can bring a superior "disconnected" capability to JPA via its
change summary
The RDB DAS provides an implicit one-to-one mapping from tables to
DataObj
We're had been using a woden snapshot thats been lost due to the ASF server
outage. I've updated to use the 1.0.0M6 release. It should work if you try
again with a fresh check out of the code.
...ant
On 11/1/06, Adriano Crestani <[EMAIL PROTECTED]> wrote:
I'm getting this failure when I'm ru
Provide a utility to retrieve a URI from a Factory class
Key: TUSCANY-893
URL: http://issues.apache.org/jira/browse/TUSCANY-893
Project: Tuscany
Issue Type: New Feature
Compo
Actually, we're only using the URI to call SDOUtil.getTypes(), so that
we can pass a list of types to SDOUtil.registerDataGraphTypes(). Maybe
we should just have a registerDataGraphTypes() method that takes a
Factory class as a parameter?
Brent
On 11/1/06, Brent Daniel <[EMAIL PROTECTED]> wrote:
OK.. if we aren't incurring extra processing with each call to
registerStaticTypes() it shouldn't be an issue to do it every time. I
would like to have a utility to get the URI from the factory, though,
so that we can keep our configuration as simple as possible. I'll open
up a JIRA for this.
Tha
Brent,
Why can't DAS check if the types are already registered, and then only
register them if they're not? Actually SDOUtil.registerStaticTypes()
should really be a NO-OP if the types are already registered. If it's not,
we should probably fix that. We can easily add another SDOUtil method to
isSet must return false unless a set method has been called [SDO-77]
Key: TUSCANY-892
URL: http://issues.apache.org/jira/browse/TUSCANY-892
Project: Tuscany
Issue Type: Imp
Implement compliant serialising of substitution groups [SDO-78]
---
Key: TUSCANY-891
URL: http://issues.apache.org/jira/browse/TUSCANY-891
Project: Tuscany
Issue Type: Improvement
I'd say no, we need to have rights to the code to put it in SVN. Why can't
they just reattach it and tick the box properly?
...ant
On 11/1/06, kelvin goodson <[EMAIL PROTECTED]> wrote:
Can anyone tell me if it's OK to put code into a sandbox that has been
attached to a JIRA without granting
Maybe better to ask on [EMAIL PROTECTED]
On 01/11/06, kelvin goodson <[EMAIL PROTECTED]> wrote:
Can anyone tell me if it's OK to put code into a sandbox that has been
attached to a JIRA without granting ASF license?
Regards, Kelvin.
--
Pete
[ http://issues.apache.org/jira/browse/TUSCANY-890?page=all ]
Kelvin Goodson resolved TUSCANY-890.
Resolution: Fixed
STATUS file copied from trunk to tags after moving CCLA agreement notices from
Pending to Resolved
> DAS Status file should be upda
[ http://issues.apache.org/jira/browse/TUSCANY-890?page=all ]
Kelvin Goodson reassigned TUSCANY-890:
--
Assignee: Kelvin Goodson
> DAS Status file should be updated
> -
>
> Key: TUSCANY-890
>
I'm almost 100% certain that it was Jeremy's intent to move the CCLA issues
from pending to resolved in the project STATUS file, but I'm going to point
out my update here ...
http://svn.apache.org/viewvc/incubator/tuscany/STATUS?view=diff&r1=469870&r2=469871&pathrev=469871
just to make sure I'm n
I've just become involved in the effort to make our test suite available
and we have an internal meeting later today to discuss the procedures
around this. I would have thought that the first sensible step would be
for us to split out our current tests into two packages - those that
have dependenc
On Oct 31, 2006, at 9:11 AM, Meeraj Kunnumpurath wrote:
Hi,
I have made a start on JPA integration. Haven't got to do much because
of the build problems. The current home is
sca/services/persistence/common.
Anyway, this is a brief highlight of my thinking ...
1. Support injection of entity m
Raymond, Haleh and myself are putting together an article describing SCA. We
want to submit this to the Java Developers Journal for possible publication
when it's done. Raymond has put together a loan approval sample as part of
Tuscany (
https://svn.apache.org/repos/asf/incubator/tuscany/sandbox/r
Andy,
that's great thanks. This begs the question of how we proceed with code
edits. Would you able to supply any updates you make as patches attached to
a JIRA. I can then apply them to the code in svn. If you need any help
with that I'm more than happy to help. (If you want interactive hel
Can anyone tell me if it's OK to put code into a sandbox that has been
attached to a JIRA without granting ASF license?
Regards, Kelvin.
Kevin,
I remember an email a while ago from Jim (I think) about SDO and JPA
addressing orthogonal problem spaces. Apart from that, to be honest, I
haven't put much thought into it. However, it would be great if you
could pls shed your thoughts on the synergies between the two.
Thanks
Meeraj
>>
On Oct 31, 2006, at 10:15 AM, Kevin Williams wrote:
You may have thought of this already but it would be good to
consider how SDO might play with this JPA integration.
I think it would be interesting to have the ability for SDO to handle
the "remoting" of JPA entities. For example, a service
Forks,
I made an outline for policy framework support based on my
understanding on SCA policy framework spec and Tuscany project. If I
have any misunderstanding or mistake, please don't hesitate to point
out.
I think we may need to implement three kinds of stuffs related to
policy framework.
1
On Nov 1, 2006, at 12:54 AM, ant elder wrote:
This was discussed some time ago but I can't find if there was an
outcome,
should Spring be included in the M2 release?
The outcome was that it would be put in contrib. Hence Jeremy
included it.
Right now I don't think the spring container w
This was discussed some time ago but I can't find if there was an outcome,
should Spring be included in the M2 release?
Right now I don't think the spring container works properly, for example, it
doesn't have a default.scdl file so it wont work with the standalone
launcher, and we don't have any
Hi Kelvin,
I agree with your edits to the createTestObjectTypes() test in
DataObjectListTest. This was clearly wrong. This has highlighted a
general issue on some of our tests which we are now rectifying.
We are also investigating issues around INSTANCE variables and I agree
that we should at lea
44 matches
Mail list logo