index
:
apache-tuscany
master
apache tuscany
lookshe
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add sample to Maven build. Remove outdated build.xml, will add a working one ...
jsdelfino
2010-08-31
2
-51
/
+1
*
Add a test case showing how to register a ProviderFactory instance. Minor cle...
jsdelfino
2010-08-31
14
-34
/
+236
*
Show how to embed a runtime, load WSDL, assemble a SCDL composite in memory a...
jsdelfino
2010-08-31
7
-18
/
+376
*
Replace usage of Xpath by pure java code walking through the DOM.
jsdelfino
2010-08-31
3
-11
/
+128
*
Error messages for BJM_3011A and BJM_3014A
bdaniel
2010-08-30
1
-0
/
+2
*
Add support for ActivationSpec error conditions
bdaniel
2010-08-30
7
-6
/
+79
*
Rename the artifact id to avoid conflicts with the official maven dependency ...
rfeng
2010-08-30
2
-2
/
+2
*
Remove generated files
rfeng
2010-08-30
1
-24
/
+0
*
Remove generated files
rfeng
2010-08-30
3
-56
/
+0
*
Add a maven plugin that checks the class conflicts for the dependencies or al...
rfeng
2010-08-30
15
-0
/
+1215
*
Add a test case showing how to register a ProviderFactory instance. Minor cle...
jsdelfino
2010-08-30
14
-34
/
+236
*
Don't try to lookup a destination if the jndiName is null
bdaniel
2010-08-30
1
-0
/
+3
*
BJM_3037A Add validation for ActivationSpec with "always" create and no JNDI ...
bdaniel
2010-08-30
2
-0
/
+6
*
Update error messages for BJM_3037A and BJM_3014D
bdaniel
2010-08-30
1
-0
/
+2
*
TUSCANY-3595 - Disabling test case as it's still failing
lresende
2010-08-30
1
-0
/
+2
*
Start of the runtime code to support wireFormat.httpXml, still needs code to ...
antelder
2010-08-30
5
-0
/
+313
*
Add http binding model for wireFormat.httpXml
antelder
2010-08-30
3
-0
/
+111
*
Add wireFormat.httpXml schema definition
antelder
2010-08-30
1
-0
/
+9
*
Update the http binding to use default wireFormat and operationSelector that ...
antelder
2010-08-30
24
-1802
/
+765
*
Update jms conection factory look up to check the type of the looked up object
antelder
2010-08-30
1
-2
/
+6
*
Set svn ignores
antelder
2010-08-30
0
-0
/
+0
*
Set svn ignores
antelder
2010-08-30
0
-0
/
+0
*
Update for SCAClientFactory NoSuchDomainException changes
antelder
2010-08-30
1
-4
/
+2
*
Update for SCAClientFactory NoSuchDomainException changes
antelder
2010-08-30
1
-7
/
+3
*
Updating maven-surefire-plugin to avoid issues on hudson build
lresende
2010-08-30
1
-1
/
+1
*
Show how to embed a runtime, load WSDL, assemble a SCDL composite in memory a...
jsdelfino
2010-08-30
7
-18
/
+376
*
Sandbox to experiment with different ways to embed the runtime.
jsdelfino
2010-08-29
5918
-0
/
+509213
*
Replace usage of Xpath by pure java code walking through the DOM.
jsdelfino
2010-08-29
3
-11
/
+128
*
Sample implementation extension that shows how to support both Java and WSDL ...
jsdelfino
2010-08-29
31
-0
/
+1721
*
Sample implementation extension that shows how to support both Java and WSDL ...
jsdelfino
2010-08-29
31
-0
/
+1721
*
TUSCANY-3595 - Tweaking wink-server manifest to propertly allow access to pro...
lresende
2010-08-29
2
-0
/
+158
*
Moving META-INF to proper location
lresende
2010-08-29
1
-0
/
+0
*
Adding initial version of client js to be used in conjunction with implementa...
lresende
2010-08-29
6
-0
/
+428
*
Simple way (workaround) to provide mime type for wireFormat
lresende
2010-08-29
2
-8
/
+16
*
Minor update to reuse Binding QName
lresende
2010-08-29
2
-21
/
+21
*
TUSCANY-3595 - Skipping regular tests (leave only OSGi based tests), and re-e...
lresende
2010-08-29
2
-61
/
+72
*
TUSCANY-3595 - Setting up proper classloader to find resources under OSGi env...
lresende
2010-08-29
2
-5
/
+29
*
TUSCANY-3595 - Only add classloader if not already added previously
lresende
2010-08-29
1
-6
/
+6
*
TUSCANY-3595 - Allowing service discover to handle resources that are not ser...
lresende
2010-08-29
1
-9
/
+13
*
TUSCANY-3595 - Adding missing entries to manifest in order to run in a OSGi e...
lresende
2010-08-29
2
-0
/
+3
*
Merging changes from svn r988356: Test for null or empty servlet path info be...
lresende
2010-08-29
1
-2
/
+3
*
Merging changes from svn r988355: Fix logic to compute the path info as it do...
lresende
2010-08-29
1
-55
/
+55
*
TUSCANY-3595 - Adding @Ignore to test case as it seems to be failing from mav...
lresende
2010-08-29
2
-44
/
+53
*
TUSCANY-3595 - Calculator sample running under OSGi runtime and using REST bi...
lresende
2010-08-29
17
-0
/
+903
*
TUSCANY-3595 - Minor tweaks to code that generates JAX-RS resource interface
lresende
2010-08-29
2
-7
/
+23
*
Add http operationSelector and wireFormat to the http binding model
antelder
2010-08-29
5
-0
/
+227
*
Add http operationSelector and wireFormat
antelder
2010-08-29
1
-0
/
+19
*
Make sure components execute in the correct contribution directory and fix su...
jsdelfino
2010-08-29
7
-26
/
+72
*
Sandbox to experiment and extend the runtime.
jsdelfino
2010-08-29
5887
-0
/
+507375
*
Minor change. Code format and cleanup.
jsdelfino
2010-08-29
12
-130
/
+123
[prev]
[next]