Help on handling duplicated components via include files.

2007-01-19 Thread Luciano Resende
Hi All Issue TUSCANY-914 is about handling duplicated component defined using include SCDL files. The current behavior is that, the latest overrides previous defined components, and this cause some side effects like overriding properties values, etc. The JIRA suggests that an exception is throw

Re: [C++] M3 release?

2007-01-19 Thread Jean-Sebastien Delfino
[snip] Pete Robbins wrote: On 19/01/07, Andrew Borley <[EMAIL PROTECTED]> wrote: Hi all, Since the Tuscany C++ M2 release, there's been quite a bit of extra functionality added to the codebase, so perhaps we should start thinking about an M3 release? Things added: - REST service & reference b

Re: OverrideOptions for references?

2007-01-19 Thread Jean-Sebastien Delfino
Raymond Feng wrote: Hi, When I investigate the issue reported by JIRA http://issues.apache.org/jira/browse/TUSCANY-994, I find there are inconsistencies for the references. 1) In the assembly spec, the syntax of the is: for : multiplicity="0..1 or 1..1 or 0..n or 1..n"?>* f

Adding mirrors to your settings.xml to override failing maven repos

2007-01-19 Thread Raymond Feng
Hi, We have been seeing failures to donwload EMF artifacts from maven2 repo on the eclipse site. I found a way to work around this issue (basically for any failing repositories) by configuring a mirror in /.m2/settings.xml: osuosl.org http://ftp.osuosl.org/pub/eclipse

Re: "identifier" and "contextStack" is not in the stacktrace of TuscanyException and TuscanyRuntimeException

2007-01-19 Thread Jim Marino
The first part of my message I accidentally, erased We replaced the stacktrace dump with formatters that know the information specific to exception types. this allows us to print additional information such as line and column number for loading exceptions, in addition to context informa

Re: "identifier" and "contextStack" is not in the stacktrace of TuscanyException and TuscanyRuntimeException

2007-01-19 Thread Jim Marino
Hi Raymond, Exceptions are handled by formatters particular to an environment - cf ExceptionFormatter and FormatterRegistry. Formatters are responsible for an exception type or set of types and know how to "print" all relevant exception information to a PrintWriter. For example, there are

Re: M2 samples, mvn dependency:unpack does not appear to be working

2007-01-19 Thread Luciano Resende
In recent discussion, Jeremy mentioned distribution/sca/standalone is kind obsolete, you should unzip the contents from sca/runtime/standalone/assembly/target/assembly- 1.0-incubator-SNAPSHOT-bin.zip. For more info, look at : http://www.mail-archive.com/tuscany-dev%40ws.apache.org/msg13116.html

Re: M2 samples, mvn dependency:unpack does not appear to be working

2007-01-19 Thread Rick
Try running your build from the very top without the -N to build all the samples. Make sure it's NOT offline (i.e. no -o) also try adding -U option. Then see if you go down into the individual samples if the unpack does not work. If that fails, try looking in your maven repo for : .m2\reposit

"identifier" and "contextStack" is not in the stacktrace of TuscanyException and TuscanyRuntimeException

2007-01-19 Thread Raymond Feng
Hi, I just noticed that now "contextStack" and "identifier" are not dumped in the stacktrace of TuscanyException and TuscanyRuntimeException any more. What's the rationale behind this? I now find very diffcult to trouble shoot exceptions like: org.apache.tuscany.spi.loader.UnrecognizedElemen

[jira] Resolved: (TUSCANY-970) Scope object factory not registered for scope [UNDEFINED]

2007-01-19 Thread Raymond Feng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Feng resolved TUSCANY-970. -- Resolution: Fixed > Scope object factory not registered for scope [UNDEFINED] > --

[jira] Commented: (TUSCANY-970) Scope object factory not registered for scope [UNDEFINED]

2007-01-19 Thread Lou Amodeo (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466124 ] Lou Amodeo commented on TUSCANY-970: I am no longer seeing this with r497564. Please close. > Scope object fa

[jira] Commented: (TUSCANY-1070) CompositeContext.locateService(Class serviceType, String serviceName) does not implement specification

2007-01-19 Thread Lou Amodeo (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466119 ] Lou Amodeo commented on TUSCANY-1070: - Yes, I didn't see TUSCANY-1059. > CompositeContext.locateService(Cl

Re: Spec changes, modularity, and scaling the Java SCA project

