Hi there,
I had similar problems, migrating from m2 to some rc1 snapshot.
All I did was some ordinary find&replace within my model xmi of the
reference of the profile (andromda-profile-3.0M2.xml.zip to
andromda-profile-3.0-RC1-SNAPSHOT.xml.zip).
At least it worked for me...
Regards
Darius
-U
Gary Struthers wrote:
Thanks Chad that worked.
As to my inheritance problem, the problem now seems that I can't have
entities in a 4 level inheritance. In the model I sent you I can
delete the person package and still have errors with a 4 level
inheritance hierarchy. Sometimes, I can add a ge
[EMAIL PROTECTED] wrote:
On Mon, Mar 14, 2005 at 09:01:36AM +0900, [EMAIL PROTECTED] wrote:
On Sun, Mar 13, 2005 at 04:56:13PM -0700, Chad Brandon wrote:
[EMAIL PROTECTED] wrote:
The EJB one.
Sounds like a bug in the EJB cartridge, can you file a JIRA issue?
As for no
Thanks Chad that worked.
As to my inheritance problem, the problem now seems that I can't have
entities in a 4 level inheritance. In the model I sent you I can delete
the person package and still have errors with a 4 level inheritance
hierarchy. Sometimes, I can add a generalization that deep
[EMAIL PROTECTED] wrote:
On Sun, Mar 13, 2005 at 04:56:13PM -0700, Chad Brandon wrote:
[EMAIL PROTECTED] wrote:
The EJB one.
Sounds like a bug in the EJB cartridge, can you file a JIRA issue?
As for now, team.andromda.org:8080 seems down.
Regards,
Yeah JIRA has moved, try goi
Can't seem to get this new tag value
I added to the andromda-profile and to my model to be found within my Template...
So here is the relevant text from my
Projects XMI file..
FND
On Mon, Mar 14, 2005 at 09:01:36AM +0900, [EMAIL PROTECTED] wrote:
> On Sun, Mar 13, 2005 at 04:56:13PM -0700, Chad Brandon wrote:
> > [EMAIL PROTECTED] wrote:
> > >The EJB one.
> >
> > Sounds like a bug in the EJB cartridge, can you file a JIRA issue?
>
> As for now, team.andromda.org:8080 seems
On Sun, Mar 13, 2005 at 04:56:13PM -0700, Chad Brandon wrote:
> [EMAIL PROTECTED] wrote:
> >The EJB one.
>
> Sounds like a bug in the EJB cartridge, can you file a JIRA issue?
As for now, team.andromda.org:8080 seems down.
Regards,
---
SF ema
[EMAIL PROTECTED] wrote:
On Sun, Mar 13, 2005 at 04:49:49PM -0700, Chad Brandon wrote:
[EMAIL PROTECTED] wrote:
In fact, it is not a versioned jar, but since I could not add it otherwise,
I copied it to a location in my local maven repository and faked a
versioned
dependency in core/projec
On Sun, Mar 13, 2005 at 04:49:49PM -0700, Chad Brandon wrote:
> [EMAIL PROTECTED] wrote:
> >In fact, it is not a versioned jar, but since I could not add it otherwise,
> >I copied it to a location in my local maven repository and faked a
> >versioned
> >dependency in core/project.xml and the compi
[EMAIL PROTECTED] wrote:
On Sun, Mar 13, 2005 at 04:34:33PM -0700, Chad Brandon wrote:
[EMAIL PROTECTED] wrote:
By the way, I have to add a jar in the classpath for the compilation
of a few Impl classes. I tried to add a pathelement to maven.xml and
to core/maven.xml but I still get "packag
On Sun, Mar 13, 2005 at 04:34:33PM -0700, Chad Brandon wrote:
> [EMAIL PROTECTED] wrote:
> >By the way, I have to add a jar in the classpath for the compilation
> >of a few Impl classes. I tried to add a pathelement to maven.xml and
> >to core/maven.xml but I still get "package does not exist" at c
If you're building with the latest andromda, change the following
dependencies in your mda/project.xml:
andromda-validation-library
to
andromda-ocl-validation-library
and
andromda-query-library
to
andromda-ocl-query-library
Chad
Gary Struthers wrote:
My previous email on this wa
My previous email on this was bounced by your Mailman, so I'll omit
most of the stack trace.
Haven't built my project in a couple days but I don't see this error in
the digests. I'm getting validation errors at the start of
andromda:run. I created a blank project and got the same error.
Err
[EMAIL PROTECTED] wrote:
You're right, I had to change mda/project.xml the following way :
andromda-validation-library
to
andromda-ocl-validation-library
and
andromda-query-library
to
andromda-ocl-query-library
Thank you very much.
By the way, I have
You're right, I had to change mda/project.xml the following way :
andromda-validation-library
to
andromda-ocl-validation-library
and
andromda-query-library
to
andromda-ocl-query-library
Thank you very much.
By the way, I have to add a jar in the c
Kiran Keshav wrote:
Hi Chad,
I saw your note regarding the refactoring of the OCL out of the core
and to make sure there are no dependencies to the old
andromda-query-library-.jar. I have tried this but the old
andromeda-query-library-.jar is still getting download, thus
creating the error
Hard to say, it seems okay at first sight .. but then again, I never
actually use application-managed security, I always use JAAS
> -Original Message-
> From: Istvan Soos [mailto:[EMAIL PROTECTED]
> Sent: Sunday, March 13, 2005 8:17 PM
> To: [EMAIL PROTECTED]
> Cc: andromda-user@lists.sou
Well, I've tried to be creative, and created the following solution.
Can you check it for weak spots?
1. Model: -(link)->
as1: (action state 1)
- it is a stereotype-less action state with 1 deferrable event (checkSecurity)
as2: (action state 2)
- it's a FrontEndView action state, with some coo
> -Ursprüngliche Nachricht-
> Von: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Im Auftrag
> von [EMAIL PROTECTED]
> Gesendet: Freitag, 11. März 2005 05:01
> An: andromda-user@lists.sourceforge.net
> Betreff: Andromda-user digest, Vol 1 #1083 - 4 msgs
>
>
> Send Andromda-user mailing
Forgot to mention one thing: the
andromda-query-library-.jar has been renamed
to andromda-ocl-query-library-.jar (during
this refactoring), so you might have the old version
in your dependencies, which if you do, you'll need to
make sure you aren't referencing the old one
(andromda-query-library).
In that case I'm afraid you'll have to be creative .. perhaps write your own
taglibrary, but andromda will not be able to help you out there (unless you
customize it yourself locally)
-- Wouter
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:andromda-user-
> [EMAIL PROTECTED] On Be
I could if there is any way to specify "request-scope" roles
(depending on request parameters) somehow... :) as I've said before,
my app's role system is a little complicated... :(
Istvan
On Sun, 13 Mar 2005 17:58:03 +0100, Wouter Zoons
<[EMAIL PROTECTED]> wrote:
> Can't you use the tags from t
Can't you use the tags from the Struts ?
> -Original Message-
> From: Istvan Soos [mailto:[EMAIL PROTECTED]
> Sent: Sunday, March 13, 2005 5:55 PM
> To: [EMAIL PROTECTED]
> Cc: andromda-user@lists.sourceforge.net
> Subject: Re: [Andromda-user] bpm4struts, restrict jsp access
>
> I did so
I did some experiences, but I do not know, how to solve this problem
(at modeling or at code rewrite):
I have to show something, e.g. two text and menu for each one. I don't
want to show the first one, if there are missing security access
rights (based on my self app.logic). I defined a controller
There isn't any problem, just make sure you have all the latest libraries.
We refactored out the OCL specific stuff out of the core, so it looks like
you have an old library. If you're getting your code from CVS, make sure
you do a clean before you build.
-Original Message-
From: [EMAIL P
Hi again,
I think I've been able to resolve the problem. Don't know what caused it
though.
What I did was to create a new project with an empty model, then I imported
my old model into the new model to get all the data and replaced the old
model with it. Now it works to build.
/Sverker
- O
Since this morning, using RC1-SNAPSHOT, there seems to be a little
problem with the core cartridge :
[...]
andromda:run:
[echo] ++
[echo] | R u n n i n gA n d r o M D A |
[echo] ++
End
28 matches
Mail list logo