It is already fixed in current snapshot. You can download it at:
Carlos Cuenca
_
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=3155#3155
Posting to http://forum.andromda.org/ is preferred over posting to the
I was planning to do it, but due to my work, I think I won't have time to do it
until late august, or begining september. In the mean time any patch is welcome.
Regards
Carlos Cuenca
_
Reply to the post : http://galaxy.andromd
hi
could you please post a Jira issue with all this, I will try to fix as soon as
possible.
Carlos Cuenca
_
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=3656#3656
Posting to http://forum.andromda.org/ is
...already on the wish list (HIB-108).
Carlos
_
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=3657#3657
Posting to http://forum.andromda.org/ is preferred over posting to the mailing
list!
is there any element without name (maybe a class or a package)?
..If you are using MD, I recomend you to check the Syntax or Structure on tools
menu.
Carlos
_
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=3682#3682
hi,
I am using large models also but I am not having that errors.
One idea: I do not know why, but I had found that in some strange cases files
get locked, and the problem is that hibernate schema export can not open them.
Did you try to delete all content on target folder (inside core) an
hibernate uses log4j for logging, so if you create a log4j.properties in the
root of the project (or maybe on core), you should be able to get more info.
### log schema export/update ###
log4j.logger.net.sf.hibernate.tool.hbm2ddl=debug
Carlos
___
safaa wrote:
Have you used the approach you suggested to get logging info yourself?
Safaa
(end of quote)
yes, I did, I used the log4j.properties file that comes with the distribution
of hibernate, but the approach I took was to recompile hibernate.
Carlos
on is expalined how to compile hibernate, then you should just replace the
library inside your maven repository with the new one.
Also you should run maven with the -o option, so it does not download the
dependencies (and overrides) the new library.
Carlos
I am agree on that,
please you post a Jira issue and I will take care of it.
thanks for the feedback
Carlos
_
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=3751#3751
Posting to http://forum.andromda.org/ is pre
Also right now we are using SchemaExport to generate hbms, but since there are
specific ant task to do this, you could try doing this way:
ie.
_
Reply to the post : http://galaxy.andromda.org/forum
hi,
I think that you did not specify the path of the cartridge on the namespace,
i.e.:
META-INF/andromda/cartridge.xml
_
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=3758#3758
Posting to http:/
Quote:
I entered the bug as HIB-128 in Jira.
(end of quote)
Thanks, I will solve it next week when I come back to the office.
Quote:
You did a great job there!
(end of quote)
Thanks for the compliments, but these are for all the team, the truth is that
most part of the job was done
Hi All,
I am trying to extend the validation of the fields in Bpm4Struts, my
idea is to write by hand the validator code and modify the
validator-rules.xml file, but I want the "validation.xml" be written
from the model.
This validation can not be done with simple regular expression, because
t
Hi,
I am trying to extend Bpm4Strtuts widgets to add a File datatype, in
order to do this I had add a boolean attribute at the
StrutsParameterLogicImpl.
the method there should be something like getType().isFileType();
..and then I should add a new method at the ClassifierFacade to manage this.
great!
thanks... once I had finish I will submit!
Carlos
Chad Brandon wrote:
Yeah add a datatype.File to the profile
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Wouter Zoons
Sent: Wednesday, November 17, 2004 1:32 PM
To: 'Carlos C
Hi
Seraffetin ,
actually I think that going so far and get rid of the parameters could
not be very simple, since you still need to add the parameter tagged values.
What it can be made easily is to model the calls to the service methods.
You could add a taggged value to specify which method of the
arlos
Regards,
Serafettin
-Original Message-
From: Carlos Cuenca [mailto:[EMAIL PROTECTED]]
Sent: Freitag, 19. November 2004 12:19
To: [EMAIL PROTECTED]; andromda-user
Subject: Re: [Andromda-user] BPM4Struts-Trigger Parameters
Hi
Seraffetin ,
actually I think that going so fa
;
Where is it located?
Regards,
Serafettin
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Carlos
Cuenca
Sent: Freitag, 19. November 2004 14:25
To: [EMAIL PROTECTED]; andromda-user
Subject: [Andromda-user] Re: How t
Hi,
I had been reading the generated help menu of an application from the
Bpm4Struts cartridge and I think it could be improved to a robust
application help menu if we could navigate between diferent help pages:
For example, now when the main menu help is opened, you can just access
the use case
will put this in the final
release just yet but maybe you'll get lucky :-)
Unless of course you have a patch :-)
-- Wouter
-Original Message-
From: [EMAIL PROTECTED] [mailto:andromda-user-
[EMAIL PROTECTED]] On Behalf Of Carlos Cuenca
Sent: Wednesday, November 24, 2004
Hi,
here is the patch... as soon as I can get to the Jira, I will post
there
regards
Carlos
? cartridges/andromda-bpm4struts/src/templates/StrutsUseCaseJspHelp.vsl
Index: cartridges/andromda-bpm4struts/src/META-INF/andromda-cartridge.xml
==
Hi,
I had been tried to fix Hibernate HIB-25
the proposed solution is like:
(line 115)
#if ($operation.exceptionsPresent)
protected abstract $operation.returnType.fullyQualifiedName
handle${str.capitalize(${operation.name})} ($parameters)
throws $operation.exceptionList;
#else
protect
Hi Daniel,
Daniel wrote:
Hi, all
A confusion...
If I find certain code generation is not enough and want to extend it by
defining new stereotypes and writing new code generation templates.. It
seems I have two alternatives:
1.Extend Xdoclet first (say, new tags), then use AndroMDA cartridges to
Hi,
I had been testing Bpm4Struts success message tagged value, and I think
this message should not be rendered if there is any error produced on
previous action...
any comment?
Carlos
---
SF email is sponsored by - The IT Product Guide
Read h
Hi,
I am having some problems with the transaction timeout in some methods
of the service, I think it could be useful to define a tagged value for
specifying the timeouts of service methods, I thnik it could be useful
for hibernate, Spring and Ejb cartridge, so it could go on the metafacade...
Hi all,
I think it could be nice to have a @ejb.transaction tagged value so we
can refine the transaction for the methods in services... any comments?
Carlos
---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hu
Hi,
Wouter Zoons wrote:
Hello everybody,
I want to drop support
for tabs in bpm4struts, mainly
because it bloats both the facades as the templates and because it is
too
tricky to properly maintain.
It’s pretty easy to
support in your custom jsps but it’s
much harder for
Hi Luciana,
If you change to version 2.1.7 make sure that in the
hibernatedoclettask you have set hibernate version to 2.0. When you set
it to 2.1 if does not recognize the version number and it generates the
mappings for the default version (1.1).
It may be a bug on xdoclet, since I had exam
Hi,
currently there is no news about a development of that cartridge. I
recomend you to read:
http://team.andromda.org/docs/andromda-cartridges/developing.html and
ask any question to the developer list.
Regards
Carlos Cuenca
[EMAIL PROTECTED] wrote:
Any one create a cartridge for
this
Hi Bernard,
Bernard Sirius wrote:
hi,
I've searched through google about this issue, and in
the docs at team.andromda also, but found only a few
threads involving the spring cartridge.
I've the feeling that the hibernate cartridge is
really on the process to getting deprecated...
For sure it is
Hi Bruno,
I had just upload a fix for this, please give it a try and send any
feedback is something is missing.
regards
Carlos
Bruno Suárez Laffargue wrote:
ok.
I'll do it.
Cheers
Bruno
Chad Brandon dijo lo siguiente el 23/01/2005 22:26:
Yeah that would be great (if you
Hi Bak,
within the cartridge root:
maven clean:clean jar:install
with test maven clean:clean jar:install -Dmaven.test.skip=true
offline maven -o clean:clean jar:install -Dmaven.test.skip=true
Carlos
Bak Attila (SDA) wrote:
Hi,
If I just want to reinstall 1 cartridge what should I do?
Typ
Hi,
I had updated to the last snapshot version of the cvs, and I am using
the hibernate cartridge, and the problem is with generated code.
Previously, when creating a query and assuming that I have to clases,
"MetaA" and "Pob" (and of course also their implantation MetaAImpl and
PobImpl), I was
Bryce Fischer wrote:
I've got a model were I've specifed an attribute's datatype as
"datatype.Clob". I want to use MSSQLMappings, so I change the root
project.properties file setting:
sql.mappings=MSSQL
Now, I want the datatype.Clob to map to SQL Server's text type. So, I
create a new MSSQLMap
Hi,
when processing a model, and at the project root, log files like
andromda-hibernate.log, andromda-bpm4struts.log are created. Can this be
customized in any way? (currently I get a 600Mb andromda-hibernate.log
each time it builds).
I had tried to change the log4j.xml at the andromda.core.com
Bryce Fischer wrote:
Carlos Cuenca wrote:
Bryce Fischer wrote:
I've got a model were I've specifed an attribute's datatype as
"datatype.Clob". I want to use MSSQLMappings, so I change the root
project.properties file setting:
sql.mappings=MSSQL
Now, I want the da
--
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Carlos
Cuenca
Sent: Friday, January 28, 2005 9:51 AM
To: andromda-user
Subject: [Andromda-user] log4j configuration for projects
Hi,
when processing a model, and at the project root, log files like
andromda-hibernate.log, andromda-bpm
erConnectionProvider ###
#log4j.logger.net.sf.hibernate.connection.DriverManagerConnectionProvider=trace
On Fri, 2005-01-28 at 16:51, Carlos Cuenca wrote:
Hi,
when processing a model, and at the project root, log files like
andromda-hibernate.log, andromda-bpm4st
control it from the in the
andromda core, it's the org.andromda.plugins category.
Chad
-Original Message-
From: Carlos Cuenca [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 28, 2005 12:59 PM
To: Chad Brandon
Cc: 'andromda-user'
Subject: Re: [Andromda-user] log4j configurati
Hi,
there is already a request for this at
"http://thecla.homeftp.net:8380/jira/browse/HIB-20";, but is was not done yet
please fell free to submit a patch for this and we could apply.
Thanks
Carlos
Chad Brandon wrote:
Yes, it's possible please submit a JIRA request.
-Original Message-
Fr
Hi,
I am testing the new structure from the andromdapp:generate plugin, and
I am testing the new src folder for jsp's, (I had uncomment the proper
lines...)
my problem is that the directory /web is deleted.
I had detected that in web/maven.xml
line 8:
s that possible ?
-- Wouter
-Original Message-
From: [EMAIL PROTECTED] [mailto:andromda-user-
[EMAIL PROTECTED]] On Behalf Of Carlos Cuenca
Sent: Friday, February 11, 2005 7:02 PM
To: andromda-user
Subject: [Andromda-user] andromdapp
Hi,
I am testing the new structure from the andr
have it there
Do you have
this property set:
war.precompile.jsp=${maven.war.build.dir}/precompiled
?
-- Wouter
From:
Carlos Cuenca [mailto:[EMAIL PROTECTED]]
Sent: Friday, February
11, 2005
8:12 PM
To: [EMAIL PROTECTED];
andromda-user
Subject: Re:
[Andromda-user
..oh, sorry, I see what you mean. No, it is not...I will also set it :-)
thanks
Carlos
Wouter Zoons wrote:
Carlos I
meant: is it set in your
properties file ?
No, I will
update CVS .. I’m working
on it anyway .
thanks
From:
Carlos Cuenca
-metafacades.xml to
get a default value.
I add this tagged value in andromda-profile-3.0-RC1-SNAPSHOT.xml.zip
When I try to use this tagged value in my project, andromda get always
the default value... :-(
What's wrong in this ?
thanks.
PY.
Carlos Cuenca wrote:
Hi,
there is already a r
7;s always null.
I'd like know if I all steps in my precedent mail are ok or if
there're missing things ?
Thanks
PY.
Carlos Cuenca wrote:
Hi Pierre,
first I recommend you to not use a tagged value for this, but a
namespace property, since this name should be the same for all the
t
Hi Bernard,
For your querries, I think that you just need to enable the proxies.
(Hibernate uses lazy when it has a proxy defined for the entities)
http://team.andromda.org/docs/andromda-hibernate-cartridge/namespace.html
( hibernateProxy namespace property)
Carlos
Bernard Sirius wrote:
Hi,
I currently using Andromda for big projects, and example is:
Hibernate: 400 entities, 60 services, 80 Exceptions
Bpm4Struts: 60 use cases, 60 controllers and about 50 different session
objects
Java: 145 value Objects
Andromda takes 7 min to process the model
Carlos
Chad Brandon wrote:
Carlos
Hi Erwin,
Wouter give you all the hints, :-), please feel free to ask any other
question.
regards
Carlos
Wouter Zoons wrote:
hi Erwin,
there have been HUGE performance improvements .. the speed-up different
between the current build and one from 3 months ago is about 300% on the
average (could be
Hi Bernard,
to get rid of all those outer joins when creating a simple query, just
turn on the hibernate proxies. Namespace property "hibernateProxy=true"
Carlos
Bernard Sirius wrote:
Hi!
Again, I have this problem with hibernate: a simple
query generates an incredible amount of SQL. I was
thinki
fact that one-2-one
relations become many-to-one...
bernard
--- Carlos Cuenca <[EMAIL PROTECTED]> wrote:
Hi Bernard,
to get rid of all those outer joins when creating a
simple query, just
turn on the hibernate proxies. Namespace property
"hibernateProxy=true"
Carlos
Hi,
first of all, currently hibernate cartridge is not mapping compositions
(as they should be done with the "component" element... the good news
about this, is that I plan to do before March 14th).
On the other hand, and based on the information you give on the mail, I
think that the cartrid
junit
Line.. 133
Column 41
java.lang.NoClassDefFoundError
Total time: 7 seconds
Finished at: Fri Mar 04 15:26:43 GMT+01:00 2005
Besides, that doesn't explain the fact that
one-2-one
relations become many-to-one...
bernard
--- Carlos Cuenca
Hi,
currently you can create HSQL queries with OCL in the model (through
finder methods), if you want to create native sql's, you can model the
methods with no finder stereotype and then use the createSqlQuery
within it.
Carlos
[EMAIL PROTECTED] wrote:
Can I use the Hibernate Cartridge to
Bernard Sirius wrote:
Sorry to be so intrusive :-/
...no problem
now that I've disabled the maxFetchDepth, I bump to
this 31 maximum-for-mysql-joins-problem again.
here's what generated in the applicationContext.xml.
Do you still confirm that it means that proxies are
enabled:
I
Bernard Sirius wrote:
OK, so basically what you are saying is that:
-one-2-one associations shoudn't be modeled as lazy
using the tagged value.
yes
- the only way to get rid of the cascading queries is
to enable proxies
... the easiest way
- proxies should be declared in the hbm's - I've
checked t
please, refer to the team server:
http://team.andromda.org/docs/andromda-hibernate-cartridge/namespace.html
sorry for this
Bernard Sirius wrote:
BTW, there's no mention of the
namespace parameter in
http://www.andromda.org/andromda-hibernate-cartridge/namespace.html
bernard
__
Bernard Sirius wrote:
are you doing a "maven -o clean install" or what, in
order to get the
hbm's regenerated?
didn't. just did. doesn't change anything.
what should I see ?
dynamic-insert="true"/dynamic-update="true"? or
what?
no, you should see a line like this:
Bernard Sirius wrote:
do not recommend, it should be working, which
version of Andromda are
you using?
RC1-SNAPSHOT
BTW I just saw that hibernate has a faq entry about
this:
How do I set up a 1-to-1 relationship as lazy?
Use
with a proxied class, Foo.
Bernard Sirius wrote:
are you using customized templates or something that
may affect to the
generation process?
Carlos
bernard
that's all.
I thought I got it: I defined as a
property of the a
Bernard Sirius wrote:
OK thanks a lot for all your kind and patient answers.
glad it works!!
My app is now reasonably fast.
Everything's fine.
e viva andromda!
bernard
--- Carlos Cuenca <[EMAIL PROTECTED]> wrote:
-
Hi Sebastien,
in order to generate diferent collections, you should use the tagged
value "@andromda.hibernate.collection.type"
also for ordered collections, you should specify the
"@andromda.hibernate.collection.index" the determine the attribute that
will be used for indexing
Carlos
Sebastien
Hi Sebastien,
I had detected the bug because this is only done in hibernate mappings,
and not on java code and I will fix it tonight. It will be accesible
within hours.
Carlos
Sebastien Arbogast wrote:
Hi,
I'm still trying to specify integrity constraints in my model. So I
created a very simple
TED]> wrote:
Ah...
Cool.
Thx a lot Carlos!
On 4/24/05, Carlos Cuenca <[EMAIL PROTECTED]> wrote:
Hi Sebastien,
I had detected the bug because this is only done in hibernate mappings,
and not on java code and I will fix it tonight. It will be accesible
within ho
Hi Javier,
the second bug is already fixed on CVS, you should try the lasted
version or if you prefer, you could just change that template
Carlos
[EMAIL PROTECTED] wrote:
It think that I've found 2 bugs in
ejb-jar.xml.vsl for the Hibernate Catridge that come to the ligth when
assigning Ro
The AndroMDA Team is happy to present the a new forum space for Andromda.
It can be access at http://forum.andromda.org or
http://galaxy.andromda.org/forum/
try it out!
Carlos Cuenca
---
This SF.Net email is sponsored by: NEC IT Guy Games
test4
_
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=53#53
---
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your bes
ok, we should take into account several issues for this, first we should be
aware that it is not the same and "Hibernate ordered collection" and a
"hibernate collection ordered by a column".
-In the first case, an additional attribute will contain the row index (i.e. id
column)
-for the sec
Hi, this is because the
translation-librariesoclandromda-validation/src/test/uml/ValidationLib
raryTestModel.xml.zip does not reference to the profile, please open it and it
will ask for the profile, then import it and save... i
_
Reply to
test with url http://www.andromda.org
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=467#467Posting to http://forum.andromda.org/ is preferred over posting to the mailing list!
Hi all,
I had just checked in a patch to support hibernate 3.
To use it, just create a new proyect and add a new property (2) under your hibernate namespace configuration.
Also change the dependencies to the new ones (3.0.5) and everything should be
ready!
have fun!
Carlos
__
Hi all,
I had just checked in a patch to support hibernate 3.
To use it, just create a new proyect and add a new property (3) under your hibernate namespace configuration.
Also change the dependencies to the new ones (3.0.5) and everything should be
ready!
have fun!
__
Hi,
I can change the property if you want, but take into account one thing:
HibernateVersion is not the same as Version, hibernateVersion is currently use
to determine if an entity will have a version property, so for that reason I
did not used that.
Carlos
__
Hi,
right now I am using c3p0 with an Hibernate project. I did not have to change
anything in Andromda, but use use the name of the pooled datasource within the
datasource namespace property.
If something else is needed, please let us know and we will happy to add the
feature.
Carlos
_
actually associationEndCollectionIndexName is to create an index on the foreign
key column of the one to many relations.
orderByColumns will sort the collection based on the columns that are provided.
You should specify the name of the attributes of ordering, and make sure they
exists, since
Had you tried enabling Hibernate Proxies ?
Carlos
_
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=1491#1491
Posting to http://forum.andromda.org/ is preferred over posting to the mailing
list!
On hibernate 2 cartridge, lazy attribute was only mapped on collections
(set,map,bag,list) but no on many-to-one ends.
anyway I will add it on many-to-one side for hibernate 3, I will not do it for
hibernate 2, since I could not find it on the Hibernate 2.
Carlos
__
Hi !
I am using AndroMDA with Hibernate and I would like to add attributes on
the N:M relations. Is there anyway?
thanks
Carlos
smime.p7s
Description: S/MIME Cryptographic Signature
for more than 30 characters, I had set the parameter at the
30 at the
project.xml inside the MDA directory but it does not take into account
this limitation when creating the names for the association tables.
is there any comment about this?
Carlos Cuenca
smime.p7s
Description: S
Hi!
I am processing a big model and I had found one thing that it could be
done better.
Since my model is too big, it is very dificult to detect where in the
model the error had been produced. The output tells you which is the
last class processed but not which is being processed so I think
I had just build the androMda from the CVS, and I have the following
error on a model that did not have errors before:
is this error related with the OCL??
Carlos
16:45:42,767 ERROR [hibernate] Failed to construct a meta facade of type
'class org.andromda.metafacades.uml14.AttributeFacadeLogicIm
HI,
I am changing the Hibernate cartridge to add some funcionality and I do
not want to recompile androMda each time I change it . Is this possible
just changing the templates at the
andromda-hibernate-cartridge-3.0M2-SNAPSHOT.jar in the maven repository??
Thanks
Carlos
smime.p7s
Description:
thank very much, Chad and Wouter,
the local maven repo ? of course that's possible, but be careful it does
not get overwritten when maven downloads deps. ... what kinda
functionality are you talking about ? is it anything that could be
interesting for the other users too ?
.. I dont know if is
Hi,
is there any way of creating dynamic links within the displaytag? this
is because I want to create a dispaly tag and have the actions for
delete update and view, I supose that this should be done in the model
within the transition diagrams??
Thank you!
Carlos
smime.p7s
Description: S/MIME
Hi,
I had been looking arround, and I didn`t find any way of defining a
layout so the elements on the jsp page can be rendered on a way defined
on the model. I am not sure if it is correct to define this on the
model, but if it is, what about defining special tagged values for
possitioning in w
the Myproject-hibernate-sar-1.0-SNAPSHOT.sar, so I can
not deploy it. On the other hand I had noticed than in the
Myproject\hibernate\sar\target folder it does exists
MISAspecta-hibernate-sar-1.0-SNAPSHOT.jar, but no the corresponding
.sar. Any solution?
Thank you
Carlos Cuenca
??
Carlos
Carlos Cuenca wrote:
Hi,
I am getting a extrange error on the deployment of a test, and it says
nothing about the andromda, so I don`t know were the problem is
any ideas?
20:01:31,093 ERROR [Engine] StandardWrapperValve[action]:
Servlet.service() for servlet action threw exception
Hi,
I am getting a extrange error on the deployment of a test, and it says
nothing about the andromda, so I don`t know were the problem is
any ideas?
20:01:31,093 ERROR [Engine] StandardWrapperValve[action]:
Servlet.service() for servlet action threw exception
java.lang.IllegalArgumentException:
thank you very much for your time...
I will change the jboss version right now, and I will try everything
again, I will report you...
Carlos
---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Trainin
Hi again!
I am testing the last andromda downloaded from CVS, I have Jboss 3.2.3 :-)
Now I am doing the following test:
I have a <> called "select action".
... I have two transitions going out market with the
<>, one for "new" and one for "edit"
-on the "new" transition I have a t
Hi Wouter, first of all thank you again for your time, I answer here to
your last e-mails since I did not have time to do before...
try to change the date parameters on the transition into String types ... this should solve it, in your controller you should manually take care of the conve
Hi,
I had download the last changes from the CVS, but I can not build, I had
also delete the cache from the .maven folder but it still does not work...
Parse Error at line 18 column 26: cvc-complex-type.3.2.2: Attribute
'sheet' is not allowed to appear in element 'template'.
org.xml.sax.SAXParse
Hi,
I had downloaded and compiled the today's CVS. I had created a new
project with "maven andromdapp:generate" and now when I try to compile I
get these errors, I don't know if they are related with the big jobs
;-)of the weekend...
any ideas:
Parse Error at line 20 column 27: cvc-complex
I think that you may have not set the name on a <>
transition. Transitions should have a trigger and this trigger must have
a name specified within the signal.
Carlos
Martin West wrote:
I am running with M2-SNAPSHOT from anon.
The model was produced with MD 7.5 and I get
[andromda] INFO [Andro
like OCL, displaytags etc
Carlos
Martin West wrote:
Carlos, could someone send me source for the bpm4struts modeling
example, I assume the html file is generated, and I will fill out the
example with more details as per my learning experience.
On Tue, 2004-07-06 at 23:43, Carlos Cuenca wrote
:
Invocation of method 'getActionRoles' in class
org.andromda.cartridges.bpm4struts.metafacades.StrutsActionLogicImpl
threw exception class java.lang.NullPointerException : null
[andromda] at
org.apache.velocity.runtime.parser.node.ASTIdentifier.execute(ASTIdentifier.java:19