2007-01-19 Thread Jim Marino
Will there be a list of features from the POJO C&I and assembly spec supported / not supported by the internal-use kernel release? -- Jean-Sebastien Most of the changes since M2 involved internal refactoring: 1. Externalization of proxy generation from targets (e.g. Component, Reference)

[C++] Web 2.0 sample

2007-01-19 Thread Andrew Borley
Hi all, One of the things we thought would be good to include in the next release of Tuscany C++ was "some kind of Web 2.0 sample" that would show the various functionality of Tuscany C++ (and perhaps Tuscany Java and SCA/SDO for PHP too) all working together in one app. I've had a think around t

OSGi Virtual Bundle Creation

2007-01-19 Thread Wengatz, Nicole
Hi Joel, >I've come to the conclusion that we need to develop some packaging conventions >for deploying apache functionality into OSGi. I'm aware of the Eclipse Orbit project, >which is providing some common packaging of Apache (and other non-eclipse) projects >for consumption within Eclipse. >I

[jira] Updated: (TUSCANY-1070) CompositeContext.locateService(Class serviceType, String serviceName) does not implement specification

2007-01-19 Thread Luciano Resende (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luciano Resende updated TUSCANY-1070: - Is this the same issue as : http://issues.apache.org/jira/browse/TUSCANY-1059 ? > Composit

[jira] Updated: (TUSCANY-1069) Cannot access default service of a component implemented by a composite using locateService

2007-01-19 Thread Luciano Resende (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luciano Resende updated TUSCANY-1069: - Affects Version/s: Java-SCA-M3 > Cannot access default service of a component implement

[jira] Created: (TUSCANY-1070) CompositeContext.locateService(Class serviceType, String serviceName) does not implement specification

2007-01-19 Thread Lou Amodeo (JIRA)
CompositeContext.locateService(Class serviceType, String serviceName) does not implement specification - Key: TUSCANY-1070 URL: https://issues.apache.org/jira/

Re: LocateService on reference with web service binding,

2007-01-19 Thread Jim Marino
This should be the case for services but not references. I'll fix it in a few minutes. Jim On Jan 18, 2007, at 6:35 PM, Rick wrote: I was looking at http://issues.apache.org/jira/browse/TUSCANY-862 I tried changing the helloWorldClient sample to directly :locate the reference using a web

[jira] Created: (TUSCANY-1069) Cannot access default service of a component implemented by a composite using locateService

2007-01-19 Thread Jeremy Boynes (JIRA)
Cannot access default service of a component implemented by a composite using locateService --- Key: TUSCANY-1069 URL: https://issues.apache.org/jira/browse/TUSCANY-1069

Re: How to update the Tuscany website?

2007-01-19 Thread Geoffrey Winn
Venkat, Thank you for the offer. Normally I wouldn't be lazy and would get on and do the work, but it's only a small change, so I'll accept. I'd like to add the following as a third bullet point. * Does SDO for C++ provide a static interface as the Java implementation does? No. It is not clear

[jira] Resolved: (TUSCANY-1000) Components do not support multiple services

2007-01-19 Thread Luciano Resende (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luciano Resende resolved TUSCANY-1000. -- Resolution: Fixed Thanks Lou for verifying that this is no longer occurs. > Componen

[jira] Resolved: (TUSCANY-1068) pom.xml incorrect for conversationTest test case

2007-01-19 Thread Raymond Feng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Feng resolved TUSCANY-1068. --- Resolution: Fixed Thank you for reporting this, I fixed in with r497675. Please verify. >

[jira] Commented: (TUSCANY-1000) Components do not support multiple services

2007-01-19 Thread Lou Amodeo (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466089 ] Lou Amodeo commented on TUSCANY-1000: - I agree this no longer occurs. If you work around the TUSCANY-1046 ther

M2 samples, mvn dependency:unpack does not appear to be working

2007-01-19 Thread Bert Lamb
I'm trying to play with the samples for M2 and I'm running into problems following the readmes for the samples. The sample I am specifically working with is the calculator-combo sample, but I believe my problem is not specific to this sample. In the section labeled "Setting up Tuscany Standalone

Re: How to update the Tuscany website?

2007-01-19 Thread Venkata Krishnan
Hi Geoff, Since I have done this before I can help if you can simply provide the udpated faq.xml. I shall take care of building it to html and then updating the site. Let me know. - Venkat On 1/19/07, Andrew Borley <[EMAIL PROTECTED]> wrote: Hi Geoff, Take a look at http://svn.apache.org/

[jira] Created: (TUSCANY-1068) pom.xml incorrect for conversationTest test case

2007-01-19 Thread Lou Amodeo (JIRA)
pom.xml incorrect for conversationTest test case - Key: TUSCANY-1068 URL: https://issues.apache.org/jira/browse/TUSCANY-1068 Project: Tuscany Issue Type: Bug Components: Java SCA Int

Re: OSGi sample posted

2007-01-19 Thread Lee Surprenant
Joel, It would be very helpful for me to get the sample working in eclipse and I think that using the M2 jars will help with this. If you are not able to do this, I may attempt to help out but have not had much success as of yet. Do you have any pointers for either setting up the current worksp

Re: How to update the Tuscany website?

2007-01-19 Thread Andrew Borley
Hi Geoff, Take a look at http://svn.apache.org/repos/asf/incubator/tuscany/site/README.txt You need to edit the xml, regenerate the HTML from the XML, svn commit those changes and then log into people.apache.org and run an svn update there. It's a bit of a complex process - one that we should p

How to update the Tuscany website?

2007-01-19 Thread Geoffrey Winn
Apologies if this has already been covered. I would like to update the FAQ page of the website ( http://incubator.apache.org/tuscany/faq.html, if that makes a difference). How do I do that? Is it enough to edit site/site-author/faq.xml or do I have to change anything else? Thanks in advance. Re

Re: [C++] M3 release?

2007-01-19 Thread Pete Robbins
On 19/01/07, Andrew Borley <[EMAIL PROTECTED]> wrote: Hi all, Since the Tuscany C++ M2 release, there's been quite a bit of extra functionality added to the codebase, so perhaps we should start thinking about an M3 release? Things added: - REST service & reference binding - Support for multi-t

[jira] Closed: (TUSCANY-1058) MavenEmbeddedRuntime incompatible with MonitorFactory

2007-01-19 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder closed TUSCANY-1058. -- Great! Thanks for letting us know. > MavenEmbeddedRuntime incompatible with MonitorFactory > ---

Re: [C++] M3 release?

2007-01-19 Thread haleh mahbod
How about [language extension: PHP, Python, Ruby] release. Name is long, but gets the message across about what this release is offering. On 1/19/07, Simon Nash <[EMAIL PROTECTED]> wrote: Sounds like excellent progress. I think it would be good to see the PHP support that Simon is working on

Re: svn commit: r497187 - in /incubator/tuscany/java: sca/kernel/core/src/main/java/org/apache/tuscany/core/implementation/composite/ sca/kernel/core/src/main/java/org/apache/tuscany/core/launcher/ sc

2007-01-19 Thread Jeremy Boynes
On Jan 19, 2007, at 1:29 AM, ant elder wrote: Tuscany webapps aren't working after this change as nothing is ever setting the CONTEXT_ATTRIBUTE in the ServletContext so TuscanyFilter initializes the context to null. Is this just an oversight or as CONTEXT_ATTRIBUTE is deprecated is it not in

[jira] Commented: (TUSCANY-1058) MavenEmbeddedRuntime incompatible with MonitorFactory

2007-01-19 Thread Lou Amodeo (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466070 ] Lou Amodeo commented on TUSCANY-1058: - The problem has gone away with my latest Rev. Please close. > MavenEm

Re: [VOTE] Simon Laws for Tuscany committer

2007-01-19 Thread Rajith Attapattu
+1 Rajith On 1/17/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: ant elder wrote: > I'd like to nominate Simon Laws to become a Tuscany committer. Simon > has has > done lots of different things for Tuscany - patches, interop work, the > website, release testing, participating in discus

Re: [C++] M3 release?

2007-01-19 Thread Simon Nash
Sounds like excellent progress. I think it would be good to see the PHP support that Simon is working on in the M3 release, if the problems can be fixed soon. I agree that calling this the C++ runtime no longer seems appropriate. I see it as the "native" runtime for Tuscany, so that would be my

[C++] Axis2C - Repository Listener initialization failed

2007-01-19 Thread Simon Laws
I just got "[error] http_server_main.c(166) Server creation failed: Error code: 34 :: Repository Listener initialization failed" when running Axis2C for the first time on linux. Having spent some time tracking this down (clearly no one else has found this message confusing in the past?) all it mea

[jira] Commented: (TUSCANY-521) Hide special Sequence-type properties from SDO Types

2007-01-19 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466034 ] Kelvin Goodson commented on TUSCANY-521: I have looked at the original runtime patch and found some updates

[jira] Updated: (TUSCANY-521) Hide special Sequence-type properties from SDO Types

2007-01-19 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-521: --- Attachment: T-521-hideprops_rt_update.patch > Hide special Sequence-type properties from SDO

Re: java.lang.IllegalArgumentException when use DataFactory.create(Class interfaceClass)

2007-01-19 Thread kelvin goodson
Hi Sam, have you registered your static classes to make them available to the DataFactory? If you are using our M2 download version of SDO then the way to do this is to call SDOUtil.registerStaticTypes(XXXFactory.class); where XXXFactory is the generated class that knows how to create one of y

[C++] M3 release?

2007-01-19 Thread Andrew Borley
Hi all, Since the Tuscany C++ M2 release, there's been quite a bit of extra functionality added to the codebase, so perhaps we should start thinking about an M3 release? Things added: - REST service & reference binding - Support for multi-threaded environments - Support for Apache HTTPD (both fo

Re: [C++] help setting up autoconf for PHP extension

2007-01-19 Thread Pete Robbins
On 19/01/07, Simon Laws <[EMAIL PROTECTED]> wrote: On 1/18/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: > > Simon Laws wrote: > > I realize I haven't posted on progress with the PHP extension for a > > while. > > Having a few problems with it at the moment. I've been working on > window

[jira] Closed: (TUSCANY-795) Aviod switching of TCCL

2007-01-19 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder closed TUSCANY-795. - Resolution: Fixed Fixed > Aviod switching of TCCL > --- > > Key: TU

[jira] Closed: (TUSCANY-756) WS binding returns wsdl with incorrect endpoint from ?wsdl

2007-01-19 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder closed TUSCANY-756. - Resolution: Fixed Fixed. (related is we do still need to expose services using the WS binding at the s

[jira] Closed: (TUSCANY-271) Sort out what Tuscany does/requires for the axis2.xml

2007-01-19 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder closed TUSCANY-271. - Resolution: Fixed This was done, we use a Tuscany specific axis2.xml file that defines the Tuscany mess

Re: [C++] help setting up autoconf for PHP extension

2007-01-19 Thread Simon Laws
On 1/18/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: Simon Laws wrote: > I realize I haven't posted on progress with the PHP extension for a > while. > Having a few problems with it at the moment. I've been working on windows > and have most of the changes made to enable references. How

Re: [DAS]Approach for JIRA-948

2007-01-19 Thread Amita Vadhavkar
Hi All, Please see the latest patch on Jan 18 and associated Note and give your comments about changes, corrections etc. Regards, Amita On 1/10/07, Amita Vadhavkar <[EMAIL PROTECTED]> wrote: Hi, Regarding the ecryption util, am trying for a clean new util. For JNDI context provider - used E

[jira] Commented: (TUSCANY-948) Consider DAS config connection info for J2SE environment

2007-01-19 Thread Amita Vadhavkar (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12465996 ] Amita Vadhavkar commented on TUSCANY-948: - Jan 18: Modifications: config.xsd changed to separate non DataSou

[jira] Updated: (TUSCANY-948) Consider DAS config connection info for J2SE environment

2007-01-19 Thread Amita Vadhavkar (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amita Vadhavkar updated TUSCANY-948: Attachment: rdb-das-jan18-jira-948-amita.txt sample-customer-j2se-das-jira-

Re: svn commit: r497187 - in /incubator/tuscany/java: sca/kernel/core/src/main/java/org/apache/tuscany/core/implementation/composite/ sca/kernel/core/src/main/java/org/apache/tuscany/core/launcher/ sc

2007-01-19 Thread ant elder
Tuscany webapps aren't working after this change as nothing is ever setting the CONTEXT_ATTRIBUTE in the ServletContext so TuscanyFilter initializes the context to null. Is this just an oversight or as CONTEXT_ATTRIBUTE is deprecated is it not intended for this to work like this anymore? ...ant

[jira] Created: (TUSCANY-1067) CurrentCompositeContext.getContext() returns null in Tuscany webapps

2007-01-19 Thread ant elder (JIRA)
CurrentCompositeContext.getContext() returns null in Tuscany webapps Key: TUSCANY-1067 URL: https://issues.apache.org/jira/browse/TUSCANY-1067 Project: Tuscany Issue Type:

[jira] Closed: (TUSCANY-770) Support to set Host specific (provided) RuntimeInfo object, in LauncherImpl

2007-01-19 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder closed TUSCANY-770. - Resolution: Invalid It looks like LauncherImpl is only used by the testing code now so I suspect this i