Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 39502 invoked from network); 1 Aug 2008 19:19:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Aug 2008 19:19:24 -0000 Received: (qmail 52835 invoked by uid 500); 1 Aug 2008 19:19:22 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 52812 invoked by uid 500); 1 Aug 2008 19:19:22 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 52801 invoked by uid 99); 1 Aug 2008 19:19:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Aug 2008 12:19:22 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Aug 2008 19:18:26 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1KP09M-0005si-8u for user@geronimo.apache.org; Fri, 01 Aug 2008 12:18:52 -0700 Message-ID: <18781027.post@talk.nabble.com> Date: Fri, 1 Aug 2008 12:18:52 -0700 (PDT) From: rbaumhof To: user@geronimo.apache.org Subject: Is java.util.date not supported by remote interface?? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: ralf.baumhof@web.de X-Virus-Checked: Checked by ClamAV on apache.org Hello at Geronimo, i have a fine working geronimo web application. All calls from tomcat are passed to the ejb container by local interfaces. Now i want to create for special users a second java swing application. This of course works with remote interfaces. Most calls towards the new remote interfaces (which are identical to the local interfaces) are working, but some of them don't work because the data objects returned from the ejb container have java.util.date properties. It seems that they can not be passed over the remote interface. Error message: Exception on login:Unknown Container Exception: java.rmi.RemoteException: Cannot read the response from the server. The class for an object being returned is not located in this system:; nested exception is: java.lang.ClassNotFoundException: org.apache.openjpa.util.java$util$Date$proxy If i omit the java.util.date objects the service call succeds. I am surprised that this simple data type is not supported by the remote interfaces. Can i do anything to make it work?? thanks in advance,..... -- View this message in context: http://www.nabble.com/Is-java.util.date-not-supported-by-remote-interface---tp18781027s134p18781027.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.