[JBoss jBPM] - jBPM JPDL Designer 3.1.0 alpha1 Released!
by koen.aers@jboss.com
Dear Community,
I am happy to finally announce a new release of the JPDL designer. You can download it on the source forge download pages : http://sourceforge.net/project/showfiles.php?group_id=70542&package_id=11....
The release was built and tested with WTP 1.5.1 and all its drivers (Eclipse SDK 3.2.1, GEF 3.2.1, EMF 2.2.1, JEM 1.2.1). The distribution comes in two flavours: a regular zip file containing all what is needed to install the designer in a clean Eclipse environment and a 'nodeps' flavour that does not contain any additional plug-ins taken from WTP, GEF or EMF. You can use this nodeps flavour if you have already an Eclipse installation containing these drivers. To install it, simply extract the archive file over your Eclipse installation or use the Eclipse link mechanism.
As you might or might not know, the 3.1.x stream of the jBPM JPDL designer is based on an entirely new core model. The purpose of this new model is to enable full JPDL support that was lacking until now. The 3.1.x stream is targeted at jBPM JPDL 3.2 and above with backwards compatibility for older JPDL versions. However, the UI will not prohibit the user to use 3.2 features.
This release is an alpha release, containing code that is quite usable but not yet fully stabilized. Known problems exist when using the XML source pane to edit the process definition and switching back to the graphical view. A solution to these issues will be part of a future release. The purpose of this release is to gather feedback from the community concerning some of the new things that were introduced:
- Use of the tabbed property view to edit the different properties of the JPDL elements
- A JPDL perspective
Have a look at the release notes in the distribution or online (https://sourceforge.net/project/shownotes.php?release_id=477988&group_id=...).
Comments on the layout of the different forms and occupation of the screen real estate defined by the perspective are more than welcomed. Please post comments here on the forum and don't hesitate to file issues and bugs to JIRA (http://jira.jboss.com/jira/browse/GPD).
Have fun,
Koen
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001015#4001015
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4001015
19 years, 3 months
[JBoss Portal] - Unable to determine FaceServlet mapping for servlet path 'nu
by NewTo23
Hi,
I have my Sun JSF war application deployed successfully in my JBoss portal server version 2.4.1 as a portlet.
But, My portlet comes as a blank page, and I get the following warning message from the Portal Server.
10:53:39,676 WARN [ViewHandlerImpl] Unable to determine FaceServlet mapping for servlet path 'null'.
My web.xml file has the JSF configurations as,
<context-param>
| <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
| <param-value>server</param-value>
| </context-param>
|
| <context-param>
| <param-name>javax.faces.CONFIG_FILES</param-name>
| <param-value>/WEB-INF/faces-config.xml</param-value>
| </context-param>
|
| <listener>
| <listener-class>com.sun.faces.config.ConfigureListener</listener-class>
| </listener>
|
| <!-- Faces Servlet and Mapping -->
| <servlet>
| <servlet-name>Faces Servlet</servlet-name>
| <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
| <load-on-startup> 1 </load-on-startup>
| </servlet>
|
| <servlet-mapping>
| <servlet-name>Faces Servlet</servlet-name>
| <url-pattern>*.jsf</url-pattern>
| </servlet-mapping>
Please help me to resolve this.
Thanks.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001013#4001013
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4001013
19 years, 3 months
[Management, JMX/JBoss] - how do I configure the startup class in JBoss 4.0
by krishna_mv
Hi friends,
I have the following issue with JBoss 4.x.
I have a custom startup class which is supposed to run when we start the server. I have a message in the class which should print just before Started in 29s:750ms (This is the last line when u start the server).
I can handle this with Mbean and jboss-service.xml . But I have some dependency classes in my ear file which talks to this startup class. So, I have to put it in EAR and should configure somewhere to read this class..
So, the issue is - is it possible to put the startup class in EAR and configure somewhere so that the server reads my custom class and prints the message when I just start the server.
(Note: If I configure the startup class name in jboss-service.xml by keeping my startup class in EAR file, it does not work. Because, jboss-service.xml deploys first then the EAR gets extracted as soon as I start the server)
Thanks in advance.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001010#4001010
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4001010
19 years, 3 months
[Installation, Configuration & Deployment] - Configuring the startup class in JBoss 4.x - URGENT
by krishna_mv
Hi friends,
I have the following issue with JBoss 4.x.
I have a custom startup class which is supposed to run when we start the server. I have a message in the class which should print just before Started in 29s:750ms (This is the last line when u start the server).
I can handle this with Mbean and jboss-service.xml . But I have some dependency classes in my ear file which talks to this startup class. So, I have to put it in EAR and should configure somewhere to read this class..
So, the issue is - is it possible to put the startup class in EAR and configure somewhere so that the server reads my custom class and prints the message when I just start the server.
(Note: If I configure the startup class name in jboss-service.xml by keeping my startup class in EAR file, it does not work. Because, jboss-service.xml deploys first then the EAR gets extracted as soon as I start the server)
Thanks in advance.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001009#4001009
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4001009
19 years, 3 months