Re: Late resolution of reference targets - was:Accessing global domain information

2007-08-15 Thread Jean-Sebastien Delfino
Raymond Feng wrote: Comments inline. Thanks, Raymond - Original Message - From: Simon Laws [EMAIL PROTECTED] To: tuscany-dev tuscany-dev@ws.apache.org Sent: Tuesday, August 14, 2007 12:37 AM Subject: Late resolution of reference targets - was:Accessing global domain information

[jira] Resolved: (TUSCANY-1464) Wrong query results when SELECT misses PKs

2007-08-15 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adriano Crestani resolved TUSCANY-1464. --- Resolution: Fixed Wrong query results when SELECT misses PKs

Re: Metadata related to extension types

2007-08-15 Thread Jean-Sebastien Delfino
Venkata Krishnan wrote: Hi, The Assembly Model specs mentions the 'need' for definitions of metadata related to implementation and binding extensions types as follows: 2665 In addition to the definition for the new implementation instance element, there needs to be an 2666 associated

Re: Learn to build your SCA app in few minutes...

2007-08-15 Thread Steve Jones
Haleh, Your right it is a Java 6 problem. If I build with jre1.5.0_11 the demo starts up OK. Things are not right on the demo web page. The apple, orange and pear check boxes and labels are missing. I'm looking into this now. Cheers. On Tuesday 14 August 2007 23:01, haleh mahbod wrote:

Re: Rules for determining binding endpoint URIs, was: Binding endpoints (was Fwd: Services and WSDL files

2007-08-15 Thread Jean-Sebastien Delfino
Jean-Sebastien Delfino wrote: Jean-Sebastien Delfino wrote: [snip] Another problem is all our bindings work differently. So binding.ws/, binding.rmi/ binding.jms/ binding.jsonrpc/ etc all result in a service being available at a different endpoint. Also the uri attribute on those

Do we still need special handling of callback bindings and wires?

2007-08-15 Thread Jean-Sebastien Delfino
Now that callbacks are represented as regular services/references, are the if (callback.) { } on lines 503 and 579 of CompositeActivatorImpl still necessary? If yes, then the next question is: Why? :) -- Jean-Sebastien

