Page 1 of 1

Demo application and JBoss

Posted: Wed Mar 28, 2012 1:56 pm
by joelpatterson
Has anyone ported the Commerce Demo application to JBoss?

Re: Demo application and JBoss

Posted: Thu Apr 19, 2012 10:09 am
by jefffischer
You can review the pom.xml under site-war in the archetype. We have included a maven profile that allows JBOSS compatibility. You could bring this to the pom.xml for the demo with relative ease. The trick with JBOSS is getting around the class loader isolation issues with JBOSS. This is mainly about removing some xml libraries. Also, pay attention to the persistence-mycompany-jboss.5.1.xml file.

Re: Demo application and JBoss

Posted: Tue Dec 18, 2012 6:36 am
by basavarajvs
Hi Jeff,

Can you please let me know what version of JBOSS the current maven archetype supports?
Is there a plan to support JBOSS AS 7.

Thanks and regards,
Basavaraj v S

Re: Demo application and JBoss

Posted: Tue Dec 18, 2012 10:29 am
by phillipuniverse
We have not done much testing at all for JBOSS on the demo site for BLC 2.0 and up. All of our testing is geared towards Tomcat and Jetty, since these are very light-weight containers that do not provide a lot of dependencies out of the box.

I think the main problem that you will run into is with dependencies. JBOSS usually comes bundled with a fair amount of dependencies already, and you'll end up with conflicts if you have those jars (with different versions) also bundled in your war.

Re: Demo application and JBoss

Posted: Mon May 27, 2013 6:23 am
by sivaprasadreddy.k
Hello Guys,
I tried to deploy broadleaf commerce demo site on JBoss AS 7.1.1.FINAL and faced lot of issues.
Finally I am able to resolve them and successfully deployed. I did a smoke test and is working fine, there might be some issues that i might not encountered.

Here is how I did it: http://www.sivalabs.in/2013/05/deploying-broadleafcommerce-20-on-jboss.html

Cheers,
Siva

Re: Demo application and JBoss

Posted: Tue Jun 25, 2013 7:02 am
by kaiyara
Hi, A technician who knows hs components and can not repair it curious!? Sometimes the circuit diagram is not necessary! Not brave or not proficient technician. If you can send us pictures of the map and point hs components, we can try to help!

Re: Demo application and JBoss

Posted: Mon Sep 30, 2013 6:58 am
by dornek
Thanks for the link to your tutorial. I managed to solve a similar issue by reading your post thoroughly.

Re: Demo application and JBoss

Posted: Wed Mar 05, 2014 6:14 pm
by jefffischer
Fyi - Here's documentation on installing Broadleaf 3.1.1 in JBoss AS 7

https://github.com/BroadleafCommerce/do ... utorial.md