Re: [Fornax-developer] How to Access from a GuiModule to his referenced DSLModule

2010-12-28 Thread Patrik Nordwall
This forum has moved to http://groups.google.com/group/fornax-platform MasterBoy wrote: > > Morning everybody > > i want to access to my dslmudule from a ViewTask (in XPand). i have to go > to the guiapplication to pass to the dslApplication and search for the > module that have the same name

Re: [Fornax-developer] Customizing Sculptor

2010-12-06 Thread Patrik Nordwall
This forum has moved to http://groups.google.com/group/fornax-platform Please post this interesting question there and I will answer. /Patrik Betania del Mar Bellera Sosa wrote: > > Hi all, > > I've decided to use Sculptor to develop model driven, but I plan to make > some changes in it to ada

Re: [Fornax-developer] Change name of spring context/ persistence file ...

2010-10-15 Thread Patrik Nordwall
Please use the new forum: http://groups.google.com/group/fornax-platform/ cfarrugia wrote: > > can names of files such as more.xml (spring-context) and persistence.xml, > be changed/generated to custom names such as -context.xml ? > > If yes, how? > > Thanks Chris > -- View this message

Re: [Fornax-developer] Hibernate MappingException for Enums.

2010-10-15 Thread Patrik Nordwall
Please use the new forum: http://groups.google.com/group/fornax-platform/ Chrismic wrote: > > Hi all, > > I have defined an enum in my model file as follows: > > -- > > "Enum denoting the visibility of a recipients address when a message is > sent to one or more recipients" > enum Ad

Re: [Fornax-developer] XSD generation from the model

2010-10-14 Thread Patrik Nordwall
Please use the new forum: http://groups.google.com/group/fornax-platform/ Jef Pfeiffer wrote: > > Hi, > > I'm looking into approaches to generate an XSD from my domain model (or, > more specifically, a subset of it). There are a few options I'm aware of, > but none of them are seamless and en

Re: [Fornax-developer] PostgreSQL Database Types

2010-10-12 Thread Patrik Nordwall
Thanks, fixed in trunk. /Patrik Sascha Broich wrote: > > Hi, > > I also want to point out that PostgreSQL uses TEXT for Clob and OID for > Blob. This should be default in the properties file. > > > > Regards, > Sascha Broich > > -- > Sascha Broich > Development > > TSA - Teleport Sachsen

[Fornax-developer] Fwd: Howto add extra class generation to model (factory/builder)

2010-10-02 Thread Patrik Nordwall
> Från: Patrik Nordwall > Datum: 2 oktober 2010 13:43:31 CEST > Till: "fornax-platf...@googlegroups.com" > Ämne: Re: Howto add extra class generation to model (factory/builder) > > Look in the source code of the templates. All define blocks can be re-defin

[Fornax-developer] THIS FORUM HAS BEEN MOVED

2010-09-27 Thread Patrik Nordwall
This forum has moved to Google Groups: http://groups.google.com/group/fornax-platform Please join. We are looking forward to answering your questions over there. /Patrik -- View this message in context: http://old.nabble.com/THIS-FORUM-HAS-BEEN-MOVED-tp29825537s17564p29825537.html Sent from the

Re: [Fornax-developer] Move Fornax Forum to Google Groups?

2010-09-27 Thread Patrik Nordwall
roups? > > Yes, better for me too. > > Pavel > > On Fri, Sep 24, 2010 at 7:42 AM, Patrik Nordwall > wrote: >> Hi, we are not very satisfied with the Old Nabble service. >> Delayed/missing notifications. Now and yesterday the web ui has

Re: [Fornax-developer] New Xtext support

2010-09-27 Thread Patrik Nordwall
I have also tried trunk and it is ok, but I don't think we have all maven build pieces in place. If you find any issues with trunk, please report them here in the forum (soon new google group). If there are any blocking issues you can fall back to the old stuff prior to this xtext 1.0 migration.

Re: [Fornax-developer] Howto add extra class generation to model (factory/builder)

2010-09-27 Thread Patrik Nordwall
etDomainPackage() + ".My" + name + "Mock") TO_GEN_SRC_TEST» package «getDomainPackage()»; public class My«name»Mock { } «ENDFILE» «ENDDEFINE» I hope that solves what you are looking for. /Patrik Patrik Nordwall wrote: > > Glad t

Re: [Fornax-developer] Howto add extra class generation to model (factory/builder)

2010-09-27 Thread Patrik Nordwall
Glad that you like it. Your customization need should not be any problem. I will describe how to do later today. I'm mobile right now. /Patrik eagle-eye wrote: > > Hi, > > I really like the possibilities fo sculptor and I am trying it out right > now. When I define my model and I want to use M

