Here is a good manual about ODBC:
http://publib.boulder.ibm.com/infocenter/dzichelp/v2r2/topic/com.ibm.db2.doc.pdf/dsnodj13.pdf?noframes=true
Adriano Crestani
On 3/1/07, Luciano Resende <[EMAIL PROTECTED]> wrote:
This might also be interesting read for you guys...
http://wiki.apache.org/ws/Tus
[
https://issues.apache.org/jira/browse/TUSCANY-1150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477584
]
Yang ZHONG commented on TUSCANY-1150:
-
If downloaded SDO snapshot doesn't reflect
http://issues.apache.org/jir
[
https://issues.apache.org/jira/browse/TUSCANY-1150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yang ZHONG updated TUSCANY-1150:
Attachment: 1150.patch
The attached patch has passed all extensions/axis2/tools build tests.
> J
[
https://issues.apache.org/jira/browse/TUSCANY-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Frank Budinsky resolved TUSCANY-1132.
-
Resolution: Fixed
Fixed in revision 514020.
> SDO Java serialization/deserialization
[
https://issues.apache.org/jira/browse/TUSCANY-1120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David T. Adcox updated TUSCANY-1120:
Attachment: 1120afix.patch
There was a logic flaw in the code provided in the prevvious p
Hello,
Following up Shelita's initiative, I uploaded a document which explains
in some detail the BigBank example to the twiki pages she created. My
post can be found at
http://cwiki.apache.org/confluence/display/TUSCANY/Running+the+samples
and is called "Documentation about the BigBank Example "
[
https://issues.apache.org/jira/browse/TUSCANY-1065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477466
]
Frank Budinsky commented on TUSCANY-1065:
-
Thanks Fuhwei. I fixed the problem in revision 513973. The test
[
https://issues.apache.org/jira/browse/TUSCANY-1150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477437
]
Yang ZHONG commented on TUSCANY-1150:
-
To fix the bug,I'll try to leverage SDO API such as
TypeHelper#getType(
Java2WSDL SchemaBuilder#isSDO can't detect static SDO and
TuscanyJava2WSDLTestCase#testWsdlGeneration_SDO_Static fails to report that
-
Key: TUSCANY
[
https://issues.apache.org/jira/browse/TUSCANY-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raymond Feng resolved TUSCANY-1149.
---
Resolution: Fixed
Assignee: Raymond Feng
The patch has been applied. It's under integ
Hum, nice,
Thanks for that trick. I'll try this solution too.
--
Guillaume.
When I had this problem, it was indeed because the static types were not
being registerred properly. I was able to bypass the problem by using
the
factory attribute instead of the location attribute and pointed it
di
When I had this problem, it was indeed because the static types were not
being registerred properly. I was able to bypass the problem by using the
factory attribute instead of the location attribute and pointed it directly
to the static factory I had generated.
That is,
instead of
This is con
Hum,
I have a doubt now ...
I'm sure I have this into my scdl on the server side but I don't
remenber if I have this import into the client scdl.
I'm at home now but be sure I will look this monday morning (GMT+1).
So, I'll send something soon ;-)
Have a nice week-end,
Thanks for your help.
--
On Mar 2, 2007, at 9:53 AM, Raymond Feng wrote:
Hi, Jim.
Thank you for the suggestion.
If I understand correctly, your idea is to dynamically attach a
HelperContext Component to the composite with "import.sdo". But
isn't it a bit strange that we register a child Component while the
pare
Do you have an in you scdl which i think is required to use
static SDOs? See the bigbank sample for an example:
https://svn.apache.org/repos/asf/incubator/tuscany/branches/sca-java-M2/samples/applications/bigbank/webclient/src/main/webapp/WEB-INF/default.scdl
...ant
On 3/2/07, Guillaume Dufrê
As prep for the kernel release, I'd like to update and convert the
site over to redirecting to the cwiki. Reviewing the cwiki, the left
bar navigation seems a bit confusing so I'd like to reorganize it a bit:
- Community should be moved up under general since it is buried at
the bottom of
On the server side this is a SCA component deployed on tomcat.
It exposes a service as a web service.
The client side (on which I have this exception) is a standalone program.
(like helloworldclientws sample)
I run it with the launcher provided with tuscany-sca-java binaries.
There's nothing more
It may be that the types need to be be registered (although I would be
supprised), is there anything more in the stack trace ? Are you running this
in a complex server container (as opposed to tomcat) in which case there may
be some classpath issues (depends on which server, eg WAS V 6 etc you may
Hi, Jim.
Thank you for the suggestion.
If I understand correctly, your idea is to dynamically attach a
HelperContext Component to the composite with "import.sdo". But isn't it a
bit strange that we register a child Component while the parent (composite)
is still being loaded? With the Contrib
[
https://issues.apache.org/jira/browse/TUSCANY-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477384
]
Dan Murphy commented on TUSCANY-1149:
-
Sorry, original patch was in error.. latest one should be fine
> Databi
[
https://issues.apache.org/jira/browse/TUSCANY-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dan Murphy updated TUSCANY-1149:
Attachment: TUSCANY-1149.patch
> Databindings Integration tests (initial contribution)
>
[
https://issues.apache.org/jira/browse/TUSCANY-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dan Murphy updated TUSCANY-1149:
Attachment: TUSCANY-1149.patch
> Databindings Integration tests (initial contribution)
>
Databindings Integration tests (initial contribution)
-
Key: TUSCANY-1149
URL: https://issues.apache.org/jira/browse/TUSCANY-1149
Project: Tuscany
Issue Type: Test
Components: Jav
I made a start on this (r513843) - atm it just supports
composite but I'll see about adding the
contribution and itest stuff as well.
--
Jeremy
On Feb 26, 2007, at 2:27 PM, Jeremy Boynes wrote:
[[ another resend due to flaky email service ]]
I've been thinking about adding a Maven plugin t
On Mar 2, 2007, at 9:05 AM, Guillaume Dufrêne wrote:
I do not try the 1st cause the 2nd seems smarter.
It seems easier to do with an ant script :-)
So, the 2nd solution works fine. Thanks !!
Phew :-)
I have added "-Doffline=true" to bypass maven update check.
Ok, now I have a classCastExce
I do not try the 1st cause the 2nd seems smarter.
It seems easier to do with an ant script :-)
So, the 2nd solution works fine. Thanks !!
I have added "-Doffline=true" to bypass maven update check.
Ok, now I have a classCastException because the return object of the
proxy is a DynamicDataObject
[
https://issues.apache.org/jira/browse/TUSCANY-917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477328
]
Kelvin Goodson commented on TUSCANY-917:
Fuhwei, can you confirm that this is still a problem please? I th
On Mar 2, 2007, at 5:02 AM, Guillaume Dufrêne wrote:
Hi Jeremy,
I'm using the launcher for running my sample.
So, my command looks like :
"java -jar (sca-home)/bin/launcher.jar my_application.jar"
In my case sca-home is located at "C:\workspace\fcSOAP\tuscany-1.0-
incubator-M2" but anyway ...
Ant,
Thanks for all your help. I've got the build and deploy to work with
everything packaged inline, following your advice.
However, the samples still dont actually work - I get a 404 when I point
my browser at http://localhost:8080/sample-bigbank-webclient
or at http://loc
Did you try another mvn install -N in the top level directory after you
updated the top level pom.xml, otherwise the samples will still be using the
old pom.xml in your local maven repo.
I agree its not easy, which is why I've always argued a pre-built distro
complete with everything in a single
[
https://issues.apache.org/jira/browse/TUSCANY-1120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kelvin Goodson updated TUSCANY-1120:
Patch Info: (was: [Patch Available])
Clearing "Patch Available" since 1120a.patch has b
Ant,
Yes, I hit this problem with Woden. The fix you outline below does not
work. It looks as if maven is not using that version of the POM for the
samples from my local disk. So editing that version has zero effect :-(.
This maven build process is nothing less than a nightmare. When thi
[
https://issues.apache.org/jira/browse/TUSCANY-1120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477296
]
Kelvin Goodson commented on TUSCANY-1120:
-
Problem 1 was fixed in revision 513576
> Static code generator
Geir,
I believe this is just an eclipse EMF generator problem. The eclipse EMF
generator seems by default to put this EPL license in! I'm sure Frank will
confirm this shortly.
Regards, Kelvin.
On 02/03/07, Geir Magnusson Jr. <[EMAIL PROTECTED]> wrote:
Jeremy is right. The solution is *not*
Hi Jeremy,
I'm using the launcher for running my sample.
So, my command looks like :
"java -jar (sca-home)/bin/launcher.jar my_application.jar"
In my case sca-home is located at
"C:\workspace\fcSOAP\tuscany-1.0-incubator-M2" but anyway ...
Where does the launcher intend to find the sdo-impl ja
Jeremy is right. The solution is *not* to do what was done as
r513578. This code must be removed from our SVN, now.
geir
On Mar 1, 2007, at 4:44 PM, Jeremy Boynes wrote:
We need to follow the IP Clearance process for all code developed
outside Apache ...
--
Jeremy
Begin forwarded messag
On 3/2/07, Pete Robbins <[EMAIL PROTECTED]> wrote:
On 01/03/07, Andrew Borley <[EMAIL PROTECTED]> wrote:
>
> On 3/1/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote:
> > Andrew Borley wrote:
> > > On 3/1/07, Pete Robbins <[EMAIL PROTECTED]> wrote:
> > >> I'm just about at a point where I can
I did some work yesterday to get the SDO Java JIRAs reflecting the true
history of releases to date, so now all the JIRAs that I could edit (not
closed) that contributed to SDO Java M2 have a fix version of JAVA-SDO-M2 (I
then closed all these), and anything that has been fixed since has a fix
v
[
https://issues.apache.org/jira/browse/TUSCANY-863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Amita Vadhavkar updated TUSCANY-863:
Attachment: JIRA-863-Mar-2-Amita.jar
Please see the note for the approach followed in the
[
https://issues.apache.org/jira/browse/TUSCANY-1120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kelvin Goodson updated TUSCANY-1120:
Patch Info: [Patch Available]
> Static code generator template bugs
> ---
Hi Brian,
Sounds like a good plan and is in keeping with SDO 2.1 changes...
I guess there may be a few of the older style tests (eg. DataObjectTest)
that will need to be updated so it works for them too. Maybe an interim step
would be to set the helpercontext on the testhelper and then either dele
41 matches
Mail list logo