[jBPM Development] - Usage of ksession in Jbpm Spring Implementation
by Mohamed Abuthahir
Mohamed Abuthahir [https://community.jboss.org/people/abuinigate] created the discussion
"Usage of ksession in Jbpm Spring Implementation"
To view the discussion, visit: https://community.jboss.org/message/784268#784268
--------------------------------------------------------------
Hi,
I am developing a web application which I will invoke a jbpm workflow. I am following a *spring-jbpm* integeration pattern to create a *kbase,ksession* etc.My question is how we have to use the *ksession*? Means for each request I have to create a seperate session(every process instance has unique session id ) or multiple process instances sharing the same *ksession.*
Currently I am following a spring approach in which one session id shared between multiple process instances. How to change this behaviour to make it one session per process instance.Is there any way to do this in spring. I tried bean scope"prototype" which will not workout. and jbpm session tag not having the attribute scope.
My XML is:
<jbpm:kbase id="kbase">
<jbpm:resources>
<jbpm:resource type="BPMN2" source="classpath:Hello.bpmn" />
</jbpm:resources>
</jbpm:kbase>
<jbpm:ksession id="ksession" type="stateful" kbase="kbase">
<jbpm:configuration>
<jbpm:jpa-persistence>
<jbpm:entity-manager-factory ref="entityManagerFactory"/>
<jbpm:transaction-manager ref="transactionManager"/>
</jbpm:jpa-persistence>
</jbpm:configuration>
</jbpm:ksession>
<bean id="ds" class="org.springframework.jdbc.datasource.DriverManagerDataSource">
<property name="driverClassName" value="com.mysql.jdbc.Driver"></property>
<property name="url" value="jdbc:mysql://localhost:3306/jbpmworkflow?autoReconnect=true"/>
<property name="username" value="root"/>
<property name="password" value="root"/>
</bean>
<bean id="entityManagerFactory" class="org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean"
p:dataSource-ref="ds">
<property name="persistenceXmlLocation" value="classpath:META-INF/persistence.xml" />
<property name="persistenceUnitName" value="org.jbpm.persistence.jpa" />
<property name="jpaVendorAdapter">
<bean class="org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter">
<property name="database" value="MYSQL"/>
<property name="showSql" value="true"/>
<property name="databasePlatform" value="org.hibernate.dialect.MySQL5Dialect" />
</bean>
</property>
</bean>
<bean id="transactionManager" class="org.springframework.orm.jpa.JpaTransactionManager" p:entityManagerFactory-ref="entityManagerFactory">
<property name="dataSource" ref="ds"/>
</bean>
Waiting eagerly for your replies.
--Abuthahir
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/784268#784268]
Start a new discussion in jBPM Development at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
10 years, 2 months
[Clustering Development] - getting [emerg] create_mem_node /etc/httpd/logs/manager.node failed: Permission denied Configuration Failed when starting apache on rhel 6 after mod_cluster is added
by Claudianus Adjai
Claudianus Adjai [https://community.jboss.org/people/claudianus] created the discussion
"getting [emerg] create_mem_node /etc/httpd/logs/manager.node failed: Permission denied Configuration Failed when starting apache on rhel 6 after mod_cluster is added"
To view the discussion, visit: https://community.jboss.org/message/778630#778630
--------------------------------------------------------------
Hello all -
I am getting the following error when I try to start apache on rhel 6.
[emerg] create_mem_node /etc/httpd/logs/manager.node failed: Permission denied
Configuration Failed
Note that apache was working fine before I uploaded mod_cluster modules and configured it. I also had mod_jk configured and working with apache before this, which I disabled.
I am trying to run apache with mod_cluster 1.2.0.Final on rhel 6 x64.
I am also starting apache as root (starting it as a regular user causes permission denied error).
Finally, note that I tried to run it both with SELinux enabled and disabled and the outcome seems to be the same.
My mod_cluster conf looks like below
+LoadModule slotmem_module modules/mod_slotmem.so+
+LoadModule manager_module modules/mod_manager.so+
+LoadModule proxy_cluster_module modules/mod_proxy_cluster.so+
+LoadModule advertise_module modules/mod_advertise.so+
+#Listen 192.168.10.91:8008+
+<VirtualHost 192.168.10.91:8008>+
+ <Directory />+
+ Order deny,allow+
+ Deny from all+
+ Allow from 127.0.0.1+
+ Allow from 192.168.10.+
+ </Directory>+
+ <Location /mod_cluster-manager>+
+ SetHandler mod_cluster-manager+
+ Order deny,allow+
+ Deny from all+
+ Allow from 127.0.0.1+
+ Allow from 192.168.10.+
+ </Location>+
+ ManagerBalancerName mycluster+
+ KeepAliveTimeout 60+
+ MaxKeepAliveRequests 0+
+ ServerAdvertise On+
+ EnableMCPMReceive+
+</VirtualHost>+
I commented out the Listen directive because I put it in the main http.conf file (having it in this file does not change the outcome) and the above mod_cluster.conf file is located under my /etc/http/conf.d/ folder.
I also saw that there is a bug related to this error but under Windows OS.
What am I missing?
Thanks
C
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/778630#778630]
Start a new discussion in Clustering Development at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
10 years, 2 months
[JBoss ESB Development] - Webservice call SOAP Client Action doesnt work
by mgrande
mgrande [https://community.jboss.org/people/mgrande] created the discussion
"Webservice call SOAP Client Action doesnt work"
To view the discussion, visit: https://community.jboss.org/message/766593#766593
--------------------------------------------------------------
Hi,
First of all,let you know that we are beginners in the development with JBOSS,so sorry if we say any stupid thing.
We have created a SOAPClient Acton in a ESB with this properties first calling a Request and later a Respond:
<action class="es.vass.util.MyRequestActionMyRequestAction" name="PreparaRequest"/>
<action class="org.jboss.soa.esb.actions.soap.SOAPClient" name="weatherMola">
<property name="wsdl" value="http://www.webservicex.com/globalweather.asmx?WSDL"/>
<property name="SOAPAction" value="http://www.webserviceX.NET/GetCitiesByCountry"/>
<property name="responseAsOgnlMap" value="true"/>
</action>
<action class="es.vass.util.MyRequestActionMyRequestAction" name="PreparaRequest"/>
We call the action with a ESB message and it returns:
09:37:18,244 INFO [InquiryHelper] uddi:juddi.apache.org:c79564de-eb3d-470d-aba7-c85217fc70c8 is modified Wed Oct 17 16:03:03 CEST 2012 1350482583192
09:37:23,360 INFO [STDOUT] &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
09:37:23,362 INFO [STDOUT] Request map is: {GetCitiesByCountry.CountryName=Spain}
09:37:23,362 INFO [STDOUT] &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
09:37:23,396 INFO [STDOUT] Progress: 1 - Caching definition from url [http://www.webservicex.com/globalweather.asmx?WSDL]
09:37:24,576 INFO [STDOUT] Progress: 1 - Loading definition from cache
09:37:24,582 INFO [STDOUT] Retrieving document at 'http://www.webservicex.com/globalweather.asmx?WSDL'.
09:37:24,660 INFO [SchemaUtils] Loading schema types from [http://www.webservicex.com/globalweather.asmx?WSDL]
09:37:24,677 INFO [SchemaUtils] Getting schema http://www.webservicex.com/globalweather.asmx?WSDL
09:37:25,635 INFO [SchemaUtils] schema for [http://www.webserviceX.NET] contained [{}] namespaces
09:37:26,246 INFO [WsdlImporter] Finding importer for {http://www.webserviceX.NET}GlobalWeatherHttpPost
09:37:26,248 INFO [WsdlImporter] Missing importer for {http://www.webserviceX.NET}GlobalWeatherHttpPost
09:37:26,248 INFO [WsdlImporter] Finding importer for {http://www.webserviceX.NET}GlobalWeatherSoap12
09:37:26,317 INFO [WsdlImporter] Importing binding {http://www.webserviceX.NET}GlobalWeatherSoap12
09:37:26,322 INFO [Soap12HttpBindingImporter] importing endpoint http://www.webservicex.com/globalweather.asmx
09:37:26,393 INFO [Soap12HttpBindingImporter] importing operation GetCitiesByCountry
09:37:26,394 INFO [Soap12HttpBindingImporter] importing operation GetWeather
09:37:26,395 INFO [WsdlImporter] Finding importer for {http://www.webserviceX.NET}GlobalWeatherSoap
09:37:26,395 INFO [WsdlImporter] Importing binding {http://www.webserviceX.NET}GlobalWeatherSoap
09:37:26,396 INFO [Soap11HttpBindingImporter] importing endpoint http://www.webservicex.com/globalweather.asmx
09:37:26,413 INFO [Soap11HttpBindingImporter] importing operation GetCitiesByCountry
09:37:26,422 INFO [Soap11HttpBindingImporter] importing operation GetWeather
09:37:26,423 INFO [WsdlImporter] Finding importer for {http://www.webserviceX.NET}GlobalWeatherHttpGet
09:37:26,423 INFO [WsdlImporter] Missing importer for {http://www.webserviceX.NET}GlobalWeatherHttpGet
09:37:26,423 INFO [WsdlImporter] Finding importer for {http://www.webserviceX.NET}GlobalWeatherHttpGet
09:37:26,457 INFO [WsdlImporter] Missing importer for {http://www.webserviceX.NET}GlobalWeatherHttpGet
09:37:26,457 INFO [WsdlImporter] Finding importer for {http://www.webserviceX.NET}GlobalWeatherHttpPost
09:37:26,458 INFO [WsdlImporter] Missing importer for {http://www.webserviceX.NET}GlobalWeatherHttpPost
09:37:26,479 INFO [STDOUT] Progress: 1 - Caching definition from url [http://www.webservicex.com/globalweather.asmx?WSDL]
09:37:26,932 INFO [STDOUT] Progress: 1 - Loading definition from cache
09:37:26,948 INFO [STDOUT] Retrieving document at 'http://www.webservicex.com/globalweather.asmx?WSDL'.
09:37:26,974 INFO [SchemaUtils] Loading schema types from [http://www.webservicex.com/globalweather.asmx?WSDL]
09:37:26,974 INFO [SchemaUtils] Getting schema http://www.webservicex.com/globalweather.asmx?WSDL
09:37:27,104 INFO [SchemaUtils] schema for [http://www.webserviceX.NET] contained [{}] namespaces
09:37:27,231 INFO [SchemaUtils] Getting schema http://www.webservicex.com/globalweather.asmx?WSDL
09:37:27,729 WARN [ActionProcessingPipeline] No fault address defined for fault message! To: JMSEpr [ PortReference < <wsa:Address jms:127.0.0.1:1099#queue/esb_channel/>, <wsa:ReferenceProperties jbossesb:java.naming.factory.initial : org.jnp.interfaces.NamingContextFactory/>, <wsa:ReferenceProperties jbossesb:java.naming.provider.url : 127.0.0.1:1099/>, <wsa:ReferenceProperties jbossesb:java.naming.factory.url.pkgs : org.jnp.interfaces/>, <wsa:ReferenceProperties jbossesb:destination-type : queue/>, <wsa:ReferenceProperties jbossesb:destination-name : queue/esb_channel/>, <wsa:ReferenceProperties jbossesb:specification-version : 1.1/>, <wsa:ReferenceProperties jbossesb:connection-factory : ConnectionFactory/>, <wsa:ReferenceProperties jbossesb:persistent : true/>, <wsa:ReferenceProperties jbossesb:acknowledge-mode : AUTO_ACKNOWLEDGE/>, <wsa:ReferenceProperties jbossesb:transacted : false/>, <wsa:ReferenceProperties jbossesb:type : urn:jboss/esb/epr/type/jms/> > ] MessageID: 76891731-9980-4511-a82e-8fc03d6cd53b RelatesTo: jms:correlationID#76891731-9980-4511-a82e-8fc03d6cd53b
09:37:27,813 INFO [InquiryHelper] uddi:juddi.apache.org:e60d75e7-29e1-4455-82df-3cfff3236390 is modified Tue Oct 16 17:45:39 CEST 2012 1350402339761
It doesnt do anything else and we dont see any respond. We have truied the webservice with SoapUI and we know that its working. What can check to know what can be wrong?
We are working with JBOSS AS 5.1 and JBOSS ESB 4.10 in a local server. We use for the development JBOSS developer.
Thanks you in ad
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/766593#766593]
Start a new discussion in JBoss ESB Development at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
10 years, 3 months
[jBPM Development] - Integration of JBPM into a web application
by Cyrine Bjaoui
Cyrine Bjaoui [https://community.jboss.org/people/cyrine] created the discussion
"Integration of JBPM into a web application"
To view the discussion, visit: https://community.jboss.org/message/773663#773663
--------------------------------------------------------------
Hello everybody,
I started creating a JBPM5 project, witch includes some functions to call in a main class. It runs perfectly.
I created also a web application, witch contains 2 web pages (a web page A with a button to go to the web page B). It works too.
Now i wanna use a function from the JBPM project, and call it via the button action (I used a managed bean) of my web page.
I tryed to call my JBPM project as Jar file, it generated an error saying :
" GRAVE: Exception lors de l'envoi de l'évènement contexte initialisé (context initialized) à l'instance de classe d'écoute (listener) com.sun.faces.config.ConfigureListener
java.lang.LinkageError: loader constraint violation: when resolving interface method "javax.servlet.jsp.JspApplicationContext.getExpressionFactory()Ljavax/el/ExpressionFactory;" the class loader (instance of org/apache/catalina/loader/WebappClassLoader) of the current class, com/sun/faces/config/ConfigureListener, and the class loader (instance of org/apache/catalina/loader/StandardClassLoader) for resolved class, javax/servlet/jsp/JspApplicationContext, have different Class objects for the type javax/el/ExpressionFactory used in the signature
at com.sun.faces.config.ConfigureListener.registerELResolverAndListenerWithJsp(ConfigureListener.java:1595)
at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:419)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3972)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4467)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:785)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
at org.apache.catalina.core.StandardService.start(StandardService.java:519)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
at org.apache.catalina.startup.Catalina.start(Catalina.java:581)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
org.apache.catalina.core.StandardContext start "
I thought to use web services, I'm not sure if it will help.
The idea is to use functions, from my JBPM project, into a web application.
Any help please !
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/773663#773663]
Start a new discussion in jBPM Development at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
10 years, 4 months
[jBPM Development] - jbpm engine is generating 4 tasks instead of just one !!
by Feki Ahmed
Feki Ahmed [https://community.jboss.org/people/bardelman] created the discussion
"jbpm engine is generating 4 tasks instead of just one !!"
To view the discussion, visit: https://community.jboss.org/message/786819#786819
--------------------------------------------------------------
Hi,
i'm using jbpm 5.0.
i ve a simple process with 2 human-tasks for 2 different users, when i try to get each user tasks with this method :
public static List <TaskSummary> getAssignedTasks(String idRef) {
connect();
List<TaskSummary> tasks = null;
try {
BlockingTaskSummaryResponseHandler responseHandler = new BlockingTaskSummaryResponseHandler();
client.getTasksOwned(idRef, "en-UK", responseHandler);
tasks = responseHandler.getResults();
} catch (Throwable t) {
t.printStackTrace();
}
return tasks;
}
i got 4 tasks instead of just one :
tasks list : [org.jbpm.task.query.TaskSummary@cf54f3e6, org.jbpm.task.query.TaskSummary@cf54f3e7, org.jbpm.
task.query.TaskSummary@639962e7, org.jbpm.task.query.TaskSummary@639962e8]
Sometimes i get just one task but when i complete it i get 4 tasks with status "completed".
This seems as a bug in the jbpm engine but it doesn't happen with all processes ,i ve 2 processes and this problem only happens in one of them : this one :
<?xml version="1.0" encoding="UTF-8"?>
<definitions id="Definition"
targetNamespace=" http://www.jboss.org/drools http://www.jboss.org/drools"
typeLanguage=" http://www.java.com/javaTypes http://www.java.com/javaTypes"
expressionLanguage=" http://www.mvel.org/2.0 http://www.mvel.org/2.0"
xmlns=" http://www.omg.org/spec/BPMN/20100524/MODEL http://www.omg.org/spec/BPMN/20100524/MODEL"
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=" http://www.omg.org/spec/BPMN/20100524/MODEL http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd"
xmlns:g=" http://www.jboss.org/drools/flow/gpd http://www.jboss.org/drools/flow/gpd"
xmlns:bpmndi=" http://www.omg.org/spec/BPMN/20100524/DI http://www.omg.org/spec/BPMN/20100524/DI"
xmlns:dc=" http://www.omg.org/spec/DD/20100524/DC http://www.omg.org/spec/DD/20100524/DC"
xmlns:di=" http://www.omg.org/spec/DD/20100524/DI http://www.omg.org/spec/DD/20100524/DI"
xmlns:tns=" http://www.jboss.org/drools http://www.jboss.org/drools">
<itemDefinition id="_var1Item" structureRef="String" />
<itemDefinition id="_var2Item" structureRef="String" />
<itemDefinition id="_var3Item" structureRef="Object" />
<itemDefinition id="_var4Item" structureRef="String" />
<itemDefinition id="_2-var1Item" structureRef="String" />
<itemDefinition id="_2-var2Item" structureRef="String" />
<itemDefinition id="_2-var3Item" structureRef="Object" />
<itemDefinition id="_2-var4Item" structureRef="String" />
<itemDefinition id="_3-var1Item" structureRef="String" />
<itemDefinition id="_3-var2Item" structureRef="String" />
<itemDefinition id="_3-var3Item" structureRef="Object" />
<itemDefinition id="_3-var4Item" structureRef="String" />
<process processType="Private" isExecutable="true" id="themasterbossexpl" name="Sample Process" tns:packageName="defaultPackage" >
<!-- process variables -->
<property id="var1" itemSubjectRef="_var1Item"/>
<property id="var2" itemSubjectRef="_var2Item"/>
<property id="var3" itemSubjectRef="_var3Item"/>
<property id="var4" itemSubjectRef="_var4Item"/>
<!-- nodes -->
<startEvent id="_1" name="StartProcess" />
<userTask id="_2" name="User Task1" >
<ioSpecification>
<dataInput id="_2_param1Input" name="param1" />
<dataInput id="_2_param2Input" name="param2" />
<dataInput id="_2_TaskNameInput" name="TaskName" />
<inputSet>
<dataInputRefs>_2_param1Input</dataInputRefs>
<dataInputRefs>_2_param2Input</dataInputRefs>
<dataInputRefs>_2_TaskNameInput</dataInputRefs>
</inputSet>
<outputSet>
</outputSet>
</ioSpecification>
<dataInputAssociation>
<sourceRef>var1</sourceRef>
<targetRef>_2_param1Input</targetRef>
</dataInputAssociation>
<dataInputAssociation>
<sourceRef>var2</sourceRef>
<targetRef>_2_param2Input</targetRef>
</dataInputAssociation>
<dataInputAssociation>
<targetRef>_2_TaskNameInput</targetRef>
<assignment>
<from xsi:type="tFormalExpression">usertask1</from>
<to xsi:type="tFormalExpression">_2_TaskNameInput</to>
</assignment>
</dataInputAssociation>
<potentialOwner>
<resourceAssignmentExpression>
<formalExpression>jalel</formalExpression>
</resourceAssignmentExpression>
</potentialOwner>
</userTask>
<userTask id="_3" name="User Task2" >
<ioSpecification>
<dataInput id="_3_param3Input" name="param3" />
<dataInput id="_3_param4Input" name="param4" />
<dataInput id="_3_TaskNameInput" name="TaskName" />
<inputSet>
<dataInputRefs>_3_param3Input</dataInputRefs>
<dataInputRefs>_3_param4Input</dataInputRefs>
<dataInputRefs>_3_TaskNameInput</dataInputRefs>
</inputSet>
<outputSet>
</outputSet>
</ioSpecification>
<dataInputAssociation>
<sourceRef>var3</sourceRef>
<targetRef>_3_param3Input</targetRef>
</dataInputAssociation>
<dataInputAssociation>
<sourceRef>var4</sourceRef>
<targetRef>_3_param4Input</targetRef>
</dataInputAssociation>
<dataInputAssociation>
<targetRef>_3_TaskNameInput</targetRef>
<assignment>
<from xsi:type="tFormalExpression">usertask2</from>
<to xsi:type="tFormalExpression">_3_TaskNameInput</to>
</assignment>
</dataInputAssociation>
<potentialOwner>
<resourceAssignmentExpression>
<formalExpression>karim</formalExpression>
</resourceAssignmentExpression>
</potentialOwner>
</userTask>
<endEvent id="_4" name="End" >
<terminateEventDefinition/>
</endEvent>
<!-- connections -->
<sequenceFlow id="_1-_2" sourceRef="_1" targetRef="_2" />
<sequenceFlow id="_2-_3" sourceRef="_2" targetRef="_3" />
<sequenceFlow id="_3-_4" sourceRef="_3" targetRef="_4" />
</process>
<bpmndi:BPMNDiagram>
<bpmndi:BPMNPlane bpmnElement="themasterbossexpl" >
<bpmndi:BPMNShape bpmnElement="_1" >
<dc:Bounds x="45" y="45" width="48" height="48" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="_2" >
<dc:Bounds x="253" y="69" width="100" height="48" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="_3" >
<dc:Bounds x="500" y="115" width="100" height="48" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="_4" >
<dc:Bounds x="725" y="177" width="48" height="48" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge bpmnElement="_1-_2" >
<di:waypoint x="69" y="69" />
<di:waypoint x="303" y="93" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="_2-_3" >
<di:waypoint x="303" y="93" />
<di:waypoint x="550" y="139" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="_3-_4" >
<di:waypoint x="550" y="139" />
<di:waypoint x="749" y="201" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</definitions>
Thanx for help !
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/786819#786819]
Start a new discussion in jBPM Development at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
10 years, 4 months
[JBoss AS 7 Development] - Install JBOSS tools on Eclipse Juno (4.x)
by Michael Needham
Michael Needham [https://community.jboss.org/people/iainnitro] created the discussion
"Install JBOSS tools on Eclipse Juno (4.x)"
To view the discussion, visit: https://community.jboss.org/message/754041#754041
--------------------------------------------------------------
Greetings:
I recently adopted Eclipse Juno for my IDE and went to the marketplace to install the JBOSS tools. I noticed that there is only a package for Indigo and not one for Juno as of yet.
I am on Mac OS X (Mountain Lion 10.8) and got the AS7 server running and starting at login. This box is not a production box, but my development box. I would probably deploy to a Linux box (specifically CentOS or Scientific) in production. This is all background information.
The question is how to get the JBoss Tools setup in Eclipse Juno? I tried to install the Indigo package and got dependency errors so if someone has actually installed JBoss tools on Juno and in Mac OSX Mountain Lion, I could use some pointers on getting it done.
Also be nice to know when the native Juno version of the tools may be available :^0
Thank-you in advance for your help.
BTW: I am planning to develop in Grails/Groovy using JSP and want to explore the use of JSF (Java Server Faces) as well. I am pretty new to this end of the spectrum of Java.
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/754041#754041]
Start a new discussion in JBoss AS 7 Development at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
10 years, 4 months