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
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
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
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
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
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
> 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
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
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
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.
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
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
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] [
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
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:
>
>
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/
/
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
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
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
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
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
>
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
,
>>>> 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
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
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'
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
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:
>
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
> 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.
>>
>&
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
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
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
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
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
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
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
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
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
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
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
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
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;
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
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
pic", '"' + topic + '"',
eventBus != null, "eventBus", '"' + eventBus + '"'
}) -»
«ENDLET-»
«ENDDEFINE»
Use the original definition
@EmployeeHired recordHire(DateTime occurred, @Employee employee) publish to
employeeC
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
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
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
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.
--
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
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
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
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
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
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
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
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");
> }
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
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
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
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
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
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.
--
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
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
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
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.
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
&
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.
-
>
> ~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
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
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
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
://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
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
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
;
> 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)
>
>
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
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
>
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
://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/
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
, 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
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.
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
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
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
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
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,
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
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
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,
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
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
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
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
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:
>
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
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
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 - 100 of 687 matches
Mail list logo