Dear *,

Recently, I tried the JBPM 5.2.0 – JBoss Business Process Management – web management console and I had an application crash when I selected in the left menu the item “Process overview”.

Fortunately there is a solution to that problem which is to add the following line in the part of the build.xml file included in jbpm-installer_5.2.0 directory :

<!– Install reporting AS7 –>
<target name=”install.reporting.into.jboss7″ depends=”check.birt.as7″ if=”birt.download” >
<mkdir dir=”${install.home}/birt”/>
<unzip src=”${install.home}/lib/birt-runtime-${birt.version.as7}.zip”
dest=”${install.home}/birt”/>
<copy todir=”${install.home}/target/jbpm-gwt-console-server-war/WEB-INF/lib”>
<fileset dir=”${install.home}/birt/birt-runtime-${birt.version.as7}/ReportEngine/lib”>
<include name=”*/.jar”/>
<exclude name=”**/org.apache.commons.codec_1.3.0.v201101211617.jar”/>
</fileset>
</copy>

CLICK ON THE PICTURE TO ENLARGE IT

Ref : http://sourceforge.net/projects/jbpm/files/

http://www.jboss.org/jbpm

Best Regards

Frederic

Dear all,

I am going to do a presentation about “JBoss EAP 6” in Luxembourg in April 2012.
If your company or you are based in BeNeLux and are interested by this presentation, just let me know and I will try to arrange a meeting for you.

Ref  : http://www.redhat.com/promo/eap6beta/

BR

Frederic

Dear *,

Recently I looked for Seam 3 applications running into JBoss AS7 (foretaste purpose) or EAP 6 (Professional use purpose).
So I uncompressed the following packages into a temporary directory (Test purpose) of a common|standard user of the system :

  • JBoss EAP6 Beta – Server which provides software applications with services such as security, data services, transaction support, load balancing, and management of large distributed systems. – -> Download Package
  • JBoss AS7 – Server which provides software applications with services such as security, data services, transaction support, load balancing, and management of large distributed systems. -> Download Package
  • Seam 3 – Seam is a powerful open source development platform for building rich Internet applications in Java. – -> Download Package
  • Maven 3.0.3 -> well, if you are using Fedora or RHEL, be root on your system and run “yum install maven”. If not, then go to http://maven.apache.org to install the application

Then I set the JBOSS_HOME directory with the path of my application server – Here I chose to use JBoss EAP6 Beta : export JBOSS_HOME=/home/user/jboss-eap-6.0 (you can set it definitively in the maven settings.xml file or in you local profile).

I ran the JBoss EAP6 Beta Application Server in standalone mode with the following command :

jboss-eap-6.0/bin/standalone.sh

I opened the seam-3.1.0.Final/examples directories to set the following stanza in the pom.xml file :

<plugins>

<plugin>
<groupId>org.jboss.as.plugins</groupId>
<artifactId>jboss-as-maven-plugin</artifactId>
<version>7.1.1.Final</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>deploy</goal>
</goals>
</execution>
</executions>
</plugin>

</plugins>

Finally, I choose one of the Seam 3 examples, went to the corresponding directory and  I compiled and deployed it to the running  JBoss EAP6 Beta application server with the following commands :

cd seam-3.1.0.Final/examples/seam-booking

mvn package jboss-as:deploy

and then went to the following URL : http://localhost:8080/seam-booking


Ref : https://docs.jboss.org/jbossas/7/plugins/maven/latest/index.html

BR

Frederic

Dear all,

I am going to do a presentation about “Red Hat Enterprise Virtualization 3.0” @ Altimate in Brussels in February 2012.
If your company or you are based in BeNeLux and are interested by this presentation, just let me know and I will try to arrange a Meeting for you.

Ref :  http://www.redhat.com/promo/rhev3

Ref : http://www.altimate.be/brand/17694b441900027b/Red-Hat-JBoss.html

Ref : http://www.altimate.be/local/17694b44190000f9/1e1537a81840686a/Red-Hat-RHEV-3-0-Launch-party-on-the-2nd-of-February-.html

