Here is the JBOSS server output:
23:35:34,595 INFO [SQLErrorCodesFactory] SQLErrorCodes
loaded: [DB2, HSQL, MS-S
QL, MySQL, Oracle, Informix, PostgreSQL, Sybase]
23:35:34,625 INFO [STDOUT] Hibernate: select this_.ID
as ID0_, this_.NAME as NA
ME0_0_ from PART this_ limit ?
23:35:34,625 W
Ok thanks for the info. I put it back there.
Alain
_
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=3055#3055
Posting to http://forum.andromda.org/ is preferred over posting to the mailing
list!
The andromdapp plugin is fine if its in there, just not the
maven-andromda-plugin. The andromdapp plugin is what you use to generate that
apps and since it isn't a dependency it belongs in the $MAVEN_HOME/plugins
directory.
--
Chad Brandon - [EMAIL PROTECTED]
http://www.andromda.org
_
Hi
I deleted it from MAVEN_HOME/plugins directory and also the andromapp plugin.
How did the plugin ended up there? Is it related to the use of the maven
plugin download command?
_
Reply to the post : http://galaxy.andromda.org/foru
I don't know either, but it could have issues finding the build.properties file.
(do I have to invoke maven from the same directory that I have the
build.properties ? )
It worked using maven version 1.0.2 ! :D
Thanks a lot.
Paul
___
Hmm I don't know why Maven 1.1 would not try to download from the
team.andromda.org server (unless something has changed).
--
Chad Brandon - [EMAIL PROTECTED]
http://www.andromda.org
_
Reply to the post : http://galaxy.andromda.org/forum/vi
Did you do this?
5. Create a file there, called build.properties and add the following line in
there:
maven.repo.remote=http://www.ibiblio.org/maven,http://team.andromda.org/maven
--
Chad Brandon - [EMAIL PROTECTED]
http://www.andromda.org
___
I'm sorry but I did follow all the instructions, it looks like maven is not
trying to download from team.andromda.org sever, and only from
www.ibiblio.org which does not have version 3.1M of the plugin.
I will try with maven 1.0.2 as you suggested.
Thanks,
Paul
Paul,
Did you read what I wrote? You didn't do the steps I mentioned.
--
Chad Brandon - [EMAIL PROTECTED]
http://www.andromda.org
_
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=3048#3048
Posting to http://forum.an
I believe I found the problem,
if you go to:
http://www.ibiblio.org/maven/andromda/plugins/
you will see that there is NO maven-andromdapp-plugin-3.1M.jar
I can only see the 2.1.jars there.
Did you guys forgot to upload the version 3.1M into the server ?
Thanks a lot !
Best Reg
Take a look at the maven section (step 4 and 5).
Also use maven 1.0.2...we haven't tested AndroMDA on 1.1-beta-1.
--
Chad Brandon - [EMAIL PROTECTED]
http://www.andromda.org
_
Reply to the post : http://galaxy.andromda.org/forum/vie
Hi,
can anyone help with my install error?
Thanks !
after setting up all the tools and environment, I'm getting the following error:
C:dev> maven plugin:download -DgroupId=andromda
-DartifactId=maven-andromdapp-plugin -Dversion=3.1M
__ __
| / |__ _Apache__ ___
| |/| / _` V / -_)
Looks like you don't have all the newest libraries, or you have the
maven-andromda-plugin in your $MAVEN_HOME/plugins directory. Can you check and
see if that's the case? That plugin should only be in your repository. If you
don't have that plugin in your $MAVEN_HOME/plugins directory, delet
Hi,
I can no longer start andromda server nor call maven. It say there is an error
in my model. Can this cause the crash? If yes than how can I retieve the
error if I canont start the server to validate the model?
--- AndroMDA Exception Recording ---
Version : 3.1-RC1
You can do it with the init method of the service locator as well:
/**
* Initializes the Spring application context from
* the given
beanFactoryReferenceLocation. If null
* is specified for the
beanFactoryReferenceLocation
* then the default bean ref factory will
Chad,
Can't load the beanRefFactory.xml from my classpath, my client app is always
picking the one in the jar file.
You mention that I have to tell my service locator on the client to use the
desired beanRefFactory.xml, how do I do that?
--
Diego Bendlin
___
Hey Michael,
Took a look at your project: what's causing the issue is your
HibernateMergeMappings.xml file, because you're attempting to merge in a
template that uses the "value-objects" outlet which isn't registered in the
namespace.xml of the hibernate cartridge. So what you'll need to d
Quote:
Just a few more questions, about the ejbViewType, setting the namespace
property will cause all the Service stereotyped Classes to be treated as
remote, I can achieve the same setting the requiered tagged value on each
session bean (class) I need to be remote, right?
(end of quote)
Thanks Chad,
Just a few more questions, about the ejbViewType, setting the namespace
property will cause all the Service stereotyped Classes to be treated as
remote, I can achieve the same setting the requiered tagged value on each
session bean (class) I need to be remote, right?
About th
First you'll need to add the "ejbViewType" property in your spring namespace
with a value of "remote" (so that EJB remote support will be generated).
Second: take a look at this thread again: . You'll need to basically have your
ServiceLocator on your client side use the beanRefFactory.xml wi
This is the error im getting on the client side
Quote:
log4j:WARN No appenders could be found for logger
(org.springframework.beans.factory.access.SingletonBeanFactoryLocator).
log4j:WARN Please initialize the log4j system properly.
org.springframework.beans.factory.access.BootstrapExceptio
[Embarassed] mmm well im not using any beanRefFactory.xml...
Let me explain what i've been doing, after generating everything using maven I
bound 3 jars to my cliente app.
1.- The core one
2.- The common one, and
3.- The workflow one.
I also added the springframework jar 1.2.x and the JB
Quote:
I assume it is
${andromda-cvs}/metafacades/uml/common/src/uml/UMLMetafacadeModel.xml.zip
(end of quote)
Yep.
Quote:
Is the right way to modify the UMLMetafacadeModel? Should I attach the modified
.xml.zip along with the patch (to the java src)?
(end of quote)
Yep. The UMLM
I need to add some operations to the UMLMetafacadeModel.xml.zip. Which one
should I be editing? I assume it is
${andromda-cvs}/metafacades/uml/common/src/uml/UMLMetafacadeModel.xml.zip
however, when I open this it asks me for ${BLAH}-3.1-RC1-SNAPSHOT.xml.zip.
I've been using the files fro
Whats the applicationContext.xml you're using to initialize your client...and
what's the error you're getting?
--
Chad Brandon - [EMAIL PROTECTED]
http://www.andromda.org
_
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?
Hello Guys,
I just moved to the spring world (cartridge), and im having some troubble
getting my cliente app to comunicate with my app deployed on jboss.
Im using the service locator generated class but im getting errors on the
cliente side even before reaching the app on the AS.
I saw
Chad Brandon wrote:
Ludovic Maitre wrote:
Hi Chad,
Thanks for your answer,
Chad Brandon wrote:
Hi Ludovic,
Can you post to the forum next time?
(http://forum.andromda.org)..thanks.
I don't know in which forum this question must go, but next time no
problem i will post it in any foru
Ludovic Maitre wrote:
Hi Chad,
Thanks for your answer,
Chad Brandon wrote:
Hi Ludovic,
Can you post to the forum next time?
(http://forum.andromda.org)..thanks.
I don't know in which forum this question must go, but next time no
problem i will post it in any forum.
Great thanks. Yea
I found some interesting info about lazy loading in the Hibernate forum:
One of the comments:
Quote:
dirkschmidt wrote:
The problem I have with Hibernates lazy object approach is that the proxies
become useless as soon as the are detached from the initial session.
Just reattach t
Hi Chad,
Thanks for your answer,
Chad Brandon wrote:
Hi Ludovic,
Can you post to the forum next time? (http://forum.andromda.org)..thanks.
I don't know in which forum this question must go, but next time no
problem i will post it in any forum.
About that fileit comes from poseidon...
Hi,
Here is MagicDrwas's answer to "Why they would not support event parameter with
UML 2.0 in MagicDraw 10.0"
Quote:
The reason is very simple - Event metaclass in UML 2.0 metamodel has no
"parameter" field.
Please note that an Event in UML 2 is the specification of a type of event
Hi Ludovic,
Can you post to the forum next time? (http://forum.andromda.org)..thanks.
About that fileit comes from poseidon...they're using the UML 2.0
diagram interchange to store their diagrams. Will definitely be cool
once ArgoUML starts using MDR!
Chad
Ludovic Maitre wrote:
Hi a
Michael,
Feel free to send me your project as well and I'll take a look.
--
Chad Brandon - [EMAIL PROTECTED]
http://www.andromda.org
_
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=3029#3029
Posting to http://forum.
Quote:
ps: about the log files, I will make sure they are deleted in future
andromdapp:generated projects)
(end of quote)
Please don't: they are not deleted for a reason (the andromda server can not
delete them when its running since it uses them). You can create another goal
that delete
Hi,
Yes, that is what I have:
Quote:
requestURI="${pageContext.request.requestURL}"
(end of quote)
It is kind of strange since you are telling me that it works fine for you.
_
Reply to the post : http://galaxy.andromda.org/foru
Thanks a lot !
:)
[]
Debora
_
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=3025#3025
Posting to http://forum.andromda.org/ is preferred over posting to the mailing
list!
the only reason I know of that would cause this behavior is when you are
overriding the templates using an older version
make sure all displaytag tables have this attribute:
requestURI="${pageContext.request.requestURL}"
instead of this one:
requestURI="${pageContext.request.requestUR
Hi all,
I would like to know from whre come the file M2_DiagramInterchange.xml
which is used to generate the jmiuml-1.4.jar file of AndroMDA ?
We are actually working on the MDR version of ArgoUML
(argouml-mdr.tigris.org) and plan to use this file as our default uml
metamodel, if this is possi
Here are two links:
http://localhost:8080/registre/com/it2f/search/animals/display-all-animals.jsp?6578706f7274=1&d-16544-e=1
http://localhost:8080/registre/com/it2f/search/animals/display-all-animals.jsp?6578706f7274=1&d-16544-e=2
I have included DisplayAnimal in my current project maybe t
can you paste some links here .. for example when you sort and export the
table, I would like to see what is called on the server
--
Wouter Zoons - [EMAIL PROTECTED]
http://www.andromda.org/
_
Reply to the post : http://galaxy.andromda.org/
Hi,
I still have the same problem here although I am using 3.1-RC1-SNAPSHOT.
_
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=3021#3021
Posting to http://forum.andromda.org/ is preferred over posting to the mailing
l
it seems the log files emitted by AndroMDA aren't removed on purpose, while I
would like to see them cleaned too there's probably a good reason for it, so
I'll let Chad take it from here ..
--
Wouter Zoons - [EMAIL PROTECTED]
http://www.andromda.org/
I just checked your project and everything is working fine with the latest
3.1-RC1-SNAPSHOT
exporting and sorting all reference actions, like these:
http://127.0.0.1:8080/registre/DisplayAllAnimals/DisplayAllAnimals.do?6578706f7274=1&d-16544-s=1&d-16544-e=2&d-16544-o=1&d-16544-p=1
http://1
No I always have to delete them manually.
_
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=3018#3018
Posting to http://forum.andromda.org/ is preferred over posting to the mailing
list!
---
oh sorry about that .. good you're reminding me, I was so busy I forgot all
about it .. can you perhaps file an issue in JIRA so I won't forget, I'm doing
many things at once right now and that way it's easier to keep track of
--
Wouter Zoons - [EMAIL PROTECTED]
http://www.andromda.org/
___
wouter, have you already made a namespace property for it ? I can't find it.
--
Do you want a cup of coffee ?
_
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=3016#3016
Posting to http://forum.andromda.org/ is preferred
Chad, did you take a look at this .. it's weird
I had the chance to take a look at your project, it's really weird it's giving
you that error, I tried:
1. putting the value-objects outlet in different places/namespaces
2. removing it
3. typing it all over again
4. checking the properties
that should have been deleted by maven clean, didn't it do that ? that would
mean there's a bug in the script
--
Wouter Zoons - [EMAIL PROTECTED]
http://www.andromda.org/
_
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?
Ok,
It was because one of the bpm4struts log file was 14Mb
I am sending it.
_
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=3013#3013
Posting to http://forum.andromda.org/ is preferred over posting to the mailing
Yes I did and when I look at the directories one by one none of them is larger
than 1Mo. I don't know what is going on. Only when I check porperties at the
root does it gives me 24Mb.
Let me check that again.
_
Reply to the post : htt
that's indeed something I never thought about (I've been doing webapps far too
long :-)), I guess the most straightforward implementation would enable/disable
this feature using a namespace property in andromda.xml
maybe someone had something else in mind ? feel free to file an issue in JIRA
did you do a maven clean first ?
--
Wouter Zoons - [EMAIL PROTECTED]
http://www.andromda.org/
_
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=3010#3010
Posting to http://forum.andromda.org/ is preferred over posting to
I agree with Roland, the support here is really brilliant [Exclamation]
But back to Rolands Question: Wouldn't it be an interesting feature for entity
generating cartridges like Hibernate to add support for bound properties in
general. Bound POJO properties are very helpful when you have to
Hi,
I am trying to send it to you but it 22Mb once zipped. Yahoo is having a hard
time uploading it.
Could the xmi file help?
_
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=3008#3008
Posting to http://forum.a
the entity *Impl classes are always emitted to the entities oulet instead of
the entity-impls when there are no custom operations, as you have noticed;
modeling the dummy method would solve that but is far from a practical
solution, as you probably have guessed :-)
yeah overriding the templa
Thanks a lot for your answer. But I have to apologize because I wasn't very
precise with my question:
I meant that I only want the *impl.java Files in the core/src directory.
AndroMDA would do that if there were any methods defined in the model. So I
wanted to change the behavior of AndroMDA t
donaghy wrote:
The problem I see here is that Andromda only deploys to one server. This is
something that should be addressed. I am working with geronimo this week and
looking at andromda integration. I can deploy the war easily but the ear is
more difficult.
(end of quote)
yeah we selecte
There is nothing at ApacheCon that has changed my mind about continuing to use
Andromda however it is NOT just hype and there are some very important
discusions about licensing and community. The MyFaces technology is impressive.
Portlets are also interesting. Jetspeed and Pluto were discussed
Chad reported the same problem to me last night, it means that those links
point to a .jsp pag erather than to a .do action, right ?
that should not happen, when I protected the JSP pages from direct access I
made sure only actions can be called from the client
can you send me your entire
yes, just edit the proper namespace in mda/conf/andromda.xml, for example if
you are using hibernate then do this:
file:${maven.conf.dir}/mappings/HibernateMappings.xml
${hibernate.inheritance.strategy}
${hibernate.gener
Hello and sorry if the question was asked before, but I didn't find it with the
search function.
In my (rich client) project I want to use jgoodies binding (www.jgoodies.com)
to bind the beans to the visual components. Now I want to overwrite the setter
methods in the generated beans, in ord
61 matches
Mail list logo