equal
deleted
inserted
replaced
1 # |
1 # |
2 # Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved. |
2 # Copyright (c) 2003, 2017, Oracle and/or its affiliates. All rights reserved. |
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 # |
4 # |
5 # This code is free software; you can redistribute it and/or modify it |
5 # This code is free software; you can redistribute it and/or modify it |
6 # under the terms of the GNU General Public License version 2 only, as |
6 # under the terms of the GNU General Public License version 2 only, as |
7 # published by the Free Software Foundation. Oracle designates this |
7 # published by the Free Software Foundation. Oracle designates this |
24 # |
24 # |
25 |
25 |
26 ContextFinder.ProviderNotFound = \ |
26 ContextFinder.ProviderNotFound = \ |
27 Provider {0} not found |
27 Provider {0} not found |
28 |
28 |
|
29 ContextFinder.DefaultProviderNotFound = \ |
|
30 Implementation of JAXB-API has not been found on module path or classpath. |
|
31 |
29 ContextFinder.CouldNotInstantiate = \ |
32 ContextFinder.CouldNotInstantiate = \ |
30 Provider {0} could not be instantiated: {1} |
33 Provider {0} could not be instantiated: {1} |
31 |
34 |
32 ContextFinder.CantFindPropertiesFile = \ |
35 ContextFinder.CantFindPropertiesFile = \ |
33 Unable to locate jaxb.properties for package {0} |
36 Unable to locate jaxb.properties for package {0} |