Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Property Editor not registered with the PropertyEditorManager

843844Jul 23 2009 — edited Aug 4 2009
I´m trying to integrate a fully working jsf 1.1 application into JBoss 4.2.2 which uses jsf 1.2 which isn´t that compatible at all.
I just have one implementation of the jsf-libs and not any in the application war.

"ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[samigo].[jsp]] Servlet.service() for servlet jsp threw exception
org.apache.jasper.JasperException: Unable to convert string "#{authorFrontDoorMessages.auth_front_door}" to class "javax.el.ValueExpression" for attribute "value": Property Editor not registered with the PropertyEditorManager".

And yes, i have been searching a lot on google and read a lot of the article and forum threads but i haven´t been able to solve this.
I have been struggling with this problem more than a week now, so please give me a tip on what the problem might be.

Any idea?

Comments

Trotty

Is it picking it up from your NLS preferences under Tools -> Preferences -> Database -> NLS

You can swap the length between CHAR and BYTE

Trotty

user12017111

Thanks. NLS preference under Tools -> Preferences -> Database -> NLS is set to BYTE.

So doesn't appear to be picking it from there.

thatJeffSmith-Oracle

Why would you want BYTES over CHAR?

With BYTES you risk not having columns 'wide' enough to store all of your data based on your characterset.

With CHAR you're guaranteed to always be able to fit that many characters in your column.

user12017111

Agree with your point, however we need it to be BYTE for following reasons:

BYTE is the default in Oracle and  our datamodel uses the default option.With CHAR columns all character columns could  become up to 4 times wider.

We are not worried about data not fitting in BYTE column as our application is designed with BYTE columns.

It would be a major re-testing exercise for us to test our application, which is already in production use at several customer sites.

thatJeffSmith-Oracle

I think we can get a 'fix' out to you, stay tuned.

Dermot ONeill-Oracle
Answer

HI,

If you email me I can provide a modified extension to use the BYTE unit in CHAR and VARCHAR2 columns.

My email address is my firstname.lastname@oracle.com

Regards,

Dermot ONeill

SQL Developer Team

Marked as Answer by user12017111 · Sep 27 2020
1 - 6
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 1 2009
Added on Jul 23 2009
5 comments
2,209 views