antelder
|
84a39db4ba
|
Start of the node enhancements to support what was being discussed on the ML a couple of weeks ago http://apache.markmail.org/message/doxwldv2ddkmah5s. There's a runtime per node and a node locall for each domain being used, and you can add/remove contributions from a running node. Right now it just uses NodeFactory/Node under the covers, and ideally this function will be merged into the existing Node later
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798811 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-29 08:46:16 +00:00 |
|
slaws
|
a17725f068
|
TUSCANY-3174 - move the workspace manager classes into a separate module as the existing modules are to do with the workspace model rather than how it's managed
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798810 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-29 08:44:16 +00:00 |
|
antelder
|
506e4e1bcc
|
Change back to non-OSGi for default. The OSGi one doesnt work yet for me and is much slower
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798808 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-29 08:33:45 +00:00 |
|
rfeng
|
149dfb6dee
|
Fix the bridge classname
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798731 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-29 00:01:47 +00:00 |
|
rfeng
|
4636c26c88
|
Configure the resources so that java code can be loaded into eclipse
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798730 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-29 00:01:17 +00:00 |
|
lresende
|
a8d60f6c4a
|
TUSCANY-3166 - Adding testcase to reproduce the problem described
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798724 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-28 22:29:36 +00:00 |
|
rfeng
|
2488e01d28
|
Add resource filters to have java code in the src/main/resources to become source folders in Eclipse
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798681 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-28 19:43:21 +00:00 |
|
antelder
|
ca7db536ef
|
Put back the sample as the hudson build fail seems like randomness
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798524 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-28 13:51:39 +00:00 |
|
slaws
|
faa9dbb352
|
Enable 8000 series contribution build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798493 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-28 11:42:44 +00:00 |
|
slaws
|
a1b5e0c555
|
extend pom generation tool to support contributions that have java content
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798492 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-28 11:41:40 +00:00 |
|
slaws
|
a893f73074
|
Update 8000 series poms to bring in Java artifacts
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798491 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-28 11:40:31 +00:00 |
|
antelder
|
b390d9c098
|
Add missing dependency
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798476 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-28 09:55:17 +00:00 |
|
edwardsmj
|
11a3882e60
|
Remove debug code from EmbeddedODEServer
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798438 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-28 08:07:20 +00:00 |
|
slaws
|
fd9fb4a295
|
Create a Tuscany specific listener manager so that the shutdown hook is cleared properly on runtime shutdown.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798434 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-28 07:54:59 +00:00 |
|
slaws
|
cc0f2b6636
|
Remove the default contents of he thread message context just in case that this is holding onto a classloader. Don't have proof that this is a problem on 2.x but was causing problems on 1.x
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798432 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-28 07:52:26 +00:00 |
|
antelder
|
d908b383f9
|
Start updating CHNAGES file for next release
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798409 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-28 05:46:54 +00:00 |
|
antelder
|
5a4d0d8e8c
|
Update to correctly order the service request arguments
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798407 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-28 05:39:17 +00:00 |
|
antelder
|
b285236148
|
Update to not require the client to quote strings (turns out the binding can work out itself that the arg is a String so requires quotes)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798404 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-28 05:05:45 +00:00 |
|
antelder
|
d7fc6366e0
|
Update jsonp binding to support non-string args. Requires the client to quote string args but i can't see how to easily avoid that
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798402 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-28 04:47:38 +00:00 |
|
antelder
|
7a0db9a224
|
Add jsonp runtime module to build and include in tomcat integration war
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798398 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-28 04:42:04 +00:00 |
|
antelder
|
39dfbf9d78
|
Remove obsolete dependency
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798396 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-28 04:24:19 +00:00 |
|
antelder
|
8a311f0577
|
Add tomcat integration into main build and add war legal checks test to be run with the build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798395 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-28 04:23:46 +00:00 |
|
antelder
|
be3a6f0d15
|
Fix build break due to LICENSE not being updated to match dependency version update
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798394 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-28 04:22:42 +00:00 |
|
antelder
|
ebb1fad10a
|
Update the webapp itests for the change back to simple naming
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798392 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-28 04:10:02 +00:00 |
|
antelder
|
ea277bd43d
|
Change back the webapp samples to have the simple naming
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798391 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-28 04:09:23 +00:00 |
|
rfeng
|
e85eb1a92c
|
Update Jetty version in MF
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798332 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-27 23:29:44 +00:00 |
|
rfeng
|
33eb2b3bda
|
Use API to set jetty logger
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798331 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-27 23:29:26 +00:00 |
|
rfeng
|
d70be8fac6
|
Update the services jar version
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798325 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-27 23:13:00 +00:00 |
|
lresende
|
1a23ab3693
|
TUSCANY-3183 - Dependency updates to match new sample project ids
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798324 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-27 23:02:57 +00:00 |
|
lresende
|
8944204061
|
Removing debug code that was printing user credentials
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798319 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-27 22:46:53 +00:00 |
|
lresende
|
778d239136
|
Properly registering authenticated caler with geronimo context manager to find what are the current user roles
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798311 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-27 22:29:00 +00:00 |
|
lresende
|
5865816a3a
|
Adding a new policySet to validate scenario where multiple policySets are available and there is one explicit one defined in the composite
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798305 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-27 22:08:11 +00:00 |
|
giorgio
|
74e1c417b4
|
new skelton classes
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798269 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-27 19:45:50 +00:00 |
|
giorgio
|
d758f6fb9a
|
cleaning up old stuff
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798266 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-27 19:28:00 +00:00 |
|
giorgio
|
339cce2e53
|
skeleton version of binding p2p
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798265 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-27 19:24:52 +00:00 |
|
antelder
|
f18abd2aa0
|
Add a second test source directory as we can't use src/main/java as it needs a compile dependency on the classes in the test folder
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798181 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-27 15:03:22 +00:00 |
|
antelder
|
1feab13cae
|
Remove test folder
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798173 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-27 14:40:52 +00:00 |
|
antelder
|
ca35250612
|
Add a Tuscany specific RuntimeBridge that usesthe non-OSGi code as thats easier to work with
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798171 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-27 14:40:15 +00:00 |
|
antelder
|
34ab3bbe87
|
Test commit
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798169 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-27 14:39:18 +00:00 |
|
antelder
|
f568454d00
|
Add a Tuscany specific RuntimeBridge that usesthe non-OSGi code as thats easier to work with
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798163 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-27 14:35:20 +00:00 |
|
antelder
|
2702c4fbc7
|
Update to have both OSGi and non-OSGi based runtime bridges as the non-OSGi is easier to work with. You can update the properties file to switch between which is used
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798143 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-27 14:11:44 +00:00 |
|
slaws
|
c4b144bfbd
|
TUSCANY-3178 read the validation schema extension point from the extension point registry rather than creating a local copy
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798095 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-27 10:13:47 +00:00 |
|
slaws
|
b7c843f224
|
TUSCANY-3177 create the extension point registry earlier so that any programmatic changes to it are reflected in the runtime configuration
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798094 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-27 10:11:40 +00:00 |
|
lresende
|
62c4c0cdf4
|
TUSCANY-3134 - Re-enable iTest
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798070 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-27 08:04:04 +00:00 |
|
lresende
|
56a36dac9b
|
TUSCANY-3134 - Re-enable iTest
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798068 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-27 08:01:06 +00:00 |
|
lresende
|
3f66851de2
|
TUSCANY-3134 - Moving BPEL decument resolve logic to it's model resolver to solve issues in Ubuntu OS
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798065 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-27 07:57:15 +00:00 |
|
nash
|
eb7dd64a18
|
Update validation assertions to account for wrapped MonitorRuntimeException
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798050 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-27 07:21:04 +00:00 |
|
nash
|
9929499adf
|
Update validation assertions to use new MonitorRuntimeException
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798040 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-27 06:48:39 +00:00 |
|
nash
|
6dd8d6a565
|
Fix TUSCANY-3172 (domain manager doesn't report errors cleanly to the nodes)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797997 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-26 22:38:57 +00:00 |
|
nash
|
1558298f64
|
Remove debug output
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797991 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-26 21:32:06 +00:00 |
|