-
Was not abelt to find the DB Script for the project.
2007-06-07 07:28:52 UTC by nobody
-
Hi Ian,
Thanks for your help. I think I found the problem in my code and fixed it. Hope the exception won't come back again.
Regards,
Martin Steinle.
2006-12-21 14:16:14 UTC by steinle
-
Hi Martin,
I have reviewed the uddi4j code and can confirm that it is Thread safe, but I agree with you that this must be a Threading issue. The only way I can see this exception springing is if the FindQualifiers object that you pass in to the UDDIProxy.find_service() method is shared between Threads. Can you confirm that a FindQualifiers object is instantiated for each Thread of your...
2006-12-21 10:32:11 UTC by ihodges
-
Hello,
once again, I had exactly the same exception. As it happens very rare, I assume it is a multithreading issue. Can you please tell me if the uddi4j libraries are implemented threadsafe?
Regards,
Martin Steinle.
2006-12-21 07:16:24 UTC by nobody
-
Logged In: YES
user_id=1463591
Hi,
I am sorry I am unable to recreate this problem with V2.0.5.
Regards,
Ian Hodges.
2006-11-13 10:48:50 UTC by ihodges
-
Logged In: YES
user_id=1463591
Hi,
I'm sorry I cannot recreate this I can compile and execute uddi4j with Java 5.0.
Regards,
Ian Hodges.
2006-11-13 10:47:57 UTC by ihodges
-
Logged In: YES
user_id=1463591
Hi,
The two characters mentioned are UTF-8 valid, other java compilers do not flag them as errors
so why does gcj?
Closing problem.
Regards,
Ian Hodges.
2006-11-13 10:46:59 UTC by ihodges
-
UDDI4J worked without any problem for a relative long
amount of time, but now I got the DOMException with the
following stacktrace:
org.w3c.dom.DOMException: WRONG_DOCUMENT_ERR: A node is
used in a different document than the one that created it.
at
org.apache.xerces.dom.ParentNode.internalInsertBefore(Unknown
Source)
at
org.apache.xerces.dom.ParentNode.insertBefore(Unknown
Source)
2006-09-27 10:22:53 UTC by steinle
-
Hello
I am trying to use UDDI4J with Java 5.0. I downloaded
the latest release from the web site. However I am
getting org.uddi4j.transport.TransportException . This
does not show up if I compile the same code with Java
1.4.2. Weird as it may sound, changing the version of
Java to Java 5 screws things up. Is it a known
exception, which I missed while reading the docs? If so
I am sorry...
2006-09-12 20:22:34 UTC by kgomadam
-
Hello,
gcj reported non UDF-8 characters in a couple of
comments that please fix (although gcj seems to
require a fix here since this should be a warning
only, not an error)
uddi4j-2.0.4/src/org/uddi4j/datatype/tmodel/TModel.java:123:
error: Unrecognized character for encoding 'UTF-8'.
[javac] * D-U-N-S Number Identifier System
[dnb-com:D-U-N-S]
(does not want...
2006-08-28 15:51:43 UTC by smoe