Re: Re: Re: Tuscany with BPEL

2009-06-26 Thread lukkose . rosbin
Hi Greetings, This post is related to my previous post, which occurred during the invocation of a BPEL component. My simple BPEL tries to invoke 2 other partners in a series. http://helloworld"; xmlns="http://schemas.xmlsoap.org/ws/2004/03/business-process/"; xmlns:bpws="http://docs.oasis-o

Re: Domain Manager UI doesn't work with IE7

2009-06-26 Thread Simon Nash
Raymond Feng wrote: I think it is a known issue. IE has different way to load the HTML into DOM and for some reason, getElementById() call is not working. Is there a JIRA for this? I couldn't find one. Also, the call that is failing isn't the DOM getElementByID() method, but a function eleme

[jira] Created: (TUSCANY-3124) Check for wireFormat/OperationSelector before "get" operation

2009-06-26 Thread Brent Daniel (JIRA)
Check for wireFormat/OperationSelector before "get" operation - Key: TUSCANY-3124 URL: https://issues.apache.org/jira/browse/TUSCANY-3124 Project: Tuscany Issue Type: Bug

[jira] Assigned: (TUSCANY-3124) Check for wireFormat/OperationSelector before "get" operation

2009-06-26 Thread Brent Daniel (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-3124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brent Daniel reassigned TUSCANY-3124: - Assignee: Brent Daniel > Check for wireFormat/OperationSelector before "get" operation

Re: Domain Manager UI doesn't work with IE7

2009-06-26 Thread Raymond Feng
I think it is a known issue. IE has different way to load the HTML into DOM and for some reason, getElementById() call is not working. Thanks, Raymond -- From: "Simon Nash" Sent: Friday, June 26, 2009 5:42 AM To: Subject: Domain Manager UI doesn'

Re: svn commit: r788524 - /tuscany/java/sca/modules/implementation-bpel-runtime/pom.xml

2009-06-26 Thread Raymond Feng
Is there any reason that we use 1.3-SNAPSHOT of OpenJPA instead of 1.2.1 release? I tried it locally and 1.2.1 seems to be working with the build. Thanks, Raymond -- From: Sent: Thursday, June 25, 2009 2:51 PM To: Subject: svn commit: r788524 -

Re: [jira] Commented: (TUSCANY-3123) Enable implementation-bpel-runtime for OSGi on SCA Java 2.0

2009-06-26 Thread Raymond Feng
Hi, I prefer to have the design discussion be carried on the tuscany-dev ML instead of JIRA :-). We already have the maven-bundle-plugin that do all the tricks to enable OSGi for 3rd party jars (run mvn -Peclipse under sca/distribution/all), including: 1) Generate MANIFEST.MF for plain jars

Re: svn commit: r788524 - /tuscany/java/sca/modules/implementation-bpel-runtime/pom.xml

2009-06-26 Thread Raymond Feng
If the repo is configured in the pom.xml from ODE artifacts, then we have to use it. Thanks, Raymond -- From: "Simon Laws" Sent: Friday, June 26, 2009 10:12 AM To: Subject: Re: svn commit: r788524 - /tuscany/java/sca/modules/implementation-bpel-

Re: Re: Tuscany with BPEL

2009-06-26 Thread lukkose . rosbin
Hi simon, Thanks for the reply, I could find some errors in my BPEL, still I'm facing some issues. Now my eclipse console looks like org.apache.ode.bpel.iapi.ContextException: Unable to register synchronizer. at org.apache.ode.scheduler.simple.SimpleScheduler.registerSynchronizer(SimpleSche

Re: svn commit: r788524 - /tuscany/java/sca/modules/implementation-bpel-runtime/pom.xml

2009-06-26 Thread Simon Laws
On Fri, Jun 26, 2009 at 5:51 PM, Raymond Feng wrote: > Reliable means: > > 1) It can be trusted That's a fair point. If you have a reason not to trust a repository to carry the artifacts as the author intended. > 2) Its downtime should be very low and the performance should be reasonable > 3) It