Re: [Fornax-developer] [sculptor]How to change generation of xhtml views?

2010-09-23 Thread Patrik Nordwall
Impressing Andreas! Not easy to see that from the error message.  You also need to add import of extensions:properties import sculptormetamodel; import sculptorguimetamodel;  extension extensions::guihelper; extension extensions::properties;  Från: Andreas Källberg Ämne: Re: [Fornax-developer] [

[Fornax-developer] Move Fornax Forum to Google Groups?

2010-09-23 Thread Patrik Nordwall
Hi, we are not very satisfied with the Old Nabble service. Delayed/missing notifications. Now and yesterday the web ui has been unavailble. Shall I create a Google Group instead? /Patrik -- Nokia and AT&T present the

Re: [Fornax-developer] [sculptor]How to change generation of xhtml views?

2010-09-22 Thread Patrik Nordwall
They are located in templates/web/ I think the one you are looking for is JSFCrudGuiFlowJsf.xpt and you can redefine them in your WebSpecialCases.xpt with ordinary AROUND mechanism. E.g. AROUND templates::web::jsfInputField(boolean editable) FOR ViewDataProperty /Patrik greatfooty wrote: > >

Re: [Fornax-developer] Sculpture ported to Xtext 1.0.1 (CSC-529)

2010-09-21 Thread Patrik Nordwall
Max, thanks a lot for your great work. I will try it out. Trunk might be a bit unstable for a while. I have created a branch if someone needs to build the old stuff prior to this xtext 1.0 migration. http://fornax.svn.sourceforge.net/svnroot/fornax/branches/cartridges/sculptor/before_xtext1.0/ /

Re: [Fornax-developer] ANTLR issue with Xtext 1.0.1

2010-09-06 Thread Patrik Nordwall
It would be great if we can add your port in subversion so that we can look at the missing pieces together. We can create a Fornax account for you so that you can commit to subversion yourself. Send me your sourceforge username and the email address that you would like to be used for notificatio

Re: [Fornax-developer] AccessFactoryImpl

2010-09-04 Thread Patrik Nordwall
One additional thought. I think it is easier to skip usage of GenericAccessFactory (it will be hard to use with pure EJB3). Instead, we can simply generate same factory methods in XxxRepositoryBase as we now do in XxxAccessFactoryImpl /Patrik Patrik Nordwall wrote: > > The original

Re: [Fornax-developer] ANTLR issue with Xtext 1.0.1

2010-09-03 Thread Patrik Nordwall
It is awesome that you have started to port to Xtext 1.0. I did a quick attempt the other day but got stuck on some scoping issues and then I have not had time to look at it more. One thing in the grammar that I think we should change is the way we handle unordered groups. At a lot of places we h

Re: [Fornax-developer] AccessFactoryImpl

2010-09-03 Thread Patrik Nordwall
The original design idea was that repository should be independent of underlaying database technique (e.g. hibernate specific stuff) There is a lengthy motivation in http://fornax.itemis.de/confluence/display/fornax/3.+Advanced+Tutorial+(CSC)#3.AdvancedTutorial%28CSC%29-HowtoGenerateRepositories

Re: [Fornax-developer] Inheritance and interface implementation

2010-08-31 Thread Patrik Nordwall
Good change, thanks! /Patrik PaloT wrote: > > Hi Patrik, > we had problem with new FullAuditLog. I created issue and described > solution (and made SVN commit to generator) with CSC-544. Please > review this and if you are satisfied close issue. For our projects > it's working. > > Regards >

Re: [Fornax-developer] Test Logs

2010-08-30 Thread Patrik Nordwall
Do you run the tests with jvm flag (system property) -Dlog4j.configuration=log4j-test.properties ? /Patrik cfarrugia wrote: > > Hi, > > Is there a way i can disable/reduce the tons of logs dbunit generates > during tests? i tried modifying the log4j-test.properties file but it > doesnt seem t

Re: [Fornax-developer] Problem with filter in library example

2010-08-26 Thread Patrik Nordwall
, >>>> I guess I'm not getting some emails from mailing list. For example >>>> origin of this mail I didn't receive - I checked also Spam. Any idea >>>> why? >>>> >>>> Pavel >>>> >>>> >>>> O

Re: [Fornax-developer] Problem with filter in library example

2010-08-25 Thread Patrik Nordwall
Thanks, jira issue created: http://fornax.itemis.de/jira/browse/CSC-543 CSC-543 m. egner wrote: > > I played around a little bit with the library example of sculptor. > > Everything went smooth except that when I enter a library name as a filter > in the liberary list view I get a NullPointe

Re: [Fornax-developer] MongoDB cartridge and bidirectional associations

2010-08-22 Thread Patrik Nordwall
like expressions are regular expressions when using mongodb. http://www.mongodb.org/display/DOCS/Advanced+Queries#AdvancedQueries-RegularExpressions /Patrik rsmith wrote: > > Came across another small difference related to criteria queries.. > > When using Hibernate/SQL, I had to build 'like'

Re: [Fornax-developer] MongoDB cartridge and bidirectional associations

2010-08-22 Thread Patrik Nordwall
Thanks for reporting this issue. I don't think mongodb supports that in aggregate (single document). Anyway, I have created a Jira issue http://fornax.itemis.de/jira/browse/CSC-540 CSC-540 for this so that we can investigate it and at least prevent endless loop. /Patrik rsmith wrote: > > I

Re: [Fornax-developer] Audit in a separable table

2010-08-20 Thread Patrik Nordwall
ullAuditLog") + "<" + entity.getDomainPackage() + "." + entity.name + ">") -> list.toCommaSeparatedString(); I hope that helps you one step further. Sorry for the inconvenience. This FullAudit feature has obviously not been used/tested much. /Patrik Patrik Nordwall wrote: >

Re: [Fornax-developer] [sculptor] RESTful Services

2010-08-20 Thread Patrik Nordwall
ut if we have it generated than we get >>> everything for free. >>> Do you see some other disadvantages (performance, transactions scoping, >>> ...)? >>> >>> I even wanted to write our standard services as message services and >>> generate facad

Re: [Fornax-developer] [sculptor] RESTful Services

2010-08-20 Thread Patrik Nordwall
> On Fri, Aug 20, 2010 at 9:19 AM, Patrik Nordwall > wrote: >> >> Hi Attila, I'm happy to see you are back in the team again. >> >> We also need to decide if we need separate DslController or if we can use >> DslService, with some additions. >> >&

Re: [Fornax-developer] [sculptor] RESTful Services

2010-08-20 Thread Patrik Nordwall
ld have the same delegation mechanisms as a service, i.e. delegate to another service or repository. It should also support gap in the same way as service, i.e. if no delegation then a subclass is generated in src/main/java and hand written code can be addded. Patrik Nordwall wrote: > &g

Re: [Fornax-developer] [sculptor] RESTful Services

2010-08-20 Thread Patrik Nordwall
e problem ist that operations and params need "annotations" there. > Could you give me an example? > > @RequestMapping(value = "/inquiry/{id}", method = RequestMethod.GET) > public String show(@PathVariable("id") Long id, ModelMap modelMap) > throws Inqu

Re: [Fornax-developer] Audit in a separable table

2010-08-19 Thread Patrik Nordwall
Good, I will try the full audit. Did you load (find) the Client instance and then changed the attribute with setNom ? /Patrik Narich wrote: > > thank you Patrik , the probleme was resolved . il's because we were > excluded the generation of id attribute (database contsraints) > > Now , it's

Re: [Fornax-developer] Conceptual question

2010-08-18 Thread Patrik Nordwall
PaloT wrote: > > Hello, > we have small problem with DDD design. We have for example entity > which hold list of aggregated/calculated informations. This values ARE > NOT stored directly in DB. What is right solution? > - Make getter in Entity but you need than repository in entity > That is n

Re: [Fornax-developer] [sculptor] Spring 3.0.3

2010-08-18 Thread Patrik Nordwall
SC%29-Version2.0.x migration guide for 2.0.x . /Patrik Patrik Nordwall wrote: > > I have not touched smartclient-bt. I thought you can do that and test > smartclient. > /Patrik > > > PaloT wrote: >> >> Hi Patrik, interesting, I was trying to migrate to 3.x

Re: [Fornax-developer] Xtext 1.x support for Maven

2010-08-18 Thread Patrik Nordwall
Great! /Patrik Karsten Thoms wrote: > > Hi all, > > I have good news regarding the support for Xtext 1.x in Maven Builds. > Yesterday I managed to extend the Fornax Workflow Plugin to enable the > execution of MWE2 workflows for an example DSL project. The build was > using version 3.1.0-SNAPSH

Re: [Fornax-developer] [sculptor] Spring 3.0.3

2010-08-18 Thread Patrik Nordwall
than to look for changes. Looking > forward to test this. > > Pavel > > On Wed, Aug 18, 2010 at 9:05 AM, Patrik Nordwall > wrote: >> >> I have updated trunk to use Spring 3.0.3. It was surprisingly smooth. No >> code >> changes, only changed depende

[Fornax-developer] [sculptor] Spring 3.0.3

2010-08-18 Thread Patrik Nordwall
I have updated trunk to use Spring 3.0.3. It was surprisingly smooth. No code changes, only changed dependencies to: spring: 3.0.3.RELEASE spring webflow: 2.1.1.RELEASE junit: 4.6 I have deployed new Sculptor 2.0.0-SNAPSHOT. Let me know if you see anything that is broken. I know about one thing

Re: [Fornax-developer] Audit in a separable table

2010-08-15 Thread Patrik Nordwall
ditRecordListener.class" })»}) «ENDIF -» «ENDAROUND» Patrik Nordwall wrote: > > I can reproduce the "argument type mismatch" if I change the parameter > type of the method > void recordAuditInformation(Identifiabl

Re: [Fornax-developer] Audit in a separable table

2010-08-15 Thread Patrik Nordwall
67) > at > org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683) > at > org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390) > at > org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(Remo

Re: [Fornax-developer] Audit in a separable table

2010-08-12 Thread Patrik Nordwall
Full stack trace would be useful. /Patrik Narich wrote: > > Thank you for answering me . > > I did what you tell me , but i get an exception when I try to insert a new > record > > org.fornax.cartridges.sculptor.framework.errorhandling.UnexpectedRuntimeException[org.fornax.cartridges.sculp

[Fornax-developer] [sculptor] Update site for 1.9.0

2010-08-10 Thread Patrik Nordwall
FYI, Sculptor 1.9.0 plugins are now available at the Eclipse update site: http://fornax-platform.org/updatesite/ /Patrik -- View this message in context: http://old.nabble.com/-sculptor-%C2%A0Update-site-for-1.9.0-tp29394935s17564p29394935.html Sent from the Fornax-Platform mailing list archive

Re: [Fornax-developer] Audit in a separable table

2010-08-07 Thread Patrik Nordwall
Hi, That is possible. Do like this: 1. Turn off the ordinary audit fields by adding the following to sculptor-generator.properties: generate.auditable=false 2. Define the AuditRecord in your model.btdesign: Module audit { ValueObject AuditRecord { String entityName;

Re: [Fornax-developer] BLOG: EDA sculptor support

2010-08-02 Thread Patrik Nordwall
ation product. /Patrik PaloT wrote: > > On Wed, Jul 21, 2010 at 9:53 PM, Patrik Nordwall > wrote: >> PaloT wrote: >>> >>> Than after event reply aren't some events duplicated (one from replay >>> and one from service)? >>> >> I'm no

Re: [Fornax-developer] Eclipse Helios

2010-08-02 Thread Patrik Nordwall
I have not tried with Helios yet and I don't know if it is possible to squeeze in Sculptor 1.9.0 with xtext/xpand 0.7.2 into Helios. Probably a lot of trouble. Helios is on the roadmap for next version of Sculptor. Current version has only been tested with Galilio. Helios ships with xtext/xpand 1

Re: [Fornax-developer] Error when trying to publish DomainEvent in model

2010-07-28 Thread Patrik Nordwall
pic", '"' + topic + '"', eventBus != null, "eventBus", '"' + eventBus + '"' }) -» «ENDLET-» «ENDDEFINE» Use the original definition @EmployeeHired recordHire(DateTime occurred, @Employee employee) publish to employeeC

Re: [Fornax-developer] Error when trying to publish DomainEvent in model

2010-07-28 Thread Patrik Nordwall
Thanks for reporting this bug. The intention was that it should not be necessary to define eventType when return type or parameter is a DomainEvent. A workaround until we fix the bug is to define the eventType excplicity: @EmployeeHired recordHire(DateTime occurred, @Employee employee) publis

Re: [Fornax-developer] BLOG: EDA sculptor support

2010-07-21 Thread Patrik Nordwall
PaloT wrote: > > Hi, > I read our blog and I have questions (I ask here because nobody read > comments bellow blog): > > Do we somehow limit which type of event (Command/Message) can be fired > from service? > No limitation PaloT wrote: > > Can we fire CommandEvent from service? > Yes Palo

Re: [Fornax-developer] ServiceContext

2010-07-16 Thread Patrik Nordwall
That is indeed possible. audit attributes are fetched from the ServiceContext that is in the thread local in ServiceContextStore.get(). All you have to do is to set your own instance of ServiceContext in ServiceContextStore, i.e. ServiceContextStore.set(ctx) Remember to remove it from the thread

[Fornax-developer] [sculptor] Trunk is open for 2.0 dev

2010-07-11 Thread Patrik Nordwall
I have tagged 1.9.0 and changed to 2.0.0-SNAPSHOT in trunk. You are welcome to commit. /Patrik -- View this message in context: http://old.nabble.com/-sculptor--Trunk-is-open-for-2.0-dev-tp29135981s17564p29135981.html Sent from the Fornax-Platform mailing list archive at Nabble.com. --

Re: [Fornax-developer] ComplexType

2010-07-08 Thread Patrik Nordwall
Answer will not be 3 times as good just because I continue to push the Post Message button when server doesn't answer. Sorry! /Patrik Patrik Nordwall wrote: > > Yes, Map definitions might need some improvements. I'm not sure we should > support nested type paramete

Re: [Fornax-developer] Sculptor 1.9.0 Released

2010-07-08 Thread Patrik Nordwall
I can't find nothing about "ToStringStyle". >> >> Can you write some short blog entry about this release? It's easier to >> spread it as blog entry. >> >> Thanks again >> >> Pavel >> >> >> On Thu, Jul 8, 2010 at 8:56 AM, P

[Fornax-developer] Sculptor 1.9.0 Released

2010-07-07 Thread Patrik Nordwall
This is our 10th major version! Hip hip hurrey! This release contains: * http://fornax.itemis.de/confluence/display/fornax/12.+MongoDB+%28CSC%29 Support for MongoDB * http://fornax.itemis.de/confluence/display/fornax/6.+Event+Driven+Tutorial+%28CSC%29 Support for Event-Driven Arcitecture (Pu

Re: [Fornax-developer] ComplexType

2010-07-07 Thread Patrik Nordwall
Yes, Map definitions might need some improvements. I'm not sure we should support nested type parameters due to the added complexity, but let us take a look at it. Right now I think you can do something like this by defining your own javaType In sculptor-generator.properties javaType.OrgStructPai

Re: [Fornax-developer] ComplexType

2010-07-07 Thread Patrik Nordwall
Yes, Map definitions might need some improvements. I'm not sure we should support nested type parameters due to the added complexity, but let us take a look at it. Right now I think you can do something like this by defining your own javaType In sculptor-generator.properties javaType.OrgStructPai

Re: [Fornax-developer] ComplexType

2010-07-07 Thread Patrik Nordwall
Yes, Map definitions might need some improvements. I'm not sure we should support nested type parameters due to the added complexity, but let us take a look at it. Right now I think you can do something like this by defining your own javaType In sculptor-generator.properties javaType.OrgStructPai

Re: [Fornax-developer] New sculptor event mechanism

2010-07-04 Thread Patrik Nordwall
I have written documentation in wiki. Not totally complete yet, but please review it: http://fornax.itemis.de/confluence/x/FgBL /Patrik -- View this message in context: http://old.nabble.com/New-sculptor-event-mechanism-tp29024456s17564p29071258.html Sent from the Fornax-Platform mailing list a

Re: [Fornax-developer] New sculptor event mechanism

2010-06-30 Thread Patrik Nordwall
PaloT wrote: > > Hello, > can we move following code to BaseImpl: > @Autowired > @Qualifier("eventBus") > private EventBus eventBus; > > public ShippingCommandHandlerImpl() { > } > > public void receive(Event event) { > dispatch(this, event, "handle"); > }

Re: [Fornax-developer] New sculptor event mechanism

2010-06-29 Thread Patrik Nordwall
PaloT wrote: > > Hi Patrik, > I was playing little bit with new mongo-shipping sample. I like the > concept a lot but we need to clean rough edges. > Thanks a lot for trying it and for your feedback. I'm very interested in your ideas. We need to keep it simple, at least for 1.9. I don't think

[Fornax-developer] [sculptor] equals/hashCode for composite key

2010-06-29 Thread Patrik Nordwall
Pavel, didn't we have a conversation about the inner key class that is used for composite natural keys? I have added possibility to skip the inner class. Please try and review that it is what you were looking for. http://fornax.itemis.de/jira/browse/CSC-530 I have also made it possible to have s

[Fornax-developer] Sculptor 1.9.0 will soon be released - please test

2010-06-28 Thread Patrik Nordwall
I'm currently completing the last things before release, updating docs, regression testing with real projects. Please try latest 1.9.0-SNAPSHOT with your projects and give me feedback. There is a fresh downloadable update site for the dsl editor: http://fornax.itemis.de/confluence/download/attac

Re: [Fornax-developer] CSC-520

2010-06-25 Thread Patrik Nordwall
We have been thinking back and forth regarding CommandEvent and DomainEvent, but finally seattled for separating them in the DSL, because they have very different purpose. CommandEvent only comes in to play when going down the path of CQRS and EventSourcing. Take a look at the shipping sample, i

Re: [Fornax-developer] CSC-520

2010-06-25 Thread Patrik Nordwall
Yes, this is a small but extreamly important addition to Sculptor. Andreas and I have developed it together and used the knew mongodb/shipping sample as prototype. We have not written documentation yet, but here follows a short summary: In the simplest form you need Observer pattern to decouple m

[Fornax-developer] Spring Security Advisory - 2.5.6.SEC01

2010-06-17 Thread Patrik Nordwall
http://forum.springsource.org/showthread.php?t=70912 -- View this message in context: http://old.nabble.com/Spring-Security-Advisory---2.5.6.SEC01-tp28922373s17564p28922373.html Sent from the Fornax-Platform mailing list archive at Nabble.com. --

Re: [Fornax-developer] [sculptor] New Home Page

2010-06-14 Thread Patrik Nordwall
PaloT wrote: > > On Wed, Jun 9, 2010 at 9:03 PM, Patrik Nordwall > wrote: >> Ok, I thought it would be fun with some dynamic content and therefore I >> have >> added a RSS feed gadget from google. I agree, it is ugly. I have now >> changed >> to another

Re: [Fornax-developer] How Dsl model transformed to code generation model?

2010-06-09 Thread Patrik Nordwall
You mean that step 6 and 8 does the same thing? Yes, we could remove one of the constraint checks but since the model is modified by a transformation inbetween (step 7) we want to be sure that the model is correct. Especially since it is possible for users to do additional things in the transforma

Re: [Fornax-developer] [sculptor] New Home Page

2010-06-09 Thread Patrik Nordwall
s also nice - enough keywords (just add oAW and Eclipse > keyword to Xtext and Xpand description ;-) > I have fixed that. PaloT wrote: > > > If we agree about changes and you allow me to change it I can make > changes ourself > > Regards > > Pavel > > > On

[Fornax-developer] [sculptor] New Home Page

2010-06-04 Thread Patrik Nordwall
The new home page is completed. What do you think? http://sculptor.fornax-platform.org/ I have also updated and published the article http://sites.google.com/site/fornaxsculptor/improving-developer-productivity Improving Developer Productivity with Sculptor , since TSS lost it in their redesign.

Re: [Fornax-developer] Sculptor blog and site

2010-06-04 Thread Patrik Nordwall
not resolve the link? Could anyone else test the > link? > http://sculptor.fornax-platform.org > > ~Karsten > > Am 04.06.2010 um 08:51 schrieb Patrik Nordwall: > >> >> Has the redirect disappeared? >> >> http://sculptor.fornax-platform.org &

Re: [Fornax-developer] Sculptor blog and site

2010-06-03 Thread Patrik Nordwall
Has the redirect disappeared? http://sculptor.fornax-platform.org /Patrik -- View this message in context: http://old.nabble.com/Sculptor-blog-and-site-tp28522356s17564p28776334.html Sent from the Fornax-Platform mailing list archive at Nabble.com. -

Re: [Fornax-developer] Sculptor blog and site

2010-06-02 Thread Patrik Nordwall
> > ~Karsten > > Am 28.05.2010 um 07:40 schrieb Patrik Nordwall: > >> >> Karsten, I think it would be better and maybe easier if we can map my >> (fornax.sculptor) google sites homepage to >> http://sculptor.fornax-platform.org >> >> Goo

Re: [Fornax-developer] New blog entry

2010-06-01 Thread Patrik Nordwall
Tried to answer your question in new blog post. http://fornax-sculptor.blogspot.com/2010/06/event-sourcing-snapshots.html /Patrik PaloT wrote: > > Hi, > I just read our new Sculptor blog entry. It looks promising. Now I see > your idea about MongoDB. From blog is unclear how snapshot mechanism

Re: [Fornax-developer] fornax-checksum-m2-plugin vs. oaw-generation-lastrun.timestamp/checkResources

2010-05-30 Thread Patrik Nordwall
Hmm, that must be annoying :-) The first thing I would do is to remove auto process-resources (generate-sources) that is done by m2eclipse. I think you know better than m2eclipse when to generate and I think it is a too heavy operation to do on each save. In my daily work I use two commands, whi

Re: [Fornax-developer] Capitalized field names

2010-05-28 Thread Patrik Nordwall
Thanks for reporting this. I have also noticed it before. It is actually a bug (or lack of feature) in hybridlabs beautifier, which fix the imports (incorrectly in this case). /Patrik Jef Pfeiffer wrote: > > Using Sculptor 1.8, I¹ve noticed that the model validator will emit > warnings > when

Re: [Fornax-developer] Sculptor blog and site

2010-05-27 Thread Patrik Nordwall
://sites.google.com/support/bin/answer.py?hl=en&answer=99448 You only need to modify the CNAME, as described in the instruction. Is that possible? /Patrik Patrik Nordwall wrote: > > Karsten, any progress on this? > /Patrik > > > Karsten Thoms wrote: >> >> Sure, writ

[Fornax-developer] Insufficient Storage in maven repo

2010-05-26 Thread Patrik Nordwall
Disk full? I got this when deploying new snapshot Error deploying artifact: Failed to transfer file: http://www.fornax-platform.org/archiva/repository/snapshots/org/fornax/cartridges/fornax-cartridges-sculptor-smartclient/1.9.0-SNAPSHOT/fornax-cartridges-sculptor-smartclient-1.9.0-20100527.043159

Re: [Fornax-developer] Sculptor blog and site

2010-05-24 Thread Patrik Nordwall
Karsten, any progress on this? /Patrik Karsten Thoms wrote: > > Sure, write access to the location should be allowed to the project. > Our admin Steffen is currently out of office, I hope to get feedback > soon from him. > > ~Karsten > > Am 11.05.2010 um 14:28

Re: [Fornax-developer] Sculptor and Apache Lucene

2010-05-18 Thread Patrik Nordwall
; > You should take a look here aswell http://lucene.apache.org/solr/ Solr > > @Pavel > As i said above i will give a try hibernate search - programmatic api so > i need to only add something to persistence.xml (hope so;) i dont have > expirience with it so we will see) > >

Re: [Fornax-developer] Sculptor and Apache Lucene

2010-05-17 Thread Patrik Nordwall
I like the idea, as a complement to structural finders (which always requires predefined indexes for decent performance on large data volumes). Do you think http://www.hibernate.org/subprojects/search.html Hibernate Search is the right way to go, or is it better to use Lucene api ourselves. May

Re: [Fornax-developer] Site design

2010-05-17 Thread Patrik Nordwall
o Comic ;-). > It is default eclipse editor font in Mac OS X, Monaco. I can change something else if you like? PaloT wrote: > > > On Sun, May 16, 2010 at 9:11 PM, Patrik Nordwall > wrote: >> >> Thanks for your feedback. I have added a little bit more design. I guess >

Re: [Fornax-developer] [Sculptor] Best approach for handling 'multiple' creates or updates?

2010-05-16 Thread Patrik Nordwall
Maybe not necessary for this case, but it can be good for youto know that we have added support for using non persisten ValueObjects and DataTransferObjects in the gui. By using these you can define a structure that fits the GUI without necerarily having the same persistent domain model. /Patrik

Re: [Fornax-developer] Site design

2010-05-16 Thread Patrik Nordwall
://sites.google.com/site/fornaxsculptor/ /Patrik Karsten Thoms wrote: > > Looks really good to me! > > > > Am 13.05.2010 um 19:35 schrieb Patrik Nordwall: > >> >> I have created a prototype with google sites. >> http://sites.google.com/site/fornaxsculptor/

[Fornax-developer] [sculptor] Smartclient dependencies

2010-05-16 Thread Patrik Nordwall
Pavel, have you noticed the question in wiki. http://fornax.itemis.de/confluence/display/fornax/5.4.+SmartClient+(CSC) I thought it should not be necessary to install any dependencies manually. /Patrik -- View this message in context: http://old.nabble.com/-sculptor--Smartclient-dependencies

Re: [Fornax-developer] Unique field

2010-05-16 Thread Patrik Nordwall
, meta model etc. Pavel, will you do that, or do you need assistance? /Patrik Patrik Nordwall wrote: > > I think that is too complicated. I think it is enough with _one_ unique > set of attributes/references for an entity. In cases when more is added > that can be handled by han

Re: [Fornax-developer] Site design

2010-05-15 Thread Patrik Nordwall
uous Language for the specific application. Entity is part of Sculptor DSL, i.e. DDD building block. /Patrik PaloT wrote: > > > On Thu, May 13, 2010 at 6:35 PM, Patrik Nordwall > wrote: >> >> I have created a prototype with google sites. >> http://sites.google.

Re: [Fornax-developer] Site design

2010-05-13 Thread Patrik Nordwall
I have created a prototype with google sites. http://sites.google.com/site/fornaxsculptor/ What do you think? /Patrik Patrik Nordwall wrote: > > Yes, that will not be easy. We should try to not include too much. That > will be hard :-) > > We might use some of this

Re: [Fornax-developer] Saving data to oracle DB issue using JPA.

2010-05-12 Thread Patrik Nordwall
tomized web layer. >> >> Thanks and regards! >> >> >> deepshar027 wrote: >>> >>> Well , I think in that sense its a bug.I think there can be a >>> configurable parameter if we want to support transactions and then >>> sculptor should add

Re: [Fornax-developer] Site design

2010-05-11 Thread Patrik Nordwall
Yes, that will not be easy. We should try to not include too much. That will be hard :-) We might use some of this advice: http://www.smashingshare.com/2010/04/12/how-to-develop-homepage-layout-that-sells/ /Patrik PaloT wrote: > > I don't know how to proceed now and who will decide about our

Re: [Fornax-developer] Generating unique key

2010-05-11 Thread Patrik Nordwall
Good, I have noticed that before but never fixed it. Thanks. I will review later. /Patrik PaloT wrote: > > Hi Patrik, > we allow to make associations part of key like: > Entity AccAccount { >String name key; >ClientAccount clientAccount key; >... > } > > However unique constrain was

Re: [Fornax-developer] Sculptor blog and site

2010-05-11 Thread Patrik Nordwall
fluence and the like. Maybe we could offer some > webspace where some static pages can be uploaded to. > > Have to check this and come back to you... > > Best, > ~Karsten > > > Am 11.05.2010 um 12:45 schrieb Patrik Nordwall: > >> >> Good idea. Karsten,

Re: [Fornax-developer] Sculptor blog and site

2010-05-11 Thread Patrik Nordwall
Good idea. Karsten, if you read this, could you tell us if there are any possibilities to host an ordinary web page as Sculptor first page. /Patrik PaloT wrote: > > Hello, > I did some 'sculptor' investigation on google. We are definitely hard > to find :-(. Even when you search directly 'scul

Re: [Fornax-developer] Re using BT projects

2010-05-11 Thread Patrik Nordwall
n than real independent application > integration. Or should I somehow include (external) module with > services without actual service generation in child project (reuse > services/repositories/access from parent project)? > > Thanks > > Pavel > > On Tue, May 11, 2010 a

Re: [Fornax-developer] Re using BT projects

2010-05-10 Thread Patrik Nordwall
PaloT wrote: > > Normally I don't do > it but if I will define relation from Entity managed by one > EntityManager to Entity which is managed by another EntityManager will > it work? > > Pavel > That's not a good idea and I don't think it will work. I think we can add an constraint on that,

Re: [Fornax-developer] Unique field

2010-05-10 Thread Patrik Nordwall
alID unique >String some1 unique "some" >String some2 unique "some" > > Will generate 3 unique indexes. > 1) "key" above name and group attribute > 2) "externalID" above externalID > 3) "some" above some1 and some2 &g

