a popular feature request has been implemented, it is now possible to submit a
selection of rows to the server
more information can be found here:
--
Wouter Zoons - [EMAIL PROTECTED]
http://www.andromda.org/
_
Reply to the post : http:/
that's weird, are there any differences in type of parameters or something ?
what are the differences between both parameters ?
--
Wouter Zoons - [EMAIL PROTECTED]
http://www.andromda.org/
_
Reply to the post : http://galaxy.andromda.org/fo
Yes that is what I get so far. Is it possible to model both? If yes then I
might have made a mistake with the modeling.
_
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=3302#3302
Posting to http://forum.andromda.org/
having enumerations as tables is somewhat dubious, since the class that
corresponds to this enumeration has fixed type-safe constants while the table
itself can be manipulated .. that way it's easy to have a situation in which
the code is out of sync with the database
having enumerations as
Thanks Chad;
The issue I have is that I am trying to implement enumerations as type codes,
meaning: in the application I use codes like 0,2,3 which will then map to
descriptions such as, open, close, pending, etc. Use of lookup tables is a well
known practice that allows users to add rows to
Ok,
It works !! :D
Thanks very much for your support!!
_
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=3299#3299
Posting to http://forum.andromda.org/ is preferred over posting to the mailing
list!
---
ok - I'll check that out.
Thanks,
Simon.
_
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=3298#3298
Posting to http://forum.andromda.org/ is preferred over posting to the mailing
list!
If you're using Magic Draw, go to the "Data" element in the containment tree
and right click, select "New Element -> Package" and then just nest the
packages you want within each other to get the structure you want.
--
Chad Brandon - [EMAIL PROTECTED]
http://www.andromda.org
___
Thanks in advance for your reply.
and how can I define my entity within a package in the model. It's sound
very stupid but
_
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=3296#3296
Posting to http://forum
That's your problem then :) Since the criteria properties are in a package it
won't be able to resolve your Person entity unless the person entity is in a
package.
--
Chad Brandon - [EMAIL PROTECTED]
http://www.andromda.org
_
Reply to the
Quote:
is that header info accessible from within my AndroMDA modelled method?
(end of quote)
No, your andromda modeled method is on your service and completely unaware that
its being exposed through a webservice. Can't help you much here: haven't
tried to access the information serversid
That's true. The entity isn't within a package in the model.
_
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=3293#3293
Posting to http://forum.andromda.org/ is preferred over posting to the mailing
list!
Still trying to work this through - but does that work server side? That is, I
have a SOAP request come in containing soap header info - is that header info
accessible from within my AndroMDA modelled method?
_
Reply to the post : http://ga
Is your Person entity in a package within your model? From the compilation
error it looks like it has no package defined.
--
Chad Brandon - [EMAIL PROTECTED]
http://www.andromda.org
_
Reply to the post : http://galaxy.andromda.org/forum/vi
Hi Folks!
Iam using Spring and Hibernete cartridge with Andromda and Iam getting a Java
compiling error because, it seems the CriteriaSearchProperties.java does't find
out the class PersonImpl.java in the classpath. PersonImpl extends Person
entity in the hierarchy.
Ca anybody to help me to
You should be able to call getHeaders from the generated client binding stub
class: SoapBindingStub.
--
Chad Brandon - [EMAIL PROTECTED]
http://www.andromda.org
_
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=3289#328
I don't like to be pathetic in a public forum, but finding which jar a given
class file lives in, is a nuisance I have been hoping to see eliminated for a
decade now.
I've read an awful lot of articles and forums in that time and never yet seen
anyone complain about what a pain in the ass
[EMAIL PROTECTED] wrote:
Walid,
You need to set the "hibernateVersion" property in your "default" namespace to
"3" (so that it applies for hibernate and the spring namespaces) ...not the
"version" property.
(end of quote)
many thanks for your support. It works fine now.
:) Walid
_
Hi,
Just a quick question - when a method is exposed via AndroMDA/axis webservices,
how should the information in the WebService SOAP header be accessed (eg
session info)?
Thanks,
Simon.
_
Reply to the post : http://galaxy.andromda.o
Walid,
You need to set the "hibernateVersion" property in your "default" namespace to
"3" (so that it applies for hibernate and the spring namespaces) ...not the
"version" property.
--
Chad Brandon - [EMAIL PROTECTED]
http://www.andromda.org
_
If you don't want an ID...why don't you just make it a many-to-many
relationship between the entities instead of having the intermediate entity
(that will create the many-to-many table automatically).
--
Chad Brandon - [EMAIL PROTECTED]
http://www.andromda.org
__
[EMAIL PROTECTED] wrote:
Walid,
I know all that ... just read the error message instead of posting it here, you
seem to be able to understand what it means, now you just have to enable the
other part of your brain in order to properly interpret it :-)
C:Developmentcode_generationAndroMDAg
Walid,
I know all that ... just read the error message instead of posting it here, you
seem to be able to understand what it means, now you just have to enable to
other part of your brain in order to properly interpret it :-)
C:Developmentcode_generationAndroMDAgensrcjava_genorg::andromda:
[EMAIL PROTECTED] wrote:
make sure you generated your project explicitely telling the tool to use
Hibernate 3 .. it asks this and you will have to answer '2' or '3'
changing hibernate versions involves configuring a few other properties too
(package names only, for example net.sf.hibernate.s
[EMAIL PROTECTED] wrote:
read your stacktrace
java.io.FileNotFoundException:
C:Developmentcode_generationAndroMDAgensrcjava_genorg::andromda::samples::animalquiz::guess::GuessSessionState.java
(Die Syntax für den Dateinamen, Verzeichnisnamen oder die
Datenträgerbezeichnung ist falsch)
w
nash360 wrote:
Hello Walid,
You just have to do what Wouter said: to change the begining of the package
name to org.hibernate in the following files:
project.properties and core/maven.xml
(end of quote)
Hi,
thanks for the answer but as mentioned I am using "ant" and not maven.
Howeve
read your stacktrace
--
Wouter Zoons - [EMAIL PROTECTED]
http://www.andromda.org/
_
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=3278#3278
Posting to http://forum.andromda.org/ is preferred over posting to the mailing
Hello Walid,
You just have to do what Wouter said: to change the begining of the package
name to org.hibernate in the following files:
project.properties and core/maven.xml
--
nash360
_
Reply to the post : http://galaxy.andromda.org/foru
[EMAIL PROTECTED] wrote:
make sure you generated your project explicitely telling the tool to use
Hibernate 3 .. it asks this and you will have to answer '2' or '3'
changing hibernate versions involves configuring a few other properties too
(package names only, for example net.sf.hibernate.s
[EMAIL PROTECTED] wrote:
make sure you generated your project explicitely telling the tool to use
Hibernate 3 .. it asks this and you will have to answer '2' or '3'
changing hibernate versions involves configuring a few other properties too
(package names only, for example net.sf.hibernate.s
make sure you generated your project explicitely telling the tool to use
Hibernate 3 .. it asks this and you will have to answer '2' or '3'
changing hibernate versions involves configuring a few other properties too
(package names only, for example net.sf.hibernate.schemaExport is referenced
Hi,
I am using hibernate 3 and not able to compile the generated code by Andromda.
the following errors are reported by javac
[javac]
C:Developmentcode_generationAndroMDAgensrcjava_genorgandromdapersistencehibernateusertypesHibernateByteBlobType.java:15:
package net.sf.hibernate does
Hi,
I am using hibernate 3 and not able to compile the generated code by Andromda.
the following errors are reported by javac
[javac]
C:Developmentcode_generationAndroMDAgensrcjava_genorgandromdapersistencehibernateusertypesHibernateByteBlobType.java:15:
package net.sf.hibernate doe
Hi,
I have an assoc. table ( between two tables what a wounder... :) ) imagine the
roles, users, user_roles relationship...
I have a table with user_name, and user_pass (generator class=assigned, and has
user_name is indentifier and uniqe stereotypes to column user_name).
I have a tabl
Mohamed wrote:
I found the problem: I was deploying the ".war" file instead of the ".ear" file
in Jboss
(end of quote)
ah that would explain it of course :-)
it's always possible to deploy your project as a .war bundle only instead of an
.ear, the only thing you need to do is tell that t
I found the problem:
I was deploying the ".war" file instead of the ".ear" file in Jboss
and it worked just fine
thank you so much,
yours,
Mohamed Fathy
_
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=3269#326
I already have this in my "/web/project.xml" file
_
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=3268#3268
Posting to http://forum.andromda.org/ is preferred over posting to the mailing
list!
---
make sure you have this in web/project.xml:
commons-lang
commons-lang
2.0
--
Wouter Zoons - [EMAIL PROTECTED]
http://www.andromda.org/
_
Reply to the post : http://galaxy.andromd
I am using Maven 1.0.2 and AndroMDA 3.0
I don't have "commons-lang" lib in my WEB-INF/lib/ folder
And I don't even know how to play with "dependecies/lib"
What should I do ?
_
Reply to the post : http://galaxy.andromda.org/forum/viewt
did you play with the dependencies/libraries ? are you using Ant or Maven ?
what AndroMDA version are you using ?
you should make sure the commons-lang library is present in the web bundle:
.war/WEB-INF/lib
--
Wouter Zoons - [EMAIL PROTECTED]
http://www.andromda.org/
I'll look into it when I have time this weekend, file an issue in JIRA so I
won't forget it ... I have some ideas that I would like to try out and I think
I can have something in CVS this weekend (I hope)
--
Wouter Zoons - [EMAIL PROTECTED]
http://www.andromda.org/
_
I have a runtime exception in tag
the stack trace of the exception is:
--
HTTP Status 500 -
type Exception report
message
description The server encountered an internal error () that prevented it fro
Hello,
It was crucial for us to use lazy fetching on a main entity in our application
to avoid having a tile been downloaded in 30 secondes for just 50 instances of
this entity.
With Hibernate 2, it was ok for all the association except for many-to-one
associations (no attribute lazy can be
43 matches
Mail list logo