Best Regards

Frederic

Dear all,

JBoss® Operations Network (JBoss ON) a key component of Red Hat’s JBoss Managed offerings, provides built-in management and monitoring capabilities to effectively administer all of your JBoss application environments, helping you improve operational efficiency, reduce costs, and ensure a positive experience for your end-users.

If your company or you are based in BeNeLux and are interested by this presentation, just let me know and I will try to arrange a Meeting for you.

Ref : http://www.jboss.com/products/jbosson

BR

Frederic

Dear *,

Here is the definitive JBoss.org schedule for FOSDEM’12 :

Saturday 2012-02-04

Event Speaker Room When
BoxGrinder : Grind your appliances easily Marek Goldmann K.3.201 11:00-11:55
Drools Planner: Planning optimization by example Geoffrey De Smet K.3.201 12:00-12:55
Openshift David Blado K.3.201 13:00-13:55
JBoss AS7 : Building JBoss AS 7 for Fedora Carlo De Wolf K.3.201 14:00-14:55
JBoss Forge / Arquillian: Two Missing Links in Enterprise Java Development Koen Aers K.3.201 15:00-15:55
Infinispan: where open source, Java and in-memory data grids converge Manik Surtani K.3.201 16:00-16:55
RHQ: Recent and future developments in the RHQ systems monitoring and management framework Heiko Rupp K.3.201 17:00-17:55
Guvernor/JBPM : Managing workflows and business rules with Guvnor and the jBPM designer Geoffrey De Smet Marco Rietveld K.3.201 18:00-18:55

Ref : http://www.fosdem.org/2012/schedule/track/jbossorg_devroom

BR

Frederic

Dear all,

Again an interesting talk. This one will be about DeltaCloud API.

Michal Fojtik will be presenting in Virtualization and Cloud Devroom on  Saturday 2012-02-04

15:00-15:25 Open Clouds with Deltacloud API   (room : Chavane)

Here is the abstract :

Start an instance on an internal cloud, then with the same code start another on EC2 or Rackspace. Deltacloud protects your apps from cloud API changes and incompatibilities, so you can concentrate on managing cloud instances the way you want. Deltacloud API prosper from natural open-source evolution and use community driven API design instead of vendor enforced one.

Ref : http://deltacloud.apache.org/

Ref : http://www.fosdem.org

BR

Frederic

Dear all,

Well, it seems for me this year is a FOSDEM  millesime.

Apparently, there is an interesting talk about Aeolus.

Francesco Vollero will be presenting in Virtualization and Cloud Devroom on  Saturday 2012-02-04

14:00-14:25 the Aeolus Project (room : Chavane)

Here is the abstract :

Aeolus Project is a Red Hat sponsored project released under Apache License. It’s purpose is to help people to have their own solution to manage and create cloud system hybrid and then run their instances on their own in-house infrastructure (VMware vSphere, RHEV, IBM’s Smart Business Cloud, Eucalyptus) and also copy/run/manage their instances in multiple public cloud places (Amazon EC2, Rackspace, GOGrid,etc)

Aeolus does all of the image conversion/transfer/etc automatically, handling everything properly. Aeolus is a single, consistent set of tools to build and manage organized groups of virtual machines across clouds.

Ref : http://aeolusproject.org/

BR

Frederic

Dear all,

Yesterday and in addition of the allocated JBoss.org devroom,  I had the confirmation JBoss.org has get a booth @ FOSDEM’12.

So, I can confirm we are going to do several AS7 application deployment demonstrations over the cloud without having to worry about downloading and managing the stack, writing scripts or installing agents in using Openshift.

Ref : http://www.jboss.org/openshift

BR

Frederic

Dear all,

I am going to do a presentation about “JBoss.org AS7” in Brussels in February 2012.
If your company or you are based in BeNeLux and are interested by this presentation, just let me know and I will try to arrange a Meeting for you.

Ref : http://www.jboss.org/jbossas

BR

Frederic

Follow

Get every new post delivered to your Inbox.

Join 25 other followers