Re: [Fornax-developer] Re using BT projects

2010-05-10 Thread Patrik Nordwall
PaloT wrote: > > Hi Patrik, > I'm reusing smartclient-bt project as business tier project in other > projects. I found that persistent unit generated in parent project > contains entities also from smartclient-bt project. > That must be a bug. I have changed in JPA.xpt so that external module

Re: [Fornax-developer] Unique field

2010-05-10 Thread Patrik Nordwall
Good! I think we can add unique as keyword in DSL. Then I would like to have this functionality: - in meta model we should also add unique (boolean) field on Attribute and Reference - in generation of unique annotations and in ddl we should look at above unique field in meta model, instead of lo

Re: [Fornax-developer] Saving data to oracle DB issue using JPA.

2010-05-09 Thread Patrik Nordwall
d add that on the service methods. >> I am using spring-jpa (No EJB's) >> >> >> >> Patrik Nordwall wrote: >>> >>> Hmm, but do you think this is a bug in sculptor? You should not have to >>> add transactional attribute, that should be

Re: [Fornax-developer] ServiceContextStore

2010-05-05 Thread Patrik Nordwall
In remote method invokations you should pass in ServiceContext as parameter to the method. You can't rely on ServiceContextStore (thread local passing) of ServiceContext in remote method invokations. /Patrik PaloT wrote: > > Hello Patrik, > In Advanced tutorial we have: >

Re: [Fornax-developer] Saving Blobs

2010-05-05 Thread Patrik Nordwall
Intersting, any idea of how we should solve it? Do you know if it is the same when using @javax.persistence.Lob ? Feels like a stupid limitation in Hibernate. Is it the same in EclipseLink? Maybe we could check if the id is not assigned and then use persist instead of merge. You can of course do

Re: [Fornax-developer] Syntax diagrams

2010-05-04 Thread Patrik Nordwall
I think this looks very promising. I have also been asked for this kind of syntax reference. /Patrik PaloT wrote: > > Hello Patrik, > after playing little bit with Sculptordsl.xtext I created BNF notation > which generated following diagrams. Do you like it? I'm little bit > disappointed with q

[Fornax-developer] [suclptor] MongoDB feature is ready for experiment

2010-04-27 Thread Patrik Nordwall
Read about the new MongoDB target implementation in http://fornax-sculptor.blogspot.com/2010/04/mongodb-with-sculptor-introduction.html blog . Please vote at http://www.dzone.com/links/using_mongodb_with_sculptor_introduction.html dzone if you like it. I think this can attract some new Sculptor

  1   2   3   4   5   6   7   >