[Design of JBoss Portal] - Re: LDAP Support expectations
by bvogt
Sorry for being so short in my comment.
May be I do not see the complete picture, but I guess that using LDAP means authentication
against the LDAP server too? If this is not the case, LDAP would be an option for us
otherwise there are two points for me to be considerd:
1. where to store user/role data
--------------------------------
The decision where to store the user/role data depends on external critera like:
- amount of expected data objects
- availability of additional resources (Memory, CPUs, Servers)
If there are a few thousands of users expected, the database solution might be
the way to choose.
On the other hand the LDAP based solution requires at least a service on the
portal server (if CPUs and amount of memory permits this).
We think, that for our use case the dabase solution is enough for the current
requirements.
2. how to group portal functionality
------------------------------------
With 2.6 a new let's say 'grouping feature' is introduced by means of the
MembershipModule. For LDAP usage the is intended to be implemented, but (as I can see
right now) for database not.
I guess you intend the 'GroupOfNames' LDAP class to reflect the group memberships of
users? A counterpart in the database is missing.
In order to have the portal admin decide which way to choose the database part should
be extended in an appropriate way.
Burkhard
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981679#3981679
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981679
19 years, 2 months
[Design of JBoss Portal] - Re: WANTED: Input from administrators & developers
by thomas.heute@jboss.com
"Antoine_h" wrote :
| It's about managing the content more than the instance itself, but as we may use the content to structure and build a portal, the frontier between content and jboss portal instance is difficult to fix.
|
| The feature wished : To be able to import and export all, or part of, the JCR folders and files from dev instance to QA instance, then from QA to prod instance.
| This to be able to deploy the portal to prod easily but also in a reliable way.
| This is a "small" feature, but would be very usefull for provisionning.
|
Agreed
anonymous wrote :
| in 2.4, when trying to export and import :
| - the Title and Description are not exported in the zip file.
| - the files in multiple languages (en, fr, sp...) can be exported only in one language one at a time. Need to replay the export and import for each languages.
|
| so it is very complicated to move part of the JCR from dev to prod. And Title and Description can't be used.... as they are lost on the way.
|
True, the only way as of today is to dump and import the database itself. This is not convenient. JBoss ON would be the good place to copy over the CMS data from one machine to the other.
anonymous wrote :
| Practical short term ideas/proposition to enhance the export feature :
| - Title and Description : Could this be done with a xml descriptor of the archive export file ?
| - multiple languages in one archive file : fork the folders a the root level of the exported folders, one for each languages ? Or fork the archive file, one for each language ?
| - All this with options to ask the export with these "add on" in the archive, or just the plain files as it is now ?
|
I think that the export feature was mostly thought as a way to get part of a website for offline reading.
I agree that there are multiple ways to achieve want you legitimately want.
anonymous wrote :
| I have seen no Jira on this ?
| is it not planed yet ?
| shall I post one ?
|
No firm plan yet since days are only 24h long ;)
I will add the Jira tasks about this thread once i get the time and when everything will be sorted out.
anonymous wrote :
| May be there are tools related to JackRabbit doing this ?
|
They made an export tool as part of the Google Summer Of Code, i don't know the status
anonymous wrote :
| To be able to deploy the portal in a safe, reliable way, I am planning to develop something for when my project is ready to go to prod.
|
Contributions are welcome ;)
anonymous wrote :
| Thanks for this great portal !
|
Thanks for the feeedbback !
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981676#3981676
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981676
19 years, 2 months
[Design of JBoss Internal Benchmarking] - JBoss 4.0.4 + MySQL 5.0.17c Pro + SpecJ2004
by prakah
Hello All,
I am using the Specj2004 to do the test regarding the workload that might be handled by JBoss server and test runs fully with some errors. Error is given below
anonymous wrote : 11:09:46,309 ERROR [LogInterceptor] TransactionRolledbackLocalException in method: public abstract org.spec.jappserver.util.helper.SequenceBlock org.spec.jappserver.util.sequenceent.ejb.SequenceEntLocal.nextSequenceBlock(), causedBy:
| org.jboss.tm.JBossRollbackException: Unable to commit, tx=TransactionImpl:XidImpl[FormatId=257, GlobalId=alpha.kovaiteam.com/4583, BranchQual=, localId=4583] status=STATUS_NO_TRANSACTION; - nested throwable: (javax.ejb.EJBException: Expected one updated row but got: 0)
| Caused by: javax.ejb.EJBException: Expected one updated row but got: 0
Eventhough, the errors are very less in numbers (around 10 to 15), i am not able to get the desired result of 1.6 * txRate JOPS even for the txRate of 15.
I have already tried running (SpecJ Application + MySQL) in one server and (Driver and Emulator) in another server and between these servers, there is an point-to-point connection with 1GB network connection.
Is there any conguration i have to modify in order to get the desired result for high number txRate.
Please provied your valuable suggestions.
Thanks,
Prakash.A
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981654#3981654
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981654
19 years, 2 months
[Design of JBoss Portal] - Re: WANTED: Input from administrators & developers
by Antoine_h
I hope this is part of monitoring and my post is proper for this topic.
It's about managing the content more than the instance itself, but as we may use the content to structure and build a portal, the frontier between content and jboss portal instance is difficult to fix.
The feature wished : To be able to import and export all, or part of, the JCR folders and files from dev instance to QA instance, then from QA to prod instance.
This to be able to deploy the portal to prod easily but also in a reliable way.
This is a "small" feature, but would be very usefull for provisionning.
in 2.4, when trying to export and import :
- the Title and Description are not exported in the zip file.
- the files in multiple languages (en, fr, sp...) can be exported only in one language one at a time. Need to replay the export and import for each languages.
so it is very complicated to move part of the JCR from dev to prod. And Title and Description can't be used.... as they are lost on the way.
Practical short term ideas/proposition to enhance the export feature :
- Title and Description : Could this be done with a xml descriptor of the archive export file ?
- multiple languages in one archive file : fork the folders a the root level of the exported folders, one for each languages ? Or fork the archive file, one for each language ?
- All this with options to ask the export with these "add on" in the archive, or just the plain files as it is now ?
I have seen no Jira on this ?
is it not planed yet ?
shall I post one ?
May be there are tools related to JackRabbit doing this ?
To be able to deploy the portal in a safe, reliable way, I am planning to develop something for when my project is ready to go to prod.
Thanks for this great portal !
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981633#3981633
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981633
19 years, 2 months
[Design of JCA on JBoss] - Is it a bug or design?
by Wizzie
Hi
I've been browsing throught the JCA code, and one place has attracted my attention in the org.jboss.adapter.binding.remote package.
We have the following classes:
RemoteSerializer
RemoteSerializerFactory
RemoteSerializerImpl
And the client class:
RemoteSerializableInterceptor.
So, starting from the RemoteSerializer: it has only few methods, however I can not really understand what they are going to do:
RemoteSerializableInterceptor.shouldSerialize - checks if the object is not java.io.Serializeable... Suspicios I would tell, and would like to know why?
And, my favorite:
RemoteSerializableInterceptor.serialize(Object) - it is an intention to generate stack overflow in such a non-trivial way to recursivelly calling itself? If that is a bug and intention was to call serializeToByte(Object), then why it doesnt return SerializableWrapper class as I would suspect that, for simmetry, it should: deserialize(Object) actually requires SerializableWrapper as an input...
-valeri
PS. Sorry if it is a wrong place to post such messages (i.e. it should go to user forum). I don't think it's a bug as I do not know what the interface contract is (no javadocs).
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981613#3981613
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981613
19 years, 2 months