Thanks for the information. We will upgrade as soon as possible. It would be
great if you test the release candidates with Sculptor so we can find
eventual problems early.

I have no clue why it thinks DslAttrbibute is abstract. 
We should ask this question in the oAW forum, but it is not available right
now.

DslAttribute is defined as:

DslAttribute :
  (doc=STRING)?
  (visibility=DslVisibility)? (collectionType=DslCollectionType"<")?
type=DslType (">")? name=ID 
    ((key?="key") |
     ((notChangeable?=NOT "changeable") | ("changeable")) |
     ((required?="required") | (NOT "required")) |
     ((nullable?="nullable") | (NOT "nullable")) |
     (index?="index") |
     ("length" "=" length=STRING) |
     ("databaseColumn" "=" databaseColumn=STRING) |
     ("databaseType" "=" databaseType=STRING))* (";")?;    

The full xtext grammar is here:
https://fornax.svn.sourceforge.net/svnroot/fornax/trunk/cartridges/sculptor/org.fornax.cartridges.sculptor.dsl/src/sculptordsl.xtxt

Do we need to do something else to upgrade, or what is wrong?

/Patrik



polly.c.chang wrote:
> 
> Hi,
> 
> oAW has posted their Release Schedule for 4.3.1.  This version has an
> important bug fix that I really need.  So I am wondering--what are
> Fornax/Sculptor's plans to support this version?
> 
> I tried out 4.3.1 RC1 today, but I keep seeing these errors in Eclipse:
> 
> 
> Couldn't find operation 'load()' for type 'String'    GenExtensions.ext
> com.infor.mdd.dsl/src-gen/org/fornax/cartridges/sculptor/dsl  line: 24
> openArchitectureWare Problem
> 
> Couldn't find operation 'load()' for type 'String'    Extensions.ext
> com.infor.mdd.dsl/src/org/fornax/cartridges/sculptor/dsl      line: 24
> openArchitectureWare Problem
> 
> I thought ok, I must need to run generate.oaw.  Then I get other errors:
> 
> 0    INFO  WorkflowRunner     -
> --------------------------------------------------------------------------------------
> 0    INFO  WorkflowRunner     - openArchitectureWare 4.3.1, Build
> 20081201-1800PRD
> 0    INFO  WorkflowRunner     - (c) 2005-2008 openarchitectureware.org and
> contributors
> 0    INFO  WorkflowRunner     -
> --------------------------------------------------------------------------------------
> 0    INFO  WorkflowRunner     - running workflow: generate.oaw
> 0    INFO  WorkflowRunner     - 
> 531  INFO  StandaloneSetup    - Registering platform uri
> 'C:\projects\InforBUS\mdd3'
> 562  INFO  StandaloneSetup    - Adding generated EPackage
> 'org.openarchitectureware.xtext.XtextPackage'
> 625  INFO  WorkflowComponent  - grammar :
> ..//com.infor.mdd.dsl/src-gen/org/fornax/cartridges/sculptor/dsl/parser/sculptordsl.g
> 625  INFO  WorkflowComponent  - -o
> 625  INFO  WorkflowComponent  - .
> 750  INFO  CompositeComponent - Workflow: executing workflow
> org/openarchitectureware/xtext/Generator.oaw in generate.oaw:3
> 750  INFO  CompositeComponent - Workflow: executing workflow
> org/openarchitectureware/xtext/parser/Parser.oaw in
> org/openarchitectureware/xtext/Generator.oaw:8
> 750  INFO  CompositeComponent - ParserComponent
> 1531 INFO  CompositeComponent - XtendComponent: executing
> 'org::openarchitectureware::xtext::XtextExtensions'
> 1578 INFO  CompositeComponent - CheckComponent2: expression
> xtextFile.eAllContents.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.
> 
> I have no idea what this means.  I know that RC1 may not be 100% stable,
> but I just wanted to let you know in case oAW did something in 4.3.1 that
> breaks Sculptor.
> 
> Thanks,
> Polly
> 

-- 
View this message in context: 
http://www.nabble.com/-sculptor--oAW-4.3.1-tp20864485s17564p20868288.html
Sent from the Fornax-Platform mailing list archive at Nabble.com.


------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Fornax-developer mailing list
Fornax-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fornax-developer

Reply via email to