I believe this is the right place to send your questions. You're
likely not receiving answers because no one is using Oracle, therefore
it's difficult for us to reproduce the problem.
Matt
On 6/23/06, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
I 'm very confused, cause i don't really know where i should put those emails
(here or in developper list?).
The point i explainet before with the "Dialect" issue is something that should
be fixed in the given class.
Because changing the dialect make roller run really bad.
Anyway, i try to investigate on the server property page issue, because i'm
convinced that all other issues come from there. I've forced roller to display
the values retrieved from database, and they are all null :
<!--------!>
{site.adminemail=site.adminemail=null,
uploads.dir.maxsize=uploads.dir.maxsize=null,
users.themes.path=users.themes.path=null,
uploads.types.allowed=uploads.types.allowed=null,
users.trackbacks.enabled=users.trackbacks.enabled=null,
site.description=site.description=null,
site.newsfeeds.maxEntries=site.newsfeeds.maxEntries=null,
site.newsfeeds.defaultEntries=site.newsfeeds.defaultEntries=null,
users.comments.enabled=users.comments.enabled=null, site.name=site.name=null,
spam.blacklist=spam.blacklist=null,
users.registration.url=users.registration.url=null,
users.editor.pages=users.editor.pages=null,
uploads.file.maxsize=uploads.file.maxsize=null,
site.absoluteurl=site.absoluteurl=null,
pings.suspendPingProcessing=pings.suspendPingProcessing=null,
uploads.enabled=uploads.enabled=null,
users.comments.emailnotify=users.comments.emailnotify=null,
roller.database.version=roller.database.version=null,
users.moderation.required=users.moderation.required=null,
users.comments.escapehtml=users.comments.escapehtml=null,
site.shortName=site.shortName=null,
users.registration.enabled=users.registration.enabled=null,
site.trackbackVerification.enabled=site.trackbackVerification.enabled=null,
site.debugMode=site.debugMode=null,
uploads.types.forbid=uploads.types.forbid=null,
users.comments.autoformat=users.comments.autoformat=null,
themes.customtheme.allowed=themes.customtheme.allowed=null,
site.linkbacks.enabled=site.linkbacks.enabled=null}
<!--------!>
I've switched log4j properties for hibernate to DEBUG, and indeed, we can see
that somewhere the mapping must not be good, because for all values, i have the
following logs :
<!--------!>
DEBUG 2006-06-23 14:13:14,055 NullableType:nullSafeGet - returning
'pings.suspendPingProcessing' as column: name18_0_
DEBUG 2006-06-23 14:13:14,055 Loader:getRow - result row:
EntityKey[org.apache.roller.pojos.RollerPropertyData#pings.suspendPingProcessing]
DEBUG 2006-06-23 14:13:14,055 Loader:loadFromResultSet - Initializing object
from ResultSet:
[org.apache.roller.pojos.RollerPropertyData#pings.suspendPingProcessing]
DEBUG 2006-06-23 14:13:14,055 AbstractEntityPersister:hydrate - Hydrating
entity: [org.apache.roller.pojos.RollerPropertyData#pings.suspendPingProcessing]
DEBUG 2006-06-23 14:13:14,055 NullableType:nullSafeGet - returning null as
column: value18_0_
DEBUG 2006-06-23 14:13:14,055 Loader:doQuery - result set row: 1
<!--------!>
Please, heeeelp :)
Eric
-----Message d'origine-----
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Envoyé : vendredi 23 juin 2006 13:43
À : [email protected]
Objet : RE: Roller 2.3 - Oracle 9.2
Hi again.
For this exception, i've looked inside sources.
It appears that the dialect in the hibernate.cfg.xml file must be set to
org.hibernate.dialect.OracleDialect
And not to
org.hibernate.dialect.Oracle9Dialect
-> Mistake in HibernateRefererManagerImpl.java class that should be fixed?
Other issues (empty server configuration page) still exist.
Eric
-------------------------------------------------------------------------------------------
"Cette communication (y compris les pieces jointes) est reservee a l'usage
exclusif du destinataire (des destinataires) et peut contenir des informations
privilegiees, confidentielles, exemptees de divulgation selon la loi ou protegees
par les droits d'auteur. Si vous n'etes pas un destinataire, toute utilisation,
divulgation, distribution, reproduction, examen ou copie (totale ou partielle) est
non-autorisee et peut etre illegale. Tout message electronique est susceptible
d'alteration et son integrite ne peut etre assuree. Sanofi Pasteur decline toute
responsabilite au titre de ce message s'il a ete modifie ou falsifie. Si vous n'etes
pas destinataire de ce message, merci de le detruire immediatement et d'avertir
l'expediteur de l'erreur de distribution et de la destruction du message. Merci.
This transmission (including any attachments) is intended solely for the use of the
addressee(s) and may contain confidential information including trade secrets which
are privileged, confidential, exempt from disclosure under applicable law and/or
subject to copyright. If you are not an intended recipient, any use, disclosure,
distribution, reproduction, review or copying (either whole or partial) is
unauthorized and may be unlawful. E-mails are susceptible to alteration and their
integrity cannot be guaranteed.Sanofi Pasteur shall not be liable for this e-mail if
modified or falsified. If you are not the intended recipient of this e-mail, please
delete it immediately from your system and notify the sender of the wrong delivery
and the mail deletion. Thank you."
**********************************************************************