Re: svn commit: r788524 - /tuscany/java/sca/modules/implementation-bpel-runtime/pom.xml

2009-06-26 Thread Raymond Feng
Reliable means: 1) It can be trusted 2) Its downtime should be very low and the performance should be reasonable 3) It will be available forever:-) (when we have released artifacts that reference the repo, we create a hard dependency for the maven build on it) If an artifact is not available i

Re: svn commit: r788524 - /tuscany/java/sca/modules/implementation-bpel-runtime/pom.xml

2009-06-26 Thread Simon Laws
On Fri, Jun 26, 2009 at 5:08 PM, Raymond Feng wrote: > Is http://www.intalio.org/public/maven2 a reliable repo? Reliable as in "does it go down regularly" or as in "can it be trusted"? > > We already have 9.0.02 SAXON at: > http://svn.apache.org/repos/asf/tuscany/maven/net/sf/saxon/ We would hav

[RESULT] [VOTE] Release Tuscany maven-bundle-plugin 1.0.3

2009-06-26 Thread Raymond Feng
The vote for Tuscany maven-bundle-plugin 1.0.3 is now passed with 3 +1s from Luciano, Ant and myself. I'll go ahead to copy the maven artifacts from the staging repo into the official one. Thanks, Raymond -- From: "Luciano Resende" Sent: Wednes

Re: svn commit: r788524 - /tuscany/java/sca/modules/implementation-bpel-runtime/pom.xml

2009-06-26 Thread Raymond Feng
Is http://www.intalio.org/public/maven2 a reliable repo? We already have 9.0.02 SAXON at: http://svn.apache.org/repos/asf/tuscany/maven/net/sf/saxon/ If newer versions are needed, we can deploy them to our maven repo in SVN too. Thanks, Raymond

Re: [DISCUSS] Supporting files outside the contribution for implementation.spring

2009-06-26 Thread Simon Laws
On Fri, Jun 26, 2009 at 8:24 AM, Ramkumar R wrote: > Hi Raymond and Luciano, > > Looks like here the issue is not about supporting files that are part of > other contributions, but to > support the paths relative to the current VM working directory, which is a > deviation from the > current contrib

Re: [VOTE] Publish tuscany-feature-*-2.0-M2 poms to maven repo

2009-06-26 Thread Simon Laws
On Fri, Jun 26, 2009 at 1:51 PM, ant elder wrote: > +1 > >   ...ant > > On Thu, Jun 25, 2009 at 6:14 PM, Raymond Feng wrote: >> Hi, >> >> We missed out the following maven artifacts (basically a list of poms that >> can be referenced by 2.0-M2 samples) from the Tuscany SCA 2.0-M2 release. >> Please

[jira] Resolved: (TUSCANY-3099) NumberFormatException occurs when parsing a JMSPriority attribute with string value

2009-06-26 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-3099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws resolved TUSCANY-3099. - Resolution: Fixed Fix Version/s: Java-SCA-Next Validation added at revision: 788735

[jira] Assigned: (TUSCANY-3099) NumberFormatException occurs when parsing a JMSPriority attribute with string value

2009-06-26 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-3099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws reassigned TUSCANY-3099: --- Assignee: Simon Laws > NumberFormatException occurs when parsing a JMSPriority attribute wi

[jira] Commented: (TUSCANY-3098) NPE in JMSBindingProcessor writing out property with no name

2009-06-26 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-3098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12724561#action_12724561 ] Simon Laws commented on TUSCANY-3098: - I could fix this but there is another problem

[jira] Commented: (TUSCANY-3098) NPE in JMSBindingProcessor writing out property with no name

2009-06-26 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-3098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12724553#action_12724553 ] Simon Laws commented on TUSCANY-3098: - Ah, doh. I had forgotten that attributes are o

[jira] Updated: (TUSCANY-2967) For binding.jms, consider a more natural exception handling strategy for non-XML, non-Object wireFormats

