<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Ahmad,<br>
<br>
it seams that declaring a class Externalizable causes the compiler to
generate another class file which you can not ignore for the test
collector. Can you please try once again?<br>
<br>
Regards<br>
Ralf<br>
<br>
Ahmad Hassan schrieb:
<blockquote
cite="mid:***@mail.gmail.com"
type="cite">Hi Ralf,<br>
<br>
'mvn install' is failing at the following. I am using windows though. <br>
<br>
Results :<br>
<br>
Tests in error:<br>
initializationError0(org.castor.cpa.test.test19.TestInstanceFactory$1)<br>
initializationError1(org.castor.cpa.test.test19.TestInstanceFactory$1)<br>
<br>
Tests run: 245, Failures: 0, Errors: 2, Skipped: 105<br>
<br>
[INFO]
------------------------------------------------------------------------<br>
[ERROR] BUILD FAILURE<br>
[INFO]
------------------------------------------------------------------------<br>
[INFO] There are test failures.<br>
<br>
<br>
Also the errors I mentioned previously persists in eclipse.<br>
<br>
Regards, Ahmad<br> <br> <div class="gmail_quote">2009/5/22 Ralf Joachim <span dir="ltr"><a class="moz-txt-link-rfc2396E" href="mailto:***@syscon.eu"><***@syscon.eu></a></span><br>
<blockquote class="gmail_quote"
style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div bgcolor="#ffffff" text="#000000">
Hi Ahmad,<br>
<br>
can you checkout the latest changes from SVN and try the build once
again.<br>
<br>
Having said that I can not reproduce this problem under Linux and I do
not have an idea why junit or maven test collector behave different
under Windows and Linux.<br>
<br>
Regards<br>
Ralf<br>
<br>
<br>
Ralf Joachim schrieb:
<div>
<div class="h5">
<blockquote type="cite"> Hi Ahmad,<br>
<br>
now I see what caused the failure of test16 and test19 that Werner
reported earlier. Will fix that in some minutes.<br>
<br>
Regards<br>
Ralf<br>
<br>
Ahmad Hassan schrieb:
<blockquote type="cite">Hi Ralf,<br>
<br>
I went into synchronous mode and run 'update all incoming changes'.
After that 'mvn install' is giving the errors in the following tests<br>
Results :<br>
<br>
Tests in error:<br>
initializationError0(org.castor.cpa.test.test16.NestedObject$Nested1)<br>
initializationError0(org.castor.cpa.test.test16.NestedObject$Nested3)<br>
initializationError0(org.castor.cpa.test.test16.NestedObject$Nested2)<br>
initializationError0(org.castor.cpa.test.test19.TestInstanceFactory$InternalCa<br>
llbackInterceptor)<br>
initializationError1(org.castor.cpa.test.test19.TestInstanceFactory$InternalCa<br>
llbackInterceptor)<br>
initializationError0(org.castor.cpa.test.test19.TestInstanceFactory$1)<br>
initializationError1(org.castor.cpa.test.test19.TestInstanceFactory$1)<br>
initializationError0(org.castor.cpa.test.test19.TestInstanceFactory$CallbacksI<br>
nvoked)<br>
initializationError1(org.castor.cpa.test.test19.TestInstanceFactory$CallbacksI<br>
nvoked)<br>
<br>
Tests run: 247, Failures: 0, Errors: 9, Skipped: 100<br>
<br>
[INFO]
------------------------------------------------------------------------<br>
[ERROR] BUILD FAILURE<br>
[INFO]
------------------------------------------------------------------------<br>
[INFO] There are test failures.<br>
<br>
<br>
Additionaly, in eclipse I can see the following errors<br>
<br>
<b>Project 'castor' is missing required source folder:
'jdo-extensions-it/target/generated-sources/castor'</b><br>
<b>Project 'castor' is missing required source folder:
'xmlctf-framework/target/generated-sources/castor'</b><br>
<br>
<br>
Best Regards, Ahmad<br>
<br>
<div class="gmail_quote">2009/5/22 Ralf Joachim <span dir="ltr"><a
moz-do-not-send="true" href="mailto:***@syscon.eu"
target="_blank"><***@syscon.eu></a></span><br>
<blockquote class="gmail_quote"
style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div bgcolor="#ffffff" text="#000000">Hi Ahmad,<br>
<br>
may it be possible that you have not checked out all changes from SVN?
<div>
<div><br>
<br>
Regards<br>
Ralf<br>
<br>
Ahmad Hassan schrieb:
<blockquote type="cite">Hi Ralf,<br>
<br>
Thanks for the message. I ran 'mvn clean' and 'mvn install' on project
root but 'mvn install' is throwing the same error as follows:<br>
<br>
[INFO]
------------------------------------------------------------------------<br>
[ERROR] BUILD FAILURE<br>
[INFO]
------------------------------------------------------------------------<br>
[INFO] Compilation failure<br>
<br>
D:\ECLIPSE_PROJECTS\workspace\castor\cpa\src\main\java\org\exolab\castor\persist<br>
\ClassMolder.java:[79,36] cannot find symbol<br>
symbol : class NamedNativeQuery<br>
location: package org.exolab.castor.mapping.xml<br>
<br>
'mvn install also cannot resolve this dependency.<br>
<br>
Best Regards, Ahmad<br>
<br>
<div class="gmail_quote">2009/5/22 Ralf Joachim <span
dir="ltr"><a moz-do-not-send="true"
href="mailto:***@syscon.eu" target="_blank"><***@syscon.eu></a></span><br>
<blockquote class="gmail_quote"
style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi
Ahmad,<br>
<br>
some classes of Castor are generated during build. If one of the source<br>
files of generation (e.g. mapping.xsd) changes it may happen that new<br>
files are generated and you get compile failures until you execute build<br>
once again. org.exolab.castor.mapping.xml.NamedNativeQuery is one of<br>
those. After execution of 'mvn clean' and 'mvn install' on project root<br>
followed by a refresh of your eclipse project this errors should
disapear.<br>
<br>
Regards<br>
Ralf<br>
<br>
Ahmad Hassan schrieb:<br> <div> <div>> Hi,<br>
><br>
> I have just downloaded the updated ClassMolder class. There has
been<br>
> new dependency added in this class and because of that I am getting<br>
> import error<br>
><br>
> import org.exolab.castor.mapping.xml.NamedNativeQuery;<br>
><br>
> Can someone please tell me how to resolve this new dependency.<br>
><br>
> Thanks.<br>
><br>
> --<br>
> Best Regards, Hassan<br>
><br>
> Erasmus Student<br>
> Current Institute: University Of Carlos III, Madrid Spain<br>
> Previous Institute: Aristotle University of Thessaloniki, Greece<br>
> Home Institute: The University of Reading, UK<br>
</div>
</div>
--<br>
<br>
Syscon Ingenieurbüro für Meß- und Datentechnik GmbH<br>
Ralf Joachim<br>
Raiffeisenstraße 11<br>
72127 Kusterdingen<br>
Germany<br>
<br>
Tel. +49 7071 3690 52<br>
Mobil: +49 173 9630135<br>
Fax +49 7071 3690 98<br>
<br>
Internet: <a moz-do-not-send="true" href="http://www.syscon.eu"
target="_blank">www.syscon.eu</a><br>
E-Mail: <a moz-do-not-send="true" href="mailto:***@syscon.eu"
target="_blank">***@syscon.eu</a><br>
<br>
Sitz der Gesellschaft: D-72127 Kusterdingen<br>
Registereintrag: Amtsgericht Stuttgart, HRB 382295<br>
Geschäftsleitung: Jens Joachim, Ralf Joachim<br>
<br>
<br>
<br>
<br>
---------------------------------------------------------------------<br>
To unsubscribe from this list, please visit:<br>
<br>
<a moz-do-not-send="true"
href="http://xircles.codehaus.org/manage_email" target="_blank">http://xircles.codehaus.org/manage_email</a><br>
<br>
<br>
</blockquote>
</div>
<br>
<br clear="all">
<br>
-- <br>
Best Regards, Hassan<br>
<br>
Erasmus Student<br>
Current Institute: University Of Carlos III, Madrid Spain<br>
Previous Institute: Aristotle University of Thessaloniki, Greece<br>
Home Institute: The University of Reading, UK<br>
<br>
</blockquote>
<br>
</div>
</div>
<pre cols="72">--
Syscon Ingenieurbüro für Meß- und Datentechnik GmbH
Ralf Joachim
Raiffeisenstraße 11
72127 Kusterdingen
Germany
Tel. +49 7071 3690 52
Mobil: +49 173 9630135
Fax +49 7071 3690 98
Internet: <a moz-do-not-send="true" href="http://www.syscon.eu"
target="_blank">www.syscon.eu</a><div>
E-Mail: <a moz-do-not-send="true" href="mailto:***@syscon.eu"
target="_blank">***@syscon.eu</a>
Sitz der Gesellschaft: D-72127 Kusterdingen
Registereintrag: Amtsgericht Stuttgart, HRB 382295
Geschäftsleitung: Jens Joachim, Ralf Joachim
</div></pre>
</div>
<div>
<div>---------------------------------------------------------------------
To unsubscribe from this list, please visit: <a moz-do-not-send="true"
href="http://xircles.codehaus.org/manage_email" target="_blank">http://xircles.codehaus.org/manage_email</a>
</div>
</div>
</blockquote>
</div>
<br>
<br clear="all">
<br>
-- <br>
Best Regards, Hassan<br>
<br>
Erasmus Student<br>
Current Institute: University Of Carlos III, Madrid Spain<br>
Previous Institute: Aristotle University of Thessaloniki, Greece<br>
Home Institute: The University of Reading, UK<br>
<br>
</blockquote>
<br>
<pre cols="72">--
Syscon Ingenieurbüro für Meß- und Datentechnik GmbH
Ralf Joachim
Raiffeisenstraße 11
72127 Kusterdingen
Germany
Tel. +49 7071 3690 52
Mobil: +49 173 9630135
Fax +49 7071 3690 98
Internet: <a moz-do-not-send="true" href="http://www.syscon.eu"
target="_blank">www.syscon.eu</a>
E-Mail: <a moz-do-not-send="true" href="mailto:***@syscon.eu"
target="_blank">***@syscon.eu</a>
Sitz der Gesellschaft: D-72127 Kusterdingen
Registereintrag: Amtsgericht Stuttgart, HRB 382295
Geschäftsleitung: Jens Joachim, Ralf Joachim
</pre>
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
<a moz-do-not-send="true"
href="http://xircles.codehaus.org/manage_email" target="_blank">http://xircles.codehaus.org/manage_email</a>
</blockquote>
<br>
</div>
</div>
<pre cols="72">--
Syscon Ingenieurbüro für Meß- und Datentechnik GmbH
Ralf Joachim
Raiffeisenstraße 11
72127 Kusterdingen
Germany
Tel. +49 7071 3690 52
Mobil: +49 173 9630135
Fax +49 7071 3690 98
Internet: <a moz-do-not-send="true" href="http://www.syscon.eu"
target="_blank">www.syscon.eu</a><div class="im">
E-Mail: <a moz-do-not-send="true" href="mailto:***@syscon.eu"
target="_blank">***@syscon.eu</a>
Sitz der Gesellschaft: D-72127 Kusterdingen
Registereintrag: Amtsgericht Stuttgart, HRB 382295
Geschäftsleitung: Jens Joachim, Ralf Joachim
</div></pre>
</div>
<div>
<div class="h5">---------------------------------------------------------------------
To unsubscribe from this list, please visit: <a moz-do-not-send="true"
href="http://xircles.codehaus.org/manage_email" target="_blank">http://xircles.codehaus.org/manage_email</a>
</div>
</div>
</blockquote>
</div>
<br>
<br clear="all">
<br>
-- <br>
Best Regards, Hassan<br>
<br>
Erasmus Student<br>
Current Institute: University Of Carlos III, Madrid Spain<br>
Previous Institute: Aristotle University of Thessaloniki, Greece<br>
Home Institute: The University of Reading, UK<br>
<br>
</blockquote>
<br>
<pre class="moz-signature" cols="72">--
Syscon Ingenieurbüro für Meß- und Datentechnik GmbH
Ralf Joachim
Raiffeisenstraße 11
72127 Kusterdingen
Germany
Tel. +49 7071 3690 52
Mobil: +49 173 9630135
Fax +49 7071 3690 98
Internet: <a class="moz-txt-link-abbreviated" href="http://www.syscon.eu">www.syscon.eu</a>
E-Mail: <a class="moz-txt-link-abbreviated" href="mailto:***@syscon.eu">***@syscon.eu</a>
Sitz der Gesellschaft: D-72127 Kusterdingen
Registereintrag: Amtsgericht Stuttgart, HRB 382295
Geschäftsleitung: Jens Joachim, Ralf Joachim
</pre>
</body>
</html>
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email