Re: [Fornax-developer] Run mwe2 workflow with maven 2

2010-10-06 Thread Karsten Thoms
Hi Christian, the plugin 3.1.0 enables MWE 2 only for Maven 3 / Tycho based workflows, not with Maven 2. Everything else is untested. Sculptor uses a Maven 2 based workflow, but consult those dependencies: https://fornax.svn.sourceforge.net/svnroot/fornax/trunk/cartridges/sculptor/org.forn

Re: [Fornax-developer] Move Fornax Forum to Google Groups?

2010-09-27 Thread Karsten Thoms
Fine also from my side. Mails get stuck and wait for approval, this is pretty annoying to clean out all the spam :-( The mail agent interface is horrible. Patrik, could you administer the group? - Ursprüngliche Mail - Von: "Pavel Tavoda" An: fornax-developer@lists.sourceforge.net Gesend

[Fornax-developer] Xtext 1.x support for Maven

2010-08-18 Thread karsten . thoms
Hi all, I have good news regarding the support for Xtext 1.x in Maven Builds. Yesterday I managed to extend the Fornax Workflow Plugin to enable the execution of MWE2 workflows for an example DSL project. The build was using version 3.1.0-SNAPSHOT of that plugin and uses Maven 3 with the Tycho

Re: [Fornax-developer] Eclipse Helios

2010-08-02 Thread Karsten Thoms
The Maven support for Xtext 1.0 is not available yet. Most probably this will require Tycho, but anyway MWE2 has to be supported by the Maven plugin. I had some problems there and not the time yet to proceed. I will work on that soon. Am 02.08.2010 um 21:54 schrieb Pavel Tavoda: > OK, than

Re: [Fornax-developer] Sculptor blog and site

2010-06-04 Thread Karsten Thoms
No, still works for me. Tested from company network and via UMTS. It is configured in DNS, and normally the DNS servers synchronize within one day. So you could not resolve the link? Could anyone else test the link? http://sculptor.fornax-platform.org ~Karsten Am 04.06.2010 um 08:51 sch

Re: [Fornax-developer] Sculptor blog and site

2010-06-02 Thread Karsten Thoms
48 > > You only need to modify the CNAME, as described in the instruction. > > Is that possible? > > /Patrik > > > > > Patrik Nordwall wrote: >> >> Karsten, any progress on this? >> /Patrik >> >> >> Karsten Thoms wrote: >>> &g

Re: [Fornax-developer] Insufficient Storage in maven repo

2010-05-27 Thread Karsten Thoms
The log files polluted the disk, I cleaned it up. Am 27.05.2010 um 07:04 schrieb Patrik Nordwall: > > Disk full? I got this when deploying new snapshot > > Error deploying artifact: Failed to transfer file: > http://www.fornax-platform.org/archiva/repository/snapshots/org/fornax/cartridges/fornax

Re: [Fornax-developer] Site design

2010-05-16 Thread Karsten Thoms
Looks really good to me! Am 13.05.2010 um 19:35 schrieb Patrik Nordwall: > > I have created a prototype with google sites. > http://sites.google.com/site/fornaxsculptor/ > > What do you think? > > /Patrik > > > Patrik Nordwall wrote: >> >> Yes, that will not be easy. We should try to not includ

Re: [Fornax-developer] Sculptor blog and site

2010-05-11 Thread Karsten Thoms
> is needed. > It is important that we can modify it ourselves. > > /Patrik > > > Karsten Thoms wrote: >> >> Hi Patrik! >> >> How about http://sculptor.fornax-platform.org as main page? From >> there >> you could link into confluence and

Re: [Fornax-developer] Sculptor blog and site

2010-05-11 Thread Karsten Thoms
Hi Patrik! How about http://sculptor.fornax-platform.org as main page? From there you could link into confluence and the like. Maybe we could offer some webspace where some static pages can be uploaded to. Have to check this and come back to you... Best, ~Karsten Am 11.05.2010 um 12:45 sch

Re: [Fornax-developer] Eclipse UML and/or EA approach for Fornax Hibernate Transformation

2010-03-22 Thread Karsten Thoms
Am 18.03.2010 um 13:56 schrieb Darius Jockel: > > Croin wrote: >> >> [java] Couldn't find extension >> 'createDefaultValues(uml::Package)'! >> > Maybe the root node of your model is not but ? > At creation time of the uml2 model you have to select the root node > and the > default is p

Re: [Fornax-developer] JavaBasic carthridge and oaw classic...

2010-02-19 Thread Karsten Thoms
The metamodels used by oAW classic and UML2 are incompatible. It is strongly recommended to use (EMF) UML2 models. The JavaBasic cartridge won't be compatible with oAW classic. Kind regards, ~Karsten Am 01.02.2010 um 16:12 schrieb posthumecaver: > > Hi everybody, > > I like to ask the possib

Re: [Fornax-developer] hibernate cartridge fails loading topcased profile

2010-01-02 Thread Karsten Thoms
Check which namespaces and URI's are declared in the root node of the exported files. I guess the UML2 version and UML namespace declaration will differ, that could be the problem. Am 01.01.2010 um 18:45 schrieb roehrist: > > I found the problem: > Loading a profile saved with Topcased 3.2.0

Re: [Fornax-developer] [Sculptor] Generator dependency

2009-11-12 Thread Karsten Thoms
pproach > should work. > Is there a JIRA for this so I can watch its progress? > > Thanks! > --Polly > > > Karsten Thoms wrote: >> >> Hi Polly, >> >> yes, I spent already some time digging into this issue. You are >> right, >> best

Re: [Fornax-developer] [Sculptor] Generator dependency

2009-11-12 Thread Karsten Thoms
Hi Polly, yes, I spent already some time digging into this issue. You are right, best approach would be to configure the generator dependencies as dependencies in the plugin configuration. When you do this, all those dependencies are put on the classpath during plugin execution as expected. Wha

Re: [Fornax-developer] NoSuchMethodError: URIConverter.createInputStream(URI, Map)

2009-11-04 Thread Karsten Thoms
Hi Jochen! Look into your dependencies with "mvn dependency:list" or "mvn dependency:tree". Override conflicting dependencies by adding them in the dependencies section in front, e.g. when the build is using wrong EMF library versions. ~Karsten - Original Message - From: "Jochen Wiedm

Re: [Fornax-developer] Novice attempts with MWE failing

2009-10-19 Thread Karsten Thoms
;ve got do go back to oAW? Jochen Karsten Thoms wrote: > > Jochen, > > you are declaring a dependency to oaw4 uml2, which would require to use > oAW4's workflow engine (declared by oaw, > or just leaving that out). If you want to use MWE as workflow engine you >

Re: [Fornax-developer] Novice attempts with MWE failing

2009-10-19 Thread Karsten Thoms
Jochen, you are declaring a dependency to oaw4 uml2, which would require to use oAW4's workflow engine (declared by oaw, or just leaving that out). If you want to use MWE as workflow engine you would also migrate the projects and using M2T Xpand dependencies only. Don't mix both. Best, ~Karste

Re: [Fornax-developer] Continuous build

2009-09-22 Thread Karsten Thoms
gt; after that I could spend some time for this task. > > Is anybody else working on this topic? > > regards > > Karsten Thoms schrieb: >> We once set up a Continuum System on the Fornax Server. This had to >> be >> given up since the machine did not have enough

Re: [Fornax-developer] Continuous build

2009-09-21 Thread Karsten Thoms
We once set up a Continuum System on the Fornax Server. This had to be given up since the machine did not have enough resources for that job. And Continuum would not be my first choice again, it had problems with flat structured multi-module projects as Fornax projects usually are. I could

Re: [Fornax-developer] Fornax Repo

2009-09-15 Thread Karsten Thoms
The Maven Repo is working again. The ownership of the fornax-platform.org domain has changed and with it the default IP. It had to be switched back to the old one until all services are migrated and redirects have been configured on the new server. Unfortunately our admin was ill yesterday when

Re: [Fornax-developer] Fornax Repo

2009-09-14 Thread Karsten Thoms
back to work. I hope this can be fixed ASAP, but likely not today :-( I already informed colleagues to help on this issue. ~Karsten - Original Message - From: "Attila Bak" To: "Karsten Thoms" Sent: Monday, September 14, 2009 10:36:46 AM (GMT+0100) Europe/Berlin

Re: [Fornax-developer] [fornax-oaw-m2-plugin] executing workflow

2009-08-25 Thread Karsten Thoms
You have to split the projects into two: One that defines the generator, the other that uses it. Typically the latter has a small workflow that calls the generator workflow as cartridge. Besides that it is best practice to separate the cartridge from the application of it, it is simply necessar

Re: [Fornax-developer] Problems with Custom oAW Install

2009-07-28 Thread Karsten Thoms
Hi Todd, - Be sure that Eclipse starts at least with Java 5 (check configuration) - Any logs in the error view? - In which state are the bundles (Plugin Registry View, Configuration Details)? ~Karsten > > I consult for a large corporation where I'm trying to get other > developers > excited

Re: [Fornax-developer] Checksum plugin

2009-07-28 Thread Karsten Thoms
You will need an Archiva account to be able to deploy to the Fornax Repository. Patrik has an account, but Pavel not yet. Since we are planning to replace Archiva by Nexus all users would need new accounts for that system anyway. Yesterday I spoke with Hanno Wendt, who is responsible to set

Re: [Fornax-developer] Performance bottleneck

2009-07-23 Thread Karsten Thoms
Is Message.format() (I guess this would be used within) better than using a StringBuilder? Further, thinking about what potentially to log is also a good idea. I think if logging is a bottleneck then often the problem is not the right library to use. My 2 cents... Am 23.07.2009 um 10:59 sch

Re: [Fornax-developer] Checksum plugin

2009-07-22 Thread Karsten Thoms
avel On Tue, Jul 21, 2009 at 10:12 PM, Karsten Thoms> wrote: Pavel, I deployed the plugin to the snapshot repository: http://www.fornax-platform.org/archiva/repository/snapshots/org/fornax/cartridges/maven/checksum/fornax-cartridges-sculptor-maven-plugin-checksum/1.0-SNAPSHOT/ Please check

Re: [Fornax-developer] Writing a DSL model to disk?

2009-07-22 Thread Karsten Thoms
Hi Todd! TMF Xtext supports that. ~Karsten Am 22.07.2009 um 15:41 schrieb ootferrell: > > I understand how to read a dsl model from disk, but I'd like to make > programmatic changes or create new dsl model and then write the > model back > to disk in the dsl syntax. I know I can write an xp

Re: [Fornax-developer] Checksum plugin

2009-07-21 Thread Karsten Thoms
Pavel, I deployed the plugin to the snapshot repository: http://www.fornax-platform.org/archiva/repository/snapshots/org/fornax/cartridges/maven/checksum/fornax-cartridges-sculptor-maven-plugin-checksum/1.0-SNAPSHOT/ Please check - is the version schema OK? Usually we use Major.Minor.Micro. - are

Re: [Fornax-developer] Is Fornax Hibernate Cartridge component?

2009-07-20 Thread Karsten Thoms
tool > or than > its is component? > > Maybe it it is before tool than component because it contains some > components that work different tasks (for example SchemaExport > component > generates ddl from Hibernate mapping files) > > > > > Karsten Thoms wrote: &

Re: [Fornax-developer] Is Fornax Hibernate Cartridge component?

2009-07-19 Thread Karsten Thoms
It is a subproject at Fornax, and its main delivery is an openArchitectureWare cartridge. You could see a cartdridge as a component though. > > In original document that describe Fornax platform there is > explanation about > Fornax Hibernate Cartridge as a project in the Fornax platform. It

Re: [Fornax-developer] Fornax maven repo down?

2009-07-18 Thread Karsten Thoms
Hi Polly, right. I was offline and did not recognized. Disk was full :-/ ~Karsten Am 17.07.2009 um 16:48 schrieb polly.c.chang: > > Hi, > > Is the Fornax Maven repo down? This url just hangs: > http://www.fornax-platform.org/archiva/repository/releases > > Thanks! > > --Polly > -- > View thi

Re: [Fornax-developer] Can I Use Java to Create Code Completion Proposals

2009-07-10 Thread Karsten Thoms
Sure. You can use JAVA extensions that delegate to static Java methods. You will find hints in the reference manual and examples all over the code base for the basics. You will have to deal with dynamic EMF Objects, all you get are DynamicEObjectImpl objects that you can evaluate with EMF's

Re: [Fornax-developer] [fornax-oaw-m2-plugin] find workflow.oaw file in classpath?

2009-07-06 Thread Karsten Thoms
File(directory, workflowDescriptor); Of course this fails because the workflow file is in the generator jar in the classpath and not directly in my project. Is there another way to find the workflow in the generator jar in the classpath? Thanks, Polly On Mon, Jul 6, 2009 at 4:17 PM,

Re: [Fornax-developer] [fornax-oaw-m2-plugin] find workflow.oaw file in classpath?

2009-07-06 Thread Karsten Thoms
t; so it will take properties from the Fornax plugin: > > > > >... > > > When I run this, I get the error: > "Could not find the Workflow-Descriptor "sculptorworkflow.oaw"." > > I am running plugin version 2.1.1, and the ge

Re: [Fornax-developer] [fornax-oaw-m2-plugin] find workflow.oaw file in classpath?

2009-07-06 Thread Karsten Thoms
Polly, the plugin searches on the classpath for the workflow file. I'm pretty sure that it works that way since I'm using it in my project. There is a deeper sense behind those one-line workflows. A cartridge project is reusable, and normally it does not know about which model to read at lea

Re: [Fornax-developer] Annoying regeneration problem

2009-07-03 Thread Karsten Thoms
A good starting point is to provide a specialized Outlet implementation. The implementation class to use must be configured for the Maven Mojo to do this. You should read this article from Heiko about the Generation Gap pattern. He suggests to introduce a conditional generated folder, wher

Re: [Fornax-developer] logging with fornax-oaw-m2-plugin

2009-06-30 Thread Karsten Thoms
-- ___ Fornax-developer mailing list Fornax-developer@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fornax-developer

Re: [Fornax-developer] logging with fornax-oaw-m2-plugin

2009-06-29 Thread Karsten Thoms
To give you a quick help here is the source: import java.net.URL; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.apache.log4j.PropertyConfigurator; import org.apache.log4j.xml.DOMConfigurator; import org.openarchitectureware.workflow.WorkflowContex

Re: [Fornax-developer] SmartClient frontend demo

2009-06-27 Thread Karsten Thoms
I'm impressed, too! Great work! Am 26.06.2009 um 23:56 schrieb Polly C. Chang: Wow, that is cool! I find the Tree UI to be more intuitive than the tabbed UI, but that is really neat! :) --Polly On Fri, Jun 26, 2009 at 10:36 AM, Pavel Tavoda wrote: Hello, SmartClient frontend sample g

Re: [Fornax-developer] logging with fornax-oaw-m2-plugin

2009-06-27 Thread Karsten Thoms
eally seem to slow things down. :( btw, I am using Maven 2.1.0 and JDK 1.6_13. Thanks! --Polly On Fri, Jun 26, 2009 at 1:51 AM, Karsten Thoms > wrote: Hi Polly, when looking at the sources I recognized that it might be no issue of the Fornax Maven plugin. Debug output has changed the

Re: [Fornax-developer] logging with fornax-oaw-m2-plugin

2009-06-25 Thread Karsten Thoms
09 at 2:21 AM, Karsten Thoms wrote: Hi Polly, logging has been changed to Commons Logging. I will change this back next week, maybe I can already deploy a snapshot tomorrow. Opened Bug: https://fornax.itemis.de/jira/browse/TOM-26 ~Karsten - Original Message - From: "Polly C.

Re: [Fornax-developer] Problem

2009-06-25 Thread Karsten Thoms
Added an issue for this: https://fornax.itemis.de/jira/browse/CSC-377 Best, ~Karsten - Original Message - From: "Pavel Tavoda" To: fornax-developer@lists.sourceforge.net Sent: Thursday, June 25, 2009 10:53:02 AM (GMT+0100) Europe/Berlin Subject: Re: [Fornax-developer] Problem You are rig

Re: [Fornax-developer] logging with fornax-oaw-m2-plugin

2009-06-24 Thread Karsten Thoms
Hi Polly, logging has been changed to Commons Logging. I will change this back next week, maybe I can already deploy a snapshot tomorrow. Opened Bug: https://fornax.itemis.de/jira/browse/TOM-26 ~Karsten - Original Message - From: "Polly C. Chang" To: fornax-developer@lists.sourceforge

Re: [Fornax-developer] Is it possible to use Fornax Cartdrige with eCore

2009-06-16 Thread Karsten Thoms
Mehmet, the input model must be EMF UML2 with the Hibernate Persistence profile applied. This model could be created through a model-to-model transformation from Ecore to UML2, e.g. with Xtend. A standard transformation does not exist, you would have to create it on your own. Best, ~Karsten

Re: [Fornax-developer] oaw-m2-plugin configuration

2009-05-22 Thread Karsten Thoms
Hi Polly, just released version 3.0.1. It has now this feature (again?). I renamed the property since "ommit" is a typo. Use mvn -Dfornax.generator.omit.execution=true clean install to skip workflow execution. ~Karsten On 21.05.09 11:18, Karsten Thoms wrote: Hi Polly, you ar

Re: [Fornax-developer] oaw-m2-plugin configuration

2009-05-21 Thread Karsten Thoms
ot;ommit" variable is the one that I didn't see. Thanks for creating the ticket about adding outlets! Thanks, Polly Karsten Thoms wrote: Hi Polly! The "fornax.generator.force.execution" is still supported. I think you have just overseen it, I did not chang

Re: [Fornax-developer] oaw-m2-plugin configuration

2009-05-19 Thread Karsten Thoms
Hi Polly! The "fornax.generator.force.execution" is still supported. I think you have just overseen it, I did not change something here. if ("true".equalsIgnoreCase( System.getProperty("fornax.generator.force.execution"))) { getLog().info("Forced workflow execution"); File tim

[Fornax-developer] New version of oAW Maven plugin available

2009-05-17 Thread Karsten Thoms
Hi all, I am pleased to announce that version 3.0.0 of the Fornax Maven plugin has been released. With this release the Maven plugin also supports the upcoming Eclipse Model Workflow Engine (MWE). It has been successfully tested to run with Sculptor (I took the Library examples V1.5.0) and TMF

[Fornax-developer] Fwd: Fornax Service Migration

2009-04-30 Thread Karsten Thoms
Hi Patrik! I have added this issue to JIRA and assigned to Hanno. I asked Hanno to track the issues assigned for him. The right JIRA project to report these things to is 'Fornax Platform'. @Hanno: Thanks again for supporting us. I also think that it is important to have these links working and

Re: [Fornax-developer] Fornax Service Migration

2009-04-29 Thread Karsten Thoms
Hi all, to give you a status update: Confluence has been enabled and forwarded to HTTP, so the security exception does not occur anymore. It will occur as soon as you login, and you will have to accept an exception by downloading the security certificate. itemis will buy a valid SSL certificat

Re: [Fornax-developer] Fornax Service Migration

2009-04-27 Thread Karsten Thoms
Hi Patrik! The status is "difficult" :-( Our administrator set some restrictions that weren't clarified in front enough. One of them is that he does not want to have the systems available via HTTP, only via HTTPS (because of unsafe logins). The systems are reachable there, just change the URLs

Re: [Fornax-developer] Fornax Service Migration

2009-04-26 Thread Karsten Thoms
Hi Patrik and Polly! I also recognized those issues and reported them to Hanno and Thorsten. Don't worry, you don't need to learn German. To change the language settings: - Click on your User name in the upper right corner to change into your user profile - Click "Bearbeiten der Einstellunge

[Fornax-developer] Fornax Service Migration

2009-04-21 Thread Karsten Thoms
accounts for the Archiva system won't be migrated and need to be recreated. We apologize for this inconvenience. With kind regards, Karsten Thoms -- Stay on top of everything new and different, both inside and around

Re: [Fornax-developer] [Sculptor] Eclipse TMF

2009-04-14 Thread Karsten Thoms
Heiko has just published a blog entry on the TMF training: http://www.1160pm.net/2009/04/14/xtext-workshop/ On 14.04.2009 22:15 Uhr, Karsten Thoms wrote: I think it is slowly worth investigating. Within itemis we have already a training series for TMF which was successfully done the recent

Re: [Fornax-developer] [Sculptor] Eclipse TMF

2009-04-14 Thread Karsten Thoms
polly.c.chang wrote: Hi Karsten, Good to know! Thanks! --Polly Karsten Thoms wrote: Hi Polly, the last milestone was the first that is worth taking a look at. There is still lots of work to do until Galileo, and at least in my customer project TMF is already taken in production. With

Re: [Fornax-developer] [Sculptor] Eclipse TMF

2009-04-13 Thread Karsten Thoms
Hi Polly, the last milestone was the first that is worth taking a look at. There is still lots of work to do until Galileo, and at least in my customer project TMF is already taken in production. With some obstacles and help from the development team though. ~Karsten On 13.04.2009 20:46 Uhr

Re: [Fornax-developer] [Sculptor] New productivity improvments

2009-04-07 Thread Karsten Thoms
Sounds cool. Thanks for making this possible! And keep up the good work! ~Karsten - Original Message - From: "bear50" To: fornax-developer@lists.sourceforge.net Sent: Monday, April 6, 2009 10:50:54 PM (GMT+0100) Europe/Berlin Subject: [Fornax-developer] [Sculptor] New productivity impro

Re: [Fornax-developer] OAW Recipes und maven

2009-03-04 Thread Karsten Thoms
No, this is not implemented. ~Karsten On 04.03.2009 10:55 Uhr, posthumecaver wrote: Hallo, is there a way to get humans friendly output of oaw recipes during a maven build I build the recipes in Eclipse and when I click the file in Eclipse after the execution of the plugin and Eclipse vie

Re: [Fornax-developer] EJB3 Entities Generalization

2009-03-02 Thread Karsten Thoms
The EJB3 cartridge project has not been finalized and is dormant at the moment. I would not recommend to use it right now. Instead, you should give the Hibernate Cartridge a try. In mid-term it will also support pure JPA, at the moment it is bound to Hibernate. Of course, you could contribute

Re: [Fornax-developer] Email s...@biba

2009-02-23 Thread Karsten Thoms
Hi Ole! I'm not sure what I should do for you now. You can unsubscribe from the Mailing List here http://www.nabble.com/mailing_list/MailingListOptions.jtp?forum=17564 This must be done by yourself. There was no forward registered to your address explicitly by us. Karsten - Original Messag

Re: [Fornax-developer] Execution of Maven Plugin

2009-02-22 Thread Karsten Thoms
... Should I have to use another pattern for the value, I try to experiment something like file:../model/statemachine-model.uml2 that didn't helped also.. Thx for the answers -- Karsten Thoms Softwarearchitekt Telefon: +49 (0) 231 / 98 60-222 Telefax: +49 (0) 231 / 98 60-211

Re: [Fornax-developer] [sculptor] oAW 4.3.1

2008-12-15 Thread Karsten Thoms
hat I observed was a bug or if there was something that I needed to do differently. Thanks for creating the issue in the bug tracker! --Polly Karsten Thoms wrote: Yes, this was indeed unplanned. There were some major issues fixed from RC2->RC3 and we had to remove the new Refactoring feature

Re: [Fornax-developer] [sculptor] oAW 4.3.1

2008-12-12 Thread Karsten Thoms
bug or if there was something that I needed to do differently. Thanks for creating the issue in the bug tracker! --Polly Karsten Thoms wrote: Yes, this was indeed unplanned. There were some major issues fixed from RC2->RC3 and we had to remove the new Refactoring feature since it was no

Re: [Fornax-developer] [sculptor] oAW 4.3.1

2008-12-12 Thread Karsten Thoms
at junit.framework.Assert.assertNotNull(Assert.java:210) at org.fornax.cartridges.sculptor.generator.transformation.NestedTransformationTest.testTransformation(NestedTransformationTest.java:31) ... Thanks, Polly -- Karsten Thoms Softwarearchitekt Telefon: +49 (0) 231 / 98 60-222 Telefax: +49 (0) 231 / 98 60-211 Mobil :

Re: [Fornax-developer] [sculptor] oAW 4.3.1

2008-12-07 Thread Karsten Thoms
.union({xtextFile}) check file(s): org::openarchitectureware::xtext::Checks 2234 ERROR CheckComponent2- The rule DslAttribute is abstract. Therefore, it must not contain any assignments [DslAttribute(xtext::TypeRule) 2234 ERROR WorkflowRunner - Workflow interrupted. Reason: Errors during validation.

Re: [Fornax-developer] Hibernate Cartridge(CHB) Equals/Hashcode/ToString

2008-12-04 Thread Karsten Thoms
opinion. Thanks, Benjamin -- Karsten Thoms Softwarearchitekt Telefon: +49 (0) 231 / 98 60-222 Telefax: +49 (0) 231 / 98 60-211 Mobil : +49 (0) 151 / 17396721 http://www.itemis.de [EMAIL PROTECTED] itemis AG Am Brambusch 15-24 44536 Lünen Rechtlicher Hinweis: Amtsgericht Dortmund, HRB

Re: [Fornax-developer] Wiki server is down

2008-11-24 Thread Karsten Thoms
So annyoing today :-((( On 24.11.2008 17:40 Uhr, Patrik Nordwall wrote: Ok, give it one more kick. /Patrik begin:vcard fn:Karsten Thoms n:Thoms;Karsten org:itemis AG adr:;;Am Brambusch 22;Luenen;;44536;Germany email;internet:[EMAIL PROTECTED] title:Softwarearchitekt tel;work:+49 231 9860

Re: [Fornax-developer] Wiki server is down

2008-11-23 Thread Karsten Thoms
:38 Uhr, Patrik Nordwall wrote: unavailable again Karsten Thoms wrote: done. begin:vcard fn:Karsten Thoms n:Thoms;Karsten org:itemis AG adr:;;Am Brambusch 22;Luenen;;44536;Germany email;internet:[EMAIL PROTECTED] title:Softwarearchitekt tel;work:+49 231 9860 202 tel;fax:+49

Re: [Fornax-developer] Wiki server is down

2008-11-23 Thread Karsten Thoms
done. On 22.11.2008 23:22 Uhr, Patrik Nordwall wrote: Please restart asap. begin:vcard fn:Karsten Thoms n:Thoms;Karsten org:itemis AG adr:;;Am Brambusch 22;Luenen;;44536;Germany email;internet:[EMAIL PROTECTED] title:Softwarearchitekt tel;work:+49 231 9860 202 tel;fax:+49 231 9860 211 tel;

Re: [Fornax-developer] Problem getting the maven plugin

2008-11-20 Thread Karsten Thoms
/boostModel.uml workflow.oaw Thanx for help Pascal -- Karsten Thoms Softwarearchitekt Telef

Re: [Fornax-developer] New to MDD...appreciate some direction

2008-10-29 Thread Karsten Thoms
using custom maven-archetype for generating the code templates). Appreciate if someone can provide me some direction on where to start. what do i need to learn before looking into Fornax-platform. thank you in advance. cheers! -- Karsten Thoms Softwarearchitekt Telefon: +49 (0) 231 / 98 60-222

[Fornax-developer] Sculptor / TMF

2008-10-21 Thread Karsten Thoms
Jan, you wrote > Also because we will have a nice TMF deliverable. :-) Could you lift some details? I'm curious! ~Karsten begin:vcard fn:Karsten Thoms n:Thoms;Karsten org:itemis AG adr:;;Am Brambusch 22;Luenen;;44536;Germany email;internet:[EMAIL PROTECTED] title:Softwarearchitekt tel;work:+49

Re: [Fornax-developer] [Maven repository]Service down?

2008-10-21 Thread Karsten Thoms
the solution is on the horizon. Jan Karsten Thoms wrote: Hi Jan! Yes, approx. end of November. The services will be migrated to another hardware infrastructure. On the current platform we can only react on failures when we notice them and restart the service. If you notice a failure drop a

Re: [Fornax-developer] what kind of

2008-10-21 Thread Karsten Thoms
Although understanding the background of your complaint this is not the right tone to argue on this mailing list, as an any. The situation is frustrating for us, too, and stabilization of the services will be done. Fornax is a hosting platform and the responsibility for subprojects have the proj

Re: [Fornax-developer] [Maven repository]Service down?

2008-10-21 Thread Karsten Thoms
Hi Jan! Yes, approx. end of November. The services will be migrated to another hardware infrastructure. On the current platform we can only react on failures when we notice them and restart the service. If you notice a failure drop a mail to karsten.thoms(at)itemis.de, thorsten.kamann(at)item

Re: [Fornax-developer] Wiki down again

2008-10-08 Thread Karsten Thoms
Restarted... On 08.10.2008 17:11 Uhr, Patrik Nordwall wrote: Time for a restart again! begin:vcard fn:Karsten Thoms n:Thoms;Karsten org:itemis AG adr:;;Am Brambusch 22;Luenen;;44536;Germany email;internet:[EMAIL PROTECTED] title:Softwarearchitekt tel;work:+49 231 9860 202 tel;fax:+49 231

Re: [Fornax-developer] Wiki down again

2008-10-05 Thread Karsten Thoms
Fornax-developer mailing list Fornax-developer@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fornax-developer -- Karsten Thoms Softwarearchitekt Telefon: +49 (0) 231 / 98 60-202 Telefax: +49 (0) 231 / 98 60-211 Mobil : +49 (0) 151 / 17396721 http://www.ite

Re: [Fornax-developer] XML Formatter problems with External Entities

2008-10-01 Thread Karsten Thoms
ront of, which is invalid. Is there a setting or configuration that I can use to tell the formatter to leave my external entity declaration and reference alone? I know this is unusual syntax, but it makes the most sense for our situation. Thanks, Polly -- Karsten Thoms Softwarearchitekt Tel

Re: [Fornax-developer] m2 repository down?

2008-08-18 Thread Karsten Thoms
Ryan, thanks for reporting. The server indeed failed and I've started it again. For all: The Fornax services will be moved to a different server until end of November. In short term we will establish monitoring of the services and assure that at least during working time server failures will

Re: [Fornax-developer] Fornax wiki server is down

2008-08-18 Thread Karsten Thoms
Patrik Nordwall schrieb: Down again. Running again. Damn, no hints in the logs. I meet today with system administration from itemis to talk about their participation. ~Karsten begin:vcard fn:Karsten Thoms n:Thoms;Karsten org:itemis AG adr:;;Am Brambusch 22;Luenen;;44536;Germany email;inter

Re: [Fornax-developer] Fornax wiki server is down

2008-08-09 Thread Karsten Thoms
p?banner_id=100&url=/ ___ Fornax-developer mailing list Fornax-developer@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fornax-developer -- Karsten Thoms Softwarearchitekt Telefon: +49 (0) 231 / 98 60-202 Telefax: +49 (0) 231 / 98 60-211 Mobil : +49 (0) 163 / 497970

Re: [Fornax-developer] Fornax wiki server is down

2008-08-06 Thread Karsten Thoms
: [Fornax-developer] Fornax wiki server is down > > >It is still down :( > > >Karsten Thoms wrote: > > >>Wiki is running again. >> >>~Karsten >> >> >> > > > ---

Re: [Fornax-developer] Fornax wiki server is down

2008-08-05 Thread Karsten Thoms
Wiki is running again. ~Karsten -- View this message in context: http://www.nabble.com/Fornax-wiki-server-is-down-tp18815679s17564p18825805.html Sent from the Fornax-Platform mailing list archive at Nabble.com. - This SF.

Re: [Fornax-developer] Fornax Subversion Repository is down

2008-07-31 Thread Karsten Thoms
The Subversion service is now available again. ~Karsten Karsten Thoms schrieb: Hello all, the Fornax Subversion repository is currently down. I found that this was a planned task from the Sourceforge team. The repository should be available within the next 7 hours from now on. Read more

[Fornax-developer] Fornax Subversion Repository is down

2008-07-30 Thread Karsten Thoms
Hello all, the Fornax Subversion repository is currently down. I found that this was a planned task from the Sourceforge team. The repository should be available within the next 7 hours from now on. Read more in this Sourceforge Announcement: http://sourceforge.net/community/forum/topic.php?i

Re: [Fornax-developer] New Fornax Platform service: Maven Continuum

2008-07-30 Thread Karsten Thoms
lity (mailman). Sorry, this is not possible at the moment. regards.../Andreas Regards, ~Karsten On Tue, Jul 29, 2008 at 10:54 PM, Karsten Thoms <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: Hello all Fornax developers and users! I'm currently setting up a

[Fornax-developer] New Fornax Platform service: Maven Continuum

2008-07-29 Thread Karsten Thoms
Hello all Fornax developers and users! I'm currently setting up a Maven Continuum installation for the Fornax Platform. This will enable projects on the Fornax Platform to have a continuous build and instant reporting on the project health. Some projects have already been set up, the rest will

Re: [Fornax-developer] How to extract out the ecore model file during sculptor workflow

2008-07-18 Thread Karsten Thoms
code... Thanks. -- Karsten Thoms Softwarearchitekt Telefon: +49 (0) 231 / 98 60-202 Telefax: +49 (0) 231 / 98 60-211 Mobil : +49 (0) 163 / 4979708 http://www.itemis.de [EMAIL PROTECTED] itemis AG Am Brambusch 22 44536 Lünen Rechtlicher Hinweis: Amtsgericht Dortmund, HRB 20621 Vor

Re: [Fornax-developer] How to extract out the ecore model file during sculptor workflow

2008-07-18 Thread Karsten Thoms
file that is created (is it? in memory object?) as a result of an intermediate step after dsl transformation happens. Is it possible to see the intermediate model file? The file thats used as input to the generator before it generates code... Thanks. -- Karsten Thoms Softwarearchitekt

Re: [Fornax-developer] Fornax page down again?

2008-07-17 Thread Karsten Thoms
g/redirect.php?banner_id=100&url=/ ___ Fornax-developer mailing list Fornax-developer@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fornax-developer -- Karsten Thoms Softwarearchitekt Telefon: +49 (0) 231 / 98 60-202 Telefax: +49 (

Re: [Fornax-developer] [Sculptor] how to debug oAW?

2008-07-17 Thread Karsten Thoms
ple documentation. I'd appreciate any insight that you have from working with oAW. Thanks, Polly -- Karsten Thoms Softwarearchitekt Telefon: +49 (0) 231 / 98 60-202 Telefax: +49 (0) 231 / 98 60-211 Mobil : +49 (0) 163 / 4979708 http://www.itemis.de [EMAIL PROTECTED] itemis AG A

[Fornax-developer] Hardware failure on fornax-platform.org server

2008-07-17 Thread Karsten Thoms
Hi all Fornax users, the server which hosts the fornax-platform.org site has a problem due to a crashed hard drive. We apologize for the downtime and work on solving this problem ASAP. Affected services are: - Wiki - Maven repository - JIRA tracker - Website With kind regards, ~Karsten Thoms

Re: [Fornax-developer] Wrapping my head around Fornax...

2008-07-03 Thread Karsten Thoms
>> And perhaps a place that explains why there is a >> set of UML2 cartidges and a set of sculptor cartidges? >> >> Ryan >> Hi Ryan, Fornax itself is a development platform. It provides an infrastructure for developing oAW tools and cartridges. The maturity of the projects depend on the

Re: [Fornax-developer] oAW/Fornax Maven plugin

2008-06-03 Thread Karsten Thoms
Hi Jeroen, hi Thorsten, I've opened the following bug and attached your patch: http://www.fornax-platform.org/tracker/browse/TOM-18 --- Karsten Thoms Software-Architekt, Coach Telefon: +49 (0) 231 / 98 60-202 Telefax: +49 (0) 231 / 98 60-211 Mobil: +49 (0) 163 / 4979708

Re: [Fornax-developer] BootstrapException after deploying helloworld-ear.ear

2008-05-15 Thread Karsten Thoms
Th bootstrap exception arises from the exception "No bean named 'org.helloworld' is defined". You should look if some spring configuration contains this bean definition. Probably not and that would be the cause. ~Karsten - Original Message - From: "wuendsch" <[EMAIL PROTECTED]> To: forn

Re: [Fornax-developer] Comments

2008-04-18 Thread Karsten Thoms
Xtext grammars always allow single-line and multiline comments with // and /*...*/ HTH, ~Karsten - Original Message - From: "Pavel Tavoda" <[EMAIL PROTECTED]> To: fornax-developer@lists.sourceforge.net Sent: Freitag, 18. April 2008 15.53 Uhr (GMT+0100) Europe/Berlin Subject: [Fornax-deve

Re: [Fornax-developer] Deploy to WSO2 WSAS

2007-12-05 Thread Karsten Thoms
Kenneth, I think you won't find experience with WSO2 on this list. Anyway, Sculptor is usable in any Java5 conforming platform and WSO2 WSAS does use the same technologies (Spring, Hibernate, Tomcat/JBoss/Geronimo). So the answer will be "yes, Sculptor based applications can be run on WSAS".

Re: [Fornax-developer] JPA Annotations and the Hibernate Cartridge

2007-11-29 Thread Karsten Thoms
ornax-developer@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/fornax-developer > -- Karsten Thoms Software-Architekt, Coach Telefon: +49 (0) 231 / 98 60-202 Telefax: +49 (0) 231 / 98 60-211 Mobil: +49 (0) 163 / 4979708 http://www.itemis.de [EMAIL PROTECTED] itemis AG Hein

Re: [Fornax-developer] Migration of Spring Cartridge to OAW 4.2

2007-11-13 Thread Karsten Thoms
Must be a classpath issue. The AbstractWorkflowAdvice::weave() method has changed its signature after oAW 4.1.2. Therefore the XtendAdvice component had changed it, too. There seems to be a mix of 4.1.2 and 4.2 classes of the mentioned classes in the classpath. Check the signature of the wea

  1   2   >