Re: [AXIS2] Throttle upload bandwidth during sending SOAP messages

2018-10-05 Thread Thorsten Schöning
Guten Tag Thorsten Schöning, am Montag, 11. Juni 2018 um 13:44 schrieben Sie: > Not sure if there's an easier way, better ideas welcome. :-) Time to share my experiences: I'm stuck on some old Axis2 1.6.2 currently, which seems to use MultiThreadedHttpConnectionManager, for which

Re: [AXIS2] Throttle upload bandwidth during sending SOAP messages

2018-06-11 Thread Thorsten Schöning
Guten Tag Thorsten Schöning, am Donnerstag, 7. Juni 2018 um 18:58 schrieben Sie: > So "7.1. Custom client connections" seem to be the way to go: Provide > a custom HttpConnectionFactory and make Axis2 to use that, while I've > already provided a custom connection manager t

Re: [AXIS2] Throttle upload bandwidth during sending SOAP messages

2018-06-07 Thread Thorsten Schöning
using anyway and that sounds promising as well. Using something in my app/Axis2 might provide the benefit of less admin overhead for my customer, though. Some parts of his infrastructure are even outsourced and can't be influenced easily. Mit freundlichen Grüßen, Thorsten Schöning -- T

[AXIS2] Throttle upload bandwidth during sending SOAP messages

2018-06-07 Thread Thorsten Schöning
ere I should look at to implement some throttling? Thanks! Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...05151- 9468- 88

Re: [AXIS2] Some project builds fail if goal "clean" is not used

2017-09-19 Thread Thorsten Schöning
Guten Tag Thorsten Schöning, am Montag, 18. September 2017 um 12:48 schrieben Sie: > Thanks, that was the part I was missing, because the source files are > actually still there. I'll file a bug in the jaxb2-maven-plugin then > linking to this thread. The problem has been reported

Re: [AXIS2] Some project builds fail if goal "clean" is not used

2017-09-18 Thread Thorsten Schöning
to this thread. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...05151- 9468- 88 Mobil..0178-8 9468- 04 AM-SoFT GmbH IT-Systeme, B

Re: [AXIS2] Some project builds fail if goal "clean" is not used

2017-09-18 Thread Thorsten Schöning
anything, the Java class files were still deleted. Doesn't that mean that that plugin is not the problem and that someone else is wrongly deleting those files for some reason? Setting "clearOutputDir" to "false" of the jaxb2 plugin didn't change anything as well.

Re: [AXIS2] Some project builds fail if goal "clean" is not used

2017-09-17 Thread Thorsten Schöning
e even custom implemented build logic for some reason. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...05151- 9468- 88 Mobil..01

Re: [AXIS2] Some project builds fail if goal "clean" is not used

2017-09-15 Thread Thorsten Schöning
on my concrete example with axis2-metadata? Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...05151- 9468- 88 Mobil..0178-8 9468-

Re: [AXIS2] Some project builds fail if goal "clean" is not used

2017-09-12 Thread Thorsten Schöning
est ... > mvn test ... Would be great if you could redirect the output of -X of the last execution to a file and send it to me, so I can compare with my local execution. > mvn test ... > someFile.txt 2>&1 Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: tho

Re: [AXIS2] Some project builds fail if goal "clean" is not used

2017-09-11 Thread Thorsten Schöning
2.2.3-20170506.104137-3.jar Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...05151- 9468- 88 Mobil..0178-8 9468- 04 AM-SoFT GmbH I

Re: [AXIS2] Some project builds fail if goal "clean" is not used

2017-09-11 Thread Thorsten Schöning
l. I hope so... :-) https://github.com/apache/axis2-java https://github.com/tschoening/axis2-java https://github.com/tschoening/axis2-java/tree/libs_java_3rd_usage_trunk Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-System

Re: [AXIS2] Some project builds fail if goal "clean" is not used

2017-09-10 Thread Thorsten Schöning
27;t log any attempt to delete files like the one above. Even after 10 minutes have passed. If I "mvn clean test ..." and "mvn test ..." right afterwards, this time without setting "read-only" in between, Process Monitor logs file deletions again and things fail again.

Re: [AXIS2] Some project builds fail if goal "clean" is not used

2017-09-09 Thread Thorsten Schöning
sts again, which it is doing, but it fails for some tests because some of those depend on compiled Java classes which are not available anymore. So the question only is if "mvn test ..." should have deleted those files or not. Mit freundlichen Grüßen, Thorsten Schöning -- Thor

Re: [AXIS2] Some project builds fail if goal "clean" is not used

2017-09-09 Thread Thorsten Schöning
m somewhere else. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...05151- 9468- 88 Mobil..0178-8 9468- 04 AM-SoFT GmbH IT-Systeme,

[AXIS2] Some project builds fail if goal "clean" is not used

2017-09-05 Thread Thorsten Schöning
er goals to be sure a build works. Is that intended or some kind of build issue? Shouldn't "mvn install" not only delete pre-compiled test classes, but also be able to create them again? Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen.

Re: Compiler error in TestAnyType*Helper.java in Eclipse

2017-08-31 Thread Thorsten Schöning
nresolved connectors, missing source folder paths resulting in compiler errors etc. So I had most projects working with maven-eclipse-plugin and less with m2e, interestingly enough some not working with maven-eclipse-plugin work with m2e... :-) Mit freundlichen Grüßen, Thorsten Schöning --

Compiler error in TestAnyType*Helper.java in Eclipse

2017-08-30 Thread Thorsten Schöning
o, how is that supposed to compile? I have one successful run of "mvn clean && mvn install" on the shell currently. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telef

[Axis2] Pull requests on GitHub or patches in JIRA?

2017-08-28 Thread Thorsten Schöning
so I thought I just ask you... Thanks! Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...05151- 9468- 88 Mobil..0178-8 946

Re: [Axis2] Is changing a service name a bad thing?

2016-03-11 Thread Thorsten Schöning
5745 Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...05151- 9468- 88 Mobil..0178-8 9468- 04 AM-SoFT GmbH IT-Systeme, Bran

[Axis2] Is changing a service name a bad thing?

2016-03-09 Thread Thorsten Schöning
essage()); http://grepcode.com/file/repo1.maven.org/maven2/org.apache.axis2/axis2-adb/1.6.2/org/apache/axis2/rpc/receivers/RPCMessageReceiver.java/#183 Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-S