Arun V G [https://community.jboss.org/people/arunvg] created the discussion
"How to validate process definitions , before creating the Knowledge base object"
To view the discussion, visit: https://community.jboss.org/message/717837#717837
--------------------------------------------------------------
Using Knowledge builder I am creating the Knowledgebase by feeding in the process definition as byte array.
If there is an invalid process definition the API would return an IllegalArgumentException "Could not parse knowledge base..."
*How can I do the validations up front, so that I can validate the process definitions individually and show the user that errors are present.*
I there any API available.
Any hints ?
Cheers :)
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/717837#717837]
Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
mariaprabudass Edwin [https://community.jboss.org/people/mariaprabudass] created the discussion
"How to start the humantask service without using ant?"
To view the discussion, visit: https://community.jboss.org/message/717622#717622
--------------------------------------------------------------
Hi all,
I have installed and started the human task service successfully through ant. But I need to start the human task service without using ant. Could you please advise me the steps for to start the human task service without using ant via terminal.
*Details:--*
*jbpm5*
*jboss 7.0.2*
*operating system :-* ubundu
Thanks for looking into this..
Maria
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/717622#717622]
Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
samy omar [https://community.jboss.org/people/samyomar82] created the discussion
"Re: JBoss AS 7.1 Final continuing starting Then it show failed to start messege"
To view the discussion, visit: https://community.jboss.org/message/717740#717740
--------------------------------------------------------------
Hay all
I solved this issue
This is because I made change in standalone.xml to let the AS able to accept remote HTTP invoications
I did this change which produce the issue
<interface name="public">
<any-address/>
</interface>
while the correct modifications is
<interface name="public">
<inet-address value="${jboss.bind.address:127.0.0.1}"/>
</interface>
<interface name="*any*">
*<any-ipv4-address/>*
</interface>
<socket-binding-group name="standard-sockets" default-interface="*any*" port-offset="${jboss.socket.binding.port-offset:0}">
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/717740#717740]
Start a new discussion in JBoss Tools at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
Devisri C [https://community.jboss.org/people/devisri] created the discussion
"Re: Message Driven Bean instance not created in JBoss EAP 4.3"
To view the discussion, visit: https://community.jboss.org/message/717737#717737
--------------------------------------------------------------
Dear all,
My issues are resolved now. Migrated my application successfully to JBoss 5.1 EAP from weblogic 9.2.
Sincere thanks to Wolf-Dieter Fink.
Some points here which may be useful for anyone.
Regarding log4j.properties file, i kept it under the root of the app. The logpath whatever i mention like 'www/mylog/' was being created inside the bin folder of the linux server.
When the logpath starts with forward slash , then it is taking the absolute root path of the server.
I didn't made any changes in the jboss-log4j.xml file.
Thanks,
Devisri.
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/717737#717737]
Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]