Skip to content

Instantly share code, notes, and snippets.

@dextervip
Created March 12, 2013 18:04
Show Gist options
  • Save dextervip/5145307 to your computer and use it in GitHub Desktop.
Save dextervip/5145307 to your computer and use it in GitHub Desktop.
Mar 12, 2013 2:59:33 PM org.activiti.engine.impl.ProcessEngineImpl <init>
INFO: ProcessEngine default created
Mar 12, 2013 2:59:33 PM org.activiti.engine.impl.jobexecutor.JobExecutor start
INFO: Starting up the JobExecutor[org.activiti.engine.impl.jobexecutor.DefaultJo
bExecutor].
Mar 12, 2013 2:59:33 PM org.activiti.engine.impl.jobexecutor.AcquireJobsRunnable
run
INFO: JobExecutor[org.activiti.engine.impl.jobexecutor.DefaultJobExecutor] start
ing to acquire jobs
Mar 12, 2013 2:59:33 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory C:\Users\Rafael\Desktop\apache-tomcat-
7.0.37\webapps\docs
Mar 12, 2013 2:59:33 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory C:\Users\Rafael\Desktop\apache-tomcat-
7.0.37\webapps\examples
Mar 12, 2013 2:59:34 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory C:\Users\Rafael\Desktop\apache-tomcat-
7.0.37\webapps\host-manager
Mar 12, 2013 2:59:34 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory C:\Users\Rafael\Desktop\apache-tomcat-
7.0.37\webapps\manager
Mar 12, 2013 2:59:34 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory C:\Users\Rafael\Desktop\apache-tomcat-
7.0.37\webapps\ROOT
Mar 12, 2013 2:59:34 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-apr-8080"]
Mar 12, 2013 2:59:34 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-apr-8009"]
Mar 12, 2013 2:59:34 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 10136 ms
Mar 12, 2013 2:59:36 PM org.activiti.explorer.cache.TrieBasedUserCache loadUsers
INFO: Caching users 0 to 25
Mar 12, 2013 2:59:43 PM org.activiti.engine.impl.bpmn.deployer.BpmnDeployer depl
oy
INFO: Processing resource AtaReunioes.processReuniao.png
Mar 12, 2013 2:59:43 PM org.activiti.engine.impl.bpmn.deployer.BpmnDeployer depl
oy
INFO: Processing resource AtaReunioes.bpmn20.xml
Mar 12, 2013 2:59:43 PM org.activiti.engine.impl.bpmn.parser.BpmnParse parseDefi
nitionsAttributes
INFO: XMLSchema currently not supported as typeLanguage
Mar 12, 2013 2:59:43 PM org.activiti.engine.impl.bpmn.parser.BpmnParse parseDefi
nitionsAttributes
INFO: XPath currently not supported as expressionLanguage
Mar 12, 2013 2:59:43 PM org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service() for servlet [Vaadin Application Servlet] in context wi
th path [/activiti-explorer] threw exception [com.vaadin.event.ListenerMethod$Me
thodException
Cause: com.vaadin.event.ListenerMethod$MethodException
Cause: org.activiti.engine.ActivitiException: No property renderer found for typ
e: textarea, class com.activiti.forms.TextAreaFormType] with root cause
org.activiti.engine.ActivitiException: No property renderer found for type: text
area, class com.activiti.forms.TextAreaFormType
at org.activiti.explorer.ui.form.FormPropertyRendererManager.getProperty
RendererForType(FormPropertyRendererManager.java:56)
at org.activiti.explorer.ui.form.FormPropertiesComponent.getRenderer(For
mPropertiesComponent.java:123)
at org.activiti.explorer.ui.form.FormPropertiesComponent.setFormProperti
es(FormPropertiesComponent.java:67)
at org.activiti.explorer.ui.form.FormPropertiesForm.setFormProperties(Fo
rmPropertiesForm.java:75)
at org.activiti.explorer.ui.task.TaskDetailPanel.initTaskForm(TaskDetail
Panel.java:306)
at org.activiti.explorer.ui.task.TaskDetailPanel.init(TaskDetailPanel.ja
va:118)
at org.activiti.explorer.ui.task.TaskDetailPanel.attach(TaskDetailPanel.
java:99)
at com.vaadin.ui.AbstractComponent.setParent(AbstractComponent.java:570)
at com.vaadin.ui.AbstractComponentContainer.addComponent(AbstractCompone
ntContainer.java:211)
at com.vaadin.ui.GridLayout.addComponent(GridLayout.java:223)
at org.activiti.explorer.ui.AbstractPage.setDetailComponent(AbstractPage
.java:137)
at org.activiti.explorer.ui.task.TaskPage.access$000(TaskPage.java:44)
at org.activiti.explorer.ui.task.TaskPage$1.valueChange(TaskPage.java:11
6)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at com.vaadin.event.ListenerMethod.receiveEvent(ListenerMethod.java:490)
at com.vaadin.event.EventRouter.fireEvent(EventRouter.java:164)
at com.vaadin.ui.AbstractComponent.fireEvent(AbstractComponent.java:1193
)
at com.vaadin.ui.AbstractField.fireValueChange(AbstractField.java:891)
at com.vaadin.ui.AbstractField.setValue(AbstractField.java:529)
at com.vaadin.ui.AbstractSelect.setValue(AbstractSelect.java:666)
at com.vaadin.ui.AbstractSelect.setValue(AbstractSelect.java:635)
at com.vaadin.ui.Table.setValue(Table.java:1852)
at com.vaadin.ui.AbstractSelect.select(AbstractSelect.java:1377)
at org.activiti.explorer.ui.AbstractTablePage.selectElement(AbstractTabl
ePage.java:79)
at org.activiti.explorer.ui.task.TaskPage.initUi(TaskPage.java:69)
at org.activiti.explorer.ui.AbstractPage.attach(AbstractPage.java:43)
at com.vaadin.ui.AbstractComponent.setParent(AbstractComponent.java:570)
at com.vaadin.ui.AbstractComponentContainer.addComponent(AbstractCompone
ntContainer.java:211)
at com.vaadin.ui.CssLayout.addComponent(CssLayout.java:93)
at org.activiti.explorer.ui.mainlayout.MainLayout.setMainContent(MainLay
out.java:58)
at org.activiti.explorer.ui.MainWindow.switchView(MainWindow.java:79)
at org.activiti.explorer.DefaultViewManager.switchView(DefaultViewManage
r.java:308)
at org.activiti.explorer.DefaultViewManager.showInboxPage(DefaultViewMan
ager.java:166)
at org.activiti.explorer.DefaultViewManager.showDefaultPage(DefaultViewM
anager.java:84)
at org.activiti.explorer.ui.login.LoginPage$ActivitiLoginListener.onLogi
n(LoginPage.java:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at com.vaadin.event.ListenerMethod.receiveEvent(ListenerMethod.java:490)
at com.vaadin.event.EventRouter.fireEvent(EventRouter.java:164)
at com.vaadin.ui.AbstractComponent.fireEvent(AbstractComponent.java:1193
)
at com.vaadin.ui.LoginForm$2.handleParameters(LoginForm.java:104)
at com.vaadin.ui.Window.handleParameters(Window.java:502)
at com.vaadin.terminal.gwt.server.AbstractApplicationServlet.service(Abs
tractApplicationServlet.java:528)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:305)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:210)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
alve.java:222)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
alve.java:123)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(Authentica
torBase.java:472)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
ava:171)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
ava:99)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:
936)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
ve.java:118)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
a:407)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp
11Processor.java:1004)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(
AbstractProtocol.java:589)
at org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.run(AprEndpoin
t.java:1852)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.
java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor
.java:603)
at java.lang.Thread.run(Thread.java:722)
Mar 12, 2013 2:59:45 PM com.vaadin.Application terminalError
SEVERE: Terminal error:
com.vaadin.event.ListenerMethod$MethodException
Cause: com.vaadin.event.ListenerMethod$MethodException
Cause: org.activiti.engine.ActivitiException: No property renderer found for typ
e: textarea, class com.activiti.forms.TextAreaFormType
at com.vaadin.event.ListenerMethod.receiveEvent(ListenerMethod.java:510)
at com.vaadin.event.EventRouter.fireEvent(EventRouter.java:164)
at com.vaadin.ui.AbstractComponent.fireEvent(AbstractComponent.java:1193
)
at com.vaadin.ui.UriFragmentUtility.changeVariables(UriFragmentUtility.j
ava:114)
at com.vaadin.terminal.gwt.server.AbstractCommunicationManager.handleVar
iableBurst(AbstractCommunicationManager.java:1299)
at com.vaadin.terminal.gwt.server.AbstractCommunicationManager.handleVar
iables(AbstractCommunicationManager.java:1219)
at com.vaadin.terminal.gwt.server.AbstractCommunicationManager.doHandleU
idlRequest(AbstractCommunicationManager.java:735)
at com.vaadin.terminal.gwt.server.CommunicationManager.handleUidlRequest
(CommunicationManager.java:296)
at com.vaadin.terminal.gwt.server.AbstractApplicationServlet.service(Abs
tractApplicationServlet.java:501)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:305)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:210)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
alve.java:222)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
alve.java:123)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(Authentica
torBase.java:472)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
ava:171)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
ava:99)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:
936)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
ve.java:118)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
a:407)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp
11Processor.java:1004)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(
AbstractProtocol.java:589)
at org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.run(AprEndpoin
t.java:1852)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.
java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor
.java:603)
at java.lang.Thread.run(Thread.java:722)
Caused by: com.vaadin.event.ListenerMethod$MethodException
Cause: org.activiti.engine.ActivitiException: No property renderer found for typ
e: textarea, class com.activiti.forms.TextAreaFormType
at com.vaadin.event.ListenerMethod.receiveEvent(ListenerMethod.java:510)
at com.vaadin.event.EventRouter.fireEvent(EventRouter.java:164)
at com.vaadin.ui.AbstractComponent.fireEvent(AbstractComponent.java:1193
)
at com.vaadin.ui.AbstractField.fireValueChange(AbstractField.java:891)
at com.vaadin.ui.AbstractField.setValue(AbstractField.java:529)
at com.vaadin.ui.AbstractSelect.setValue(AbstractSelect.java:666)
at com.vaadin.ui.AbstractSelect.setValue(AbstractSelect.java:635)
at com.vaadin.ui.Table.setValue(Table.java:1852)
at com.vaadin.ui.AbstractSelect.select(AbstractSelect.java:1377)
at org.activiti.explorer.ui.AbstractTablePage.selectElement(AbstractTabl
ePage.java:79)
at org.activiti.explorer.ui.task.TaskPage.initUi(TaskPage.java:69)
at org.activiti.explorer.ui.AbstractPage.attach(AbstractPage.java:43)
at com.vaadin.ui.AbstractComponent.setParent(AbstractComponent.java:570)
at com.vaadin.ui.AbstractComponentContainer.addComponent(AbstractCompone
ntContainer.java:211)
at com.vaadin.ui.CssLayout.addComponent(CssLayout.java:93)
at org.activiti.explorer.ui.mainlayout.MainLayout.setMainContent(MainLay
out.java:58)
at org.activiti.explorer.ui.MainWindow.switchView(MainWindow.java:79)
at org.activiti.explorer.DefaultViewManager.switchView(DefaultViewManage
r.java:308)
at org.activiti.explorer.DefaultViewManager.showInboxPage(DefaultViewMan
ager.java:166)
at org.activiti.explorer.navigation.TaskNavigator.directToCategoryPage(T
askNavigator.java:76)
at org.activiti.explorer.navigation.TaskNavigator.handleNavigation(TaskN
avigator.java:65)
at org.activiti.explorer.navigation.NavigationFragmentChangeListener.fra
gmentChanged(NavigationFragmentChangeListener.java:54)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at com.vaadin.event.ListenerMethod.receiveEvent(ListenerMethod.java:490)
... 25 more
Caused by: org.activiti.engine.ActivitiException: No property renderer found for
type: textarea, class com.activiti.forms.TextAreaFormType
at org.activiti.explorer.ui.form.FormPropertyRendererManager.getProperty
RendererForType(FormPropertyRendererManager.java:56)
at org.activiti.explorer.ui.form.FormPropertiesComponent.getRenderer(For
mPropertiesComponent.java:123)
at org.activiti.explorer.ui.form.FormPropertiesComponent.setFormProperti
es(FormPropertiesComponent.java:67)
at org.activiti.explorer.ui.form.FormPropertiesForm.setFormProperties(Fo
rmPropertiesForm.java:75)
at org.activiti.explorer.ui.task.TaskDetailPanel.initTaskForm(TaskDetail
Panel.java:306)
at org.activiti.explorer.ui.task.TaskDetailPanel.init(TaskDetailPanel.ja
va:118)
at org.activiti.explorer.ui.task.TaskDetailPanel.attach(TaskDetailPanel.
java:99)
at com.vaadin.ui.AbstractComponent.setParent(AbstractComponent.java:570)
at com.vaadin.ui.AbstractComponentContainer.addComponent(AbstractCompone
ntContainer.java:211)
at com.vaadin.ui.GridLayout.addComponent(GridLayout.java:223)
at org.activiti.explorer.ui.AbstractPage.setDetailComponent(AbstractPage
.java:137)
at org.activiti.explorer.ui.task.TaskPage.access$000(TaskPage.java:44)
at org.activiti.explorer.ui.task.TaskPage$1.valueChange(TaskPage.java:11
6)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at com.vaadin.event.ListenerMethod.receiveEvent(ListenerMethod.java:490)
... 51 more
package com.activiti.forms;
/* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import org.activiti.engine.form.FormProperty;
import org.activiti.explorer.Messages;
import org.activiti.explorer.ui.form.AbstractFormPropertyRenderer;
import com.vaadin.ui.Field;
import com.vaadin.ui.TextArea;
public class TextAreaFormPropertyRenderer extends AbstractFormPropertyRenderer {
public TextAreaFormPropertyRenderer() {
super(TextAreaFormType.class);
}
@Override
public Field getPropertyField(FormProperty formProperty) {
TextArea textArea = new TextArea(getPropertyLabel(formProperty));
textArea.setRequired(formProperty.isRequired());
textArea.setEnabled(formProperty.isWritable());
textArea.setRows(10);
textArea.setColumns(50);
textArea.setRequiredError(getMessage(Messages.FORM_FIELD_REQUIRED, getPropertyLabel(formProperty)));
if (formProperty.getValue() != null) {
textArea.setValue(formProperty.getValue());
}
return textArea;
}
}
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.activiti.forms;
/* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import org.activiti.engine.impl.form.AbstractFormType;
public class TextAreaFormType extends AbstractFormType {
public static final String TYPE_NAME = "textarea";
@Override
public String getName() {
return TYPE_NAME;
}
@Override
public Object convertFormValueToModelValue(String propertyValue) {
return propertyValue;
}
@Override
public String convertModelValueToFormValue(Object modelValue) {
return (String) modelValue;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment