-
It's just the observation I can make. I have exactly the same test cases in Python and in Java and I get the described behaviour. The HTTP-connections (stream objects basically) are out of my reach embedded in the Apache HTTP client embedded in the Apache XML-RPC library which I just use.
Is there any way to double-debug Python and Java together with Eclipse? Maybe this could lead me further...
2009-09-24 07:20:42 UTC in JPype
-
I'm using a Java library in my Python code with JPype which includes the Apache HTTP Client. Now I observed that the HTTP Client is unable to release connections when used via JPype. In native Java everything works fine.
Anyone with an idea, why this happens?
There's a discussion at the Apache HTTP mailing list archive from sept. 25th 2009 with details...
2009-09-23 17:31:08 UTC in JPype
-
getDefaultJVMPath() under WIndows does not work for JDKs: the registry key is different. A solution could be to also use the JAVA_HOME variable as under Linux.
2009-08-12 13:39:36 UTC in JPype
-
Here's the error message:
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/%snip%/.m2/repository/org/slf4j/slf4j-log4j12/1.5.6/slf4j-log4j12-1.5.6.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in...
2009-08-12 07:42:03 UTC in Mime Type Detection Utility
-
I'm using MimeUtil in a Maven build and tried to update from 2.1 to 2.1.2. There I got a dependency clash, because I'm using slf4j with the logback backend myself and MimeUtil seems to use the log4j backend in 2.1.2. This leads to an error, because slf4j can just bind to one backend at a time. Any idea how to circumvent this without me dropping logback?.
2009-08-12 07:31:24 UTC in Mime Type Detection Utility
-
The PyDev package Explorer does not display the error/warning overlay icons on any files. Works correctly with the Eclipse Package Explorer.
PyDev 1.4.7.2843
Eclipse 3.4
Subversive.
2009-07-22 12:00:05 UTC in Pydev for Eclipse
-
The mime-util artifact on the central Maven repository needs an update to the actual version!
2009-06-04 14:14:14 UTC in Mime Type Detection Utility
-
Hi, are there any plans to but mime-util in a global Maven repository? There are 2 old versions in the Maven Project repository (see http://mvnrepository.com/search.html?query=mime-util ). Are they gone be cleaned and/or updated?
Thx
Chris.
2009-06-04 14:05:44 UTC in Mime Type Detection Utility
-
More testing shows: HTML entity encoding seems to be the cause. For me it were mainly german umlauts.
2009-04-01 13:06:21 UTC in SOAP::Lite
-
See Bugzilla/Testopia bug: https://bugzilla.mozilla.org/show_bug.cgi?id=486306.
2009-04-01 12:50:12 UTC in SOAP::Lite