[JBoss JIRA] Assigned: (JBPM-1885) JSF upgrade breaks jBPM console
by Thomas Diesler (JIRA)
[ https://jira.jboss.org/jira/browse/JBPM-1885?page=com.atlassian.jira.plug... ]
Thomas Diesler reassigned JBPM-1885:
------------------------------------
Assignee: Heiko Braun (was: Julian Coleman)
> JSF upgrade breaks jBPM console
> -------------------------------
>
> Key: JBPM-1885
> URL: https://jira.jboss.org/jira/browse/JBPM-1885
> Project: JBoss jBPM
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Console
> Affects Versions: SOA 4.2 CP03
> Environment: SOA-P 4.2.0 CP03
> Reporter: Julian Coleman
> Assignee: Heiko Braun
> Priority: Blocker
> Fix For: jBPM 3.3.1 GA
>
>
> The upgraded JSF libs from EAP 4.3.0 CP03 break the jBPM console.
> Trying to examine a process (which invokes JSF on procdef.xhtml) gives:
> ERROR [facelets.viewhandler] Error Rendering View[/app/procdef.xhtml]
> java.lang.ClassCastException: java.lang.String
> at javax.faces.component.UISelectBoolean.isSelected(UISelectBoolean.java:106)
> at com.sun.faces.renderkit.html_basic.CheckboxRenderer.getEndTextToRender(CheckboxRenderer.java:137)
> ...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 1 month
[JBoss JIRA] Moved: (JBPM-1885) JSF upgrade breaks jBPM console
by Thomas Diesler (JIRA)
[ https://jira.jboss.org/jira/browse/JBPM-1885?page=com.atlassian.jira.plug... ]
Thomas Diesler moved SOA-1055 to JBPM-1885:
-------------------------------------------
Project: JBoss jBPM (was: SOA Platform)
Key: JBPM-1885 (was: SOA-1055)
Component/s: Console
(was: Build Process)
(was: EAP)
Fix Version/s: jBPM 3.3.1 GA
(was: 4.2 CP03)
Affects Version/s: SOA 4.2 CP03
(was: 4.2 CP03)
> JSF upgrade breaks jBPM console
> -------------------------------
>
> Key: JBPM-1885
> URL: https://jira.jboss.org/jira/browse/JBPM-1885
> Project: JBoss jBPM
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Console
> Affects Versions: SOA 4.2 CP03
> Environment: SOA-P 4.2.0 CP03
> Reporter: Julian Coleman
> Assignee: Julian Coleman
> Priority: Blocker
> Fix For: jBPM 3.3.1 GA
>
>
> The upgraded JSF libs from EAP 4.3.0 CP03 break the jBPM console.
> Trying to examine a process (which invokes JSF on procdef.xhtml) gives:
> ERROR [facelets.viewhandler] Error Rendering View[/app/procdef.xhtml]
> java.lang.ClassCastException: java.lang.String
> at javax.faces.component.UISelectBoolean.isSelected(UISelectBoolean.java:106)
> at com.sun.faces.renderkit.html_basic.CheckboxRenderer.getEndTextToRender(CheckboxRenderer.java:137)
> ...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 1 month
[JBoss JIRA] Created: (JBPM-1852) Fix sporadic MailTest failure
by Thomas Diesler (JIRA)
Fix sporadic MailTest failure
-----------------------------
Key: JBPM-1852
URL: https://jira.jboss.org/jira/browse/JBPM-1852
Project: JBoss jBPM
Issue Type: Task
Security Level: Public (Everyone can see)
Reporter: Thomas Diesler
Fix For: jBPM 3.3.1 GA
http://jbpm.dyndns.org:8280/hudson/job/jBPM3-Matrix/container=jboss422,da...
Caused by: javax.mail.MessagingException: Could not connect to SMTP host: localhost, port: 23583;
nested exception is:
java.net.ConnectException: Connection refused
at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1282)
at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:370)
at javax.mail.Service.connect(Service.java:275)
at javax.mail.Service.connect(Service.java:156)
at javax.mail.Service.connect(Service.java:105)
at javax.mail.Transport.send0(Transport.java:168)
at javax.mail.Transport.send(Transport.java:98)
at org.jbpm.mail.Mail.send(Mail.java:206)
... 39 more
Caused by: java.net.ConnectException: Connection refused
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
at java.net.Socket.connect(Socket.java:519)
at java.net.Socket.connect(Socket.java:469)
at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:232)
at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:189)
at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1250)
... 46 more
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 1 month
[JBoss JIRA] Updated: (JBPM-756) log.debug calls are unprotected
by Thomas Diesler (JIRA)
[ https://jira.jboss.org/jira/browse/JBPM-756?page=com.atlassian.jira.plugi... ]
Thomas Diesler updated JBPM-756:
--------------------------------
Fix Version/s: jBPM 3.3.2 GA
(was: jBPM 3.3.1 GA)
Deferred to 3.3.2
> log.debug calls are unprotected
> -------------------------------
>
> Key: JBPM-756
> URL: https://jira.jboss.org/jira/browse/JBPM-756
> Project: JBoss jBPM
> Issue Type: Bug
> Components: Core Engine
> Affects Versions: jBPM 3.1.2
> Environment: Window XP, Java 5
> Reporter: Dave Caruana
> Fix For: jBPM 3.3.2 GA
>
>
> Within org.jbpm.context.exe.VariableContainer there are calls to log.debug. In particular:
> line 156: log.debug("create variable '"+name+"' in '"+this+"' with value '"+value+"'");
> line 160: log.debug("update variable '"+name+"' in '"+this+"' to value '"+value+"'");
> However, they are unprotected i.e. the method is called even if debug logging is not switched on. This is not too much of a problem if the variable value is of a primitive type, but sometimes, values can be complex (including their toString()).
> "if (log.isDebugEnabled())" statements are missing.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 1 month
[JBoss JIRA] Created: (JBPM-1851) Release API 1.0.0.Alpha1
by Thomas Diesler (JIRA)
Release API 1.0.0.Alpha1
------------------------
Key: JBPM-1851
URL: https://jira.jboss.org/jira/browse/JBPM-1851
Project: JBoss jBPM
Issue Type: Task
Security Level: Public (Everyone can see)
Components: API
Reporter: Thomas Diesler
Fix For: API 1.0.0 Alpha1
4.0.0 alpha1 (Januari 1st )
Inclusion of the following API concepts:
* Configuration
* ProcessEngine
* ProcessDefinitionService
* ProcessBuilder
* ProcessInstance or Process
* Execution of Token
* StartEvent with no Trigger
* EndEvent with no Result
* WaitState
* Exclusive Gateway
* Sequence Flow
Inclusion of the following process constructs
processes (<process/>)
start events (<start/>)
states == wait tasks (<state/>)
exclusive gateway (<exclusive/>)
sequence flow (<flow/>
<process>
<start name='A'>
<flow to='B'/>
</start>
<exclusive name='B' [expr='outcome']>
<flow to='C' [expr='expr1'] [name='accept']/>
<flow to='E' [expr='expr2'] [name='reject']/>
<flow to='D' [default='true'] [name='unknown']/>
</exclusive>
<state name='C'>
<flow to='E'/>
</state>
<exclusive name='D'>
<handler class='foo.bar'>
<config>
any
</config>
</handler>
</exclusive>
<end name='E'/>
</process>
http://www.jboss.org/community/docs/DOC-12945
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 1 month