Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

JBoss Application Platform has 2 distributions, a community and an enterprise release, community releases are like Beta releases of enterprise releases, JBoss 7.0 is then actually EAP 6 beta 1, 7.0.1 is beta 2, 7.1.0 is beta 3 and 7.1.1 is rc 1.

What happens with JBoss AS 7.1.2 and 7.1.3? this is a very informative link: http://henk53.wordpress.com/2013/01/09/the-curious-case-of-jboss-as-7-1-2-and-7-1-3/

So my question is Can I use JBoss EAP 6 without a support license?

Downloads are available from access.redhat.com/downloads, from which you have to click on "Evaluations and Demos", and then on "JBoss Enterprise Application Platform Evaluation".

I have read that JBoss EAP is still open source and you can use it freely, but only if you compile it from source, which is not an easy task nor they want it to be.

So if I use in production the version I download from "Evaluations and Demos", is illegal?

share|improve this question
2  
It's not illegal. I've worked with JBoss EAP 5 in a project and the only cost was the support license (that the client company paid). After that, the sellers told me that I could use the JBoss EAP 5 in personal projects and it's free to distribute. Also, when I took a JBoss Portal Platform course, the professor gave access to every student to get a JBoss Portal Platform 5 distribution (based on JBoss EAP 5) and it was free of charge and we could distribute it (and use it for personal purposes). Note that the products are free but the redhat subscription and product support license have a cost. – Luiggi Mendoza Jan 18 at 15:23
1  
for closers, software tools are on topic for Stack Overflow. – Lance Roberts Jan 18 at 16:50
1  
software tools are ok for Stack Overflow, reopen. – JorSol Jan 19 at 1:54

1 Answer

I think the answer is: sort of. You can obtain the binary version of the latest JBoss EAP 6.1.0.Alpha if you agree to a $0 developer license and agree to use it only for development purposes. You do not get patches or support, however.

Also, it's open sourced under the LGPL in which case you don't have to agree to anything beyond the LGPL. But then the trick is getting the source. And you won't be getting the patched source. An important consideration here is that the binary package is configured carefully (e.g. with respect to security defaults) whereas you're on your own if you compile it from available source.

Bottom line: buy a license if you are using it for any important commercial purpose so as not to be at some arbitrary fixed point in the source's evolution.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.