
CVS log for carol/carol/ext/carol-defaults.properties |
 |
|
Up to [OW2-CVS] / carol / carol / ext
Request diff between arbitrary revisions
/ Display revisions graphically
Default branch: MAIN
Bookmark a link to:
HEAD
/
(download)
Revision
1.23
/
(view)
- annotate
- [select for diffs]
, Tue Jan 17 16:14:45 2006 UTC (2 years, 10 months ago) by pelletib
Branch:
MAIN
CVS Tags:
HEAD,
CAROL_2_2_9,
CAROL_2_2_8,
CAROL_2_2_7,
CAROL_2_2_6,
CAROL_2_2_5,
CAROL_2_2_3,
CAROL_2_2_2,
CAROL_2_2_1
Changes since 1.22: +13 -6 lines
Diff to previous 1.22
- CMI_1_1_0
- Propagates the MBeans parameters (Domain name and J2EEServer name) to the underlaying protocol
Revision
1.22
/
(view)
- annotate
- [select for diffs]
, Wed Nov 23 21:35:40 2005 UTC (2 years, 11 months ago) by pelletib
Branch:
MAIN
CVS Tags:
CAROL_2_1_0
Changes since 1.21: +6 -1 lines
Diff to previous 1.21
CAROL/CMI separation
Revision
1.21
/
(view)
- annotate
- [select for diffs]
, Wed Jul 27 10:49:22 2005 UTC (3 years, 3 months ago) by pelletib
Branch:
MAIN
CVS Tags:
CAROL_2_0_9,
CAROL_2_0_8,
CAROL_2_0_7,
CAROL_2_0_11,
CAROL_2_0_10
Changes since 1.20: +2 -2 lines
Diff to previous 1.20
New CMI :
- replace velocity template by ASM 1.5.3
- improving check style
- handle the serializable entries in the registry
Revision
1.20
/
(view)
- annotate
- [select for diffs]
, Tue May 24 14:51:33 2005 UTC (3 years, 5 months ago) by benoitf
Branch:
MAIN
CVS Tags:
CAROL_2_0_6,
CAROL_2_0_5
Changes since 1.19: +2 -2 lines
Diff to previous 1.19
Don't set java: contextfactory of Carol by default.
Could cause problems with Tomcat/Jotm :
http://www.objectweb.org/wws/arc/jotm/2005-05/msg00042.html
Revision
1.19
/
(view)
- annotate
- [select for diffs]
, Fri May 13 23:03:57 2005 UTC (3 years, 6 months ago) by rhs
Branch:
MAIN
CVS Tags:
CAROL_2_0_4
Changes since 1.18: +11 -2 lines
Diff to previous 1.18
import of irmi sources protocol adapter classes
Revision
1.18
/
(view)
- annotate
- [select for diffs]
, Thu Apr 7 14:07:08 2005 UTC (3 years, 7 months ago) by benoitf
Branch:
MAIN
CVS Tags:
CAROL_2_0_3,
CAROL_2_0_2,
CAROL_2_0_1,
CAROL_2_0_0
Changes since 1.17: +2 -5 lines
Diff to previous 1.17
Change the configuration process of Carol as discussed here:
http://www.objectweb.org/wws/arc/carol/2005-03/msg00047.html
http://www.objectweb.org/wws/arc/carol/2005-03/msg00050.html
etc.
The configuration model is the following :
Instead of RmiConfiguration CarolConfiguration and CarolCurrentConfiguration.
There is only one entry named : ConfigurationRepository.
On this class, we can set a current configuration (ProtocolConfiguration)
ConfigurationRepository is also a factory of ProtocolConfiguration object (default imp = ProtocolConfigurationImpl).
ConfigurationRepository.newConfiguration(protocolName, configName)
Protocol class is used by ProtocolConfiguration classes.
ie : jrmp is a Protocol class with its nameservice, PROdelegate, etc
the configuration "jrmp" use jrmp protocol but specify the PROVIDER_URL for example
So we can have jrmp1 with a PROVIDER_URL dummy:2001 and jrmp2 with PROVIDER_URL:dummy:2002
To retrieve the current protocol :
ConfigurationRepository.getCurrentConfiguration().getProtocol().getName();
We can also initialize carol with an URL file : (#303299 feature reques)
ConfigurationRepository.init(URL object).
Also we can use :
Properties p = protocolConfiguration.getProperties();
p.put(key,value)
protocolConfiguration.configure(p);
for feature request : #303300
Revision
1.17
/
(view)
- annotate
- [select for diffs]
, Thu Mar 10 16:58:30 2005 UTC (3 years, 8 months ago) by benoitf
Branch:
MAIN
Changes since 1.16: +1 -19 lines
Diff to previous 1.16
Remove lmi protocol
Revision
1.16
/
(view)
- annotate
- [select for diffs]
, Thu Mar 10 16:51:11 2005 UTC (3 years, 8 months ago) by benoitf
Branch:
MAIN
Changes since 1.15: +10 -2 lines
Diff to previous 1.15
Use right classname
Revision
1.15
/
(view)
- annotate
- [select for diffs]
, Thu Mar 3 16:25:46 2005 UTC (3 years, 8 months ago) by benoitf
Branch:
MAIN
Changes since 1.14: +16 -13 lines
Diff to previous 1.14
Put back jacorb properties by default.
So, the nameserver launched are with sun JDK but orb use after is JacORB.
So it test interop :))
BTW, with all my last commits(firewall issue + fix + fix on jcorb) , now there is only one failure on jeremie in test report.
Revision
1.14
/
(view)
- annotate
- [select for diffs]
, Fri Feb 18 08:52:00 2005 UTC (3 years, 9 months ago) by benoitf
Branch:
MAIN
Changes since 1.13: +13 -13 lines
Diff to previous 1.13
Default is JDK IIOP :
This is temporary !, but it allows to run tests and to test JDK iiop with JDK iiop. and not do interop jacorb/JDK iiop.
In a future, we have to test all cases.
Revision
1.13
/
(view)
- annotate
- [select for diffs]
, Mon Dec 13 16:24:13 2004 UTC (3 years, 11 months ago) by benoitf
Branch:
MAIN
CVS Tags:
carol_1_8_9_br,
CAROL_1_8_9_5,
CAROL_1_8_9_4,
CAROL_1_8_9_3,
CAROL_1_8_9_2,
CAROL_1_8_9,
CAROL_1_8_8,
CAROL_1_8_7,
CAROL_1_8_6
Changes since 1.12: +24 -4 lines
Diff to previous 1.12
Integrate Jacorb into carol
Revision
1.12
/
(view)
- annotate
- [select for diffs]
, Thu Nov 27 14:07:24 2003 UTC (4 years, 11 months ago) by riviereg
Branch:
MAIN
CVS Tags:
carol_1_8_5_br,
carol_1_7_6,
carol_1_7_5,
carol_1_7_4,
carol_1_7_3,
carol_1_7_2,
carol_1_7_1,
carol_1_7,
carol_1_6,
carol-1_5_8,
carol-1_5_7,
CAROL_1_8_5,
CAROL_1_8_4,
CAROL_1_8_3,
CAROL_1_8_2,
CAROL_1_8_1,
CAROL_1_8_0,
CAROL_1_7_9,
CAROL_1_7_8,
CAROL_1_7_7
Changes since 1.11: +4 -24 lines
Diff to previous 1.11
Local registry context optimization and serializable bindings for jeremie
Revision
1.11
/
(view)
- annotate
- [select for diffs]
, Tue Oct 21 14:20:38 2003 UTC (5 years, 1 month ago) by riviereg
Branch:
MAIN
CVS Tags:
carol-1_5_6
Changes since 1.10: +2 -0 lines
Diff to previous 1.10
default version
Revision
1.10
/
(view)
- annotate
- [select for diffs]
, Tue Oct 21 14:15:45 2003 UTC (5 years, 1 month ago) by riviereg
Branch:
MAIN
Changes since 1.9: +2 -1 lines
Diff to previous 1.9
default jndi properties for jrmp
Revision
1.9
/
(view)
- annotate
- [select for diffs]
, Tue Oct 7 09:36:52 2003 UTC (5 years, 1 month ago) by riviereg
Branch:
MAIN
Changes since 1.8: +4 -1 lines
Diff to previous 1.8
local call optimization for jrmp 1.2
Revision
1.8
/
(view)
- annotate
- [select for diffs]
, Tue Jul 29 14:18:39 2003 UTC (5 years, 3 months ago) by athaveau
Branch:
MAIN
CVS Tags:
carol-1_5_5,
carol-1_5_4,
carol-1_5_3
Changes since 1.7: +20 -1 lines
Diff to previous 1.7
add support for openorb
Revision
1.7
/
(view)
- annotate
- [select for diffs]
, Thu May 22 06:38:55 2003 UTC (5 years, 6 months ago) by nieuviar
Branch:
MAIN
CVS Tags:
carol-1_5_2,
carol-1_5_1,
carol-1_5_0
Changes since 1.6: +24 -9 lines
Diff to previous 1.6
Fixed traces and a registry bug in cmi. Implemented registry list() in cmi.
Revision
1.6
/
(view)
- annotate
- [select for diffs]
, Fri May 16 10:04:30 2003 UTC (5 years, 6 months ago) by nieuviar
Branch:
MAIN
CVS Tags:
carol1_4_2
Changes since 1.5: +3 -0 lines
Diff to previous 1.5
Added support of JRMP interceptors in cmi.
Revision
1.5
/
(view)
- annotate
- [select for diffs]
, Fri May 16 08:54:35 2003 UTC (5 years, 6 months ago) by riviereg
Branch:
MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4
carol properties for port configuration
Revision
1.4
/
(view)
- annotate
- [select for diffs]
, Tue Apr 8 08:50:53 2003 UTC (5 years, 7 months ago) by nieuviar
Branch:
MAIN
CVS Tags:
carol_1_4_0
Changes since 1.3: +7 -1 lines
Diff to previous 1.3
Renamed from halborb to cmi
Revision
1.3
/
(view)
- annotate
- [select for diffs]
, Mon Mar 24 14:00:53 2003 UTC (5 years, 8 months ago) by riviereg
Branch:
MAIN
Changes since 1.2: +27 -21 lines
Diff to previous 1.2
Simplification/Modification of the carol configuration
Revision
1.2
/
(view)
- annotate
- [select for diffs]
, Tue Mar 11 12:01:14 2003 UTC (5 years, 8 months ago) by jmesnil
Branch:
MAIN
CVS Tags:
carol-1_3_3
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
o carol.ns.start is now set to false by default
Revision
1.1
/
(view)
- annotate
- [select for diffs]
, Tue Feb 18 15:10:03 2003 UTC (5 years, 9 months ago) by riviereg
Branch:
MAIN
CVS Tags:
carol-1_3_0
CAROL 1.3.0 commit, this carol release came with
- A new simplify configuration mechanism
- A new LMI (Local Method Invocation) RMI SPI
- Bug Correction (#150 and #154)
This form allows you to request diffs between any two revisions of
a file. You may select a symbolic revision name using the selection
box or you may type in a numeric name using the type-in text box.
Back to OW2 Forge