[
https://issues.apache.org/jira/browse/AXIS-2295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17062843#comment-17062843
]
Razvan Lapadat edited comment on AXIS-2295 at 3/19/20, 7:23 PM:
----------------------------------------------------------------
Thanks for fixing this issue!
It seems that I can not build the project using JDK8. Which JDK I should use to
build the project?
This is the maven build output:
{code:java}
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.6.0:compile (default-compile)
on project axis-rt-core: Compilation failure: Compilation failure:
[ERROR]
/mnt/c/Users/razva/Desktop/svn.apache.org/repos/asf/axis/axis1/java/trunk/axis-rt-core/src/main/java/org/apache/axis/providers/java/CORBAProvider.java:[25,21]
package org.omg.CORBA does no
t exist
[ERROR]
/mnt/c/Users/razva/Desktop/svn.apache.org/repos/asf/axis/axis1/java/trunk/axis-rt-core/src/main/java/org/apache/axis/providers/java/CORBAProvider.java:[26,25]
package org.omg.CosNaming doe
s not exist
[ERROR]
/mnt/c/Users/razva/Desktop/svn.apache.org/repos/asf/axis/axis1/java/trunk/axis-rt-core/src/main/java/org/apache/axis/providers/java/CORBAProvider.java:[27,25]
package org.omg.CosNaming doe
s not exist
[ERROR]
/mnt/c/Users/razva/Desktop/svn.apache.org/repos/asf/axis/axis1/java/trunk/axis-rt-core/src/main/java/org/apache/axis/providers/java/CORBAProvider.java:[28,25]
package org.omg.CosNaming doe
s not exist
[ERROR]
/mnt/c/Users/razva/Desktop/svn.apache.org/repos/asf/axis/axis1/java/trunk/axis-rt-core/src/main/java/org/apache/axis/types/UnsignedInt.java:[110,33]
incompatible types: java.lang.Object ca
nnot be converted to java.lang.Long
[ERROR]
/mnt/c/Users/razva/Desktop/svn.apache.org/repos/asf/axis/axis1/java/trunk/axis-rt-core/src/main/java/org/apache/axis/providers/java/EJBProvider.java:[129,33]
package javax.rmi does not exi
st
[ERROR]
/mnt/c/Users/razva/Desktop/svn.apache.org/repos/asf/axis/axis1/java/trunk/axis-rt-core/src/main/java/org/apache/axis/providers/java/EJBProvider.java:[254,33]
package javax.rmi does not exi
st
[ERROR]
/mnt/c/Users/razva/Desktop/svn.apache.org/repos/asf/axis/axis1/java/trunk/axis-rt-core/src/main/java/org/apache/axis/types/UnsignedLong.java:[104,37]
incompatible types: java.lang.Object c
annot be converted to java.math.BigInteger
{code}
was (Author: razvanth21):
Thanks for fixing this issue!
It seems that I can not build the project using JDK8. Which JDK I should use to
build the project?
This is the maven build output:
{code:java}
[ERROR] No goals have been specified for this build. You must specify a valid
lifecycle phase or a goal in the format <plugin-prefix>:<goal> or
<plugin-group-id>:<plugin-artifact-id>[:<plugin-vers
ion>]:<goal>. Available lifecycle phases are: validate, initialize,
generate-sources, process-sources, generate-resources, process-resources,
compile, process-classes, generate-test-sources, proce
ss-test-sources, generate-test-resources, process-test-resources, test-compile,
process-test-classes, test, prepare-package, package, pre-integration-test,
integration-test, post-integration-test,
verify, install, deploy, pre-clean, clean, post-clean, pre-site, site,
post-site, site-deploy. -> [Help 1]
org.apache.maven.lifecycle.NoGoalSpecifiedException: No goals have been
specified for this build. You must specify a valid lifecycle phase or a goal in
the format <plugin-prefix>:<goal> or <plugin
-group-id>:<plugin-artifact-id>[:<plugin-version>]:<goal>. Available lifecycle
phases are: validate, initialize, generate-sources, process-sources,
generate-resources, process-resources, compile,
process-classes, generate-test-sources, process-test-sources,
generate-test-resources, process-test-resources, test-compile,
process-test-classes, test, prepare-package, package, pre-integration-t
est, integration-test, post-integration-test, verify, install, deploy,
pre-clean, clean, post-clean, pre-site, site, post-site, site-deploy.
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute
(LifecycleStarter.java:97){code}
> problem with http proxy parameters caching mechanism
> ----------------------------------------------------
>
> Key: AXIS-2295
> URL: https://issues.apache.org/jira/browse/AXIS-2295
> Project: Axis
> Issue Type: Bug
> Components: Basic Architecture
> Environment: weblogic 8.1 and Windows XP
> Reporter: Renaud SAULAY
> Assignee: Robert Lazarski
> Priority: Minor
> Attachments: DefaultHTTPTransportClientProperties.java,
> TransportClientPropertiesFactory.java
>
>
> The JVM http proxy parameters are read only once when calling a webservice :
> if you make a first Call.invoke(...) the JVM proxy parameters are read and
> cached, but on other calls of method invoke() those JVM http proxy
> parameters are not read again, which can be disturbing since
> one may need to change these parameters and they will not be taken into
> account unless the application server is restarted.
> See classes :
> org.apache.axis.components.net.DefaultSocketFactory; (lines 97, 102, 116)
> org.apache.axis.components.net.TransportClientPropertiesFactory (method
> create)
> rg.apache.axis.components.net.DefaultHTTPTransportClientProperties (all
> methods)
> I hope i have been precise enough on this bug description.
> If not, do not hesitate to email me
> Thank you for your help
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]