Re: [concern-users] problems with installation embedded demo
Brought to you by:
hengels,
leonchiver
|
From: Holger E. <he...@me...> - 2005-09-23 07:01:25
|
Hi Thorsten,
first of all: thank you for the corrections to the homepage! I will apply them
as son as possible.
then, you should switch to the cvs head. head is currently stabilizing. it has
many advantages over the 2.0 release:
o you can assign actors to user activites. the actor will assign work to
assignees (integrate with an arbitrary orga structure management)
o a rich worklist concept
o the modeller's usability has been enhanced
o multiple process controllers share the same controller tables
o better spring integration (autowiring for process elements)
o correct timeout-and retry handling
the embedded-demo is not supported anymore. It has been excluded from
the 2.0.1
distribution. please use the j2ee-demo as a reference.
We're currently using the j2ee-demo as the prototype for the current
development
in our company .. for we're using spring and not jmx, we changed the
deployment
accordingly. I will send you a copy of the prototype.
Regards,
Holger
Quoting Torsten Schroeder <tor...@co...>:
> 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
>
>
>
>
> -------------------------------------------------------
> SF.Net email is sponsored by:
> Tame your development challenges with Apache's Geronimo App Server. Download
> it for free - -and be entered to win a 42" plasma tv or your very own
> Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
> _______________________________________________
> concern-users mailing list
> con...@li...
> https://lists.sourceforge.net/lists/listinfo/concern-users
>
>
|