[Andromda-user] [Bpm4Struts cartridge] [New feature: submitting tables] New feature: submitting tables

2005-07-28 Thread [EMAIL PROTECTED]
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:/

[Andromda-user] [Bpm4Struts cartridge] ["andromda.struts.view.field.required" behavior]

2005-07-28 Thread [EMAIL PROTECTED]
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

[Andromda-user] [Bpm4Struts cartridge] ["andromda.struts.view.field.required" behavior]

2005-07-28 Thread agarneau
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/

[Andromda-user] [Hibernate cartridge] [Using numbers as enumeration literals -- GOT ERRORS]

2005-07-28 Thread [EMAIL PROTECTED]
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

[Andromda-user] [Hibernate cartridge] [Using numbers as enumeration literals -- GOT ERRORS] Enumeration & Lookups -- Continue of How To

2005-07-28 Thread safaa
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

[Andromda-user] [Java cartridge] [CriteriaSearchProperties class issue.]

2005-07-28 Thread jgr
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! ---

[Andromda-user] [WebServices cartridge] [SOAP Headers]

2005-07-28 Thread simong
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!

[Andromda-user] [Java cartridge] [CriteriaSearchProperties class issue.]

2005-07-28 Thread [EMAIL PROTECTED]
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 ___

[Andromda-user] [Java cartridge] [CriteriaSearchProperties class issue.]

2005-07-28 Thread jgr
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

[Andromda-user] [Java cartridge] [CriteriaSearchProperties class issue.]

2005-07-28 Thread [EMAIL PROTECTED]
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

[Andromda-user] [WebServices cartridge] [SOAP Headers]

2005-07-28 Thread [EMAIL PROTECTED]
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

[Andromda-user] [Java cartridge] [CriteriaSearchProperties class issue.]

2005-07-28 Thread jgr
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!

[Andromda-user] [WebServices cartridge] [SOAP Headers]

2005-07-28 Thread simong
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

[Andromda-user] [Java cartridge] [CriteriaSearchProperties class issue.]

2005-07-28 Thread [EMAIL PROTECTED]
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

[Andromda-user] [Java cartridge] [CriteriaSearchProperties class issue.] CriteriaSearchProperties class issue.

2005-07-28 Thread jgr
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

[Andromda-user] [WebServices cartridge] [SOAP Headers]

2005-07-28 Thread [EMAIL PROTECTED]
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

[Andromda-user] [Newbie corner] [Finding correct jar [off topic]] Finding correct jar [off topic]

2005-07-28 Thread Trudy Cool
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

[Andromda-user] [Hibernate cartridge] [Hibernate version]

2005-07-28 Thread walid
[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 _

[Andromda-user] [WebServices cartridge] [SOAP Headers] SOAP Headers

2005-07-28 Thread simong
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

[Andromda-user] [Hibernate cartridge] [Hibernate version]

2005-07-28 Thread [EMAIL PROTECTED]
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 _

[Andromda-user] [Hibernate cartridge] [Generate Table without ID?]

2005-07-28 Thread [EMAIL PROTECTED]
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 __

[Andromda-user] [Hibernate cartridge] [Hibernate version]

2005-07-28 Thread walid
[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

[Andromda-user] [Hibernate cartridge] [Hibernate version]

2005-07-28 Thread [EMAIL PROTECTED]
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:

[Andromda-user] [Hibernate cartridge] [Hibernate version]

2005-07-28 Thread walid
[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

[Andromda-user] [Hibernate cartridge] [Hibernate version]

2005-07-28 Thread walid
[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

[Andromda-user] [Hibernate cartridge] [Hibernate version]

2005-07-28 Thread walid
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

[Andromda-user] [Hibernate cartridge] [Hibernate version]

2005-07-28 Thread [EMAIL PROTECTED]
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

[Andromda-user] [Hibernate cartridge] [Hibernate version]

2005-07-28 Thread nash360
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

[Andromda-user] [Hibernate cartridge] [Hibernate version]

2005-07-28 Thread walid
[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

[Andromda-user] [Hibernate cartridge] [Hibernate version]

2005-07-28 Thread walid
[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

[Andromda-user] [Hibernate cartridge] [Hibernate version]

2005-07-28 Thread [EMAIL PROTECTED]
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

[Andromda-user] [Hibernate cartridge] [Hibernate version] Hibernate version

2005-07-28 Thread walid
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

[Andromda-user] [Spring cartridge] [hibernate version] hibernate version

2005-07-28 Thread walid
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

[Andromda-user] [Hibernate cartridge] [Generate Table without ID?] Generate Table without ID?

2005-07-28 Thread sirgb
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

[Andromda-user] [Bpm4Struts cartridge] [runtime exception in tag]

2005-07-28 Thread [EMAIL PROTECTED]
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

[Andromda-user] [Bpm4Struts cartridge] [runtime exception in tag]

2005-07-28 Thread Mohamed
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

[Andromda-user] [Bpm4Struts cartridge] [runtime exception in tag]

2005-07-28 Thread Mohamed
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! ---

[Andromda-user] [Bpm4Struts cartridge] [runtime exception in tag]

2005-07-28 Thread [EMAIL PROTECTED]
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

[Andromda-user] [Bpm4Struts cartridge] [runtime exception in tag]

2005-07-28 Thread Mohamed
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

[Andromda-user] [Bpm4Struts cartridge] [runtime exception in tag]

2005-07-28 Thread [EMAIL PROTECTED]
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/

[Andromda-user] [Bpm4Struts cartridge] [validation error when tablelink's column name is not set]

2005-07-28 Thread [EMAIL PROTECTED]
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/ _

[Andromda-user] [Bpm4Struts cartridge] [runtime exception in tag] runtime exception in <formating:escape> tag

2005-07-28 Thread Mohamed
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

[Andromda-user] [Hibernate cartridge] [h3 experiencing lazy="true" on many-to-one associa] h3 experiencing lazy=\"true\" on many-to-one associations

2005-07-28 Thread nash360
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