Foros de discusión

Is "Documents and Media" the only content can be stored in Jackrabbit?

Gwowen Fu, modificado hace 11 años.

Is "Documents and Media" the only content can be stored in Jackrabbit?

Expert Mensajes: 315 Fecha de incorporación: 27/12/10 Mensajes recientes
Hi,

What kind of Liferay data can be stored in Jackrabbit? Besides Documents and Media, could "Web Content", "Wiki", "Blogs", "Categories", "Tags",..., be stored in Jackrabbit?

Could someone point out a document explaining what can be stored and how to configure it?

Thanks!
Gwowen
Linus Sphinx, modificado hace 11 años.

RE: Is "Documents and Media" the only content can be stored in Jackrabbit?

Junior Member Mensajes: 99 Fecha de incorporación: 12/08/10 Mensajes recientes
http://jackrabbit.apache.org/
thumbnail
Mika Koivisto, modificado hace 11 años.

RE: Is "Documents and Media" the only content can be stored in Jackrabbit?

Liferay Legend Mensajes: 1519 Fecha de incorporación: 7/08/06 Mensajes recientes
Liferay only uses is as a binary storage through JCRStore hook. We are actually phasing it out completely because we are not using it to it's full potential and because of severe performance problems with.
thumbnail
David H Nebinger, modificado hace 11 años.

RE: Is "Documents and Media" the only content can be stored in Jackrabbit?

Liferay Legend Mensajes: 14915 Fecha de incorporación: 2/09/06 Mensajes recientes
Mika Koivisto:
Liferay only uses is as a binary storage through JCRStore hook. We are actually phasing it out completely because we are not using it to it's full potential and because of severe performance problems with.


Um, cool, I guess. What alternatives are you considering for it's replacement?
thumbnail
Mika Koivisto, modificado hace 11 años.

RE: Is "Documents and Media" the only content can be stored in Jackrabbit?

Liferay Legend Mensajes: 1519 Fecha de incorporación: 7/08/06 Mensajes recientes
If you want to store the stuff in DB then there's DBStore as of LR 6.1
thumbnail
David H Nebinger, modificado hace 11 años.

RE: Is "Documents and Media" the only content can be stored in Jackrabbit?

Liferay Legend Mensajes: 14915 Fecha de incorporación: 2/09/06 Mensajes recientes
It's not what I'm going to be storing where, but where Liferay would be storing it...

If Liferay isn't going to be using the jackrabbit repository, what will Liferay be using as the alternative? DBStore also? Just interested out of curiosity and keeping up w/ the myriad of changes ;D
thumbnail
Mika Koivisto, modificado hace 11 años.

RE: Is "Documents and Media" the only content can be stored in Jackrabbit?

Liferay Legend Mensajes: 1519 Fecha de incorporación: 7/08/06 Mensajes recientes
Liferay uses FileSystemStore by default and as alternative to JCRStore (which people only use to store files in Demoticon we have DBStore.
thumbnail
Sachin Mane, modificado hace 11 años.

RE: Is "Documents and Media" the only content can be stored in Jackrabbit?

Junior Member Mensajes: 76 Fecha de incorporación: 10/04/12 Mensajes recientes
We are using lifearay in a clustered setup. We do not have any shared storage. We have configured liferay to use JCR for storing documents and in turn JCR is configured to use Database.

Do you recommend directly configuring liferay to use DBStore for documents and images?
thumbnail
Mika Koivisto, modificado hace 11 años.

RE: Is "Documents and Media" the only content can be stored in Jackrabbit?

Liferay Legend Mensajes: 1519 Fecha de incorporación: 7/08/06 Mensajes recientes
Yeah DBStore will be a better option than JCRStore.
thumbnail
Hitoshi Ozawa, modificado hace 11 años.

RE: Is "Documents and Media" the only content can be stored in Jackrabbit?

Liferay Legend Mensajes: 7942 Fecha de incorporación: 24/03/10 Mensajes recientes
Seems like it's a better option than moving to use CMIS because that adds extra cost. Will try out DBStore. :-)
Gwowen Fu, modificado hace 11 años.

RE: Is "Documents and Media" the only content can be stored in Jackrabbit?

Expert Mensajes: 315 Fecha de incorporación: 27/12/10 Mensajes recientes
Mika Koivisto:
Yeah DBStore will be a better option than JCRStore.


After I switch to DBStore, I got the following exception:
...
Caused by: com.liferay.portal.kernel.dao.orm.ORMException: java.lang.ClassCastEx
ception: com.liferay.portal.kernel.dao.jdbc.OutputBlob cannot be cast to oracle.
sql.BLOB


What do I need to do to use DBStore that is different from JCRStore?

Thanks!
Gwowen
thumbnail
Sachin Mane, modificado hace 11 años.

RE: Is "Documents and Media" the only content can be stored in Jackrabbit?

Junior Member Mensajes: 76 Fecha de incorporación: 10/04/12 Mensajes recientes
Hi Mika,

We are using Liferay 6.0 and want to use clustered setup. We do not have SAN. DbStore is only available in 6.1.
Are there any other alternatives than using JCRStore ?

What if we use Jackrabbit which is configured to use Database to store documents?