[concern-users] problems with installation embedded demo
Brought to you by:
hengels,
leonchiver
|
From: Torsten S. <tor...@co...> - 2005-09-22 13:31:15
|
Hi guys,
con:cern seems to suit my needs for our workflow-come-on-project.
I rather like the vision to make the projekt run without J2EE,
but with wingS-rich-client UI or on other way.
For persistence I prefer PostgreSQL-database.
So I'm willing to try out the sample "embedded-demo"
The CVS access standing by our firewall.
Unlucky I'm aware that the concern-2.0.1.tgz have zero bytes and
so I'll do my best on the concern-2.0.tgz version.
The global "ant all dist" and diverse subtree "ant all dist"
gone successful
1) So, my first problem at this time is:
But at the embedded-demo "ant all dist" seems to be a special nut, so I got:
<snip>
concern:
[java] Generating artifact: ddl/postgres.xsl
[java] java.io.FileNotFoundException:
/home/torstentschroeder/temp/4/concern/devel/dist/etc/xsl/ddl/postgres.xsl
(No such file or directory)
</snip>
Okay, I'd modified the etc/hibernate.cfg.xml with real life user/password and
database.
The devel "ant all" and "ant dist" are done successful, but the ddl-path is
missed.
I'd searched the mailing-lists and the project site, but without success.
2) The second problem at same ant-command, compiling errors,
seems to be bugs in the source?:
<snip>
compile:
[javac] Compiling 19 source files to
/home/torstentschroeder/temp/4/concern/embedded-demo/build/class
[javac]
/home/torstentschroeder/temp/4/concern/embedded-demo/src/java/org/concern/embedded/demo/procurement/process/EntschiedenExit.java:15:
unreported exception org.concern.SubjectNotFoundException; must be caught or
declared to be thrown
[javac]
controller.destroySubject(controller.getLoader().idOf(subject));
[javac] ^
[javac]
/home/torstentschroeder/temp/4/concern/embedded-demo/src/java/org/concern/embedded/demo/procurement/process/ProcurementLoader.java:30:
org.concern.embedded.demo.procurement.process.ProcurementLoader is not
abstract and does notoverride abstract method
load(java.lang.String[],java.lang.String,java.lang.String) in
org.concern.Loader
[javac] public class ProcurementLoader
[javac] ^
[javac]
/home/torstentschroeder/temp/4/concern/embedded-demo/src/java/org/concern/embedded/demo/procurement/process/ProcurementLoader.java:97:
idOf(java.lang.Object) in
org.concern.embedded.demo.procurement.process.ProcurementLoader cannot
implement idOf(java.lang.Object) in org.concern.Loader; overridden method
does not throw org.concern.UnknownSubjectException
[javac] public String idOf(Object subject) throws
UnknownSubjectException {
[javac] ^
[javac]
/home/torstentschroeder/temp/4/concern/embedded-demo/src/java/org/concern/embedded/demo/procurement/process/ProcurementLoader.java:59:
load(java.lang.String[]) in
org.concern.embedded.demo.procurement.process.ProcurementLoader cannot
implement load(java.lang.String[]) in org.concern.Loader; overridden method
does not throw org.concern.UnknownSubjectException
[javac] public Object[] load(String[] ids) throws
UnknownSubjectException {
[javac] ^
[javac]
/home/torstentschroeder/temp/4/concern/embedded-demo/src/java/org/concern/embedded/demo/procurement/process/ProcurementLoader.java:33:
load(java.lang.String) in
org.concern.embedded.demo.procurement.process.ProcurementLoader cannot
implement load(java.lang.String) in org.concern.Loader; overridden method
does not throw org.concern.UnknownSubjectException
[javac] public Object load(String id) throws UnknownSubjectException {
[javac] ^
[javac] 5 errors
BUILD FAILED
/home/torstentschroeder/temp/4/concern/embedded-demo/build.xml:82: Compile
failed; see the compiler error output for details.
</snip>
Thank you in advance
Torsten
|