index
:
apache-tuscany
master
apache tuscany
lookshe
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sca-java-2.x
/
trunk
/
modules
/
node-api
/
src
/
main
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-04-20
Allow the look up of endpoint address by component/service/binding name from ...
rfeng
2
-0
/
+18
2011-04-19
Change default of startDeployables to be true so that they're started by defa...
antelder
1
-1
/
+1
2011-03-29
TUSCANY-3496 - Adding extensibility to node api to allow other applications t...
lresende
4
-4
/
+100
2011-03-21
Bring up the servlet-scoped node start/stop with Spring MVC
rfeng
1
-2
/
+10
2011-03-21
Allow the spring component to receive parent application context from the com...
rfeng
2
-1
/
+33
2011-02-08
More quiet logging changes, update use of properties to not interfere with re...
antelder
1
-2
/
+0
2011-01-12
Add setAutoDestroy methdod
antelder
1
-0
/
+3
2010-09-29
Add extra contribution attributes. these are currently only supported by the ...
antelder
2
-0
/
+72
2010-08-31
Add a test case showing how to register a ProviderFactory instance. Minor cle...
jsdelfino
1
-0
/
+7
2010-05-18
Avoid NPE by not setting null in domain name
antelder
1
-1
/
+3
2010-05-18
Add missing adds to static factories
antelder
1
-0
/
+2
2010-04-28
mark additional classes as extension spi according to use by host* extensions
kelvingoodson
3
-0
/
+3
2010-04-26
Avoid empty default domain name
antelder
1
-1
/
+5
2010-04-25
Update NodeFactory to set the default domain name property
antelder
1
-1
/
+4
2010-04-21
When config null then return noargs newInstance so it gets initialized with t...
antelder
1
-1
/
+1
2010-04-21
Fix up properties parsing
antelder
1
-15
/
+31
2010-04-15
Fix properties file url reading
antelder
1
-7
/
+8
2010-04-15
Initialize the properties to avoid any NPE
antelder
1
-1
/
+1
2010-04-15
Start adding support for configureing the runtime (NodeFactory) via some prop...
antelder
1
-17
/
+85
2010-04-13
Add a NodeFactory newInstance method that takes a Properties object instead o...
antelder
1
-0
/
+24
2010-03-16
Add way to keep track of Nodes created by the factory
antelder
1
-0
/
+8
2010-03-14
Improve the IP address binding to be based on the host from the uri
rfeng
1
-1
/
+1
2010-03-02
Add the ability to map binding.sca to any bindings in the runtime by configur...
rfeng
1
-1
/
+1
2010-02-26
Add a test for remote invocations between nodes created from two different no...
rfeng
1
-0
/
+2
2010-02-13
Start to make extension points/extensions configurable from NodeFactory/Servi...
rfeng
1
-16
/
+42
2010-02-11
Rename configURI to domainRegistryURI
rfeng
1
-15
/
+6
2010-02-09
Remove getDomainName
rfeng
2
-16
/
+0
2010-02-09
Remove org.apache.tuscany.sca.node.Client and merge the methods into org.apac...
rfeng
3
-75
/
+40
2010-02-09
Start to clean up the node-api (remove Node.destroy())
rfeng
2
-7
/
+1
2010-02-09
Remove unused code
rfeng
1
-58
/
+0
2010-02-08
Generate unique Node URI if it's not set in the NodeConfiguration
rfeng
1
-2
/
+7
2010-01-29
Fix domain name calculation
antelder
1
-3
/
+6
2010-01-23
Fix the node tests by using a consistent domain name everywhere and using Nod...
antelder
1
-2
/
+2
2010-01-23
Add a mehod to create a node with a uri and composite to match the uri only m...
antelder
1
-0
/
+7
2010-01-18
Change Node getInstance/newInstance methods so that newInstance really create...
antelder
1
-56
/
+39
2010-01-13
Add methods to Node to replicate whats in DomainNode so i can get rid of that...
antelder
2
-0
/
+34
2009-11-20
Moving 2.x trunk
lresende
18
-0
/
+1848