You can subscribe to this list here.
| 2003 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
(8) |
Jun
(1) |
Jul
|
Aug
(3) |
Sep
(2) |
Oct
(16) |
Nov
(5) |
Dec
(3) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 |
Jan
(4) |
Feb
(2) |
Mar
(1) |
Apr
(1) |
May
(2) |
Jun
(3) |
Jul
(2) |
Aug
(6) |
Sep
(18) |
Oct
(18) |
Nov
(1) |
Dec
(5) |
| 2005 |
Jan
(4) |
Feb
(1) |
Mar
(3) |
Apr
|
May
(6) |
Jun
(1) |
Jul
(15) |
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
| 2006 |
Jan
(2) |
Feb
(6) |
Mar
(9) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
|
From: Lofi D. <de...@gm...> - 2006-11-01 10:18:09
|
Hi All, I just want to inform you, that Frank and I will have a presentation in German language about Business Rules in connection with Product Line and Model Driven Architecture in OOP 2007 Munich. See this program for more details: http://www.sigs.de/kongresse/oop_2007/OOP_2007_ConferenceProgram.pdf and... I began to write my own blogs ;-), see this for more: http://lofidewanto.blogspot.com Happy modeling and coding, -- --------------------------------------------------- Blasius Lofi Dewanto --------------------------------------------------- Homepage : http://dewanto.tripod.com E-Mail : de...@gm... --------------------------------------------------- EJOSA - Enterprise Java Open Source Architecture http://ejosa.sourceforge.net OpenUSS - Open University Support System http://openuss.sourceforge.net mdaVOFI - Model Driven Architecture for Visualization of Financial Implications http://mdavofi.sourceforge.net --------------------------------------------------- |
|
From: Lofi D. <de...@gm...> - 2006-04-22 08:17:42
|
Hi All, I updated some stuffs in CVS... now everything is moved over to AndroMDA 3.1... To Ingo: Could you please update your local rep. and check whether everything is working just fine? Thanks! Cheers, -- --------------------------------------------------- Blasius Lofi Dewanto --------------------------------------------------- Homepage : http://dewanto.tripod.com E-Mail : de...@gm... --------------------------------------------------- EJOSA - Enterprise Java Open Source Architecture http://ejosa.sourceforge.net OpenUSS - Open University Support System http://openuss.sourceforge.net mdaVOFI - Model Driven Architecture for Visualization of Financial Implications http://mdavofi.sourceforge.net --------------------------------------------------- |
|
From: Lofi D. <de...@gm...> - 2006-03-31 10:49:32
|
Hi Ricardo and Arturo, thanks for your support for changing the license... So, the next version of OpenUSS and EJOSA will be based on Apache 2 license... Cheers, -- --------------------------------------------------- Blasius Lofi Dewanto --------------------------------------------------- OpenUSS - Open University Support System http://openuss.sourceforge.net --------------------------------------------------- E-Mail : de...@un... --------------------------------------------------- |
|
From: Lofi D. <de...@gm...> - 2006-03-31 10:47:10
|
A one day workshop on MDA (Model Driven Architecture) was held in Jakarta on March 23rd. 2006 together with INIXINDO Learning Centre Indonesia. There were 30 developers joined this workshop. Slides are now available online as pdf file and we offer a free discussion group for all the participants who still have some questions. To join this discussion group please register yourself as a student at: http://openuss01.uni-muenster.de/foundation/student/registration/RegistrationPage.po Afterwards go for this page and use your newly created student login: http://openuss01.uni-muenster.de/foundation/subject/MainPageOfSubjectForStudent.po?EnrollmentId=1143 702026609 A news from SDA Magazine Asia about this workshop can be found at: http://www.sda-indo.com/sda/news/psecom,id,7946,_page,1,nodeid,4,_language,Indonesia.html To download the content and slides of this workshop please go here and download the attachment on the bottom side: http://openuss01.uni-muenster.de/foundation/faculty/FacultyInfoDetailPage.po?FacultyInfoId=1143677050038&FacultyId=985006680849 -- --------------------------------------------------- Blasius Lofi Dewanto --------------------------------------------------- OpenUSS - Open University Support System http://openuss.sourceforge.net --------------------------------------------------- E-Mail : de...@gm... --------------------------------------------------- |
|
From: <et...@li...> - 2006-03-14 19:14:18
|
Hi Lofi,
I concur.
Regards.
Arturo
On Thu, 9 Mar 2006, Lofi Dewanto wrote:
> Hi OpenUSS and EJOSA community,
>
> we, Ingo and I, are thinking of changing OpenUSS and EJOSA license from
> GPL/LGPL into Apache license 2.0 ("do whatever you want with the codes")
> which is more free than GPL/LGPL. We hope to have a better developers
> and users acceptance through the Apache license 2.0.
>
> What do you think? Especially to all the developers and ex-developers,
> do you agree with this change? Since we need your agreement to be able
> to change the license...
>
> Thanks and cheers,
> --
> ---------------------------------------------------
> Blasius Lofi Dewanto
> ---------------------------------------------------
> OpenUSS - Open University Support System
> http://openuss.sourceforge.net
> ---------------------------------------------------
> E-Mail : de...@un...
> ---------------------------------------------------
>
|
|
From: Lofi D. <de...@gm...> - 2006-03-09 05:45:08
|
Hi OpenUSS and EJOSA community,
we, Ingo and I, are thinking of changing OpenUSS and EJOSA license from
GPL/LGPL into Apache license 2.0 ("do whatever you want with the codes")
which is more free than GPL/LGPL. We hope to have a better developers
and users acceptance through the Apache license 2.0.
What do you think? Especially to all the developers and ex-developers,
do you agree with this change? Since we need your agreement to be able
to change the license...
Thanks and cheers,
--
---------------------------------------------------
Blasius Lofi Dewanto
---------------------------------------------------
OpenUSS - Open University Support System
http://openuss.sourceforge.net
---------------------------------------------------
E-Mail : de...@un...
---------------------------------------------------
|
|
From: Lofi D. <de...@gm...> - 2006-03-03 08:27:44
|
Hi Ingo, I maybe found the reason for the wyrd build things in dev-cartridges... All the build.xml files did not have "basedir" property, so they may getting confused. I added this property to all the build.xml files... Cheers, -- --------------------------------------------------- Blasius Lofi Dewanto --------------------------------------------------- OpenUSS - Open University Support System http://openuss.sourceforge.net --------------------------------------------------- E-Mail : de...@un... --------------------------------------------------- |
|
From: Lofi D. <de...@gm...> - 2006-03-02 11:52:38
|
> Maybe we can use the "classpath*:" prefix for ApplicationContext search. > This will load all available ApplicationContext-Descriptions in the > classpath that match a certain pattern and merge them together. > I haven't tested it by now, but I guess this will fix our problem. ok... soon I'll commit my work to ejosa (changing all the descriptors, so they will work for AndroMDA 3.1) Cheers, -- --------------------------------------------------- Blasius Lofi Dewanto --------------------------------------------------- OpenUSS - Open University Support System http://openuss.sourceforge.net --------------------------------------------------- E-Mail : de...@un... --------------------------------------------------- |
|
From: <de...@du...> - 2006-03-02 07:30:21
|
Hi Lofi, > OK, this will change in the next andromda since the spring cartridge > will support outlets for all the interfaces, see: > http://galaxy.andromda.org/forum/viewtopic.php?t=1606 >=20 > > Even worst if I use the standard way to integrate spring with > > JavaServer Faces I had to place the configuration files into the = WEB-INF > > folder of the presentation layer. >=20 > we need to separate the development and deployment time concerns... > - Development time: you don't need to place the config files into > the WEB-INF. As far as your configs are reachable within the > classpath. > - Deployment time: yes, you need to put it somewhere. But anyway > you need to build a war file (presentation), so we can put = everything > in there... Maybe we can use the "classpath*:" prefix for ApplicationContext search. This will load all available ApplicationContext-Descriptions in the classpath that match a certain pattern and merge them together. I haven't tested it by now, but I guess this will fix our problem.=20 Ingo > > What we need is a simple mechanism to register a business module = which > is > > available in classpath. Like the independent factories in our ejosa > > framework. >=20 > Don't we already have this by using the service locator of AndroMDA? >=20 > > Maybe http://el4j.sf.net could be a heavy solution. > > > > http://el4j.sourceforge.net/docs/pdf/EL4J_IntroductionArticle1.pdf >=20 > I'll take a look on this. >=20 > Cheers, > -- > --------------------------------------------------- > Blasius Lofi Dewanto > --------------------------------------------------- > OpenUSS - Open University Support System > http://openuss.sourceforge.net > --------------------------------------------------- > E-Mail : de...@un... > --------------------------------------------------- >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting > language > that extends applications into web and mobile media. Attend the live > webcast > and join the prime developer group breaking into this new coding > territory! > = http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=110944&bid$1720&dat=121642 > _______________________________________________ > Ejosa-developer mailing list > Ejo...@li... > https://lists.sourceforge.net/lists/listinfo/ejosa-developer |
|
From: Lofi D. <de...@gm...> - 2006-03-02 05:47:34
|
Hi Ingo, > You can see this in your current piggybank spring example. There you have > explicitly defined within the presentation layer where the configuration > file of the business layer is located. you can surely use the service locator, which is generated by andromda... > Also you didn't use our specification > layer. OK, this will change in the next andromda since the spring cartridge will support outlets for all the interfaces, see: http://galaxy.andromda.org/forum/viewtopic.php?t=1606 > Even worst if I use the standard way to integrate spring with > JavaServer Faces I had to place the configuration files into the WEB-INF > folder of the presentation layer. we need to separate the development and deployment time concerns... - Development time: you don't need to place the config files into the WEB-INF. As far as your configs are reachable within the classpath. - Deployment time: yes, you need to put it somewhere. But anyway you need to build a war file (presentation), so we can put everything in there... > What we need is a simple mechanism to register a business module which is > available in classpath. Like the independent factories in our ejosa > framework. Don't we already have this by using the service locator of AndroMDA? > Maybe http://el4j.sf.net could be a heavy solution. > > http://el4j.sourceforge.net/docs/pdf/EL4J_IntroductionArticle1.pdf I'll take a look on this. Cheers, -- --------------------------------------------------- Blasius Lofi Dewanto --------------------------------------------------- OpenUSS - Open University Support System http://openuss.sourceforge.net --------------------------------------------------- E-Mail : de...@un... --------------------------------------------------- |
|
From: <de...@du...> - 2006-03-01 18:47:22
|
Hi Lofi, I guess we will have some trouble with integrating Spring into EJOSA.=20 Because Spring doesn't seem to support multiple components by there own ApplicationContext implementation.=20 You can see this in your current piggybank spring example. There you = have explicitly defined within the presentation layer where the configuration file of the business layer is located. Also you didn't use our = specification layer. Even worst if I use the standard way to integrate spring with JavaServer Faces I had to place the configuration files into the WEB-INF folder of the presentation layer.=20 What we need is a simple mechanism to register a business module which = is available in classpath. Like the independent factories in our ejosa framework. Maybe http://el4j.sf.net could be a heavy solution. http://el4j.sourceforge.net/docs/pdf/EL4J_IntroductionArticle1.pdf Regards, Ingo -----Urspr=FCngliche Nachricht----- Von: ejo...@li... [mailto:ejo...@li...] Im Auftrag von Lofi Dewanto Gesendet: Dienstag, 28. Februar 2006 23:38 An: EJOSA Template Mailinglist Betreff: [Ejosa-developer] Data and Object Binding Hi Ingo, following our talk today about Object and Data Binding of JSF components. Please take a look at this: Online Help Java Creator -> Binding Component http://developers.sun.com/prodtech/javatools/jscreator/reference/docs/hel= p/ You can bind Spring Value Object to a textField, etc. and all of those JSF components, just like Delphi! Very cool! So, no need to do this by hand if you are using Java Creator... Cheers, --=20 --------------------------------------------------- Blasius Lofi Dewanto --------------------------------------------------- OpenUSS - Open University Support System http://openuss.sourceforge.net --------------------------------------------------- E-Mail : de...@un... --------------------------------------------------- ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting = language that extends applications into web and mobile media. Attend the live = webcast and join the prime developer group breaking into this new coding = territory! http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D110944&bid=3D241720&dat=3D= 121642 _______________________________________________ Ejosa-developer mailing list Ejo...@li... https://lists.sourceforge.net/lists/listinfo/ejosa-developer |
|
From: Lofi D. <de...@gm...> - 2006-02-28 22:35:47
|
Hi Ingo, following our talk today about Object and Data Binding of JSF components. Please take a look at this: Online Help Java Creator -> Binding Component http://developers.sun.com/prodtech/javatools/jscreator/reference/docs/help/ You can bind Spring Value Object to a textField, etc. and all of those JSF components, just like Delphi! Very cool! So, no need to do this by hand if you are using Java Creator... Cheers, -- --------------------------------------------------- Blasius Lofi Dewanto --------------------------------------------------- OpenUSS - Open University Support System http://openuss.sourceforge.net --------------------------------------------------- E-Mail : de...@un... --------------------------------------------------- |
|
From: Lofi D. <de...@gm...> - 2006-02-26 19:16:11
|
Hi All, I added a start and stop Ant task for AndroMDA server now... For this purpose I needed to add a new directory within the ext-libs/andromda... Discussion in AndroMDA: http://galaxy.andromda.org/forum/viewtopic.php?t=1438 One thing for sure, the compilation of all the cartridges dev-cartridges is now very fast!!! Cheers, -- --------------------------------------------------- Blasius Lofi Dewanto --------------------------------------------------- OpenUSS - Open University Support System http://openuss.sourceforge.net --------------------------------------------------- E-Mail : de...@un... --------------------------------------------------- |
|
From: Lofi D. <de...@gm...> - 2006-02-24 19:27:55
|
Something to add, at the moment the cvs rep. is not compileable since we need to add some stuffs into ext-libs/andromda... As soon as I tested the whole applications I will update the ext-libs... Cheers, -- --------------------------------------------------- Blasius Lofi Dewanto --------------------------------------------------- OpenUSS - Open University Support System http://openuss.sourceforge.net --------------------------------------------------- E-Mail : de...@un... --------------------------------------------------- |
|
From: Lofi D. <de...@gm...> - 2006-02-24 18:52:35
|
Hi All, I updated the ejosa-revo/dev-cartridges to be compile-able with AndroMDA 3.1... To Ingo: I didn't know that you added those andromda.xml... Please *update* your cvs now, since I already commited all changes to AndroMDA 3.1... Info: all JSF-based Java Creator applications can be run without any problem in Tomcat container: http://wiki.java.net/bin/view/People/DeployingCreatorApps http://developers.sun.com/prodtech/javatools/jscreator/reference/docs/help/deploy/howtodeploy/deploy_tomcat.html I tested the JSF created application under Enhydra Enterprise 6.2 and it worked smoothly... ;-) To everyone: we are in process of adding PiggyBank for JSF and Spring... Cheers, -- --------------------------------------------------- Blasius Lofi Dewanto --------------------------------------------------- OpenUSS - Open University Support System http://openuss.sourceforge.net --------------------------------------------------- E-Mail : de...@un... --------------------------------------------------- |
|
From: <ing...@du...> - 2006-02-24 17:20:21
|
Hi, I just started to update all EJOSA cartridges to AndroMDA 3.1 version.=20 The configuration and build files seem to work fine.=20 But the andromda-metafacade-profile within all cartridge model files = must be updated still.=20 I am not sure how this can be easily done :-( @Lofi: Didn=92t you make a model upgrade for your spring example? So, please be not confused if you cannot compile the current CVS = version. The upgrade is still in progress. Regards Ingo |
|
From: Lofi D. <de...@gm...> - 2006-02-08 08:04:46
|
Hi All EJOSA and OpenUSS developers, as I promised to support the development of ArgoUML (Open Source UML tool) I would like to ask everyone who made some "models" to also export their models into an XMI format with no diagram information. This makes easier to test with ArgoUML since the XMI import of ArgoUML won't work with diagram information. To Arne: Could you please export your dev-research/model/src/*.* to an XMI format *without* diagram and commit it to CVS, just like other model files in EJOSA or OpenUSS? Thanks! Because I cannot open your .zuml files... Cheers, -- --------------------------------------------------- Blasius Lofi Dewanto --------------------------------------------------- OpenUSS - Open University Support System http://openuss.sourceforge.net --------------------------------------------------- E-Mail : de...@un... --------------------------------------------------- |
|
From: Lofi D. <de...@gm...> - 2006-01-17 10:37:07
|
Dear Community, thanks to Alfred Madl (CEO from Together Teamlösungen in Austria), from today EJOSA will become a part and a top level project of Enhydra Community. We have migrated the website of EJOSA to Enhydra. Check this out: http://www.enhydra.org http://www.enhydra.org/ejosa/ We are working for the coming EJOSA 2.4 which supports: - Enhydra Enterprise 6.5 or newer - AndroMDA 3.1 - Including the product line example with MTL (Model-Model transformation) for PiggyBank - Including a Spring example for PiggyBank - Adding JSF example for PiggyBank - Pusblishing an article "Model Transfomations for Dummies" within JAX Magazine which should show step by step creating model transformations for AndroMDA (Model-Text) and MTL (Model-Model). We also like to discuss about: - Adding an AndroMDA cartridge for DODS (since we already have a cartridge for EAF + XMLC) to make it possible creating Enhydra applications (EAF, XMLC, POJO, DODS) completely based on UML. - looking for possibilites using Spring within EAF + XMLC and DODS. For example we could get rid the relation between Business Entity (e.g. Person) and the Data Entity (e.g. PersonDO) and inject this from "outside" with Spring to make unit testing easier. Any other ideas and supports are very welcome! Thanks a lot! -- --------------------------------------------------- Blasius Lofi Dewanto --------------------------------------------------- OpenUSS - Open University Support System http://openuss.sourceforge.net --------------------------------------------------- E-Mail : de...@un... --------------------------------------------------- |
|
From: Lofi D. <de...@gm...> - 2006-01-08 12:17:06
|
Hi All,
first of all: Happy new year to Enhydra Community! Hope
to see a lot of new things coming in Enhydra in 2006!
I really like the new look&feel of Enhydra site, cool and
very easy to navigate!
I also read this part:
"A graphical DODS editor based on UML, possibly replace DOML schema with
UML/XMI"
This would be very nice! IMO it's worthwhile to base this on UML since:
1) You have some UML tools available (ArgoUML, Poseidon,
MagicDraw, ...).
2) You need not to build your own tool for building DODS application,
so you can save resources and use it somewhere else.
The next step would be to write an AndroMDA cartridge (MDA) to let all
the DODS file automatically created/generated. Please see the example of
Hibernate cartridge:
http://www.andromda.org/andromda-hibernate-cartridge/index.html
EJOSA (http://ejosa.sourceforge.net - now also with new look&feel :-))
has already an AndroMDA cartridge for EAF/XMLC presentation layer.
See: http://www.jaxmag.com/itr/online_artikel/psecom,id,653,nodeid,147.html
If we have a DODS cartridge, we will be able to create a complete
Enhydra Application (EAF/XMLC with DODS) completely based on UML. This
would IMO enrich Enhydra products.
At the moment we are updating the cartridges (also the EAF/XMLC) to
AndroMDA 3.1. All the examples (PiggyBank) will be also updated to
Enhydra Enterprise 6.5.x. I'll inform the community as soon as we
finished this work.
Cheers,
--
---------------------------------------------------
Blasius Lofi Dewanto
---------------------------------------------------
OpenUSS - Open University Support System
http://openuss.sourceforge.net
---------------------------------------------------
E-Mail : de...@un...
---------------------------------------------------
|
|
From: Lofi D. <de...@gm...> - 2005-10-15 14:23:36
|
Hi All,
I tried the latest development version of ArgoUML 0.19.6 and it
looks very promising! Great work!
Here are some comments:
1) ArgoUML is very fast, amazing. Nice diagrams.
2) I imported a big XMI file from Poseidon without any errors.
3) Though after that I met some problems:
- Activity model does not imported well. I have an activity
model attached to a use case and this is gone after the import.
- I only see stereotypes only one per model element. This is not
good since when using AndroMDA you need to mark your model and
often you need more than one stereotype per model element. IMO
this is a very important aspect for ArgoUML to be able to support
AndroMDA.
Again, I'm very impressed with the new ArgoUML and I hope that someday
we can have a complete Open Source MDA development...
Maybe it is also possible to make join development between Motion
Modeling (http://motionmodeling.sourceforge.net) and ArgoUML?
Thank you,
BTW.: I added the AndroMDA ArgoUML project into AndroMDA Wiki:
http://galaxy.andromda.org/confluence/display/USER/Projects+Using+AndroMDA
--
---------------------------------------------------
Blasius Lofi Dewanto
---------------------------------------------------
OpenUSS - Open University Support System
http://openuss.sourceforge.net
---------------------------------------------------
E-Mail : de...@un...
---------------------------------------------------
|
|
From: Lofi D. <de...@gm...> - 2005-07-10 18:11:28
|
Hi Ingo,
> just testing the piggybank-ejb-hibernate example. I got the below
> exception after I added a coin. I guess something is wrong with the
> Hibernate configurations.
No, it seems that Eclipse has deleted some of JOnAS compiled classes.
Try to rebuild and run it again...
BTW.: You can also build all through the application:
ejosa-revo\dev-piggybank-swing-enhydra-ejb-hibernate\application\build\apply-all-build
and run only in one JVM:
ejosa-revo\dev-piggybank-swing-enhydra-ejb-hibernate\application\bin\jonas\jonas-bin.xml
Cheers,
> Any Suggestions,
>
> Ingo
>
> [___java_] 2005-07-09 16:53:55,744 : Server.start : JOnAS server
> 'jonas' started on rmi/jrmp
>
> [___java_] Coin: create a User Activity!
>
> [___java_] 16:54:08,893 INFO Environment:483 - Hibernate 2.1.8
>
> [___java_] 16:54:08,943 INFO Environment:517 - loaded properties
> from resource hibernate.properties:
> {hibernate.cglib.use_reflection_optimizer=true,
> hibernate.dialect=net.sf.hibernate.dialect.HSQLDialect,
> hibernate.jdbc.use_streams_for_binary=true, hibernate.jdbc.batch_size=0,
> hibernate.query.substitutions=true 1, false 0, yes 'Y', no 'N',
> hibernate.query.imports=net.sf.hibernate.test, net.sf.hibernate.eg,
> hibernate.proxool.pool_alias=pool1, hibernate.show_sql=true,
> hibernate.connection.pool_size=1, hibernate.statement_cache.size=25}
>
> [___java_] 16:54:08,973 INFO Environment:542 - using java.io
> streams to persist binary types
>
> [___java_] 16:54:08,973 INFO Environment:543 - using CGLIB
> reflection optimizer
>
> [___java_] 16:54:08,983 INFO Environment:572 - using JDK 1.4
> java.sql.Timestamp handling
>
> [___java_] 16:54:08,993 INFO Configuration:351 - Mapping resource:
> org/ejosa/piggybank/business/CoinAbstract.hbm.xml
>
> [___java_] 16:54:10,164 INFO Binder:229 - Mapping class:
> org.ejosa.piggybank.business.CoinAbstract -> HIB_COIN
>
> [___java_] 16:54:10,815 INFO Binder:169 - Mapping subclass:
> org.ejosa.piggybank.business.CoinBean -> HIB_COIN
>
> [___java_] 16:54:10,825 INFO Configuration:641 - processing
> one-to-many association mappings
>
> [___java_] 16:54:10,825 INFO Configuration:650 - processing
> one-to-one association property references
>
> [___java_] 16:54:10,825 INFO Configuration:675 - processing
> foreign key constraints
>
> [___java_] 16:54:10,946 INFO Dialect:86 - Using dialect:
> net.sf.hibernate.dialect.HSQLDialect
>
> [___java_] 16:54:11,126 INFO SettingsFactory:74 - Use outer join
> fetching: true
>
> [___java_] 16:54:11,266 WARN UserSuppliedConnectionProvider:25 -
> No connection properties specified - the user must supply JDBC connections
>
> [___java_] 16:54:11,296 INFO TransactionManagerLookupFactory:33 -
> No TransactionManagerLookup configured (in JTA environment, use of
> process level read-write cache is not recommended)
>
> [___java_] 16:54:11,296 INFO SettingsFactory:114 - Use scrollable
> result sets: false
>
> [___java_] 16:54:11,296 INFO SettingsFactory:117 - Use JDBC3
> getGeneratedKeys(): false
>
> [___java_] 16:54:11,306 INFO SettingsFactory:120 - Optimize cache
> for minimal puts: false
>
> [___java_] 16:54:11,306 INFO SettingsFactory:126 - echoing all SQL
> to stdout
>
> [___java_] 16:54:11,316 INFO SettingsFactory:129 - Query language
> substitutions: {no='N', true=1, yes='Y', false=0}
>
> [___java_] 16:54:11,316 INFO SettingsFactory:140 - cache provider:
> net.sf.hibernate.cache.EhCacheProvider
>
> [___java_] 16:54:11,506 INFO Configuration:1130 - instantiating
> and configuring caches
>
> [___java_] 16:54:11,717 WARN Configurator:125 - No configuration
> found. Configuring ehcache from ehcache-failsafe.xml found in the
> classpath:
> jar:file:/D:/development/workspace-ejosa/ejosa-revo/ext-libs/hibernate/lib/ehcache-0.9.jar!/ehcache-failsafe.xml
>
> [___java_] 16:54:12,448 INFO SessionFactoryImpl:119 - building
> session factory
>
> [___java_] 16:54:14,641 INFO SessionFactoryObjectFactory:82 - Not
> binding factory to JNDI, no JNDI name configured
>
> [___java_] UserActivity: Coin 23 created!
>
> [___java_] Hibernate: insert into HIB_COIN (DATE, AMOUNT, CURRENCY,
> class, ID) values (?, ?, ?, 'CoinBean', ?)
>
> [___java_] 16:54:15,302 ERROR PresentationApplication:? - RID:4:
> Unhandled Application error in
> org.ejosa.piggybank.presentation.enhydra.PresentationApplication
>
> [___java_]___ java.lang.NullPointerException_
>
> [___java_] at
> org.ejosa.piggybank.presentation.enhydra.ErrorHandler.showStyleSheetAndMedia(___ErrorHandler.java:119_)
>
> [___java_] at
> org.ejosa.piggybank.presentation.enhydra.ErrorHandler.run(___ErrorHandler.java:60_)
>
> [___java_] at
> com.lutris.appserver.server.httpPresentation.HttpPresentationManager.runPresentationObj(Unknown
> Source)
>
> [___java_] at
> com.lutris.appserver.server.httpPresentation.HttpPresentationManager.Run(Unknown
> Source)
>
> [___java_] at
> com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet.serviceDirect(Unknown
> Source)
>
> [___java_] at
> com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet.service(Unknown
> Source)
>
> [___java_] at
> javax.servlet.http.HttpServlet.service(___HttpServlet.java:856_)
>
> [___java_] at
> sun.reflect.NativeMethodAccessorImpl.invoke0(___Native Method_)
>
> [___java_] at
> sun.reflect.NativeMethodAccessorImpl.invoke(___NativeMethodAccessorImpl.java:39_)
>
> [___java_] at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(___DelegatingMethodAccessorImpl.java:25_)
>
> [___java_] at java.lang.reflect.Method.invoke(___Method.java:585_)
>
> [___java_] at
> org.apache.catalina.security.SecurityUtil$1.run(___SecurityUtil.java:243_)
>
> [___java_] at java.security.AccessController.doPrivileged(___Native
> Method_)
>
> [___java_] at
> javax.security.auth.Subject.doAsPrivileged(___Subject.java:517_)
>
> [___java_] at
> org.apache.catalina.security.SecurityUtil.execute(___SecurityUtil.java:272_)
>
> [___java_] at
> org.apache.catalina.security.SecurityUtil.doAsPrivilege(___SecurityUtil.java:161_)
>
> [___java_] at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(___ApplicationFilterChain.java:245_)
>
> [___java_] at
> org.apache.catalina.core.ApplicationFilterChain.access$000(___ApplicationFilterChain.java:50_)
>
> [___java_] at
> org.apache.catalina.core.ApplicationFilterChain$1.run(___ApplicationFilterChain.java:156_)
>
> [___java_] at java.security.AccessController.doPrivileged(___Native
> Method_)
>
> [___java_] at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(___ApplicationFilterChain.java:152_)
>
> [___java_] at
> org.apache.catalina.core.StandardWrapperValve.invoke(___StandardWrapperValve.java:214_)
>
> [___java_] at
> org.apache.catalina.core.StandardValveContext.invokeNext(___StandardValveContext.java:104_)
>
> [___java_] at
> org.apache.catalina.core.StandardPipeline.invoke(___StandardPipeline.java:520_)
>
> [___java_] at
> org.apache.catalina.core.StandardContextValve.invokeInternal(___StandardContextValve.java:198_)
>
> [___java_] at
> org.apache.catalina.core.StandardContextValve.invoke(___StandardContextValve.java:152_)
>
> [___java_] at
> org.apache.catalina.core.StandardValveContext.invokeNext(___StandardValveContext.java:104_)
>
> [___java_] at
> org.apache.catalina.core.StandardPipeline.invoke(___StandardPipeline.java:520_)
>
> [___java_] at
> org.apache.catalina.core.StandardHostValve.invoke(___StandardHostValve.java:137_)
>
> [___java_] at
> org.apache.catalina.core.StandardValveContext.invokeNext(___StandardValveContext.java:104_)
>
> [___java_] at
> org.apache.catalina.valves.ErrorReportValve.invoke(___ErrorReportValve.java:118_)
>
> [___java_] at
> org.apache.catalina.core.StandardValveContext.invokeNext(___StandardValveContext.java:102_)
>
> [___java_] at
> org.apache.catalina.core.StandardPipeline.invoke(___StandardPipeline.java:520_)
>
> [___java_] at
> org.apache.catalina.core.StandardEngineValve.invoke(___StandardEngineValve.java:109_)
>
> [___java_] at
> org.apache.catalina.core.StandardValveContext.invokeNext(___StandardValveContext.java:104_)
>
> [___java_] at
> org.apache.catalina.core.StandardPipeline.invoke(___StandardPipeline.java:520_)
>
> [___java_] at
> org.apache.catalina.core.ContainerBase.invoke(___ContainerBase.java:929_)
>
> [___java_] at
> org.apache.coyote.tomcat5.CoyoteAdapter.service(___CoyoteAdapter.java:160_)
>
> [___java_] at
> org.apache.coyote.http11.Http11Processor.process(___Http11Processor.java:799_)
>
> [___java_] at
> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(___Http11Protocol.java:705_)
>
> [___java_] at
> org.apache.tomcat.util.net.TcpWorkerThread.runIt(___PoolTcpEndpoint.java:577_)
>
> [___java_] at
> org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(___ThreadPool.java:684_)
>
> [___java_] at java.lang.Thread.run(___Thread.java:595_)
>
>
--
---------------------------------------------------
Blasius Lofi Dewanto
---------------------------------------------------
OpenUSS - Open University Support System
http://openuss.sourceforge.net
---------------------------------------------------
E-Mail : de...@un...
---------------------------------------------------
|
|
From: <de...@du...> - 2005-07-09 15:05:56
|
Hi,
just testing the piggybank-ejb-hibernate example. I got the below exception
after I added a coin. I guess something is wrong with the Hibernate
configurations.
Any Suggestions,
Ingo
[java] 2005-07-09 16:53:55,744 : Server.start : JOnAS server 'jonas'
started on rmi/jrmp
[java] Coin: create a User Activity!
[java] 16:54:08,893 INFO Environment:483 - Hibernate 2.1.8
[java] 16:54:08,943 INFO Environment:517 - loaded properties from
resource hibernate.properties:
{hibernate.cglib.use_reflection_optimizer=true,
hibernate.dialect=net.sf.hibernate.dialect.HSQLDialect,
hibernate.jdbc.use_streams_for_binary=true, hibernate.jdbc.batch_size=0,
hibernate.query.substitutions=true 1, false 0, yes 'Y', no 'N',
hibernate.query.imports=net.sf.hibernate.test, net.sf.hibernate.eg,
hibernate.proxool.pool_alias=pool1, hibernate.show_sql=true,
hibernate.connection.pool_size=1, hibernate.statement_cache.size=25}
[java] 16:54:08,973 INFO Environment:542 - using java.io streams to
persist binary types
[java] 16:54:08,973 INFO Environment:543 - using CGLIB reflection
optimizer
[java] 16:54:08,983 INFO Environment:572 - using JDK 1.4
java.sql.Timestamp handling
[java] 16:54:08,993 INFO Configuration:351 - Mapping resource:
org/ejosa/piggybank/business/CoinAbstract.hbm.xml
[java] 16:54:10,164 INFO Binder:229 - Mapping class:
org.ejosa.piggybank.business.CoinAbstract -> HIB_COIN
[java] 16:54:10,815 INFO Binder:169 - Mapping subclass:
org.ejosa.piggybank.business.CoinBean -> HIB_COIN
[java] 16:54:10,825 INFO Configuration:641 - processing one-to-many
association mappings
[java] 16:54:10,825 INFO Configuration:650 - processing one-to-one
association property references
[java] 16:54:10,825 INFO Configuration:675 - processing foreign key
constraints
[java] 16:54:10,946 INFO Dialect:86 - Using dialect:
net.sf.hibernate.dialect.HSQLDialect
[java] 16:54:11,126 INFO SettingsFactory:74 - Use outer join fetching:
true
[java] 16:54:11,266 WARN UserSuppliedConnectionProvider:25 - No
connection properties specified - the user must supply JDBC connections
[java] 16:54:11,296 INFO TransactionManagerLookupFactory:33 - No
TransactionManagerLookup configured (in JTA environment, use of process
level read-write cache is not recommended)
[java] 16:54:11,296 INFO SettingsFactory:114 - Use scrollable result
sets: false
[java] 16:54:11,296 INFO SettingsFactory:117 - Use JDBC3
getGeneratedKeys(): false
[java] 16:54:11,306 INFO SettingsFactory:120 - Optimize cache for
minimal puts: false
[java] 16:54:11,306 INFO SettingsFactory:126 - echoing all SQL to
stdout
[java] 16:54:11,316 INFO SettingsFactory:129 - Query language
substitutions: {no='N', true=1, yes='Y', false=0}
[java] 16:54:11,316 INFO SettingsFactory:140 - cache provider:
net.sf.hibernate.cache.EhCacheProvider
[java] 16:54:11,506 INFO Configuration:1130 - instantiating and
configuring caches
[java] 16:54:11,717 WARN Configurator:125 - No configuration found.
Configuring ehcache from ehcache-failsafe.xml found in the classpath:
jar:file:/D:/development/workspace-ejosa/ejosa-revo/ext-libs/hibernate/lib/e
hcache-0.9.jar!/ehcache-failsafe.xml
[java] 16:54:12,448 INFO SessionFactoryImpl:119 - building session
factory
[java] 16:54:14,641 INFO SessionFactoryObjectFactory:82 - Not binding
factory to JNDI, no JNDI name configured
[java] UserActivity: Coin 23 created!
[java] Hibernate: insert into HIB_COIN (DATE, AMOUNT, CURRENCY, class,
ID) values (?, ?, ?, 'CoinBean', ?)
[java] 16:54:15,302 ERROR PresentationApplication:? - RID:4: Unhandled
Application error in
org.ejosa.piggybank.presentation.enhydra.PresentationApplication
[java] java.lang.NullPointerException
[java] at
org.ejosa.piggybank.presentation.enhydra.ErrorHandler.showStyleSheetAndMedia
(ErrorHandler.java:119)
[java] at
org.ejosa.piggybank.presentation.enhydra.ErrorHandler.run(ErrorHandler.java:
60)
[java] at
com.lutris.appserver.server.httpPresentation.HttpPresentationManager.runPres
entationObj(Unknown Source)
[java] at
com.lutris.appserver.server.httpPresentation.HttpPresentationManager.Run(Unk
nown Source)
[java] at
com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
.serviceDirect(Unknown Source)
[java] at
com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
.service(Unknown Source)
[java] at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[java] at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
)
[java] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)
[java] at java.lang.reflect.Method.invoke(Method.java:585)
[java] at
org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243)
[java] at java.security.AccessController.doPrivileged(Native Method)
[java] at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
[java] at
org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:272)
[java] at
org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:16
1)
[java] at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:245)
[java] at
org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilter
Chain.java:50)
[java] at
org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain
.java:156)
[java] at java.security.AccessController.doPrivileged(Native Method)
[java] at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:152)
[java] at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
va:214)
[java] at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex
t.java:104)
[java] at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
[java] at
org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContext
Valve.java:198)
[java] at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja
va:152)
[java] at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex
t.java:104)
[java] at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
[java] at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137
)
[java] at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex
t.java:104)
[java] at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118
)
[java] at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex
t.java:102)
[java] at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
[java] at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java
:109)
[java] at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex
t.java:104)
[java] at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
[java] at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
[java] at
org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
[java] at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
[java] at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConne
ction(Http11Protocol.java:705)
[java] at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
[java] at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav
a:684)
[java] at java.lang.Thread.run(Thread.java:595)
|
|
From: Lofi D. <de...@gm...> - 2005-07-08 13:52:14
|
> I’m trying to compile the current cvs version of ejosa-revo. The > dev-framework/business/build/build.xml references a > ext-libs/jonas/lib/jonas.jar file that doesn’t exist. > > Does anybody no why this jar-file is missing? This is wyrd... Because the jonas.jar is not used anymore... So you don't need it. I check the build.xml and see no reference to jonas.jar... Here is the link to build.xml: http://cvs.sourceforge.net/viewcvs.py/ejosa/ejosa-revo/dev-framework/business/build/build.xml?rev=1.5&view=markup -- --------------------------------------------------- Blasius Lofi Dewanto --------------------------------------------------- OpenUSS - Open University Support System http://openuss.sourceforge.net --------------------------------------------------- E-Mail : de...@un... --------------------------------------------------- |
|
From: <de...@du...> - 2005-07-08 12:43:21
|
Hi, I=92m trying to compile the current cvs version of ejosa-revo. The dev-framework/business/build/build.xml references a ext-libs/jonas/lib/jonas.jar file that doesn=92t exist. Does anybody no why this jar-file is missing? Regards, Ingo |
|
From: Lofi D. <de...@gm...> - 2005-07-04 10:49:24
|
> This is your choice. If you like to have it this way you have to put all > components-classes of your model in a package called "dev-xxx". If you do > not like it you can choose a different packages structure like described > before. Cool! Hope to see that EJOSA will also support JBoss, Struts, JSF, etc... ;-) -- --------------------------------------------------- Blasius Lofi Dewanto --------------------------------------------------- OpenUSS - Open University Support System http://openuss.sourceforge.net --------------------------------------------------- E-Mail : de...@un... --------------------------------------------------- |