Today was published the interview about me on JavaStaff portal. The interview is in Italian language:
http://www.javastaff.com/article.php?story=20071211103706919
Tuesday, December 11, 2007
Subscribe to:
Post Comments (Atom)
Luca is the CEO and Founder at OrientDB, the first Multi-Model NoSQL DBMS with a true Distributed Graph Database Engine. He was also a member of JDO Expert Groups for Java.
4 comments:
ciao, dopo aver letto la tua intervista ho provato ad utilizzare roma framework, ma ti segnalo che non sono riuscito a farlo funzionare nè con il build (quando lancio roma mi da "Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad version number in .class file) nè riesco a compilare i sorgenti ( se lancio ant install mi da "compile:
[echo] ----------------------------------------------------
[echo] core - debug=on
[echo] S:\SOFTWARE\Java\Roma\modules\core\build.xml
[echo] ----------------------------------------------------
[javac] Compiling 18 source files to S:\SOFTWARE\Java\Roma\modules\core\buil
d
[javac] S:\SOFTWARE\Java\Roma\modules\core\src\org\romaframework\core\vpojo\
VirtualPojo.java:36: method does not override a method from its superclass
[javac] @Override
[javac] ^
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 error
BUILD FAILED
S:\SOFTWARE\Java\Roma\build.xml:64: The following error occurred while executing
this line:
S:\SOFTWARE\Java\Roma\build.xml:12: The following error occurred while executing
this line:
S:\SOFTWARE\Java\Roma\common\default-build.xml:144: The following error occurred
while executing this line:
S:\SOFTWARE\Java\Roma\common\default-build.xml:105: Compile failed; see the comp
iler error output for details.")
Utilizzo jdk1.5.0_06 e ant 1.7.0 e l'ultima versione di roma 1.0RC4 su windows xp sp2.
Ciao,
si è un problema che ci hanno riportato in diversi. Per risolverlo scegli una di queste strade:
- Scarica la versione aggiornatissima dal trunk di SVN
- oppure con i src che hai compila con la JDK 6
- oppure rimuovi @Override
- oppure attenti domani che rilasciamo una minor update con il fix ;-)
Ciao, Lvc@
grazie, ho cancellato @Override e funziona.
Ciao Luca,
benedetto fu il Commodore....
Post a Comment