Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » BPMN 2.0 Modeler » Error - Tutorial Custom Task
Error - Tutorial Custom Task [message #1066599] Wed, 03 July 2013 11:39
Tarcísio Couto is currently offline Tarcísio CoutoFriend
Messages: 29
Registered: May 2013
Junior Member
I followed the tutorial normally but this error is happening

	public boolean isContentForRuntime(IEditorInput input) {
		InputSource source = new InputSource(FileService.getInputContents(input));
		RootElementParser parser = new RootElementParser("I put the correct address here");
		parser.parse(source); ERROR IN THIS LINE
		return parser.getResult();
	}
Previous Topic:Invalid BPMN2 from the modeler?
Next Topic:Name attribute
Goto Forum:
  


Current Time: Fri Apr 19 04:37:05 GMT 2024

Powered by FUDForum. Page generated in 0.01710 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top