|
From: Roberto C. <rob...@in...> - 2004-03-31 09:58:01
|
2004-03-31 11:21:58,728 DEBUG
[org.springframework.beans.CachedIntrospectionResults] - Getting
BeanInfo for class [com.nmt.iws.entity.generated.Category]
2004-03-31 11:21:58,736 DEBUG
[org.springframework.beans.CachedIntrospectionResults] - Caching
PropertyDescriptors for class [com.nmt.iws.entity.generated.Category]
2004-03-31 11:21:58,736 DEBUG
[org.springframework.beans.CachedIntrospectionResults] - Found property
'action' of type [class java.lang.String]; editor=[null]
2004-03-31 11:21:58,736 DEBUG
[org.springframework.beans.CachedIntrospectionResults] - Found property
'children' of type [interface java.util.Set]; editor=[null]
2004-03-31 11:21:58,736 DEBUG
[org.springframework.beans.CachedIntrospectionResults] - Found property
'childrenNavigatorItems' of type [interface java.util.Collection];
editor=[null]
2004-03-31 11:21:58,736 DEBUG
[org.springframework.beans.CachedIntrospectionResults] - Found property
'class' of type [class java.lang.Class]; editor=[null]
2004-03-31 11:21:58,736 DEBUG
[org.springframework.beans.CachedIntrospectionResults] - Found property
'expandable' of type [boolean]; editor=[null]
2004-03-31 11:21:58,736 DEBUG
[org.springframework.beans.CachedIntrospectionResults] - Found property
'id' of type [class java.lang.Long]; editor=[null]
2004-03-31 11:21:58,736 DEBUG
[org.springframework.beans.CachedIntrospectionResults] - Found property
'idString' of type [class java.lang.String]; editor=[null]
2004-03-31 11:21:58,736 DEBUG
[org.springframework.beans.CachedIntrospectionResults] - Found property
'masterDetail' of type [boolean]; editor=[null]
2004-03-31 11:21:58,736 DEBUG
[org.springframework.beans.CachedIntrospectionResults] - Found property
'name' of type [class java.lang.String]; editor=[null]
2004-03-31 11:21:58,736 DEBUG
[org.springframework.beans.CachedIntrospectionResults] - Found property
'new' of type [boolean]; editor=[null]
2004-03-31 11:21:58,736 DEBUG
[org.springframework.beans.CachedIntrospectionResults] - Found property
'parent' of type [class com.nmt.iws.entity.generated.Category];
editor=[null]
2004-03-31 11:21:58,736 DEBUG
[org.springframework.beans.CachedIntrospectionResults] - Found property
'parentNavigatorItem' of type [interface
com.nmt.iws.service.NavigatorItem]; editor=[null]
2004-03-31 11:21:58,736 DEBUG
[org.springframework.beans.CachedIntrospectionResults] - Found property
'persistent' of type [boolean]; editor=[null]
2004-03-31 11:21:58,736 DEBUG
[org.springframework.beans.CachedIntrospectionResults] - Found property
'shortClassName' of type [class java.lang.String]; editor=[null]
2004-03-31 11:21:58,736 DEBUG
[org.springframework.beans.CachedIntrospectionResults] - Found property
'store' of type [class com.nmt.iws.entity.generated.Store]; editor=[null]
2004-03-31 11:21:58,736 DEBUG
[org.springframework.beans.CachedIntrospectionResults] - Found property
'subAction' of type [class java.lang.String]; editor=[null]
2004-03-31 11:21:58,736 DEBUG
[org.springframework.beans.CachedIntrospectionResults] - Found property
'type' of type [class java.lang.String]; editor=[null]
2004-03-31 11:21:58,736 DEBUG
[org.springframework.beans.CachedIntrospectionResults] - Found property
'upload' of type [class java.lang.String]; editor=[null]
2004-03-31 11:21:58,736 DEBUG
[org.springframework.beans.CachedIntrospectionResults] - Found property
'visibile' of type [boolean]; editor=[null]
2004-03-31 11:21:58,737 DEBUG
[org.springframework.beans.BeanWrapperImpl] - About to invoke read
method [public java.lang.String
com.nmt.iws.entity.generated.Category.getName()] on object of class
[com.nmt.iws.entity.generated.Category]
2004-03-31 11:21:58,737 DEBUG [com.nmt.iws.util.PropertyFactoryImpl] -
getPropertyRenderer: property id =visible
2004-03-31 11:21:58,737 DEBUG
[org.springframework.beans.CachedIntrospectionResults] - Using cached
introspection results for class com.nmt.iws.entity.generated.Category
2004-03-31 11:21:58,740 ERROR
[org.springframework.web.servlet.DispatcherServlet] - Could not complete
request
org.springframework.beans.FatalBeanException: No property 'visible' in
class [com.nmt.iws.entity.generated.Category]
at
org.springframework.beans.CachedIntrospectionResults.getPropertyDescriptor(CachedIntrospectionResults.java:113)
at
org.springframework.beans.BeanWrapperImpl.getPropertyDescriptor(BeanWrapperImpl.java:849)
at
org.springframework.beans.BeanWrapperImpl.getPropertyValue(BeanWrapperImpl.java:459)
at
org.springframework.beans.BeanWrapperImpl.getPropertyValue(BeanWrapperImpl.java:455)
at
com.nmt.util.web.property.BasicProperty.getValue(BasicProperty.java:54)
Category.java has :
public boolean isVisibile() {
return this.visibile;
}
public void setVisibile(boolean visibile) {
this.visibile = visibile;
}
Regards
/roberto
--
Roberto Cosenza
Infoflex Connect AB, Sweden
Tel: +46-(0)8-55576860, Fax: +46-(0)8-55576861
--
Nordic Messaging Technologies is a trademark of Infoflex Connect.
Please visit www.nordicmessaging.se for more information about our
carrier-grade messaging products.
|
|
From: Ronald H. <ro...@co...> - 2004-03-31 10:17:53
|
isVisibile is different from isVisible :)
notice the extra i between b and l?
Cheers
Ronald
Roberto Cosenza wrote:
>
> 2004-03-31 11:21:58,728 DEBUG
> [org.springframework.beans.CachedIntrospectionResults] - Getting
> BeanInfo for class [com.nmt.iws.entity.generated.Category]
> 2004-03-31 11:21:58,736 DEBUG
> [org.springframework.beans.CachedIntrospectionResults] - Caching
> PropertyDescriptors for class [com.nmt.iws.entity.generated.Category]
> 2004-03-31 11:21:58,736 DEBUG
> [org.springframework.beans.CachedIntrospectionResults] - Found
> property 'action' of type [class java.lang.String]; editor=[null]
> 2004-03-31 11:21:58,736 DEBUG
> [org.springframework.beans.CachedIntrospectionResults] - Found
> property 'children' of type [interface java.util.Set]; editor=[null]
> 2004-03-31 11:21:58,736 DEBUG
> [org.springframework.beans.CachedIntrospectionResults] - Found
> property 'childrenNavigatorItems' of type [interface
> java.util.Collection]; editor=[null]
> 2004-03-31 11:21:58,736 DEBUG
> [org.springframework.beans.CachedIntrospectionResults] - Found
> property 'class' of type [class java.lang.Class]; editor=[null]
> 2004-03-31 11:21:58,736 DEBUG
> [org.springframework.beans.CachedIntrospectionResults] - Found
> property 'expandable' of type [boolean]; editor=[null]
> 2004-03-31 11:21:58,736 DEBUG
> [org.springframework.beans.CachedIntrospectionResults] - Found
> property 'id' of type [class java.lang.Long]; editor=[null]
> 2004-03-31 11:21:58,736 DEBUG
> [org.springframework.beans.CachedIntrospectionResults] - Found
> property 'idString' of type [class java.lang.String]; editor=[null]
> 2004-03-31 11:21:58,736 DEBUG
> [org.springframework.beans.CachedIntrospectionResults] - Found
> property 'masterDetail' of type [boolean]; editor=[null]
> 2004-03-31 11:21:58,736 DEBUG
> [org.springframework.beans.CachedIntrospectionResults] - Found
> property 'name' of type [class java.lang.String]; editor=[null]
> 2004-03-31 11:21:58,736 DEBUG
> [org.springframework.beans.CachedIntrospectionResults] - Found
> property 'new' of type [boolean]; editor=[null]
> 2004-03-31 11:21:58,736 DEBUG
> [org.springframework.beans.CachedIntrospectionResults] - Found
> property 'parent' of type [class
> com.nmt.iws.entity.generated.Category]; editor=[null]
> 2004-03-31 11:21:58,736 DEBUG
> [org.springframework.beans.CachedIntrospectionResults] - Found
> property 'parentNavigatorItem' of type [interface
> com.nmt.iws.service.NavigatorItem]; editor=[null]
> 2004-03-31 11:21:58,736 DEBUG
> [org.springframework.beans.CachedIntrospectionResults] - Found
> property 'persistent' of type [boolean]; editor=[null]
> 2004-03-31 11:21:58,736 DEBUG
> [org.springframework.beans.CachedIntrospectionResults] - Found
> property 'shortClassName' of type [class java.lang.String]; editor=[null]
> 2004-03-31 11:21:58,736 DEBUG
> [org.springframework.beans.CachedIntrospectionResults] - Found
> property 'store' of type [class com.nmt.iws.entity.generated.Store];
> editor=[null]
> 2004-03-31 11:21:58,736 DEBUG
> [org.springframework.beans.CachedIntrospectionResults] - Found
> property 'subAction' of type [class java.lang.String]; editor=[null]
> 2004-03-31 11:21:58,736 DEBUG
> [org.springframework.beans.CachedIntrospectionResults] - Found
> property 'type' of type [class java.lang.String]; editor=[null]
> 2004-03-31 11:21:58,736 DEBUG
> [org.springframework.beans.CachedIntrospectionResults] - Found
> property 'upload' of type [class java.lang.String]; editor=[null]
> 2004-03-31 11:21:58,736 DEBUG
> [org.springframework.beans.CachedIntrospectionResults] - Found
> property 'visibile' of type [boolean]; editor=[null]
> 2004-03-31 11:21:58,737 DEBUG
> [org.springframework.beans.BeanWrapperImpl] - About to invoke read
> method [public java.lang.String
> com.nmt.iws.entity.generated.Category.getName()] on object of class
> [com.nmt.iws.entity.generated.Category]
> 2004-03-31 11:21:58,737 DEBUG [com.nmt.iws.util.PropertyFactoryImpl] -
> getPropertyRenderer: property id =visible
> 2004-03-31 11:21:58,737 DEBUG
> [org.springframework.beans.CachedIntrospectionResults] - Using cached
> introspection results for class com.nmt.iws.entity.generated.Category
> 2004-03-31 11:21:58,740 ERROR
> [org.springframework.web.servlet.DispatcherServlet] - Could not
> complete request
> org.springframework.beans.FatalBeanException: No property 'visible' in
> class [com.nmt.iws.entity.generated.Category]
> at
> org.springframework.beans.CachedIntrospectionResults.getPropertyDescriptor(CachedIntrospectionResults.java:113)
>
> at
> org.springframework.beans.BeanWrapperImpl.getPropertyDescriptor(BeanWrapperImpl.java:849)
>
> at
> org.springframework.beans.BeanWrapperImpl.getPropertyValue(BeanWrapperImpl.java:459)
>
> at
> org.springframework.beans.BeanWrapperImpl.getPropertyValue(BeanWrapperImpl.java:455)
>
> at
> com.nmt.util.web.property.BasicProperty.getValue(BasicProperty.java:54)
>
>
>
> Category.java has :
>
> public boolean isVisibile() {
> return this.visibile;
> }
>
> public void setVisibile(boolean visibile) {
> this.visibile = visibile;
> }
>
>
> Regards
> /roberto
>
>
|
|
From: Roberto C. <rob...@in...> - 2004-03-31 10:27:53
|
Ronald Haring wrote: > isVisibile is different from isVisible :) > > notice the extra i between b and l? > > Cheers > Ronald Mea culpa!!!! Thanx a lot! I thought it was a lot strange! /roberto |