[Andromda-user] [Hibernate cartridge] [Hibernate support for Database Schemas]

2005-08-08 Thread dbendlin
Carlos, I was trying to write a patch too, but im having the same "too much work" problem, late august is ok, just wanned to know how much time was it goin to take :-) Thanks a lot, I'll wait for you to add this feature. Kind Regards, -- Diego Bendlin ___

[Andromda-user] [Hibernate cartridge] [Hibernate support for Database Schemas] Hibernate support for Database Schemas

2005-08-07 Thread dbendlin
Hello Guys, Is there a chance to hace this feature in the next release? I was browsinbg the JIRA and saw that the issue is still open. Thanks a Lot! -- Diego Bendlin _ Reply to the post : http://galaxy.andromda.org/forum/viewtopi

[Andromda-user] [Spring cartridge] [Depencencies for a Standalone Client] Depencencies for a Standalone Client

2005-07-24 Thread dbendlin
Hello guys, Im trying to build a client that can connect to the services deployed on a Jboss-4.0.2 AS. The deployed application is a project wich a generated using andromda-3.1-RC1-SNAPSHOT. The client application wich im trying to build is a project I generated using mevenide on eclipse-

[Andromda-user] [Spring cartridge] [Connecting from a remote cliente application]

2005-07-22 Thread dbendlin
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 ___

[Andromda-user] [Spring cartridge] [Connecting from a remote cliente application]

2005-07-22 Thread dbendlin
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

[Andromda-user] [Spring cartridge] [Connecting from a remote cliente application]

2005-07-22 Thread dbendlin
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

[Andromda-user] [Spring cartridge] [Connecting from a remote cliente application]

2005-07-22 Thread dbendlin
[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

[Andromda-user] [Spring cartridge] [Connecting from a remote cliente application] Connecting from a remote cliente application

2005-07-22 Thread dbendlin
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

[Andromda-user] [News & Announcements] [AndroMDA release management]

2005-07-17 Thread dbendlin
Any decision you make about this release management would be okay as long as it is well documented, that means it should be a "dummy proffed" documentation in order for new users or even some of us not so new but definitivly not that involved in the complex's of release and ditribution managene

[Andromda-user] [Hibernate cartridge] [Database Schema] hibernate docs

2005-07-10 Thread dbendlin
Guys, The hibernate docs about using schemas are in: hibernate 2.x Please refer to sections 5.1.2 hibernate-mapping, 5.1.3 class and 6.2 Mapping a Collection hibernate 3.x Please refer to sections 6.1.2 hibernate-mappings, 6.1.3 class and 7.2 Collection mappings This feature wo

[Andromda-user] [Hibernate cartridge] [Database Schema]

2005-07-09 Thread dbendlin
Chad, Actually im only plannig to use one datasource, but some entities are goin to we persisted in lets say schemaA.EntityA and other in schemaB.EntityB so only a single conection to database will be establiched between the AS and the Database but inside the database some things will be wri

[Andromda-user] [News & Announcements] [A new cartridge: jBPM] Where is jBPM available?

2005-07-09 Thread dbendlin
Is jBPM cartridge available in 3.1M1? if not where can I get it? Thanks a lot! DAB -- Diego Bendlin _ Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=2258#2258 Posting to http://forum.andromda.org/ is preferred over

[Andromda-user] [Hibernate cartridge] [Database Schema] Database Schema

2005-07-09 Thread dbendlin
Hello guys, I've been researching about hibernate and fount out it is capable of handling database schemas when incluiding the needed tags to the hibernate mapping file. Using AndroMDA-3.0 and MD9.5 with the profile I coudn't find any tagget value or similar to specify that some entity sh

[Andromda-user] [Hibernate cartridge] [many-to-mary relations with details]

2005-05-17 Thread dbendlin
Thats what I did, but thougth that there could be another way to model that. -- Diego Bendlin _ Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=253#253 Posting to http://forum.andromda.org/ is preferred over posting to th

[Andromda-user] [Hibernate cartridge] [many-to-mary relations with details]

2005-05-17 Thread dbendlin
Wouter: I need to specify some details on the intermediate table, hibernate creates the intermediate table but it only has to columns, I need other columns, how do I do that? -- Diego Bendlin _ Reply to the post : http://galaxy.andromda.org

[Andromda-user] [Hibernate cartridge] [many-to-mary relations with details] many-to-mary relations with details

2005-05-17 Thread dbendlin
Hello Guys, 1.- Let's say I need to model a many to many relation between two clases and I also need to specify some attributes. 2.- I need the generated intermedy table to have a composed primary key (one pointing to the id of table A and one pointing to table B) Is this posible to do