2009-06-26 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws updated TUSCANY-2967: Attachment: 2967-3.patch Hi Scott I attached a hardcoded example where a non-checked exception i

[jira] Commented: (TUSCANY-3098) NPE in JMSBindingProcessor writing out property with no name

2009-06-26 Thread Andrew Mak (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-3098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12724519#action_12724519 ] Andrew Mak commented on TUSCANY-3098: - Hi Simon, can you post the link to the 1.x sch

[jira] Commented: (TUSCANY-3099) NumberFormatException occurs when parsing a JMSPriority attribute with string value

2009-06-26 Thread Andrew Mak (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-3099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12724511#action_12724511 ] Andrew Mak commented on TUSCANY-3099: - Sounds good. A validation message is definite

Re: SCAClient API spec proposal

2009-06-26 Thread Simon Nash
ant elder wrote: On Fri, Jun 26, 2009 at 11:36 AM, Simon Nash wrote: ant elder wrote: On Thu, Jun 25, 2009 at 5:12 PM, Raymond Feng wrote: I don't think adding the callback pattern to SCAClient is good idea. IMO, the client should be really lightweight and supporting incoming connections is to

Re: [VOTE] Publish tuscany-feature-*-2.0-M2 poms to maven repo

2009-06-26 Thread ant elder
+1 ...ant On Thu, Jun 25, 2009 at 6:14 PM, Raymond Feng wrote: > Hi, > > We missed out the following maven artifacts (basically a list of poms that > can be referenced by 2.0-M2 samples) from the Tuscany SCA 2.0-M2 release. > Please vote to publish them into the maven repo. > > tuscany-feature

Domain Manager UI doesn't work with IE7

2009-06-26 Thread Simon Nash
I can't get the Tuscany domain manager UI to work in an IE7 browser window because of Javascript errors. For example, if I browse to http://localhost:9990/ui/workspace, I get the following error: Line: 44 Char: 2 Error: 'toolbarDiv' is null or not an object Code: 0 URL: http://localhost:9990/ui/

Re: SCAClient API spec proposal

2009-06-26 Thread ant elder
On Fri, Jun 26, 2009 at 11:36 AM, Simon Nash wrote: > ant elder wrote: >> >> On Thu, Jun 25, 2009 at 5:12 PM, Raymond Feng wrote: >>> >>> I don't think adding the callback pattern to SCAClient is good idea. IMO, >>> the client should be really lightweight and supporting incoming >>> connections >>>

[jira] Resolved: (TUSCANY-3120) JMSBindingProcessor does not preserve file contents

2009-06-26 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-3120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws resolved TUSCANY-3120. - Resolution: Fixed Fix Version/s: Java-SCA-Next Committed a fix at revision: 788655. Give

Re: issue with binding.jms: interface.wsdl with either obj, bytes, text wireFormat

2009-06-26 Thread Simon Laws
On Thu, Jun 25, 2009 at 4:55 PM, Scott Kurz wrote: > I'm not suggesting generating one from WSDL yet, until we understand > the use case(s) we'd need this in more detail.    It might be nice to > throw an error if a Java interface is unavailable however. > > Obviously we have a lot of bindings toda

Re: SCAClient API spec proposal

2009-06-26 Thread Simon Nash
ant elder wrote: On Thu, Jun 25, 2009 at 5:12 PM, Raymond Feng wrote: I don't think adding the callback pattern to SCAClient is good idea. IMO, the client should be really lightweight and supporting incoming connections is too much in such environment. Sure, it wouldn't be appropriate for all

[jira] Resolved: (TUSCANY-3123) Enable implementation-bpel-runtime for OSGi on SCA Java 2.0

2009-06-26 Thread Mike Edwards (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-3123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Edwards resolved TUSCANY-3123. --- Resolution: Fixed Fixed in 788647 788648 > Enable implementation-bpel-runtime for OSGi o

[jira] Commented: (TUSCANY-3123) Enable implementation-bpel-runtime for OSGi on SCA Java 2.0

2009-06-26 Thread Mike Edwards (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-3123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12724456#action_12724456 ] Mike Edwards commented on TUSCANY-3123: --- Design approach: Build a single JAR conta

[jira] Created: (TUSCANY-3123) Enable implementation-bpel-runtime for OSGi on SCA Java 2.0

2009-06-26 Thread Mike Edwards (JIRA)
Enable implementation-bpel-runtime for OSGi on SCA Java 2.0 --- Key: TUSCANY-3123 URL: https://issues.apache.org/jira/browse/TUSCANY-3123 Project: Tuscany Issue Type: Bug Affects Ve

[jira] Resolved: (TUSCANY-3122) Migrate implementation-bpel-runtime to use ODE 1.3.2 on Tuscany 2.x stream

2009-06-26 Thread Mike Edwards (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-3122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Edwards resolved TUSCANY-3122. --- Resolution: Fixed > Migrate implementation-bpel-runtime to use ODE 1.3.2 on Tuscany 2.x str

[jira] Commented: (TUSCANY-3098) NPE in JMSBindingProcessor writing out property with no name

2009-06-26 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-3098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12724442#action_12724442 ] Simon Laws commented on TUSCANY-3098: - Hi Andrew. I think properties should have nam

[jira] Commented: (TUSCANY-3099) NumberFormatException occurs when parsing a JMSPriority attribute with string value

2009-06-26 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-3099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12724440#action_12724440 ] Simon Laws commented on TUSCANY-3099: - Scott's right. The OASIS spec tightens this up

[jira] Commented: (TUSCANY-3116) operationProperties attribute gets discarded

2009-06-26 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-3116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12724437#action_12724437 ] Simon Laws commented on TUSCANY-3116: - The interesting thing about this is that It do

Re: svn commit: r788522 - in /tuscany/java/sca/modules/implementation-bpel-runtime/src/main/java/org/apache/tuscany/sca/implementation/bpel/ode: ./ provider/

2009-06-26 Thread Simon Laws
Hi Mike I'm getting a few compile errors, e.g. testProcessInvocation(org.apache.tuscany.sca.implementation.bpel.ode.EmbeddedODE ServerTestCase) Time elapsed: 0.094 sec <<< ERROR! java.lang.Error: Unresolved compilation problems: The import org.eclipse cannot be resolved FileLoca

Re: svn commit: r788524 - /tuscany/java/sca/modules/implementation-bpel-runtime/pom.xml

2009-06-26 Thread Luciano Resende
On Fri, Jun 26, 2009 at 12:52 AM, Simon Laws wrote: > > Ah ha. http://www.intalio.org/public/maven2/net/sf/saxon/saxon/ would > seem to be the one. > > Simon > Yes, we should add "http://www.intalio.org/public/maven2"; as a repo to the BPEL implementation. -- Luciano Resende Apache Tuscany, Apa

Re: svn commit: r788524 - /tuscany/java/sca/modules/implementation-bpel-runtime/pom.xml

2009-06-26 Thread Simon Laws
On Fri, Jun 26, 2009 at 8:51 AM, Simon Laws wrote: > Hi Mike > > Any idea which repo has the 9.x saxon dependencies? It fails to find > them with my current config. > >>         >>             net.sf.saxon >>             saxon >> -            8.7 >> -             >> +            9.x > >> > > Simon

Re: svn commit: r788524 - /tuscany/java/sca/modules/implementation-bpel-runtime/pom.xml

2009-06-26 Thread Simon Laws
Hi Mike Any idea which repo has the 9.x saxon dependencies? It fails to find them with my current config. >         >             net.sf.saxon >             saxon > -            8.7 > -             > +            9.x > Simon

Re: [DISCUSS] Supporting files outside the contribution for implementation.spring

2009-06-26 Thread Ramkumar R
Hi Raymond and Luciano, Looks like here the issue is not about supporting files that are part of other contributions, but to support the paths relative to the current VM working directory, which is a deviation from the current contribution model that we are following in SCA. *NOTE:* In Spring, pl