OCL constraints currently are supported for HQL and EJBQL queries on your
project models, and preconditions on your Spring operations .. modeling
invariances also works but only on cartridge meta-models (invariances will
yield the model validation errors when andromda runs)
what you are tryi
Hi all !
I'd like to know if AndroMDA generates OCL constraint.
A constraint like this:
context Aluno
inv: self.allInstances->isUnique(matricula)
I tried this, but nothing was generated, although query constraint works fine .
:?
[]
Debora
__
I am using hibernate 3. I tried setting hibernate.inheritance.strategy to
union-subclass in the properties as you have suggested. But the files generated
shows "joined-subclass".
Then I tried to set andromeda.hibernate.interitence to union-subclass under
tagged values in the model. But I
Thanks it works, you just saved my life
Quote:
I know what you're problem is
(end of quote)
I think I have more than one problem. ;-)
_
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=2783#2783
Posting to http://forum
I know what you're problem is: you don't have the profile files in your
repository. Cd to the andromda-all/etc/profile directory and type "maven
xml.zip:install" then once that completes try building the xmlschema cartridge
again.
--
Chad Brandon - [EMAIL PROTECTED]
http://www.andromda.org
__
maven 1.0.2
_
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=2781#2781
Posting to http://forum.andromda.org/ is preferred over posting to the mailing
list!
---
SF.Ne
What version of maven are you running? It should be 1.0.2.
--
Chad Brandon - [EMAIL PROTECTED]
http://www.andromda.org
_
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=2780#2780
Posting to http://forum.andromda.org/ is
Thank you for the help i checked out de src file from cvs
then cd to the Xmlschema dir
when i run maven jar:install i get the following error:
org.netbeans.lib.jmi.util.DebugException: Cannot create URL:
andromda-profile-meta-3.1-RC1-SNAPSHOT.xml.zip
at
org.netbeans.lib.jmi.xmi.Xmi
If you want union-subclass, then you need to use Hibernate 3 as Wouter said
above and define the inheritance strategy as "union-subclass". You can do it
with a namespace property so that the strategy applies to all inheritance or
you can set "union-subclass" as the value for the
"andromda.hib
How are you trying to build it? Why aren't you building it using maven? You
should be able to just check out andromda-all from CVS (or download the source
distribution) and then cd to andromda-all/cartridges/xmlschema and then type
"maven jar:install" or "maven clean" to clean it.
--
Chad Bra
Facing the same issue with 3.1-RC1-SNAPSHOT.
thanks,
jaideep
_
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=2776#2776
Posting to http://forum.andromda.org/ is preferred over posting to the mailing
list!
Quote:
What is "it" when you say "It says
(end of quote)
The compiler from eclipse. When I build the project the error stands in the
problem section.
When i manualy try to compile the files (with javac) I get the same errors
XSDAssociationEndLogic cannot be resolved to a type and some mo
Hi,
I fixed my problem with read-only field by creating a new FrontEndView and
passing it hte parameters.
_
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=2774#2774
Posting to http://forum.andromda.org/ is preferred
union subclass support has been added for Hibernate 3 afer the 3.1-M1 release,
try 3.1-RC1-SNAPSHOT
--
Wouter Zoons - [EMAIL PROTECTED]
http://www.andromda.org/
_
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=2773#277
I am trying to use hibernate mapping stategy of one table per concrete class
i.e. hibernate.inheritance.strategy=concrete
The mapping file generated in this case should show union-subclass. This
doesn't happen. Instead the mapping file generated shows join-subclass.
I also tried setting an
What is "it" when you say "It says".
--
Chad Brandon - [EMAIL PROTECTED]
http://www.andromda.org
_
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=2768#2768
Posting to http://forum.andromda.org/ is preferred over posting
hi mchytracek,
hmm, the only thing I can spot is the duplicate value-objects declaration in
the default and java namespaces, but that should work, I tested it locally and
it works fine
very strange, I can't seem to reproduce the problem ? perhaps if you send me
your entire project (in a z
wciesiel wrote:
1. So is it possible to create model in such a way that I get link (containing
ID param) in TITLE column ?
2. is it possible (if so - how) - to make checkboxes for every row acting as
selectors for some actions? For example - group deletion of checked rows with
"delete" bu
wciesiel wrote:
So:
- I think you should mention in the doc's that skipping column name in
tablelinks is possible only for forms, not hyperlinks
- what if there are more then one events for a table and parameteres have
different view.types ? Like in my example - delete event and edit event,
agarneau wrote:
Caused by: org.andromda.core.cartridge.CartridgeException: org.andromda.core.car
tridge.CartridgeException: Error performing Cartridge.processWithTemplate with
template 'templates/spring/SpringServiceLocator.vsl', template context
'{stringUt
[EMAIL PROTECTED],
services=[org
[EMAIL PROTECTED] wrote:
It currently isn't possible to have the jmi.jar on ibiblio for example, because
its Sun's license which requires that it be bundled with your project in order
to distribute it (or something like that), that's why they don't have any of
the J2EE apis on ibibilio etc.
(e
Hi,
I finally managed to make it work. I was missing a transition of type signal
fom the front end view. Now I get the data displayed back to the user for
confirmation wich is fantastic but it seems I cannot make the field read only
even when I set the read only property of struts. I want
Hello, when i try to compile XSDAssociationLogicImpl.java and
XSDAttributeLogicImpl.java from the XMLschema cartridge.
It says:
"XSDAssociationEndLogic cannot be resolved to a type ".
The files XSDAssociationEndLogic.class en XSDAssociationEnd.class are imported
in eclipse. The errors
Any decision you make about this release management would be okay as long as it
is well documented, that means it should be a "dummy proffed" documentation in
order for new users or even some of us not so new but definitivly not that
involved in the complex's of release and ditribution managene
Hi Chad
You are right. I had maven-1.0 on my machine. Upgrading to 1.0.2 did it.
Thank you
Michael
_
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=2756#2756
Posting to http://forum.andromda.org/ is preferred over
Hi,
I have a front end view defering to a save(parm1, param2, ...) method in an
action state. So I should model a second transition on that same action state
back to the front end view. What would be the type of transition then? Would
it be a "signal" transition or do I have to call a new
The build should work without any modifications (it works fine on our build
server). Are you using maven-1.0.2?
--
Chad Brandon - [EMAIL PROTECTED]
http://www.andromda.org
_
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.ph
Hallo
I try to build the actual andromda distribution. After checking out from cvs
server i get the exception (MAVEN_OPTS is set correctly):
translation-library:test-bootstrap:
[echo] +---+
[echo] | T E S T I N G T R A N S L A T I O N
It currently isn't possible to have the jmi.jar on ibiblio for example, because
its Sun's license which requires that it be bundled with your project in order
to distribute it (or something like that), that's why they don't have any of
the J2EE apis on ibibilio etc. So we might be able to crea
Hallo Wouter
I have marked my modifications with "...mchytracek."
true
${filter}
localhost
4446
${maven.andromda.model.uri}
One more thing...
So is it possible to create model in such a way that I get link (containing ID
param) in TITLE column ?
_
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=2749#2749
Posting to http://forum.andromda.or
[EMAIL PROTECTED] wrote:
for clarity I'll simply list my remarks:
1. currently it is only possible to have a parameter linked to the column of
the same name, this means that when you send id you must target the id column
in the table (you had selected the edit column); I understand this is a
[EMAIL PROTECTED] wrote:
this would also mean that all the jars we depend upon would also be uploaded
there
why is that ? can't we have the MDR one on galaxy for example ? I understand
it's nicer to have everything there .. but do we really need it ? am I missing
something ?
(end of quote)
for clarity I'll simply list my remarks:
1. currently it is only possible to have a parameter linked to the column of
the same name, this means that when you send id you must target the id column
in the table (you had selected the edit column); I understand this is a much
needed feature (I m
k .. the url you posted works now .. I have the model
--
Wouter Zoons - [EMAIL PROTECTED]
http://www.andromda.org/
_
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=2745#2745
Posting to http://forum.andromda.org/ is pref
ah .. when I posted my first reply you only had a single line, now I can see
more
can you try to send me your model ? I will take a look
--
Wouter Zoons - [EMAIL PROTECTED]
http://www.andromda.org/
_
Reply to the post : http://galaxy.and
Hi,
the next AndroMDA Boot Camp training ("from scratch to your own cartridge in 4
days") takes place from August 15 to August 18, in Bonn, Germany. The training
is in German language with English slides. You can learn how to write your own
AndroMDA cartridge that generates the code specific
[EMAIL PROTECTED] wrote:
if you make the error go away the build will continue, how to do it is
explained in the error message
(end of quote)
I know how to correct this error. But the point is, that empty column name -
according to documentation - is allowed and should generate link in sepa
if you make the error go away the build will continue, how to do it is
explained in the error message
--
Wouter Zoons - [EMAIL PROTECTED]
http://www.andromda.org/
_
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=2741#2
can you paste your andromda.xml here ?
--
Wouter Zoons - [EMAIL PROTECTED]
http://www.andromda.org/
_
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=2740#2740
Posting to http://forum.andromda.org/ is preferred over post
this would also mean that all the jars we depend upon would also be uploaded
there
why is that ? can't we have the MDR one on galaxy for example ? I understand
it's nicer to have everything there .. but do we really need it ? am I missing
something ?
--
Wouter Zoons - [EMAIL PROTECTED]
http
[EMAIL PROTECTED] wrote:
ps: that reminds me, shouldn't we have our 3.0 binaries on ibiblio.org
(considering they are a stable major release) ?
(end of quote)
Yes, we should have them there. However, this would also mean that all the jars
we depend upon would also be uploaded there. For exa
istead of tablelink being generated in separate column I get model validation
error (AndroMDA 3.1-RC1)...
_
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=2737#2737
Posting to http://forum.andromda.org/ is preferred ove
Hi
I am in the task of migrating my AndroMDA Project from Version 3.0 to
3.1-RC1-SANPSHOT.
Everything worked fine in the 3.0 Version. After migrating (fresh
andromdapp:generate and updating the configuration) i get the Error (after
already outputting 180 generating hibernate files):
or
44 matches
Mail list logo