[JBoss Tools] - No goals are selectable in maven "Run as..." dialogue via Indigo (SR2)
by K G
K G [https://community.jboss.org/people/onoma] created the discussion
"No goals are selectable in maven "Run as..." dialogue via Indigo (SR2)"
To view the discussion, visit: https://community.jboss.org/message/746469#746469
--------------------------------------------------------------
Hi
I have recently installed Eclipse Indigo (SR2) and JBoss Tools via the Eclipse Marketplace.
I attempted to create a very simple Maven project via the m2e wizards which went fine.
I then right-clicked on the POM and selceted Run as../Maven build.... When I clicked on the "Select"
button in the resultant dialogue , there were no goals displayed.
A post on another forum described the same problem exactly and provided the following solution:
* Open the Maven View
* Right-click on the Central repository (under Global Repsotiories) and enable full indexing. Once this process has finished, rebuild the indexes.
I tried this but it had no effect.
I'd be grateful if anyone can advise whether I have missed something obvious here or whether there is anotehr way to get the IDE
to recognise maven goals in the Run configurations dialogue.
Thanks
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/746469#746469]
Start a new discussion in JBoss Tools at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
12 years, 4 months
[jBPM] - Re: Which Designer?
by Tihomir Surdilovic
Tihomir Surdilovic [https://community.jboss.org/people/tsurdilovic] created the discussion
"Re: Which Designer?"
To view the discussion, visit: https://community.jboss.org/message/751540#751540
--------------------------------------------------------------
******************
3- When you create a new BPMN Process under eclipse and then create a Java class to test the process (knowledge base /session creation, add process, ...) it is only local and not deployed under JAS, correct?
4- To deploy a process in JAS the only way is to use drools-guvnor or is there another way to deploy a process?
5- I guess real and common life using of jBPM is through JAS so my question is, the only way to interact with the jBPM engine and deployed processes (of course) in JAS is the REST API (apart from the jBPM console)?
6- I don't think it is available but I need to ask : is there a REST function to signal events (in fact the same as ksession.signalEvent(...) in Java)?
*****************
3) Depends on how your test is written , but yes unit tests typically run locally..it's up to you to deploy your process definitions and related artifacts yourself to wherever you want for testing
4) You don't really need guvnor for deployment. You could create the .pkg yourself using drools-ant tasks and push it to your own servers for example and let the client applications consume it. You could also if you are using the jBPM Console place your process definitions and artifacts like process image, task forms, dependency jars (such as service node impls for example) on the console classpath and it will be able to see them
5) jBPM does not need an application server..you can package the jBPM runtime component anywhere you like..in a test case, a stand-alone application, in an applet even ;) and of course also the application server inside your war's WEB-INF/lib for example
6) The jBPM Console has the ability to performa signal events
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/751540#751540]
Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
12 years, 4 months
[jBPM] - Re: Which Designer?
by Tihomir Surdilovic
Tihomir Surdilovic [https://community.jboss.org/people/tsurdilovic] created the discussion
"Re: Which Designer?"
To view the discussion, visit: https://community.jboss.org/message/751535#751535
--------------------------------------------------------------
****************
Sorry, I must re-formulate so that I am sure I understand what you are saying :
a- the jBPM BPMN2 Editors Designer you mentioned is the *web* designer provided with jBPM 5.3.0 Full Package
b- Everything available in the jBPM web designer is totally executable by the jBPM runtime
c- The last step, there is nothing that the jBPM runtime can execute which is not available in the web designer (bijective function)?
*******************
a) yes
b) yes if you add correct execution semantics in your business process..otherwise it won't be "Executable" :)
c) not necessarily..we try to stay as close as possible, e.g. as we add more features into the runtime, we update the tooling as fast as possible to utilizy the new functionalities of the runtime..and so on. There could be cases there a version of Designer does not have a certain recently added feature of the runtime, but you can then get it in the next Designer release or build Designer from master branch when the feature has been added right away.
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/751535#751535]
Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
12 years, 4 months
[Performance Tuning] - Re: Regarding Https Compression (on Chrome Browser)
by rupesh kumar
rupesh kumar [https://community.jboss.org/people/er_rupeshmca] created the discussion
"Re: Regarding Https Compression (on Chrome Browser)"
To view the discussion, visit: https://community.jboss.org/message/750498#750498
--------------------------------------------------------------
Yes now I have applied compression=force and also Mimetypes, But Still now it is showing the same message on chrome as previously..
<Server>
<!-- Optional listener which ensures correct init and shutdown of APR,
and provides information if it is not installed -->
<Listener className="org.apache.catalina.core.AprLifecycleListener" SSLEngine="on" />
<!--Initialize Jasper prior to webapps are loaded. Documentation at /docs/jasper-howto.html -->
<Listener className="org.apache.catalina.core.JasperListener" />
<Service name="jboss.web">
<!-- A HTTP/1.1 Connector on port 8080
<Connector protocol="HTTP/1.1" port="8080" address="${jboss.bind.address}"
connectionTimeout="20000" redirectPort="8443" /> -->
<Connector port="8080" address="${jboss.bind.address}" maxThreads="250"
maxHttpHeaderSize="8192" emptySessionPath="true" protocol="HTTP/1.1"
enableLookups="false" redirectPort="8443" acceptCount="100" connectionTimeout="20000"
*compressableMimeType="text/html,text/xml,text/css,text/javascript, application/x-javascript,application/javascript"*
disableUploadTimeout="true" *compression="force"*></Connector>
<!-- Add this option to the connector to avoid problems with
.NET clients that don't implement HTTP/1.1 correctly
restrictedUserAgents="^.*MS Web Services Client Protocol 1.1.4322.*$"
-->
<!-- A AJP 1.3 Connector on port 8009 -->
<Connector protocol="AJP/1.3" port="8009" address="${jboss.bind.address}"
redirectPort="8443" />
<!-- SSL/TLS Connector configuration using the admin devl guide keystore -->
<Connector protocol="HTTP/1.1" SSLEnabled="true"
port="8443" address="${jboss.bind.address}"
scheme="https" secure="true" clientAuth="false"
keystoreFile="${jboss.server.home.dir}/conf/chap8.keystore"
keystorePass="rmi+ssl" sslProtocol = "TLS" />
Can you Suggest on this?
Should i have to add compression parameter in SSL/TLS Connection Configuration and AJP Connector Also ?
Regards
Rupesh
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/750498#750498]
Start a new discussion in Performance Tuning at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
12 years, 4 months