Re: Rules for determining binding endpoint URIs, was: Binding endpoints (was Fwd: Services and WSDL files

2007-08-15 Thread ant elder
On 8/15/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Jean-Sebastien Delfino wrote: Jean-Sebastien Delfino wrote: [snip] Another problem is all our bindings work differently. So binding.ws/, binding.rmi/ binding.jms/ binding.jsonrpc/ etc all result in a service being

Re: Rules for determining binding endpoint URIs, was: Binding endpoints (was Fwd: Services and WSDL files

2007-08-15 Thread Jean-Sebastien Delfino
ant elder wrote: On 8/15/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Jean-Sebastien Delfino wrote: Jean-Sebastien Delfino wrote: [snip] Another problem is all our bindings work differently. So binding.ws/, binding.rmi/ binding.jms/

Re: Rules for determining binding endpoint URIs, was: Binding endpoints (was Fwd: Services and WSDL files

2007-08-15 Thread ant elder
On 8/15/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: ant elder wrote: On 8/15/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Jean-Sebastien Delfino wrote: Jean-Sebastien Delfino wrote: [snip] Another problem is all our bindings work differently. So binding.ws/,

Re: Monitoring, logging and exceptions (again)

2007-08-15 Thread Jean-Sebastien Delfino
ant elder wrote: On 8/10/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Simon Laws wrote: On 8/8/07, ant elder [EMAIL PROTECTED] wrote: On 8/7/07, Simon Laws [EMAIL PROTECTED] wrote: We talked about this before (

Error while executing the compiler - Java heap space

2007-08-15 Thread ant elder
I always get a Java heap space error during the build while the itests are running these days. Runs fine if i build from within the itests folder but building from the top sca folder always fails. Does anyone else ever see this? Anyone know if there's something i can fiddle with in the mvn config

Tuscany website down?

2007-08-15 Thread Ville Kaseva
Hi, I can't access http://incubator.apache.org/tuscany/ website since yesterday. I am looking for Tuscany SDO binary release for Windows. Is it available from somewhere else? Yours, Ville - To unsubscribe, e-mail: [EMAIL

Re: Tuscany website down?

2007-08-15 Thread ant elder
Its working fine for me when i try now. Just to confirm the URLs, the Tuscany download page is: http://incubator.apache.org/tuscany/sdo-java-releases.html You can get the actual release artifacts directly from the Apache distribution area at:

Re: Error while executing the compiler - Java heap space

2007-08-15 Thread Simon Laws
On 8/15/07, ant elder [EMAIL PROTECTED] wrote: I always get a Java heap space error during the build while the itests are running these days. Runs fine if i build from within the itests folder but building from the top sca folder always fails. Does anyone else ever see this? Anyone know if

Re: [DAS] Transaction support

2007-08-15 Thread haleh mahbod
Amita, Maybe I am not getting this. What is the user case scenario that you are trying to cover with your suggestion (I understand what you are suggesting to do, but not sure of use case)? In what case client needs what you are mentioning, beyond what is provided today? Thanks for the

Re: Learn to build your SCA app in few minutes...

2007-08-15 Thread haleh mahbod
Steve, Java SCA FAQ says that Java 1.6 may not work. Can you try 1.5? Here is the link: http://incubator.apache.org/tuscany/tuscany-sca-java-faq.html#TuscanySCAJava-FAQ-BuildA Haleh On 8/14/07, haleh mahbod [EMAIL PROTECTED] wrote: Hi Steve, I am posting this to Tuscany-dev to see if there

Re: Error while executing the compiler - Java heap space

2007-08-15 Thread ant elder
On 8/15/07, Simon Laws [EMAIL PROTECTED] wrote: On 8/15/07, ant elder [EMAIL PROTECTED] wrote: I always get a Java heap space error during the build while the itests are running these days. Runs fine if i build from within the itests folder but building from the top sca folder always

Re: Tuscany website down?

2007-08-15 Thread Simon Laws
On 8/15/07, Ville Kaseva [EMAIL PROTECTED] wrote: Hi, I can't access http://incubator.apache.org/tuscany/ website since yesterday. I am looking for Tuscany SDO binary release for Windows. Is it available from somewhere else? Yours, Ville

Re: Late resolution of reference targets - was:Accessing global domain information

2007-08-15 Thread Simon Laws
On 8/15/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Raymond Feng wrote: Comments inline. Thanks, Raymond - Original Message - From: Simon Laws [EMAIL PROTECTED] To: tuscany-dev tuscany-dev@ws.apache.org Sent: Tuesday, August 14, 2007 12:37 AM Subject: Late

Re: Rules for determining binding endpoint URIs, was: Binding endpoints (was Fwd: Services and WSDL files

2007-08-15 Thread Simon Laws
On 8/15/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: ant elder wrote: On 8/15/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Jean-Sebastien Delfino wrote: Jean-Sebastien Delfino wrote: [snip] Another problem is all our bindings work differently. So binding.ws/,

Re: Rules for determining binding endpoint URIs, was: Binding endpoints (was Fwd: Services and WSDL files

2007-08-15 Thread ant elder
On 8/15/07, Simon Laws [EMAIL PROTECTED] wrote: On 8/15/07, ant elder [EMAIL PROTECTED] wrote: On 8/15/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: ant elder wrote: On 8/15/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Jean-Sebastien Delfino wrote:

Re: Learn to build your SCA app in few minutes...

2007-08-15 Thread haleh mahbod
Hi Steve, I am posting this to Tuscany-dev to see if there is a problem with the nightly while I am also downloading the latest to see if I run into the issue. Haleh On 8/14/07, Steve Jones [EMAIL PROTECTED] wrote: Hi, I've been working through the example. Everything builds OK. I get a

Associating BindingType with Binding instances and ImplementationType with implementation instances

2007-08-15 Thread Venkata Krishnan
Hi, There is a phase in the policy fwk impl that needs to validate attachment points for the intents attached (or specified) in them. A PolicyIntent definition has a 'constrains' attribute that lists the valid attachment points (bindings / implementations) for an intent. This list is a list of

Re: Rules for determining binding endpoint URIs, was: Binding endpoints (was Fwd: Services and WSDL files

2007-08-15 Thread Simon Laws
On 8/15/07, ant elder [EMAIL PROTECTED] wrote: On 8/15/07, Simon Laws [EMAIL PROTECTED] wrote: On 8/15/07, ant elder [EMAIL PROTECTED] wrote: On 8/15/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: ant elder wrote: On 8/15/07, Jean-Sebastien Delfino [EMAIL

Re: Rules for determining binding endpoint URIs, was: Binding endpoints (was Fwd: Services and WSDL files

2007-08-15 Thread ant elder
On 8/15/07, Simon Laws [EMAIL PROTECTED] wrote: On 8/15/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: ant elder wrote: On 8/15/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Jean-Sebastien Delfino wrote: Jean-Sebastien Delfino wrote: [snip] Another

Re: Rules for determining binding endpoint URIs, was: Binding endpoints (was Fwd: Services and WSDL files

2007-08-15 Thread Simon Laws
On 8/15/07, ant elder [EMAIL PROTECTED] wrote: On 8/15/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: ant elder wrote: On 8/15/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Jean-Sebastien Delfino wrote: Jean-Sebastien Delfino wrote: [snip] Another

Re: Tuscany/Geronimo Integration Demo

2007-08-15 Thread Simon Laws
On 8/14/07, Vamsavardhana Reddy [EMAIL PROTECTED] wrote: On 8/11/07, Raymond Feng [EMAIL PROTECTED] wrote: Hi, We put together a demo [1] on Tuscany/Geronimo integration for the LinuxWorld 2007. You are welcome to play with it and give us feedback. Please follow the instructions at

Re: Move up to Axis2 1.3?

2007-08-15 Thread Simon Laws
On 8/14/07, ant elder [EMAIL PROTECTED] wrote: Axis2 1.3 has just been released so how about moving up to that? There's a lot of improvements and bug fixes in it and as its the level we'll likely go 1.0 with i think it would be good to get it in sooner so we have time to find and fixes any

Re: Error while executing the compiler - Java heap space

2007-08-15 Thread Luciano Resende
You can also increase the memory options in the sca pom, in the surefire plugin configuration section. [1] https://svn.apache.org/repos/asf/incubator/tuscany/java/sca/pom.xml On 8/15/07, ant elder [EMAIL PROTECTED] wrote: On 8/15/07, Simon Laws [EMAIL PROTECTED] wrote: On 8/15/07, ant elder

[jira] Resolved: (TUSCANY-1538) InitialContextCreator Patches

2007-08-15 Thread Luciano Resende (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luciano Resende resolved TUSCANY-1538. -- Resolution: Fixed Patch applied InitialContextCreator Patches

Re: [VOTE] Release Tuscany Java DAS beta1 (RC4)

2007-08-15 Thread Kevin Williams
+1 On 8/14/07, Amita Vadhavkar [EMAIL PROTECTED] wrote: Tried tests, samples, checked documentation. Looks fine to me. +1 (non-binding) Regards, Amita On 8/14/07, Luciano Resende [EMAIL PROTECTED] wrote: Please vote to release the beta1 distribution of Tuscany DAS for Java. All

[jira] Created: (TUSCANY-1540) Abstract Static Base Types mixed with Dynamic Extended Types

2007-08-15 Thread Murtaza Goga (JIRA)
Abstract Static Base Types mixed with Dynamic Extended Types Key: TUSCANY-1540 URL: https://issues.apache.org/jira/browse/TUSCANY-1540 Project: Tuscany Issue Type: Bug

Can RSS Feed be enabled for Tuscany blog?

2007-08-15 Thread haleh mahbod
Hi, There is no RSS Feed on Tuscany blog[1]. Any one knows how to enable this? [1]: http://apache-tuscany.blogspot.com/ Haleh

Re: Can RSS Feed be enabled for Tuscany blog?

2007-08-15 Thread Luciano Resende
You can definetly get Atom feeds using the following URL : http://apache-tuscany.blogspot.com/feeds/posts/default As for RSS, there is some documentation here [1], but that seems not working anymore. As a tip, I also use iGoogle [2] as my homepage, and customized it to give me access to all

Re: Metadata related to extension types

2007-08-15 Thread Venkata Krishnan
HI Sebastien, thanks... please see my comments inline. - Venkat On 8/15/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Venkata Krishnan wrote: Hi, The Assembly Model specs mentions the 'need' for definitions of metadata related to implementation and binding extensions types as

Re: Late resolution of reference targets - was:Accessing global domain information

2007-08-15 Thread Simon Laws
On 8/14/07, Raymond Feng [EMAIL PROTECTED] wrote: Comments inline. Thanks, Raymond - Original Message - From: Simon Laws [EMAIL PROTECTED] To: tuscany-dev tuscany-dev@ws.apache.org Sent: Tuesday, August 14, 2007 12:37 AM Subject: Late resolution of reference targets -

Re: Metadata related to extension types

2007-08-15 Thread Jean-Sebastien Delfino
[snip] Venkata Krishnan wrote: I am really not able to classify these two as just related to policy implementation alone. From what I understand these two are mechanisms for extensions to publish meta-data in general and not specifically metadata related to their support for policies. I just

[jira] Updated: (TUSCANY-1528) ClassCastException thrown when trying to deserializing an XML with undefined global element

2007-08-15 Thread Fuhwei Lwo (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fuhwei Lwo updated TUSCANY-1528: Attachment: 1528.patch Based on the comment from Frank B., a package should always has a

Re: [VOTE] Release Tuscany Java DAS beta1 (RC4)

2007-08-15 Thread ant elder
+1 ...ant On 8/13/07, Luciano Resende [EMAIL PROTECTED] wrote: Please vote to release the beta1 distribution of Tuscany DAS for Java. All the major issues reported in previous RC should now be fixed, and the only change from RC3 is a fix to file permission issues on the distribution as

Re: [SCA Native] Next Release Design

2007-08-15 Thread Pete Robbins
Brady, sorry I haven't had too much time to comment on this but it all looks sensible and in the right direction to me. Regarding the schema loading, where you say sca-implementation-java.xsd (loaded but ignored) I think this means we will load this schema but as no extension is registered to

[jira] Commented: (TUSCANY-1523) Enhance ArtifactProcessors to be registered for file names, as well as for file types

2007-08-15 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520109 ] Jean-Sebastien Delfino commented on TUSCANY-1523: - Can you try to register your artifact processor

[jira] Created: (TUSCANY-1541) XMLStreamException in when calling XMLHelper.load() with a large XML

2007-08-15 Thread Sunny Ip (JIRA)
XMLStreamException in when calling XMLHelper.load() with a large XML Key: TUSCANY-1541 URL: https://issues.apache.org/jira/browse/TUSCANY-1541 Project: Tuscany Issue Type:

[jira] Created: (TUSCANY-1542) BPEL extension to link sca component into a business process

2007-08-15 Thread gengshaoguang (JIRA)
BPEL extension to link sca component into a business process Key: TUSCANY-1542 URL: https://issues.apache.org/jira/browse/TUSCANY-1542 Project: Tuscany Issue Type: Wish

[jira] Commented: (TUSCANY-1542) BPEL extension to link sca component into a business process

2007-08-15 Thread Luciano Resende (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520141 ] Luciano Resende commented on TUSCANY-1542: -- We have started this under

Re: [VOTE] Release Tuscany Java DAS beta1 (RC4)

2007-08-15 Thread Adriano Crestani
It seems ok for me, everything ran fine ; ) +1 Adriano Crestani On 8/15/07, ant elder [EMAIL PROTECTED] wrote: +1 ...ant On 8/13/07, Luciano Resende [EMAIL PROTECTED] wrote: Please vote to release the beta1 distribution of Tuscany DAS for Java. All the major issues reported in

[jira] Commented: (TUSCANY-1542) BPEL extension to link sca component into a business process

2007-08-15 Thread gengshaoguang (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520145 ] gengshaoguang commented on TUSCANY-1542: They are different! SCA has specified BPEL from to direction, one

Home page for Tuscany standalone runtime

2007-08-15 Thread Jean-Sebastien Delfino
The runtime currently prints the servlet mappings to System.out when it starts. In order to make that kind of information easier to use, I've started to put together a home page that people can point their Web browser to, listing some basic information about the running Tuscany runtime,

[jira] Commented: (TUSCANY-1541) XMLStreamException in when calling XMLHelper.load() with a large XML

2007-08-15 Thread Sunny Ip (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520146 ] Sunny Ip commented on TUSCANY-1541: --- Here is the stacktrace. I misread it and the problem actually isn't coming