Ok, now I know what the problem was:

In the Constraints.chk there was the hasUnique EntityNames-Check:

context uml::Model ERROR "The model with the name '" + this.name+"' has at
least 2 entities with the same name!" : hasUniqueEntityNames();

The check was defined in Spring.ext

boolean hasUniqueEntityNames(uml::Model m):
        getNoneUniqueEntityNames(m.allEntities()).isEmpty;

I remebered that there was a compilation failure and I fixed it for myself -
but It was a bad fix.
So it was my fault.

Now it's working. Thank you.

regards,

Daniel 



Bak Attila wrote:
> 
> Hi,
> 
> My Stacktrace ist:
> 
> 64   INFO  WorkflowRunner     - (c) 2005-2007 openarchitectureware.org and
> contributors
> 65   INFO  WorkflowRunner     -
> --------------------------------------------------------------------------------------
> 65   INFO  WorkflowRunner     - running workflow: workflow.oaw
> 65   INFO  WorkflowRunner     -
> 98   WARN  WorkflowCustomization - Cannot resolve keyword class
> org.openarchitectureware.xpand2.Generator
> 99   WARN  WorkflowCustomization - Cannot resolve keyword class
> org.openarchitectureware.xpand2.Generator
> 100  WARN  WorkflowCustomization - Cannot resolve keyword class
> org.eclipse.mwe.emf.Reader
> 100  WARN  WorkflowCustomization - Cannot resolve keyword class
> org.eclipse.mwe.emf.Writer
> 101  WARN  WorkflowCustomization - Cannot resolve keyword class
> org.openarchitectureware.xtend.XtendComponent
> 101  WARN  WorkflowCustomization - Cannot resolve keyword class
> org.openarchitectureware.xtend.XtendComponent
> 102  WARN  WorkflowCustomization - Cannot resolve keyword class
> org.openarchitectureware.xpand2.GeneratorAdvice
> 103  WARN  WorkflowCustomization - Cannot resolve keyword class
> org.openarchitectureware.xtend.XtendAdvice
> 105  WARN  WorkflowCustomization - Cannot resolve keyword class
> org.openarchitectureware.check.CheckComponent
> 1925 INFO  CompositeComponent - XmiReader: file
> 'model/springadvancedexample.uml' => slot 'model'
> 2153 INFO  CompositeComponent - DirectoryCleaner(dirCleaner): cleaning
> directory
> '/Users/attilabak/Documents/oaw-workspace/fornax-cartridges-uml2-spring2-example-advanced/src/generated/java,
> /Users/attilabak/Documents/oaw-workspace/fornax-cartridges-uml2-spring2-example-advanced/src/generated/resources'
> 2154 INFO  DirectoryCleaner   - Cleaning
> /Users/attilabak/Documents/oaw-workspace/fornax-cartridges-uml2-spring2-example-advanced/src/generated/java
> 2278 INFO  DirectoryCleaner   - Cleaning
> /Users/attilabak/Documents/oaw-workspace/fornax-cartridges-uml2-spring2-example-advanced/src/generated/resources
> 2281 INFO  CompositeComponent - Workflow: executing workflow
> org/fornax/cartridges/uml2/spring/spring.oaw in workflow.oaw:16
> 2281 INFO  CompositeComponent - TextConfigurationReader: loading global
> configuration model (text) from hibernateConfig.txt
> 2282 INFO  CompositeComponent - Workflow: executing workflow
> org/fornax/cartridges/uml2/hibernate/hibernate.oaw in
> org/fornax/cartridges/uml2/spring/spring.oaw:48
> 2282 INFO  CompositeComponent - FeatureComponent: executing feature
> org/fornax/cartridges/uml2/hibernate/hibernate.oaw in
> org/fornax/cartridges/uml2/hibernate/hibernate.oaw:55
> 2283 INFO  CompositeComponent - XtendComponent: executing
> 'org::fornax::cartridges::uml2::hibernate::extensions::ModelTransformation'
> 2516 INFO  IOExtensions       - --------------------
> 2518 INFO  IOExtensions       - Starting Modelmodifications
> 2520 INFO  IOExtensions       - Naming unnamed association-ends
> 3316 INFO  IOExtensions       - Creating default-keys
> 3328 INFO  IOExtensions       - --------------------
> 3329 INFO  CompositeComponent - CheckComponent: slot model check file(s):
> org::fornax::cartridges::uml2::hibernate::checks::Constraints
> org::fornax::cartridges::uml2::hibernate::checks::AssociationChecks
> * * * Start Checks for model: Data * * *
> 3469 INFO  CompositeComponent - FeatureComponent: executing feature
> org/fornax/cartridges/uml2/hibernate/hibernate.oaw in
> org/fornax/cartridges/uml2/hibernate/hibernate.oaw:93
> 3469 INFO  ConditionalComponent -
> Generator(hibernateCartridge_mapping_generator): generating
> 'org::fornax::cartridges::uml2::hibernate::templates::feature_mappings::Root
> FOR model' => directory 'null'
> --------------------
> * * * Start feature: 'mappings' * * *
> * * Start generation of 2 Hibernate mappings * *
> * * Start generation of Hibernate configuration files * *
> --------------------
> 4026 INFO  Generator          - Written 4 files to outlet
> [default](/Users/attilabak/Documents/oaw-workspace/fornax-cartridges-uml2-spring2-example-advanced/src/generated/resources)
> 4027 INFO  CompositeComponent - FeatureComponent: executing feature
> org/fornax/cartridges/uml2/hibernate/hibernate.oaw in
> org/fornax/cartridges/uml2/hibernate/hibernate.oaw:138
> 4027 INFO  ConditionalComponent -
> Generator(hibernateCartridge_pojo_generator): generating
> 'org::fornax::cartridges::uml2::hibernate::templates::feature_pojo::Root
> FOR model' => directory 'null'
> --------------------
> * * * Start feature: 'pojo' * * *
> * * Start generation of 2 pojos * *
> * * Start generation of 0 classes * *
> --------------------
> 5037 INFO  Generator          - Written 4 files to outlet
> [default](/Users/attilabak/Documents/oaw-workspace/fornax-cartridges-uml2-spring2-example-advanced/src/generated/java)
> 5037 INFO  Generator          - Skipped writing of 2 files to outlet
> outletSrcOnceDir(/Users/attilabak/Documents/oaw-workspace/fornax-cartridges-uml2-spring2-example-advanced/src/main/java)
> 5037 INFO  CompositeComponent - FeatureComponent: executing feature
> org/fornax/cartridges/uml2/hibernate/hibernate.oaw in
> org/fornax/cartridges/uml2/hibernate/hibernate.oaw:185
> 5038 INFO  ConditionalComponent - SchemaExporter(SchemaExport)
> 5075 INFO  Environment        - Hibernate 3.2.2
> 5078 INFO  Environment        - hibernate.properties not found
> 5080 INFO  Environment        - Bytecode provider name : cglib
> 5084 INFO  Environment        - using JDK 1.4 java.sql.Timestamp handling
> 5135 INFO  Configuration      - Reading mappings from file:
> /Users/attilabak/Documents/oaw-workspace/fornax-cartridges-uml2-spring2-example-advanced/src/generated/resources/springadvancedexample/MyClass1Impl.hbm.xml
> 5453 INFO  HbmBinder          - Mapping class:
> springadvancedexample.MyClass1Impl -> MYCLASS1
> 5467 INFO  Configuration      - Reading mappings from file:
> /Users/attilabak/Documents/oaw-workspace/fornax-cartridges-uml2-spring2-example-advanced/src/generated/resources/springadvancedexample/MyClass2Impl.hbm.xml
> 5489 INFO  HbmBinder          - Mapping class:
> springadvancedexample.MyClass2Impl -> MYCLASS2
> 5509 INFO  Dialect            - Using dialect:
> org.hibernate.dialect.HSQLDialect
> 5608 INFO  SchemaExport       - Running hbm2ddl schema export
> 5609 INFO  SchemaExport       - writing generated schema to file:
> /Users/attilabak/Documents/oaw-workspace/fornax-cartridges-uml2-spring2-example-advanced/src/generated/resources/Data.ddl
> 5610 INFO  SchemaExport       - schema export complete
> 5611 INFO  CompositeComponent - CheckComponent: slot model check file(s):
> org::fornax::cartridges::uml2::spring::checks::Constraints
> 6030 INFO  CompositeComponent - XtendComponent: executing
> 'org::fornax::cartridges::uml2::spring::extensions::DaoTransformation'
> ---------------------------------------------------------------
> Starting model transformation...
> Use generics for DAO is: false
> Use generics for Service is: false
> Default method generation is: enabled
> Global DAO method population is: enabled
> Model transformation done.
> ---------------------------------------------------------------
> 6832 INFO  CompositeComponent - Generator(spring_generator): generating
> 'org::fornax::cartridges::uml2::spring::templates::Root::Root FOR model'
> => directory 'null'
> 7155 WARN  GlobalVarExpression - Global variable 'type_header_text' is
> null. Is it configured?
> 7161 WARN  GlobalVarExpression - Global variable 'annotation_source_key'
> is null. Is it configured?
> 7218 WARN  GlobalVarExpression - Global variable
> 'use_overridden_equals_hashcode_toString' is null. Is it configured?
> 7235 WARN  GlobalVarExpression - Global variable 'type_footer_text' is
> null. Is it configured?
> 8951 INFO  Generator          - Written 13 files to outlet
> [default](/Users/attilabak/Documents/oaw-workspace/fornax-cartridges-uml2-spring2-example-advanced/src/generated/java)
> 8951 INFO  Generator          - Written 4 files to outlet
> outletResDir(/Users/attilabak/Documents/oaw-workspace/fornax-cartridges-uml2-spring2-example-advanced/src/generated/resources)
> 8951 INFO  Generator          - Skipped writing of 3 files to outlet
> outletSrcOnceDir(/Users/attilabak/Documents/oaw-workspace/fornax-cartridges-uml2-spring2-example-advanced/src/main/java)
> 8952 INFO  Generator          - Skipped writing of 1 files to outlet
> outletResOnceDir(/Users/attilabak/Documents/oaw-workspace/fornax-cartridges-uml2-spring2-example-advanced/src/main/resources)
> 8952 INFO  WorkflowRunner     - workflow completed in 7027ms!
> Adding
> /Users/attilabak/Documents/oaw-workspace/fornax-cartridges-uml2-spring2-example-advanced/src/generated/java
> Adding
> /Users/attilabak/Documents/oaw-workspace/fornax-cartridges-uml2-spring2-example-advanced/src/protected/java
> Adding
> /Users/attilabak/Documents/oaw-workspace/fornax-cartridges-uml2-spring2-example-advanced/src/test/generated/java
> [INFO] Adding
> /Users/attilabak/Documents/oaw-workspace/fornax-cartridges-uml2-spring2-example-advanced/src/generated/resources
> to the list of current resources.
> [INFO] Adding
> /Users/attilabak/Documents/oaw-workspace/fornax-cartridges-uml2-spring2-example-advanced/src/main/resources
> to the list of current resources.
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:compile]
> [INFO] Compiling 23 source files to
> /Users/attilabak/Documents/oaw-workspace/fornax-cartridges-uml2-spring2-example-advanced/target/classes
> [INFO] [resources:testResources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:testCompile]
> [INFO] Compiling 3 source files to
> /Users/attilabak/Documents/oaw-workspace/fornax-cartridges-uml2-spring2-example-advanced/target/test-classes
> [INFO] [surefire:test]
> [INFO] Surefire report directory:
> /Users/attilabak/Documents/oaw-workspace/fornax-cartridges-uml2-spring2-example-advanced/target/surefire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> 
> 
>>
>> Hallo Attila,
>>
>> I'have had already updated the profiles from the Hibernate-Cartridge. But
>> that is not the problem.
>> Here is the log of the generator (I have tried it with simple-example,
>> advanced and reference):
>>
>>
>> =================================================================
>> INFO -
>> --------------------------------------------------------------------------------------
>> INFO - openArchitectureWare 4.2.0, Build 200709162219NGT
>> INFO - (c) 2005-2007 openarchitectureware.org and contributors
>> INFO -
>> --------------------------------------------------------------------------------------
>> INFO - running workflow: workflow.oaw
>> INFO -
>> DEBUG - Checking configuration of: XmiReader: file
>> 'model/springadvancedexample.uml' => slot 'model'
>> DEBUG - Checking configuration of: DirectoryCleaner(dirCleaner): cleaning
>> directory './src/generated/java, ./src/generated/resources'
>> DEBUG - Checking configuration of: Workflow: executing workflow
>> org/fornax/cartridges/uml2/spring/spring.oaw in workflow.oaw:16
>> DEBUG - Checking configuration of: TextConfigurationReader: loading
>> global
>> configuration model (text) from hibernateConfig.txt
>> DEBUG - Checking configuration of: Workflow: executing workflow
>> org/fornax/cartridges/uml2/hibernate/hibernate.oaw in
>> org/fornax/cartridges/uml2/spring/spring.oaw:48
>> DEBUG - Checking configuration of: FeatureComponent: executing feature
>> org/fornax/cartridges/uml2/hibernate/hibernate.oaw in
>> org/fornax/cartridges/uml2/hibernate/hibernate.oaw:55
>> DEBUG - Checking configuration of: XtendComponent: executing
>> 'org::fornax::cartridges::uml2::hibernate::extensions::PreProcessing'
>> DEBUG - Checking configuration of: XtendComponent: executing
>> 'org::fornax::cartridges::uml2::hibernate::extensions::ModelTransformation'
>> DEBUG - Checking configuration of: CheckComponent: slot model check
>> file(s):
>> org::fornax::cartridges::uml2::hibernate::checks::Constraints
>> org::fornax::cartridges::uml2::hibernate::checks::AssociationChecks
>> DEBUG - Checking configuration of: FeatureComponent: executing feature
>> org/fornax/cartridges/uml2/hibernate/hibernate.oaw in
>> org/fornax/cartridges/uml2/hibernate/hibernate.oaw:93
>> DEBUG - Checking configuration of:
>> Generator(hibernateCartridge_mapping_generator): generating
>> 'org::fornax::cartridges::uml2::hibernate::templates::feature_mappings::Root
>> FOR model' => directory 'null'
>> DEBUG - Checking configuration of: FeatureComponent: executing feature
>> org/fornax/cartridges/uml2/hibernate/hibernate.oaw in
>> org/fornax/cartridges/uml2/hibernate/hibernate.oaw:138
>> DEBUG - Checking configuration of:
>> Generator(hibernateCartridge_pojo_generator): generating
>> 'org::fornax::cartridges::uml2::hibernate::templates::feature_pojo::Root
>> FOR
>> model' => directory 'null'
>> DEBUG - Checking configuration of: FeatureComponent: executing feature
>> org/fornax/cartridges/uml2/hibernate/hibernate.oaw in
>> org/fornax/cartridges/uml2/hibernate/hibernate.oaw:185
>> DEBUG - Checking configuration of: SchemaExporter(SchemaExport)
>> DEBUG - Checking configuration of: CheckComponent: slot model check
>> file(s):
>> org::fornax::cartridges::uml2::spring::checks::Constraints
>> DEBUG - Checking configuration of: XtendComponent: executing
>> 'org::fornax::cartridges::uml2::spring::extensions::DaoTransformation'
>> DEBUG - Checking configuration of: Generator(spring_generator):
>> generating
>> 'org::fornax::cartridges::uml2::spring::templates::Root::Root FOR model'
>> =>
>> directory 'null'
>> INFO - XmiReader: file 'model/springadvancedexample.uml' => slot 'model'
>> INFO - DirectoryCleaner(dirCleaner): cleaning directory
>> './src/generated/java, ./src/generated/resources'
>> INFO - Cleaning
>> C:\development\oaw\workspace\sx-fornax-cartridges-uml2-spring2-example-advanced\.\src\generated\java
>> INFO - Cleaning
>> C:\development\oaw\workspace\sx-fornax-cartridges-uml2-spring2-example-advanced\.\src\generated\resources
>> INFO - Workflow: executing workflow
>> org/fornax/cartridges/uml2/spring/spring.oaw in workflow.oaw:16
>> INFO - TextConfigurationReader: loading global configuration model (text)
>> from hibernateConfig.txt
>> INFO - Workflow: executing workflow
>> org/fornax/cartridges/uml2/hibernate/hibernate.oaw in
>> org/fornax/cartridges/uml2/spring/spring.oaw:48
>> INFO - FeatureComponent: executing feature
>> org/fornax/cartridges/uml2/hibernate/hibernate.oaw in
>> org/fornax/cartridges/uml2/hibernate/hibernate.oaw:55
>> INFO - XtendComponent: executing
>> 'org::fornax::cartridges::uml2::hibernate::extensions::ModelTransformation'
>> INFO - --------------------
>> INFO - Starting Modelmodifications
>> INFO - Naming unnamed association-ends
>> INFO - Creating default-keys
>> INFO - --------------------
>> INFO - CheckComponent: slot model check file(s):
>> org::fornax::cartridges::uml2::hibernate::checks::Constraints
>> org::fornax::cartridges::uml2::hibernate::checks::AssociationChecks
>> * * * Start Checks for model: Data * * *
>> INFO - FeatureComponent: executing feature
>> org/fornax/cartridges/uml2/hibernate/hibernate.oaw in
>> org/fornax/cartridges/uml2/hibernate/hibernate.oaw:93
>> INFO - Generator(hibernateCartridge_mapping_generator): generating
>> 'org::fornax::cartridges::uml2::hibernate::templates::feature_mappings::Root
>> FOR model' => directory 'null'
>> --------------------
>> * * * Start feature: 'mappings' * * *
>> * * Start generation of 2 Hibernate mappings * *
>> DEBUG - * Start generation of configuration file: MyClass1 *
>> DEBUG - Opening file :
>> C:\development\oaw\workspace\sx-fornax-cartridges-uml2-spring2-example-advanced\.\src\generated\resources\springadvancedexample\MyClass1Impl.hbm.xml
>> DEBUG - * Start generation of configuration file: MyClass2 *
>> DEBUG - Opening file :
>> C:\development\oaw\workspace\sx-fornax-cartridges-uml2-spring2-example-advanced\.\src\generated\resources\springadvancedexample\MyClass2Impl.hbm.xml
>> * * Start generation of Hibernate configuration files * *
>> DEBUG - Opening file :
>> C:\development\oaw\workspace\sx-fornax-cartridges-uml2-spring2-example-advanced\.\src\generated\resources\hibernate.properties
>> DEBUG - Opening file :
>> C:\development\oaw\workspace\sx-fornax-cartridges-uml2-spring2-example-advanced\.\src\generated\resources\hibernate.cfg.xml
>> --------------------
>> INFO - Written 4 files to outlet [default](./src/generated/resources)
>> INFO - FeatureComponent: executing feature
>> org/fornax/cartridges/uml2/hibernate/hibernate.oaw in
>> org/fornax/cartridges/uml2/hibernate/hibernate.oaw:138
>> INFO - Generator(hibernateCartridge_pojo_generator): generating
>> 'org::fornax::cartridges::uml2::hibernate::templates::feature_pojo::Root
>> FOR
>> model' => directory 'null'
>> --------------------
>> * * * Start feature: 'pojo' * * *
>> * * Start generation of 2 pojos * *
>> DEBUG - Opening file :
>> C:\development\oaw\workspace\sx-fornax-cartridges-uml2-spring2-example-advanced\.\src\generated\java\springadvancedexample\MyClass1.java
>> DEBUG - no config file specified; using the default config file supplied
>> with oAW: org.eclipse.jdt.core.formatterprefs
>> DEBUG - Opening file :
>> C:\development\oaw\workspace\sx-fornax-cartridges-uml2-spring2-example-advanced\.\src\generated\java\springadvancedexample\AbstractMyClass1.java
>> DEBUG - Skipping file :
>> C:\development\oaw\workspace\sx-fornax-cartridges-uml2-spring2-example-advanced\.\src\main\java\springadvancedexample\MyClass1Impl.java
>> cause it exists allready
>> DEBUG - Opening file :
>> C:\development\oaw\workspace\sx-fornax-cartridges-uml2-spring2-example-advanced\.\src\generated\java\springadvancedexample\MyClass2.java
>> DEBUG - Opening file :
>> C:\development\oaw\workspace\sx-fornax-cartridges-uml2-spring2-example-advanced\.\src\generated\java\springadvancedexample\AbstractMyClass2.java
>> DEBUG - Skipping file :
>> C:\development\oaw\workspace\sx-fornax-cartridges-uml2-spring2-example-advanced\.\src\main\java\springadvancedexample\MyClass2Impl.java
>> cause it exists allready
>> * * Start generation of 0 classes * *
>> --------------------
>> INFO - Written 4 files to outlet [default](./src/generated/java)
>> INFO - Skipped writing of 2 files to outlet
>> outletSrcOnceDir(./src/main/java)
>> INFO - FeatureComponent: executing feature
>> org/fornax/cartridges/uml2/hibernate/hibernate.oaw in
>> org/fornax/cartridges/uml2/hibernate/hibernate.oaw:185
>> INFO - SchemaExporter(SchemaExport)
>> INFO - CheckComponent: slot model check file(s):
>> org::fornax::cartridges::uml2::spring::checks::Constraints
>> =================================================================
>>
>> Is it working on your environment?
>>
>> regards,
>>
>> Daniel
>>
>>
>>
>>
>> Bak Attila wrote:
>>>
>>> Fixed. Copied the profiles from hibernate.
>>>
>>> Please give me feedback that it is working for you!
>>>
>>>>
>>>> Hi Attila,
>>>>
>>>> Thank you for your fast reply!
>>>>
>>>> regards,
>>>>
>>>> Daniel
>>>>
>>>>
>>>>
>>>> Bak Attila wrote:
>>>>>
>>>>> Hi Daniel,
>>>>>
>>>>> I will need to look into it. It can happen that because of hibernate
>>>>> changes the spring cartridge is not working anymore.
>>>>> Please give me some time to correct the problem. I will do it as soon
>>>>> as
>>>>> possible.
>>>>>
>>>>> Regards,
>>>>> attila
>>>>>
>>>>>
>>>>>
>>>>>>
>>>>>> Hello,
>>>>>>
>>>>>> I have some Problems with the spring cartridge:
>>>>>>
>>>>>> 1. I checked out the projects
>>>>>>
>>>>>> - fornax-cartridges-uml2-spring2-example-simple
>>>>>> - fornax-cartridges-uml2-spring-core
>>>>>> - fornax-cartridges-uml2-spring-generator
>>>>>> - fornax-cartridges-uml2-spring-reference
>>>>>> - fornax-cartridges-uml2-spring-parent
>>>>>>
>>>>>> 2. I did a maven install on the spring-parent's pom.xml I got
>>>>>> following:
>>>>>> =================================================================
>>>>>> [ERROR] BUILD FAILURE
>>>>>> org.fornax.cartridges:fornax-cartridges-uml2-spring-core:jar:1.0.0-SNAPSHOT
>>>>>> (  task-segment: [install] )
>>>>>> [INFO]
>>>>>> ----------------------------------------------------------------------------
>>>>>> [INFO] Missing:
>>>>>> ----------
>>>>>> 1)
>>>>>> org.fornax.cartridges:fornax-cartridges-uml2-hibernate-generator:jar:1.4.2-SNAPSHOT
>>>>>>
>>>>>>   Try downloading the file manually from the project website.
>>>>>>
>>>>>>   Then, install it using the command:
>>>>>>       mvn install:install-file -DgroupId=org.fornax.cartridges
>>>>>> -DartifactId=fornax-cartridges-uml2-hibernate-generator \
>>>>>>           -Dversion=1.4.2-SNAPSHOT -Dpackaging=jar
>>>>>> -Dfile=/path/to/file
>>>>>> Alternatively, if you host your own repository you can deploy the
>>>>>> file
>>>>>> there:
>>>>>>       mvn deploy:deploy-file -DgroupId=org.fornax.cartridges
>>>>>> -DartifactId=fornax-cartridges-uml2-hibernate-generator \
>>>>>>           -Dversion=1.4.2-SNAPSHOT -Dpackaging=jar
>>>>>> -Dfile=/path/to/file
>>>>>> \
>>>>>>            -Durl=[url] -DrepositoryId=[id]
>>>>>>
>>>>>>   Path to dependency:
>>>>>>          1)
>>>>>> org.fornax.cartridges:fornax-cartridges-uml2-spring-core:jar:1.0.0-SNAPSHOT
>>>>>>          2)
>>>>>> org.fornax.cartridges:fornax-cartridges-uml2-hibernate-generator:jar:1.4.2-SNAPSHOT
>>>>>>
>>>>>> ----------
>>>>>> 1 required artifact is missing.
>>>>>>
>>>>>> for artifact:
>>>>>>
>>>>>> org.fornax.cartridges:fornax-cartridges-uml2-spring-core:jar:1.0.0-SNAPSHOT
>>>>>>
>>>>>> from the specified remote repositories:
>>>>>>   central (http://repo1.maven.org/maven2),
>>>>>>   fornax.repository (http://www.fornax-platform.org/m2/repository)
>>>>>>
>>>>>> ====================================================================
>>>>>>
>>>>>> Ok, I have heard that 1.4.2-Version of Hibernate will be released
>>>>>> soon.
>>>>>> So I tried another way: I checked out all relevant Projects
>>>>>> (Java-Basic-Cartrigde-Projects and Hibernate Cartridge Projects) to
>>>>>> build
>>>>>> my
>>>>>> own 1.4.2-Snapshot-Version.
>>>>>>
>>>>>> After I did that, the maven install finished without errors.
>>>>>> Next step was to generate the code from the
>>>>>> spring2-example-simple-project.
>>>>>> The result was that all Hibernate-Classes were generated but the
>>>>>> generation
>>>>>> of the Spring-classes (DAOs, Services, etc.) failed without an error.
>>>>>> the
>>>>>> last step was spring's constraints.check and then it stopped.
>>>>>>
>>>>>> I did the same 2 or 3 weeks ago and it worked. Is it possible that
>>>>>> the
>>>>>> spring projects in svn-trunk are not always synchronized/compatible
>>>>>> with
>>>>>> the
>>>>>> java basic projects and hibernate projects in svn-trunk? I recognized
>>>>>> that
>>>>>> there have been many changes in the hibernate-projects but no changes
>>>>>> in
>>>>>> the
>>>>>> spring-projects in the last 2 or 3 weeks.
>>>>>>
>>>>>> Who can help me? Is there a Branch in which all projects work
>>>>>> together
>>>>>> correctly. I would need all Projects, because I would like to extend
>>>>>> the
>>>>>> Hibernate Cartridge and the Spring Cardridge.
>>>>>>
>>>>>> thanks,
>>>>>>
>>>>>> daniel
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> View this message in context:
>>>>>> http://www.nabble.com/spring-cartridge---problems-with-svn-trunk-tp15419343s17564p15419343.html
>>>>>> Sent from the Fornax-Platform mailing list archive at Nabble.com.
>>>>>>
>>>>>>
>>>>>> -------------------------------------------------------------------------
>>>>>> This SF.net email is sponsored by: Microsoft
>>>>>> Defy all challenges. Microsoft(R) Visual Studio 2008.
>>>>>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>>>>>> _______________________________________________
>>>>>> Fornax-developer mailing list
>>>>>> [email protected]
>>>>>> https://lists.sourceforge.net/lists/listinfo/fornax-developer
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> -------------------------------------------------------------------------
>>>>> This SF.net email is sponsored by: Microsoft
>>>>> Defy all challenges. Microsoft(R) Visual Studio 2008.
>>>>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>>>>> _______________________________________________
>>>>> Fornax-developer mailing list
>>>>> [email protected]
>>>>> https://lists.sourceforge.net/lists/listinfo/fornax-developer
>>>>>
>>>>>
>>>>
>>>> --
>>>> View this message in context:
>>>> http://www.nabble.com/spring-cartridge---problems-with-svn-trunk-tp15419343s17564p15421300.html
>>>> Sent from the Fornax-Platform mailing list archive at Nabble.com.
>>>>
>>>>
>>>> -------------------------------------------------------------------------
>>>> This SF.net email is sponsored by: Microsoft
>>>> Defy all challenges. Microsoft(R) Visual Studio 2008.
>>>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>>>> _______________________________________________
>>>> Fornax-developer mailing list
>>>> [email protected]
>>>> https://lists.sourceforge.net/lists/listinfo/fornax-developer
>>>>
>>>
>>>
>>>
>>> -------------------------------------------------------------------------
>>> This SF.net email is sponsored by: Microsoft
>>> Defy all challenges. Microsoft(R) Visual Studio 2008.
>>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>>> _______________________________________________
>>> Fornax-developer mailing list
>>> [email protected]
>>> https://lists.sourceforge.net/lists/listinfo/fornax-developer
>>>
>>>
>>
>> --
>> View this message in context:
>> http://www.nabble.com/spring-cartridge---problems-with-svn-trunk-tp15419343s17564p15428651.html
>> Sent from the Fornax-Platform mailing list archive at Nabble.com.
>>
>>
>> -------------------------------------------------------------------------
>> This SF.net email is sponsored by: Microsoft
>> Defy all challenges. Microsoft(R) Visual Studio 2008.
>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>> _______________________________________________
>> Fornax-developer mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/fornax-developer
>>
> 
> 
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Fornax-developer mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/fornax-developer
> 
> 

-- 
View this message in context: 
http://www.nabble.com/spring-cartridge---problems-with-svn-trunk-tp15419343s17564p15429643.html
Sent from the Fornax-Platform mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fornax-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fornax-developer

Reply via email to