Red Hat Sued Over Hibernate ORM Patent Claim
fmarines writes "Firestar Software has filed a patent claim against Red Hat for infringing on a patent Firestar filed in 2000 covering O/R mapping. The amount of the lawsuit was not disclosed. The complaint centers around JBoss 3, and the patent claims that JBoss was given prior notice that marketing, distribution, and support services violates Firestar's patent, and that Firestar 'has suffered and will continue to suffer substantial damages.' Firestar produces the ObjectSpark, an transactional object mapping engine which appears to not have had a new release since May 2003, according to the Firestar press release page."
Red Hat Sued Over Hibernate 3 ORM Patent Infringement Claim
Posted by Floyd Marinescu on jun 29, 2006 09:40 PM
Community Java Topics Legal Matters, Data Access, Business
Firestar Software has filed a patent claim against Red Hat for infringing on a patent Firestar filed in 2000 covering O/R mapping. The amount of the lawsuit was not disclosed. The complaint centers around JBoss 3, and the patent claims that JBoss was given prior notice that marketing, distribution, and support services violates Firestars patent, and that Firestar "has suffered and will continue to suffer substantial damages." Firestar produces the ObjectSpark, an transactional object mapping engine which appears to not have had a new release since May 2003, according to the Firestars press release page.
The patent covers (from US Patent office patent # 6,101,502):
A method for interfacing an object oriented software application with a relational database, comprising the steps of:
selecting an object model;
generating a map of at least some relationships between schema in the database and the selected object model;
employing the map to create at least one interface object associated with an object corresponding to a class associated with the object oriented software application; and
utilizing a runtime engine which invokes said at least one interface object with the object oriented application to access data from the relational database. ide interface objects that are utilized by an object oriented software application to access the relational database.
Interestingly, the same patent (follow link for full PDFs) was filed under a different company name to the European patent office back in 1998, but was withdrawn. The patent is not related to yet another patent Mapping architecture for arbitrary data models filed in 2005.
Patent experts told InfoQ that the lawsuit appears to be skillful manoeuvring on Firestar's part; they waited until after the JBoss Red Hat acquisition intentions were announced and notified JBoss about the potential infringement on May 26th, which was within the JBoss Red Hat due dilligence period. This would have required JBoss to either instantly settle with Firestar or be forced to notify Red Hat which could have cancelled the acquisition deal, which was announced as finalized on June 5th (with Red Hat aware of the risks). Firestar then notified Red Hat on June 7th that they were in violation of Firestar's patent. As a further example of manoeuvring, the word among patent experts is that the specific district Firestar selected to perform the lawsuit in (eastern district of Texas) is famous among patent circles because a patent claimant has never lost a lawsuit there.
It seems clear that the timing of the lawsuit was designed to take advantage of the Red Hat acquisition. Firestar certainly had other potential targets, including Oracle (TopLink), BEA (Kodo), and even the JCP (EJB JPA).
Note: updated June 29th, 10:40pm
--- "To pee or not to pee, that is the question." ---
Continue allowing these suits to be brought before the court. However, if the plaintiff loses on the basis of an invalid patent, he/she will receive 100 lashes with wet bamboo strips -- the plaintiff's attorneys as well.
So they're not doing that well and need cash?
What we really need here is a proverbial SPAM filter on lawsuits for things like this. It is no wonder that people and/or companies with valid claims tend to hesitate to take their claims to court, knowing that this kind of hogwash is bogging down the system.
Seems like Firestar's time could be better spent actually developing something new, instead of sitting around waiting for an excuse to sue in order to generate some cashflow.
Support a true independent artist - Leila Lopez
JBoss 3 was released in May 2002.
However, Hibernate wasn't a JBoss project until September 2003.
I'd guess that the claim relates to Hibernate 3, but they are desperate to mention JBoss as much as possible for the FUD value.
This is really low - wait until your software gets in heavy rotation and then go after people using it. My question is why did they go after RedHat/JBoss? Why not go after the big dogs; Oracle (TopLink), BEA (Kodo), and even the JCP (EJB JPA)?
Again, software patents are a bad idea.
KangarooBox - We make IT simple!
1. JBoss gains widespread acceptance, and threatens Sun's Java model, dominance.
2. Despite Sun introducing new enhancements, developers are switching to the JBoss architecture and portal in droves.
3. RedHat acquires JBoss, gets sued, and loses - 'tainting' JBoss in the process.
4. Sun wins - one big competitor tainted and gone.... MS wins - open source apps around JBoss fall away.
Sound plausible?
If you keep throwing chairs, one day you'll break windows....
How can you implement an Object Realstional Mapper and not violate this patent?
Just took a quick read of the patent and it looks like this is a pretty wide reaching patent. Anything that maps a database to an object is covered by this one. Does this mean Ruby on Rails is under the gun? Of course, they have no money (I guess) so they wouldn't be a target. But they would still be violating a patent and that could limit their future growth potential.
KangarooBox - We make IT simple!
We need reforms which basically state that if you choose to enforce your patents selectively then you should lose them.
You either license to everyone you intend to allow use of your patent or you lose it.. you should not be allowed to hide in wait and opportunistically/arbitrarily ambush companies and developers.
This should especially apply to companies who apply for patents, then sit on them while other companies do the work, only to sue them and take all their credit and revenue.
That's not capitalist.. it's parasitic.
VLC FOR MAC IS DYING! IF YOU DEVELOP, PLEASE SAVE IT!!
Firestarter Software is probably not doing very well. Why else would they launch a software patent lawsuit? On top of that, they have actual products in the market. Seems to me that this makes them very vulnerable to countersuits.
Am I right thinking it shouldn't be too difficult to sue Firestarter Software into oblivion?
Surely there's a wealth or prior art for this kind of thing, ORM was popular before 2000. What about Next Computer's Enterprise Objects Framework? That's been around since at least 1994 according to WikiPedia - it still lives on as part of Apple's WebObjects system.
I am NaN
...Economics.
All these projects have been registered before or in 2000 (when the patent has been filed according to TFA):
http://sourceforge.net/projects/jgrinder
http://sourceforge.net/projects/leap
http://sourceforge.net/projects/neo
http://sourceforge.net/projects/nexusproject
As this is a patent it shouldnt matter too much, if they actually had a working implementation at that time. (IANAL and all that jazz).
They have some nice offices here, no language problems for existing staff if they move to Guildford (UK).
[**] - OK -- I know that some are trying to introduce it, but the EU seems to not be that stupid (fingers crossed)
Recall that RIM was forced to settle to the tune of half-a-billion dollars even though the patents were in the process of being successfully challenged. I don't know if the settlement involved dropping the challenge, too.
I have read the patent and in my opinion it does not describe a method at all. It is just an example, with a few diagrams, of how a mapping might be done. There are thousands of academic papers that describe systematic ways of doing this, and lots of products, too.
So what exactly does this patent cover? A for instance of how to map the "name" method of an object into a "name" column in a table?
It is laughable that this patent was granted; however, I doubt Red Hat share the laughter.
At my company, we wrote software that basically does the same thing back in the late 80's - early 90's and have been using it for high-profile, high-cost software ever since... While I don't know if we ever applied for a patent on the idea, I would bet that there is a lot of prior art out there... I just hope that Red Hat's lawyers are good enough to find it and use it appropriately.
Logic is the beginning of reason, not the end of it.
Smalltalk at an OR/M mapping engine from about 1994. I think I'm right in saying it was subsequently acquired by Oracle, ported to Java and became know as Toplink. In any case it's a pretty clear-cut prior art so the patent won't stand if anyone wants to defend it.
Ugh, I hate trolls. Regardless, this is nothing but an object mapping, and it has been around years before Firestar. This should be an easy one for Red Hat.
Regards,
Steve
You either license to everyone you intend to allow use of your patent or you lose it.. you should not be allowed to hide in wait and opportunistically/arbitrarily ambush companies and developers.
That would be disasterous. You forget to account for the number of companies who do real work and hold patents for MAD purposes. Give those companies lawyer's a choice between "enforcement" and "losing the patent", and a significant proportion of them will choose "enforcement".
We too have suffered and will continue to suffer substantial damages due to Hibernate.
Enterprise Objects certainly implements everything described by that patent and a bit more because it provides a data access controller layer (not just a data model layer). Not to mention I've had some limited experience viewing someone else's hibernate-based code. EO/WO is so much better than Hibernate can ever hope to be.
ORM is not rocket science. Practically all the possible techniques/strategies are well-known. If this patent is not overturned, ORM vendors will be in trouble and so will any software (written in an OO language) that persists data/state in a database.
http://buddytrace.com/
NeXT released Enterprise Objects Foundation (EOF) in 1994 (http://en.wikipedia.org/wiki/Enterprise_Objects_F ramework), and the patent summary doesn't mention any features EOF didn't have.
Isn't this prior art?
Tuff that Smatters.
Thank you for reading that wonderful article everyone. You may now reach Firestars public relations department at the following email address:
"Media Contact
Contact our public relations group to inquire about press information, to arrange interviews, to receive company information or bios of key personnel, and to request media/press kits.
pr@firestarsoftware.com"
Sales and Marketing and partnerships seem to be the same fool:
Rob McGowan
SVP, Sales and Marketing
FireStar Software, Inc.
Phone: (201) 784-3894, (201) 522-7788
E-mail: McGowan@firestarsoftware.com
Have fun, be creative!
You are checking your backups, aren't you?
6. The method of claim 1 further including the step of mapping class inheritance to rows within a table.
Clearly the person writing the patent doesn't understand object oriented programming or databases. Row 2 extends row 1? I think not (except maybe as a lab experiment proving it's possible).
And as an aside, I have violated this patent. Twice. A friend of mine working on the same project was violating it at the same time. Then we hired a third guy who violated it again. Yes, we have a project which contains four, count 'em, four, independently developed O-R mapping tools. Three of them (one of mine and the two others) were developed not knowing the others existed. Then someone recommended TopLink, which we chose not to use. Then a friend of mine showed me WebObjects, which we chose not to use. Then we hired a guy who told us about Hibernate, which we now use. WebObjects started as a NeXT project in the mid 90's. TopLink is older than the patent (I think). Our independent implementations were done without knowing about any of the existing tools or the patent, and before (I admit with some shame) we were aware of Scott Ambler's outstanding research on the subject (which dates back to 1998).
Summary judgement to the defendant, obvious and not novel.
Stop-Prism.org: Opt Out of Surveillance
The critical claim, it seems to me, to be this:
This describes to me a functional description like this:
object/data_model -generates-> O-R_mapping -generates-> code_for_interface_object
and
code_for_interface_object -used_by-> runtime_engine
This doesn't seem to fit hibernate at all. You can cobble togther pieces of this, such as automatic generation of the database schema from the object model; code generation from a schema. But hibernate isn't a "runtime engine" for accessing "interface objects". It sits directly between YOUR objects and the database. I'd make the distinction like this:
domain_objects --managed_by--> runtime_engine [--using--> interface objects,--against-->database]
vs.
domain_objects --managed_by--> hibernate --against-->database.
Claiming this is covered by the patent would also require claiming this is infringment
domain-objects --managed_by--> your_code --against-->database.
The only way to avoid this is to hand code database queries into every object:
domain_objects --manage_themselves_against--> database
Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.