Weblogic 10.3 weblogic.jar classpath issues Announcing the arrival of Valued Associate #679:...
Why is a lens darker than other ones when applying the same settings?
Can two people see the same photon?
Why not use the yoke to control yaw, as well as pitch and roll?
Moving a wrapfig vertically to encroach partially on a subsection title
What would you call this weird metallic apparatus that allows you to lift people?
Tannaka duality for semisimple groups
Is multiple magic items in one inherently imbalanced?
My mentor says to set image to Fine instead of RAW — how is this different from JPG?
Trying to understand entropy as a novice in thermodynamics
The test team as an enemy of development? And how can this be avoided?
As a dual citizen, my US passport will expire one day after traveling to the US. Will this work?
Can you force honesty by using the Speak with Dead and Zone of Truth spells together?
Rationale for describing kurtosis as "peakedness"?
Why is std::move not [[nodiscard]] in C++20?
What is the difference between a "ranged attack" and a "ranged weapon attack"?
If Windows 7 doesn't support WSL, then what is "Subsystem for UNIX-based Applications"?
what is the log of the PDF for a Normal Distribution?
What order were files/directories output in dir?
Project Euler #1 in C++
Tips to organize LaTeX presentations for a semester
Should a wizard buy fine inks every time he want to copy spells into his spellbook?
After Sam didn't return home in the end, were he and Al still friends?
Was Kant an Intuitionist about mathematical objects?
In musical terms, what properties are varied by the human voice to produce different words / syllables?
Weblogic 10.3 weblogic.jar classpath issues
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Come Celebrate our 10 Year Anniversary!Custom Trust and Custom Identity Keystore in WebLogic 10.3Weblogic WLST classpathHow do I disable javelin jsp-recompiler in weblogic 10.3?Tomcat - additional classpathJDBC CLASSPATH Not WorkingResetting WebLogic admin passwordWeblogic URL redirectOracle Weblogic 10.3.5 Cluster creation issuesWeblogic Hogging ThreadsWeblogic Help Error
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I am upgrading an old WLS8.1 app to 10.3 (11g)
My ant build includes only the new weblogic.jar in the compile classpath and the build runs with no issues but when I include weblogic.jar as a libeary in the IDE (Intellij) i see many unresolved imports (for example: weblogic.xml.xpath.DOMXPath) when I check the weblogic.jar I see that the classes are indeed missing from it.
compiling with verbose revealed that by including weblogic.jar in the ant classpath, many other jars in the BEA_HOME/modules are loaded to the classpath as well (for example: com.bea.core.xml.weblogic.xpath_1.4.0.0.jar)
Can anyone explain what is going on?
How can I fix my IDE classpath - do I need to import all the module-jars?
Many of the module jars seems like they are there to support old deprecated weblogic 8 APIs (like: weblogic.xml.xpath.DOMXPath) how can I exclude these modules from my ant build? (I want to expose the APIs I need to upgrade)
Thanks,
NY
weblogic classpath
bumped to the homepage by Community♦ 6 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I am upgrading an old WLS8.1 app to 10.3 (11g)
My ant build includes only the new weblogic.jar in the compile classpath and the build runs with no issues but when I include weblogic.jar as a libeary in the IDE (Intellij) i see many unresolved imports (for example: weblogic.xml.xpath.DOMXPath) when I check the weblogic.jar I see that the classes are indeed missing from it.
compiling with verbose revealed that by including weblogic.jar in the ant classpath, many other jars in the BEA_HOME/modules are loaded to the classpath as well (for example: com.bea.core.xml.weblogic.xpath_1.4.0.0.jar)
Can anyone explain what is going on?
How can I fix my IDE classpath - do I need to import all the module-jars?
Many of the module jars seems like they are there to support old deprecated weblogic 8 APIs (like: weblogic.xml.xpath.DOMXPath) how can I exclude these modules from my ant build? (I want to expose the APIs I need to upgrade)
Thanks,
NY
weblogic classpath
bumped to the homepage by Community♦ 6 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I am upgrading an old WLS8.1 app to 10.3 (11g)
My ant build includes only the new weblogic.jar in the compile classpath and the build runs with no issues but when I include weblogic.jar as a libeary in the IDE (Intellij) i see many unresolved imports (for example: weblogic.xml.xpath.DOMXPath) when I check the weblogic.jar I see that the classes are indeed missing from it.
compiling with verbose revealed that by including weblogic.jar in the ant classpath, many other jars in the BEA_HOME/modules are loaded to the classpath as well (for example: com.bea.core.xml.weblogic.xpath_1.4.0.0.jar)
Can anyone explain what is going on?
How can I fix my IDE classpath - do I need to import all the module-jars?
Many of the module jars seems like they are there to support old deprecated weblogic 8 APIs (like: weblogic.xml.xpath.DOMXPath) how can I exclude these modules from my ant build? (I want to expose the APIs I need to upgrade)
Thanks,
NY
weblogic classpath
I am upgrading an old WLS8.1 app to 10.3 (11g)
My ant build includes only the new weblogic.jar in the compile classpath and the build runs with no issues but when I include weblogic.jar as a libeary in the IDE (Intellij) i see many unresolved imports (for example: weblogic.xml.xpath.DOMXPath) when I check the weblogic.jar I see that the classes are indeed missing from it.
compiling with verbose revealed that by including weblogic.jar in the ant classpath, many other jars in the BEA_HOME/modules are loaded to the classpath as well (for example: com.bea.core.xml.weblogic.xpath_1.4.0.0.jar)
Can anyone explain what is going on?
How can I fix my IDE classpath - do I need to import all the module-jars?
Many of the module jars seems like they are there to support old deprecated weblogic 8 APIs (like: weblogic.xml.xpath.DOMXPath) how can I exclude these modules from my ant build? (I want to expose the APIs I need to upgrade)
Thanks,
NY
weblogic classpath
weblogic classpath
asked Dec 9 '10 at 3:40
user63063
bumped to the homepage by Community♦ 6 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 6 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
The default class loader is replaced by the WebLogic one which adds the WebLogic specific classes and some lib folders to your CLASSPATH. You should have some support for J2EE in your IDE.
add a comment |
I am not 100% sure but this might be resolved by using wlfullclient.jar instead of weblogic.jar.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "2"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f210703%2fweblogic-10-3-weblogic-jar-classpath-issues%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
The default class loader is replaced by the WebLogic one which adds the WebLogic specific classes and some lib folders to your CLASSPATH. You should have some support for J2EE in your IDE.
add a comment |
The default class loader is replaced by the WebLogic one which adds the WebLogic specific classes and some lib folders to your CLASSPATH. You should have some support for J2EE in your IDE.
add a comment |
The default class loader is replaced by the WebLogic one which adds the WebLogic specific classes and some lib folders to your CLASSPATH. You should have some support for J2EE in your IDE.
The default class loader is replaced by the WebLogic one which adds the WebLogic specific classes and some lib folders to your CLASSPATH. You should have some support for J2EE in your IDE.
answered Dec 9 '10 at 3:56
Mircea VutcoviciMircea Vutcovici
13.2k33966
13.2k33966
add a comment |
add a comment |
I am not 100% sure but this might be resolved by using wlfullclient.jar instead of weblogic.jar.
add a comment |
I am not 100% sure but this might be resolved by using wlfullclient.jar instead of weblogic.jar.
add a comment |
I am not 100% sure but this might be resolved by using wlfullclient.jar instead of weblogic.jar.
I am not 100% sure but this might be resolved by using wlfullclient.jar instead of weblogic.jar.
answered Jul 1 '12 at 0:15
MichaelBMichaelB
46639
46639
add a comment |
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f210703%2fweblogic-10-3-weblogic-jar-classpath-issues%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown