[Design of AOP on JBoss (Aspects/JBoss)] - Implementing JAXB style parsing for aop-mc-int
by kabir.khan@jboss.com
I am trying to implement the new JAXB style parsing for aop-mc-int, and have a few questions.
I don't think it will be possible anymore to do things like the following since "deployment" maps onto "AbstractKernelDeployment", which knows nothing about the aop classes.
| <deployment xmlns="urn:jboss:bean-deployer:2.0">
|
| <aspect xmlns="urn:jboss:aop-beans:1.0" class="org.jboss.test.microcontainer.beans.TestAspect">
| </aspect>
|
| <bind xmlns="urn:jboss:aop-beans:1.0" pointcut="execution(* org.jboss.test.microcontainer.beans.POJO->*(..))">
| <advice aspect="org.jboss.test.microcontainer.beans.TestAspect" name="advice"/>
| </bind>
|
| <bean name="Bean" class="org.jboss.test.microcontainer.beans.POJO"/>
|
| </deployment>
|
|
So I think I need a AOP top-level deployment type, and to rewrite the above xml to something like
| <aop xmlns="urn:jboss:aop-beans:1.0" xmlns:bean="urn:jboss:bean-deployer:2.0" >
| <aspect name="withdependency" class="org.jboss.test.microcontainer.beans.TestAspectWithDependency"/>
|
| <bind xmlns="urn:jboss:aop-beans:1.0" pointcut="execution(* org.jboss.test.microcontainer.beans.POJO->*(..))">
| <advice aspect="org.jboss.test.microcontainer.beans.TestAspect" name="advice"/>
| </bind>
|
| <bean:bean name="Bean" class="org.jboss.test.microcontainer.beans.POJO"/>
| </aop>
|
This raises a few issues which I will continue to post to this thread once they become a bit clearer
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131068#4131068
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4131068
18 years, 1 month
[Design of Messaging on JBoss (Messaging/JBoss)] - Re: JBM 2 Management Interfaces
by timfox
"scott.stark(a)jboss.org" wrote :
| This is the main issue that requires administration to be treated as an aspect that can be applied as an integration concern. We override the default jms destinations to apply the management aspect in jbossas. In general, we need to support different aspect mappings to allow projects to use whatever is natural to them.
|
| If you want to use jmx, fine. If you want to use the mc @ManagementObject stuff, fine. The integration layer need to define the correct aspect that allows this information to be properly brought into the management view of the environment.
|
The way I look at it, whether an class is exposed via management or not, is configuration information - deploy time configuration, and should not be hardcoded into the source. Actually this is a gripe I have with annotations as they are used in many situations - deploy time meta-data infects the source. This seems plain wrong to me.
Yes, one way around this is to move out those classes into an integration layer, but since the same classes need to be used in a non MC environment we would then have to maintain two versions of the same classes - one with and one without the annotations in the worst case, or at least subclass the files with versions with annotations and put the annotated subclasses in an integration layer.
This seems very hacky to me. I believe deploy time meta data (which this is) belongs in configuration files, not in the source code!
Can't we just specify management in our microcontainer jbm-beans.xml config? This would make more sense to me.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131056#4131056
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4131056
18 years, 1 month
[Design of JBoss jBPM] - Re: Upgrading GPD
by clandestino_bgd
Hi Koen, I cannot manage to build GPD revision 3.1.2.
I did clean update of designer module:
cvs update -P -C -r jbpm_jpdl_gpd_3_1_2
After I invoked ant clean and then default target, I am getting the errors below.
The only thing I changed is to add the following entry in my ${user.home}/jbpm/build.properties:
anonymous wrote :
| lib.jbpm.designer.version=3.1.2
|
The trace is:
anonymous wrote :
|
|
| c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build>ant
| Buildfile: build.xml
|
| check.project.dirs:
| [echo] checking file availability
|
| get.site:
|
| get.feature:
|
| get.main:
|
| get.projects:
|
| build:
|
| install.eclipse:
|
| prepare.workspace:
| [mkdir] Created dir: c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\features
| [mkdir] Created dir: c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins
| [copy] Copying 4 files to c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\features\org.jbpm.gd.jpdl.feature
| [copy] Copying 368 files to c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl
|
| run-eclipse-plugin-builder:
| [java] Buildfile: mainTargets.xml
| [java]
| [java] main:
| [java]
| [java] preBuild:
| [java]
| [java] preSetup:
| [java] [echo] doing preSetup
| [java]
| [java] getMapFiles:
| [java] [echo] doing getMapFiles
| [java] [copy] Copying 1 file to c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\maps
| [java]
| [java] postSetup:
| [java] [echo] doing postSetup
| [java]
| [java] fetch:
| [java]
| [java] generate:
| [java]
| [java] preGenerate:
| [java] [echo] doing preGenerate
| [java] [echo] baseLocation is c:/projects/jbpm.3/eclipse
| [java]
| [java] allElements:
| [java]
| [java] init:
| [java]
| [java] generateScript:
| [java]
| [java] postGenerate:
| [java] [echo] doing postGenerate
| [java]
| [java] process:
| [java]
| [java] preProcess:
| [java] [echo] doing preProcess
| [java]
| [java] allElements:
| [java]
| [java] init:
| [java]
| [java] processElement:
| [java]
| [java] init:
| [java]
| [java] build.jars:
| [java]
| [java] init:
| [java]
| [java] all.features:
| [java]
| [java] all.plugins:
| [java]
| [java] properties:
| [java]
| [java] init:
| [java]
| [java] build.jars:
| [java]
| [java] properties:
| [java]
| [java] init:
| [java]
| [java] ui.jar:
| [java] [mkdir] Created dir: c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\temp.
| folder\ui.jar.bin
| [java] [javac] Compiling 276 source files to c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.j
| bpm.gd.jpdl\temp.folder\ui.jar.bin
| [java] [javac] ----------
| [java] [javac] 1. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src\or
| g\jbpm\gd\jpdl\command\ActionElementCreateCommand.java (at line 25)
| [java] [javac] import org.jbpm.gd.common.model.SemanticElementFactory;
| [java] [javac] ^^^^^^^^^^^^^^^^^^
| [java] [javac] The import org.jbpm.gd.common cannot be resolved
| [java] [javac] ----------
| [java] [javac] 2. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src\or
| g\jbpm\gd\jpdl\command\ActionElementCreateCommand.java (at line 34)
| [java] [javac] private SemanticElementFactory factory;
| [java] [javac] ^^^^^^^^^^^^^^^^^^^^^^
| [java] [javac] SemanticElementFactory cannot be resolved to a type
| [java] [javac] ----------
| [java] [javac] 3. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src\or
| g\jbpm\gd\jpdl\command\ActionElementCreateCommand.java (at line 36)
| [java] [javac] public ActionElementCreateCommand(SemanticElementFactory factory) {
| [java] [javac] ^^^^^^^^^^^^^^^^^^^^^^
| [java] [javac] SemanticElementFactory cannot be resolved to a type
| [java] [javac] ----------
| [java] [javac] 4. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src\or
| g\jbpm\gd\jpdl\command\ActionElementCreateCommand.java (at line 37)
| [java] [javac] this.factory = factory;
| [java] [javac] ^^^^^^^
| [java] [javac] factory cannot be resolved or is not a field
| [java] [javac] ----------
| [java] [javac] 5. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src\or
| g\jbpm\gd\jpdl\command\ActionElementCreateCommand.java (at line 42)
| [java] [javac] actionElement = (ActionElement)factory.createById(actionId);
| [java] [javac] ^^^^^^^
| [java] [javac] factory cannot be resolved
| [java] [javac] ----------
| [java] [javac] ----------
| [java] [javac] 6. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src\or
| g\jbpm\gd\jpdl\command\AssignmentCreateCommand.java (at line 25)
| [java] [javac] import org.jbpm.gd.common.model.SemanticElementFactory;
| [java] [javac] ^^^^^^^^^^^^^^^^^^
| [java] [javac] The import org.jbpm.gd.common cannot be resolved
| [java] [javac] ----------
| [java] [javac] 7. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src\or
| g\jbpm\gd\jpdl\command\AssignmentCreateCommand.java (at line 33)
| [java] [javac] private SemanticElementFactory factory;
| [java] [javac] ^^^^^^^^^^^^^^^^^^^^^^
| [java] [javac] SemanticElementFactory cannot be resolved to a type
| [java] [javac] ----------
| [java] [javac] 8. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src\or
| g\jbpm\gd\jpdl\command\AssignmentCreateCommand.java (at line 35)
| [java] [javac] public AssignmentCreateCommand(Swimlane swimlane, SemanticElementFactory factory) {
| [java] [javac] ^^^^^^^^^^^^^^^^^^^^^^
| [java] [javac] SemanticElementFactory cannot be resolved to a type
| [java] [javac] ----------
| [java] [javac] 9. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src\or
| g\jbpm\gd\jpdl\command\AssignmentCreateCommand.java (at line 37)
| [java] [javac] this.factory = factory;
| [java] [javac] ^^^^^^^
| [java] [javac] factory cannot be resolved or is not a field
| [java] [javac] ----------
| [java] [javac] 10. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src\o
| rg\jbpm\gd\jpdl\command\AssignmentCreateCommand.java (at line 42)
| [java] [javac] assignment = (Assignment)factory.createById("org.jbpm.gd.jpdl.assignment");
| [java] [javac] ^^^^^^^
| [java] [javac] factory cannot be resolved
| [java] [javac] ----------
| [java] [javac] ----------
| [java] [javac] 11. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src\o
| rg\jbpm\gd\jpdl\command\EdgeCreateCommand.java (at line 27)
| [java] [javac] import org.jbpm.gd.common.command.AbstractEdgeCreateCommand;
| [java] [javac] ^^^^^^^^^^^^^^^^^^
| [java] [javac] The import org.jbpm.gd.common cannot be resolved
| [java] [javac] ----------
| [java] [javac] 12. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src\o
| rg\jbpm\gd\jpdl\command\EdgeCreateCommand.java (at line 28)
| [java] [javac] import org.jbpm.gd.common.model.NamedElement;
| [java] [javac] ^^^^^^^^^^^^^^^^^^
| [java] [javac] The import org.jbpm.gd.common cannot be resolved
| [java] [javac] ----------
| [java] [javac] 13. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src\o
| rg\jbpm\gd\jpdl\command\EdgeCreateCommand.java (at line 29)
| [java] [javac] import org.jbpm.gd.common.notation.Node;
| [java] [javac] ^^^^^^^^^^^^^^^^^^
| [java] [javac] The import org.jbpm.gd.common cannot be resolved
| [java] [javac] ----------
| [java] [javac] 14. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src\o
| rg\jbpm\gd\jpdl\command\EdgeCreateCommand.java (at line 30)
| [java] [javac] import org.jbpm.gd.common.notation.NotationElement;
| [java] [javac] ^^^^^^^^^^^^^^^^^^
| [java] [javac] The import org.jbpm.gd.common cannot be resolved
| [java] [javac] ----------
| [java] [javac] 15. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src\o
| rg\jbpm\gd\jpdl\command\EdgeCreateCommand.java (at line 34)
| [java] [javac] public class EdgeCreateCommand extends AbstractEdgeCreateCommand {
| [java] [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^
| [java] [javac] AbstractEdgeCreateCommand cannot be resolved to a type
| [java] [javac] ----------
| [java] [javac] 16. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src\o
| rg\jbpm\gd\jpdl\command\EdgeCreateCommand.java (at line 37)
| [java] [javac] super.execute();
| [java] [javac] ^^^^^^^
| [java] [javac] The method execute() is undefined for the type Object
| [java] [javac] ----------
| [java] [javac] 17. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src\o
| rg\jbpm\gd\jpdl\command\EdgeCreateCommand.java (at line 52)
| [java] [javac] edge.getLabel().setText(getTransition().getName());
| [java] [javac] ^^^^
| [java] [javac] edge cannot be resolved
| [java] [javac] ----------
| [java] [javac] 18. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src\o
| rg\jbpm\gd\jpdl\command\EdgeCreateCommand.java (at line 57)
| [java] [javac] List sourcePath = getPathToRootFrom(source);
| [java] [javac] ^^^^^^
| [java] [javac] source cannot be resolved
| [java] [javac] ----------
| [java] [javac] 19. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src\o
| rg\jbpm\gd\jpdl\command\EdgeCreateCommand.java (at line 58)
| [java] [javac] List targetPath = getPathToRootFrom(target);
| [java] [javac] ^^^^^^
| [java] [javac] target cannot be resolved
| [java] [javac] ----------
| [java] [javac] 20. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src\o
| rg\jbpm\gd\jpdl\command\EdgeCreateCommand.java (at line 59)
| [java] [javac] NotationElement common = findFirstCommonElement(sourcePath, targetPath);
| [java] [javac] ^^^^^^^^^^^^^^^
| [java] [javac] NotationElement cannot be resolved to a type
| [java] [javac] ----------
| [java] [javac] 21. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src\o
| rg\jbpm\gd\jpdl\command\EdgeCreateCommand.java (at line 59)
| [java] [javac] NotationElement common = findFirstCommonElement(sourcePath, targetPath);
| [java] [javac] ^^^^^^^^^^^^^^^^^^^^^^
| [java] [javac] The method findFirstCommonElement(List, List) is undefined for the type EdgeCreateCommand
| [java] [javac] ----------
| [java] [javac] 22. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src\o
| rg\jbpm\gd\jpdl\command\EdgeCreateCommand.java (at line 63)
| [java] [javac] private List getPathToRootFrom(NotationElement notationElement) {
| [java] [javac] ^^^^^^^^^^^^^^^
| [java] [javac] NotationElement cannot be resolved to a type
| [java] [javac] ----------
| [java] [javac] 23. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src\o
| rg\jbpm\gd\jpdl\command\EdgeCreateCommand.java (at line 67)
| [java] [javac] if (notationElement instanceof Node) {
| [java] [javac] ^^^^
| [java] [javac] Node cannot be resolved to a type
| [java] [javac] ----------
|
|
|
| .................................................
|
|
| \org\jbpm\gd\jpdl\properties\DescribableElementSection.java (at line 31)
| [java] [javac] if (input instanceof NotationElementGraphicalEditPart) {
| [java] [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| [java] [javac] NotationElementGraphicalEditPart cannot be resolved to a type
| [java] [javac] ----------
| [java] [javac] 1014. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\DescribableElementSection.java (at line 32)
| [java] [javac] AbstractNotationElement notationElement = ((NotationElementGraphicalEditPart)input).getNotationElement();
| [java] [javac] ^^^^^^^^^^^^^^^^^^^^^^^
| [java] [javac] AbstractNotationElement cannot be resolved to a type
| [java] [javac] ----------
| [java] [javac] 1015. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\DescribableElementSection.java (at line 32)
| [java] [javac] AbstractNotationElement notationElement = ((NotationElementGraphicalEditPart)input).getNotationElement();
| [java] [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| [java] [javac] NotationElementGraphicalEditPart cannot be resolved to a type
| [java] [javac] ----------
| [java] [javac] 1016. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\DescribableElementSection.java (at line 34)
| [java] [javac] } else if (input instanceof OutlineEditPart) {
| [java] [javac] ^^^^^^^^^^^^^^^
| [java] [javac] OutlineEditPart cannot be resolved to a type
| [java] [javac] ----------
| [java] [javac] 1017. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\DescribableElementSection.java (at line 35)
| [java] [javac] input = ((OutlineEditPart)input).getModel();
| [java] [javac] ^^^^^^^^^^^^^^^
| [java] [javac] OutlineEditPart cannot be resolved to a type
| [java] [javac] ----------
| [java] [javac] ----------
| [java] [javac] 1018. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EsbInputOutputConfigurationComposite.java (at line 22)
| [java] [javac] import org.jbpm.gd.common.model.GenericElement;
| [java] [javac] ^^^^^^^^^^^^^^^^^^
| [java] [javac] The import org.jbpm.gd.common cannot be resolved
| [java] [javac] ----------
| [java] [javac] 1019. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EsbInputOutputConfigurationComposite.java (at line 88)
| [java] [javac] GenericElement[] elements = getMappings();
| [java] [javac] ^^^^^^^^^^^^^^
| [java] [javac] GenericElement cannot be resolved to a type
| [java] [javac] ----------
| [java] [javac] 1020. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EsbInputOutputConfigurationComposite.java (at line 88)
| [java] [javac] GenericElement[] elements = getMappings();
| [java] [javac] ^^^^^^^^^^^
| [java] [javac] The method getMappings() is undefined for the type EsbInputOutputConfigurationComposite
| [java] [javac] ----------
| [java] [javac] 1021. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EsbInputOutputConfigurationComposite.java (at line 97)
| [java] [javac] private String getAttribute(String name, GenericElement element) {
| [java] [javac] ^^^^^^^^^^^^^^
| [java] [javac] GenericElement cannot be resolved to a type
| [java] [javac] ----------
| [java] [javac] 1022. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EsbInputOutputConfigurationComposite.java (at line 176)
| [java] [javac] GenericElement element = (GenericElement)esbNode.getFactory().createById("org.jbpm.gd.jpdl.genericElement");
|
| [java] [javac] ^^^^^^^^^^^^^^
| [java] [javac] GenericElement cannot be resolved to a type
| [java] [javac] ----------
| [java] [javac] 1023. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EsbInputOutputConfigurationComposite.java (at line 176)
| [java] [javac] GenericElement element = (GenericElement)esbNode.getFactory().createById("org.jbpm.gd.jpdl.genericElement");
|
| [java] [javac] ^^^^^^^^^^^^^^
| [java] [javac] GenericElement cannot be resolved to a type
| [java] [javac] ----------
| [java] [javac] 1024. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EsbInputOutputConfigurationComposite.java (at line 176)
| [java] [javac] GenericElement element = (GenericElement)esbNode.getFactory().createById("org.jbpm.gd.jpdl.genericElement");
|
| [java] [javac] ^^^^^^^^^^
| [java] [javac] The method getFactory() is undefined for the type EsbNode
| [java] [javac] ----------
| [java] [javac] 1025. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EsbInputOutputConfigurationComposite.java (at line 208)
| [java] [javac] removeElement((GenericElement)item.getData());
| [java] [javac] ^^^^^^^^^^^^^^
| [java] [javac] GenericElement cannot be resolved to a type
| [java] [javac] ----------
| [java] [javac] 1026. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EsbInputOutputConfigurationComposite.java (at line 232)
| [java] [javac] GenericElement element = (GenericElement)item.getData();
| [java] [javac] ^^^^^^^^^^^^^^
| [java] [javac] GenericElement cannot be resolved to a type
| [java] [javac] ----------
| [java] [javac] 1027. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EsbInputOutputConfigurationComposite.java (at line 232)
| [java] [javac] GenericElement element = (GenericElement)item.getData();
| [java] [javac] ^^^^^^^^^^^^^^
| [java] [javac] GenericElement cannot be resolved to a type
| [java] [javac] ----------
| [java] [javac] 1028. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EsbInputOutputConfigurationComposite.java (at line 297)
| [java] [javac] void addElement(GenericElement element);
| [java] [javac] ^^^^^^^^^^^^^^
| [java] [javac] GenericElement cannot be resolved to a type
| [java] [javac] ----------
| [java] [javac] 1029. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EsbInputOutputConfigurationComposite.java (at line 298)
| [java] [javac] void removeElement(GenericElement element);
| [java] [javac] ^^^^^^^^^^^^^^
| [java] [javac] GenericElement cannot be resolved to a type
| [java] [javac] ----------
| [java] [javac] 1030. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EsbInputOutputConfigurationComposite.java (at line 299)
| [java] [javac] GenericElement[] getMappings();
| [java] [javac] ^^^^^^^^^^^^^^
| [java] [javac] GenericElement cannot be resolved to a type
| [java] [javac] ----------
| [java] [javac] 1031. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EsbInputOutputConfigurationComposite.java (at line 304)
| [java] [javac] public void addElement(GenericElement element) {
| [java] [javac] ^^^^^^^^^^^^^^
| [java] [javac] GenericElement cannot be resolved to a type
| [java] [javac] ----------
| [java] [javac] 1032. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EsbInputOutputConfigurationComposite.java (at line 316)
| [java] [javac] public void removeElement(GenericElement element) {
| [java] [javac] ^^^^^^^^^^^^^^
| [java] [javac] GenericElement cannot be resolved to a type
| [java] [javac] ----------
| [java] [javac] 1033. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EsbInputOutputConfigurationComposite.java (at line 319)
| [java] [javac] public GenericElement[] getMappings() {
| [java] [javac] ^^^^^^^^^^^^^^
| [java] [javac] GenericElement cannot be resolved to a type
| [java] [javac] ----------
| [java] [javac] 1034. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EsbInputOutputConfigurationComposite.java (at line 320)
| [java] [javac] return esbNode.getJbpmToEsbMappings();
| [java] [javac] ^^^^^^^^^^^^^^^^^^^^
| [java] [javac] The method getJbpmToEsbMappings() is undefined for the type EsbNode
| [java] [javac] ----------
| [java] [javac] 1035. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EsbInputOutputConfigurationComposite.java (at line 324)
| [java] [javac] public void addElement(GenericElement element) {
| [java] [javac] ^^^^^^^^^^^^^^
| [java] [javac] GenericElement cannot be resolved to a type
| [java] [javac] ----------
| [java] [javac] 1036. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EsbInputOutputConfigurationComposite.java (at line 336)
| [java] [javac] public void removeElement(GenericElement element) {
| [java] [javac] ^^^^^^^^^^^^^^
| [java] [javac] GenericElement cannot be resolved to a type
| [java] [javac] ----------
| [java] [javac] 1037. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EsbInputOutputConfigurationComposite.java (at line 339)
| [java] [javac] public GenericElement[] getMappings() {
| [java] [javac] ^^^^^^^^^^^^^^
| [java] [javac] GenericElement cannot be resolved to a type
| [java] [javac] ----------
| [java] [javac] 1038. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EsbInputOutputConfigurationComposite.java (at line 340)
| [java] [javac] return esbNode.getEsbToJbpmMappings();
| [java] [javac] ^^^^^^^^^^^^^^^^^^^^
| [java] [javac] The method getEsbToJbpmMappings() is undefined for the type EsbNode
| [java] [javac] ----------
| [java] [javac] 1039. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EsbInputOutputConfigurationComposite.java (at line 357)
| [java] [javac] private void addElement(GenericElement element) {
| [java] [javac] ^^^^^^^^^^^^^^
| [java] [javac] GenericElement cannot be resolved to a type
| [java] [javac] ----------
| [java] [javac] 1040. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EsbInputOutputConfigurationComposite.java (at line 361)
| [java] [javac] private void removeElement(GenericElement element) {
| [java] [javac] ^^^^^^^^^^^^^^
| [java] [javac] GenericElement cannot be resolved to a type
| [java] [javac] ----------
| [java] [javac] 1041. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EsbInputOutputConfigurationComposite.java (at line 365)
| [java] [javac] private GenericElement[] getMappings() {
| [java] [javac] ^^^^^^^^^^^^^^
| [java] [javac] GenericElement cannot be resolved to a type
| [java] [javac] ----------
| [java] [javac] 1042. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EsbInputOutputConfigurationComposite.java (at line 366)
| [java] [javac] return configurationStrategies[type].getMappings();
| [java] [javac] ^^^^^^^^^^^
| [java] [javac] The method getMappings() is undefined for the type EsbInputOutputConfigurationComposite.InputOutputConfigurationStra
| tegy
| [java] [javac] ----------
| [java] [javac] ----------
| [java] [javac] 1043. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EsbNodeSection.java (at line 11)
| [java] [javac] import org.jbpm.gd.common.notation.AbstractNotationElement;
| [java] [javac] ^^^^^^^^^^^^^^^^^^
| [java] [javac] The import org.jbpm.gd.common cannot be resolved
| [java] [javac] ----------
| [java] [javac] 1044. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EsbNodeSection.java (at line 12)
| [java] [javac] import org.jbpm.gd.common.part.NotationElementGraphicalEditPart;
| [java] [javac] ^^^^^^^^^^^^^^^^^^
| [java] [javac] The import org.jbpm.gd.common cannot be resolved
| [java] [javac] ----------
| [java] [javac] 1045. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EsbNodeSection.java (at line 13)
| [java] [javac] import org.jbpm.gd.common.part.OutlineEditPart;
| [java] [javac] ^^^^^^^^^^^^^^^^^^
| [java] [javac] The import org.jbpm.gd.common cannot be resolved
| [java] [javac] ----------
| [java] [javac] 1046. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EsbNodeSection.java (at line 14)
| [java] [javac] import org.jbpm.gd.common.properties.AbstractPropertySection;
| [java] [javac] ^^^^^^^^^^^^^^^^^^
| [java] [javac] The import org.jbpm.gd.common cannot be resolved
| [java] [javac] ----------
| [java] [javac] 1047. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EsbNodeSection.java (at line 18)
| [java] [javac] public class EsbNodeSection extends AbstractPropertySection {
| [java] [javac] ^^^^^^^^^^^^^^^^^^^^^^^
| [java] [javac] AbstractPropertySection cannot be resolved to a type
| [java] [javac] ----------
| [java] [javac] 1048. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EsbNodeSection.java (at line 25)
| [java] [javac] super.createControls(parent, aTabbedPropertySheetPage);
| [java] [javac] ^^^^^^^^^^^^^^
| [java] [javac] The method createControls(Composite, TabbedPropertySheetPage) is undefined for the type Object
| [java] [javac] ----------
| [java] [javac] 1049. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EsbNodeSection.java (at line 26)
| [java] [javac] Composite clientArea = getWidgetFactory().createFlatFormComposite(parent);
| [java] [javac] ^^^^^^^^^^^^^^^^
| [java] [javac] The method getWidgetFactory() is undefined for the type EsbNodeSection
| [java] [javac] ----------
| [java] [javac] 1050. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EsbNodeSection.java (at line 27)
| [java] [javac] Composite esbInfoArea = getWidgetFactory().createComposite(clientArea);
| [java] [javac] ^^^^^^^^^^^^^^^^
| [java] [javac] The method getWidgetFactory() is undefined for the type EsbNodeSection
| [java] [javac] ----------
| [java] [javac] 1051. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EsbNodeSection.java (at line 29)
| [java] [javac] esbConfigurationComposite = EsbConfigurationComposite.create(getWidgetFactory(), esbInfoArea);
| [java] [javac] ^^^^^^^^^^^^^^^^
| [java] [javac] The method getWidgetFactory() is undefined for the type EsbNodeSection
| [java] [javac] ----------
| [java] [javac] 1052. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EsbNodeSection.java (at line 43)
| [java] [javac] super.setInput(part, selection);
| [java] [javac] ^^^^^^^^
| [java] [javac] The method setInput(IWorkbenchPart, ISelection) is undefined for the type Object
| [java] [javac] ----------
| [java] [javac] 1053. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EsbNodeSection.java (at line 46)
| [java] [javac] if (input instanceof NotationElementGraphicalEditPart) {
| [java] [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| [java] [javac] NotationElementGraphicalEditPart cannot be resolved to a type
| [java] [javac] ----------
| [java] [javac] 1054. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EsbNodeSection.java (at line 47)
| [java] [javac] AbstractNotationElement notationElement = ((NotationElementGraphicalEditPart)input).getNotationElement();
| [java] [javac] ^^^^^^^^^^^^^^^^^^^^^^^
| [java] [javac] AbstractNotationElement cannot be resolved to a type
| [java] [javac] ----------
| [java] [javac] 1055. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EsbNodeSection.java (at line 47)
| [java] [javac] AbstractNotationElement notationElement = ((NotationElementGraphicalEditPart)input).getNotationElement();
| [java] [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| [java] [javac] NotationElementGraphicalEditPart cannot be resolved to a type
| [java] [javac] ----------
| [java] [javac] 1056. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EsbNodeSection.java (at line 49)
| [java] [javac] } else if (input instanceof OutlineEditPart) {
| [java] [javac] ^^^^^^^^^^^^^^^
| [java] [javac] OutlineEditPart cannot be resolved to a type
| [java] [javac] ----------
| [java] [javac] 1057. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EsbNodeSection.java (at line 50)
| [java] [javac] input = ((OutlineEditPart)input).getModel();
| [java] [javac] ^^^^^^^^^^^^^^^
| [java] [javac] OutlineEditPart cannot be resolved to a type
| [java] [javac] ----------
| [java] [javac] ----------
| [java] [javac] 1058. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EventContainerSection.java (at line 21)
| [java] [javac] import org.jbpm.gd.common.model.SemanticElement;
| [java] [javac] ^^^^^^^^^^^^^^^^^^
| [java] [javac] The import org.jbpm.gd.common cannot be resolved
| [java] [javac] ----------
| [java] [javac] 1059. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EventContainerSection.java (at line 22)
| [java] [javac] import org.jbpm.gd.common.notation.AbstractNotationElement;
| [java] [javac] ^^^^^^^^^^^^^^^^^^
| [java] [javac] The import org.jbpm.gd.common cannot be resolved
| [java] [javac] ----------
| [java] [javac] 1060. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EventContainerSection.java (at line 23)
| [java] [javac] import org.jbpm.gd.common.part.NotationElementGraphicalEditPart;
| [java] [javac] ^^^^^^^^^^^^^^^^^^
| [java] [javac] The import org.jbpm.gd.common cannot be resolved
| [java] [javac] ----------
| [java] [javac] 1061. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EventContainerSection.java (at line 24)
| [java] [javac] import org.jbpm.gd.common.part.OutlineEditPart;
| [java] [javac] ^^^^^^^^^^^^^^^^^^
| [java] [javac] The import org.jbpm.gd.common cannot be resolved
| [java] [javac] ----------
| [java] [javac] 1062. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EventContainerSection.java (at line 25)
| [java] [javac] import org.jbpm.gd.common.properties.AbstractPropertySection;
| [java] [javac] ^^^^^^^^^^^^^^^^^^
| [java] [javac] The import org.jbpm.gd.common cannot be resolved
| [java] [javac] ----------
| [java] [javac] 1063. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EventContainerSection.java (at line 26)
| [java] [javac] import org.jbpm.gd.common.util.SharedImages;
| [java] [javac] ^^^^^^^^^^^^^^^^^^
| [java] [javac] The import org.jbpm.gd.common cannot be resolved
| [java] [javac] ----------
| [java] [javac] 1064. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EventContainerSection.java (at line 37)
| [java] [javac] public class EventContainerSection extends AbstractPropertySection implements PropertyChangeListener {
| [java] [javac] ^^^^^^^^^^^^^^^^^^^^^^^
| [java] [javac] AbstractPropertySection cannot be resolved to a type
| [java] [javac] ----------
| [java] [javac] 1065. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EventContainerSection.java (at line 57)
| [java] [javac] super.createControls(parent, aTabbedPropertySheetPage);
| [java] [javac] ^^^^^^^^^^^^^^
| [java] [javac] The method createControls(Composite, TabbedPropertySheetPage) is undefined for the type Object
| [java] [javac] ----------
| [java] [javac] 1066. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EventContainerSection.java (at line 60)
| [java] [javac] final Composite composite = getWidgetFactory().createFlatFormComposite(parent);
| [java] [javac] ^^^^^^^^^^^^^^^^
| [java] [javac] The method getWidgetFactory() is undefined for the type EventContainerSection
| [java] [javac] ----------
| [java] [javac] 1067. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EventContainerSection.java (at line 66)
| [java] [javac] eventTree = getWidgetFactory().createTree(
| [java] [javac] ^^^^^^^^^^^^^^^^
| [java] [javac] The method getWidgetFactory() is undefined for the type EventContainerSection
| [java] [javac] ----------
| [java] [javac] 1068. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EventContainerSection.java (at line 82)
| [java] [javac] SemanticElement element = (SemanticElement)selectedItems[0].getData();
| [java] [javac] ^^^^^^^^^^^^^^^
| [java] [javac] SemanticElement cannot be resolved to a type
| [java] [javac] ----------
| [java] [javac] 1069. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EventContainerSection.java (at line 82)
| [java] [javac] SemanticElement element = (SemanticElement)selectedItems[0].getData();
| [java] [javac] ^^^^^^^^^^^^^^^
| [java] [javac] SemanticElement cannot be resolved to a type
| [java] [javac] ----------
| [java] [javac] 1070. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EventContainerSection.java (at line 99)
| [java] [javac] id = getSelectedActionElement().getElementId();
| [java] [javac] ^^^^^^^^^^^^
| [java] [javac] The method getElementId() is undefined for the type ActionElement
| [java] [javac] ----------
| [java] [javac] 1071. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EventContainerSection.java (at line 101)
| [java] [javac] id = getSelectedEvent().getElementId();
| [java] [javac] ^^^^^^^^^^^^
| [java] [javac] The method getElementId() is undefined for the type Event
| [java] [javac] ----------
| [java] [javac] 1072. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EventContainerSection.java (at line 121)
| [java] [javac] selectedActionElement.removePropertyChangeListener(this);
| [java] [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| [java] [javac] The method removePropertyChangeListener(EventContainerSection) is undefined for the type ActionElement
| [java] [javac] ----------
| [java] [javac] 1073. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EventContainerSection.java (at line 124)
| [java] [javac] selectedEvent.removePropertyChangeListener(this);
| [java] [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| [java] [javac] The method removePropertyChangeListener(EventContainerSection) is undefined for the type Event
| [java] [javac] ----------
| [java] [javac] 1074. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EventContainerSection.java (at line 130)
| [java] [javac] selectedEvent.addPropertyChangeListener(this);
| [java] [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^
| [java] [javac] The method addPropertyChangeListener(EventContainerSection) is undefined for the type Event
| [java] [javac] ----------
| [java] [javac] 1075. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EventContainerSection.java (at line 144)
| [java] [javac] selectedActionElement.addPropertyChangeListener(this);
| [java] [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^
| [java] [javac] The method addPropertyChangeListener(EventContainerSection) is undefined for the type ActionElement
| [java] [javac] ----------
| [java] [javac] 1076. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EventContainerSection.java (at line 181)
| [java] [javac] Composite actionPage = getWidgetFactory().createComposite(composite);
| [java] [javac] ^^^^^^^^^^^^^^^^
| [java] [javac] The method getWidgetFactory() is undefined for the type EventContainerSection
| [java] [javac] ----------
| [java] [javac] 1077. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EventContainerSection.java (at line 186)
| [java] [javac] actionConfigurationComposite = ActionConfigurationComposite.create(getWidgetFactory(), actionPage);
| [java] [javac] ^^^^^^^^^^^^^^^^
| [java] [javac] The method getWidgetFactory() is undefined for the type EventContainerSection
| [java] [javac] ----------
| [java] [javac] 1078. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EventContainerSection.java (at line 190)
| [java] [javac] Composite eventPage = getWidgetFactory().createFlatFormComposite(composite);
| [java] [javac] ^^^^^^^^^^^^^^^^
| [java] [javac] The method getWidgetFactory() is undefined for the type EventContainerSection
| [java] [javac] ----------
| [java] [javac] 1079. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EventContainerSection.java (at line 194)
| [java] [javac] eventConfigurationComposite = EventConfigurationComposite.create(getWidgetFactory(), eventPage);
| [java] [javac] ^^^^^^^^^^^^^^^^
| [java] [javac] The method getWidgetFactory() is undefined for the type EventContainerSection
| [java] [javac] ----------
| [java] [javac] 1080. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EventContainerSection.java (at line 198)
| [java] [javac] Composite scriptPage = getWidgetFactory().createComposite(composite);
| [java] [javac] ^^^^^^^^^^^^^^^^
| [java] [javac] The method getWidgetFactory() is undefined for the type EventContainerSection
| [java] [javac] ----------
| [java] [javac] 1081. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EventContainerSection.java (at line 203)
| [java] [javac] scriptConfigurationComposite = ScriptConfigurationComposite.create(getWidgetFactory(), scriptPage);
| [java] [javac] ^^^^^^^^^^^^^^^^
| [java] [javac] The method getWidgetFactory() is undefined for the type EventContainerSection
| [java] [javac] ----------
| [java] [javac] 1082. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EventContainerSection.java (at line 207)
| [java] [javac] Composite createTimerPage = getWidgetFactory().createComposite(composite);
| [java] [javac] ^^^^^^^^^^^^^^^^
| [java] [javac] The method getWidgetFactory() is undefined for the type EventContainerSection
| [java] [javac] ----------
| [java] [javac] 1083. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EventContainerSection.java (at line 212)
| [java] [javac] createTimerConfigurationComposite = TimerConfigurationComposite.create(getWidgetFactory(), createTimerPage);
|
| [java] [javac] ^^^^^^^^^^^^^^^^
| [java] [javac] The method getWidgetFactory() is undefined for the type EventContainerSection
| [java] [javac] ----------
| [java] [javac] 1084. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EventContainerSection.java (at line 216)
| [java] [javac] Composite cancelTimerPage = getWidgetFactory().createComposite(composite);
| [java] [javac] ^^^^^^^^^^^^^^^^
| [java] [javac] The method getWidgetFactory() is undefined for the type EventContainerSection
| [java] [javac] ----------
| [java] [javac] 1085. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EventContainerSection.java (at line 221)
| [java] [javac] cancelTimerConfigurationComposite = CancelTimerConfigurationComposite.create(getWidgetFactory(), cancelTimer
| Page);
| [java] [javac] ^^^^^^^^^^^^^^^^
| [java] [javac] The method getWidgetFactory() is undefined for the type EventContainerSection
| [java] [javac] ----------
| [java] [javac] 1086. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EventContainerSection.java (at line 225)
| [java] [javac] Composite mailPage = getWidgetFactory().createComposite(composite);
| [java] [javac] ^^^^^^^^^^^^^^^^
| [java] [javac] The method getWidgetFactory() is undefined for the type EventContainerSection
| [java] [javac] ----------
| [java] [javac] 1087. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EventContainerSection.java (at line 229)
| [java] [javac] mailConfigurationComposite = MailActionConfigurationComposite.create(getWidgetFactory(), mailPage);
| [java] [javac] ^^^^^^^^^^^^^^^^
| [java] [javac] The method getWidgetFactory() is undefined for the type EventContainerSection
| [java] [javac] ----------
| [java] [javac] 1088. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EventContainerSection.java (at line 242)
| [java] [javac] super.setInput(part, selection);
| [java] [javac] ^^^^^^^^
| [java] [javac] The method setInput(IWorkbenchPart, ISelection) is undefined for the type Object
| [java] [javac] ----------
| [java] [javac] 1089. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EventContainerSection.java (at line 245)
| [java] [javac] if (input instanceof NotationElementGraphicalEditPart) {
| [java] [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| [java] [javac] NotationElementGraphicalEditPart cannot be resolved to a type
| [java] [javac] ----------
| [java] [javac] 1090. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EventContainerSection.java (at line 246)
| [java] [javac] AbstractNotationElement notationElement = ((NotationElementGraphicalEditPart)input).getNotationElement();
| [java] [javac] ^^^^^^^^^^^^^^^^^^^^^^^
| [java] [javac] AbstractNotationElement cannot be resolved to a type
| [java] [javac] ----------
| [java] [javac] 1091. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EventContainerSection.java (at line 246)
| [java] [javac] AbstractNotationElement notationElement = ((NotationElementGraphicalEditPart)input).getNotationElement();
| [java] [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| [java] [javac] NotationElementGraphicalEditPart cannot be resolved to a type
| [java] [javac] ----------
| [java] [javac] 1092. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EventContainerSection.java (at line 248)
| [java] [javac] } else if (input instanceof OutlineEditPart) {
| [java] [javac] ^^^^^^^^^^^^^^^
| [java] [javac] OutlineEditPart cannot be resolved to a type
| [java] [javac] ----------
| [java] [javac] 1093. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EventContainerSection.java (at line 249)
| [java] [javac] setEventContainer((EventContainer)((OutlineEditPart)input).getModel());
| [java] [javac] ^^^^^^^^^^^^^^^
| [java] [javac] OutlineEditPart cannot be resolved to a type
| [java] [javac] ----------
| [java] [javac] 1094. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EventContainerSection.java (at line 264)
| [java] [javac] eventContainer.removePropertyChangeListener(this);
| [java] [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| [java] [javac] The method removePropertyChangeListener(EventContainerSection) is undefined for the type EventContainer
| [java] [javac] ----------
| [java] [javac] 1095. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EventContainerSection.java (at line 270)
| [java] [javac] eventContainer.addPropertyChangeListener(this);
| [java] [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^
| [java] [javac] The method addPropertyChangeListener(EventContainerSection) is undefined for the type EventContainer
| [java] [javac] ----------
| [java] [javac] 1096. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EventContainerSection.java (at line 280)
| [java] [javac] eventItem.setImage(SharedImages.INSTANCE.getImage(events.getIconDescriptor()));
| [java] [javac] ^^^^^^^^^^^^
| [java] [javac] SharedImages cannot be resolved
| [java] [javac] ----------
| [java] [javac] 1097. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EventContainerSection.java (at line 280)
| [java] [javac] eventItem.setImage(SharedImages.INSTANCE.getImage(events.getIconDescriptor()));
| [java] [javac] ^^^^^^^^^^^^^^^^^
| [java] [javac] The method getIconDescriptor() is undefined for the type Event
| [java] [javac] ----------
| [java] [javac] 1098. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EventContainerSection.java (at line 287)
| [java] [javac] actionElementItem.setImage(SharedImages.INSTANCE.getImage(actionElements[j].getIconDescriptor()));
| [java] [javac] ^^^^^^^^^^^^
| [java] [javac] SharedImages cannot be resolved
| [java] [javac] ----------
| [java] [javac] 1099. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EventContainerSection.java (at line 287)
| [java] [javac] actionElementItem.setImage(SharedImages.INSTANCE.getImage(actionElements[j].getIconDescriptor()));
| [java] [javac] ^^^^^^^^^^^^^^^^^
| [java] [javac] The method getIconDescriptor() is undefined for the type ActionElement
| [java] [javac] ----------
| [java] [javac] 1100. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EventContainerSection.java (at line 293)
| [java] [javac] String result = actionElement.getName();
| [java] [javac] ^^^^^^^
| [java] [javac] The method getName() is undefined for the type ActionElement
| [java] [javac] ----------
| [java] [javac] 1101. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EventContainerSection.java (at line 301)
| [java] [javac] result = actionElement.getLabel();
| [java] [javac] ^^^^^^^^
| [java] [javac] The method getLabel() is undefined for the type ActionElement
| [java] [javac] ----------
| [java] [javac] 1102. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EventContainerSection.java (at line 302)
| [java] [javac] return result != null ? result.toLowerCase() : actionElement.getElementId();
| [java] [javac] ^^^^^^^^^^^^
| [java] [javac] The method getElementId() is undefined for the type ActionElement
| [java] [javac] ----------
| [java] [javac] 1103. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EventContainerSection.java (at line 316)
| [java] [javac] treeItem.setImage(SharedImages.INSTANCE.getImage(event.getIconDescriptor()));
| [java] [javac] ^^^^^^^^^^^^
| [java] [javac] SharedImages cannot be resolved
| [java] [javac] ----------
| [java] [javac] 1104. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EventContainerSection.java (at line 316)
| [java] [javac] treeItem.setImage(SharedImages.INSTANCE.getImage(event.getIconDescriptor()));
| [java] [javac] ^^^^^^^^^^^^^^^^^
| [java] [javac] The method getIconDescriptor() is undefined for the type Event
| [java] [javac] ----------
| [java] [javac] 1105. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EventContainerSection.java (at line 328)
| [java] [javac] treeItem.setImage(SharedImages.INSTANCE.getImage(actionElement.getIconDescriptor()));
| [java] [javac] ^^^^^^^^^^^^
| [java] [javac] SharedImages cannot be resolved
| [java] [javac] ----------
| [java] [javac] 1106. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EventContainerSection.java (at line 328)
| [java] [javac] treeItem.setImage(SharedImages.INSTANCE.getImage(actionElement.getIconDescriptor()));
| [java] [javac] ^^^^^^^^^^^^^^^^^
| [java] [javac] The method getIconDescriptor() is undefined for the type ActionElement
| [java] [javac] ----------
| [java] [javac] ----------
| [java] [javac] 1107. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EventContainerSectionActionBarContributor.java (at line 20)
| [java] [javac] import org.jbpm.gd.common.util.SharedImages;
| [java] [javac] ^^^^^^^^^^^^^^^^^^
| [java] [javac] The import org.jbpm.gd.common cannot be resolved
| [java] [javac] ----------
| [java] [javac] 1108. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EventContainerSectionActionBarContributor.java (at line 253)
| [java] [javac] addActionMenuItem.setImage(SharedImages.INSTANCE.getImage(enabledDescriptor));
| [java] [javac] ^^^^^^^^^^^^
| [java] [javac] SharedImages cannot be resolved
| [java] [javac] ----------
| [java] [javac] 1109. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EventContainerSectionActionBarContributor.java (at line 273)
| [java] [javac] addCancelTimerMenuItem.setImage(SharedImages.INSTANCE.getImage(enabledDescriptor));
| [java] [javac] ^^^^^^^^^^^^
| [java] [javac] SharedImages cannot be resolved
| [java] [javac] ----------
| [java] [javac] 1110. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EventContainerSectionActionBarContributor.java (at line 293)
| [java] [javac] addCreateTimerMenuItem.setImage(SharedImages.INSTANCE.getImage(enabledDescriptor));
| [java] [javac] ^^^^^^^^^^^^
| [java] [javac] SharedImages cannot be resolved
| [java] [javac] ----------
| [java] [javac] 1111. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EventContainerSectionActionBarContributor.java (at line 313)
| [java] [javac] addMailMenuItem.setImage(SharedImages.INSTANCE.getImage(enabledDescriptor));
| [java] [javac] ^^^^^^^^^^^^
| [java] [javac] SharedImages cannot be resolved
| [java] [javac] ----------
| [java] [javac] 1112. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EventContainerSectionActionBarContributor.java (at line 333)
| [java] [javac] addScriptMenuItem.setImage(SharedImages.INSTANCE.getImage(enabledDescriptor));
| [java] [javac] ^^^^^^^^^^^^
| [java] [javac] SharedImages cannot be resolved
| [java] [javac] ----------
| [java] [javac] 1113. ERROR in c:\projects\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src
| \org\jbpm\gd\jpdl\properties\EventContainerSectionActionBarContributor.java (at line 350)
| [java] [javac] ActionElementCreateCommand command = new ActionElementCreateCommand(target.getFactory());
| [java] [javac]
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131055#4131055
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4131055
18 years, 1 month