No converter found, converting from org.ofbiz.entity.GenericEntity$NullField to java.lang.String

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

No converter found, converting from org.ofbiz.entity.GenericEntity$NullField to java.lang.String

Amit Sharma-10
Hi Community,

I am getting warning on console  "No converter found, converting from
org.ofbiz.entity.GenericEntity$NullField to java.lang.String" and also
getting warning " No special conversion available for
org.ofbiz.entity.GenericEntity$NullField to String, returning
object.toString()".

Please let me know any body getting same warning.

Thanks in advance.

Thanks And Regards
--
Amit Sharma
Reply | Threaded
Open this post in threaded view
|

Re: No converter found, converting from org.ofbiz.entity.GenericEntity$NullField to java.lang.String

Surya Kusumakar-2
Hello Amit,

I am also facing same problem while receiving inventory.

--
Regards
Surya Kusumakar

Amit Sharma wrote:

> Hi Community,
>
> I am getting warning on console  "No converter found, converting from
> org.ofbiz.entity.GenericEntity$NullField to java.lang.String" and also
> getting warning " No special conversion available for
> org.ofbiz.entity.GenericEntity$NullField to String, returning
> object.toString()".
>
> Please let me know any body getting same warning.
>
> Thanks in advance.
>
> Thanks And Regards
> --
> Amit Sharma
>

Reply | Threaded
Open this post in threaded view
|

Re: No converter found, converting from org.ofbiz.entity.GenericEntity$NullField to java.lang.String

Jacques Le Roux
Administrator
In reply to this post by Amit Sharma-10
Nothing in OFBiz demo server error log http://log.ofbiz.org/

Jacques

From: "Amit Sharma" <[hidden email]>

> Hi Community,
>
> I am getting warning on console  "No converter found, converting from
> org.ofbiz.entity.GenericEntity$NullField to java.lang.String" and also
> getting warning " No special conversion available for
> org.ofbiz.entity.GenericEntity$NullField to String, returning
> object.toString()".
>
> Please let me know any body getting same warning.
>
> Thanks in advance.
>
> Thanks And Regards
> --
> Amit Sharma
>

Reply | Threaded
Open this post in threaded view
|

Re: No converter found, converting from org.ofbiz.entity.GenericEntity$NullField to java.lang.String

Jacques Le Roux
Administrator
In reply to this post by Surya Kusumakar-2
Maybe  related to r833784 ?

Jacques

From: "Surya Kusumakar" <[hidden email]>

> Hello Amit,
>
> I am also facing same problem while receiving inventory.
>
> --
> Regards
> Surya Kusumakar
>
> Amit Sharma wrote:
>> Hi Community,
>>
>> I am getting warning on console  "No converter found, converting from
>> org.ofbiz.entity.GenericEntity$NullField to java.lang.String" and also
>> getting warning " No special conversion available for
>> org.ofbiz.entity.GenericEntity$NullField to String, returning
>> object.toString()".
>>
>> Please let me know any body getting same warning.
>>
>> Thanks in advance.
>>
>> Thanks And Regards
>> --
>> Amit Sharma
>>
>

Reply | Threaded
Open this post in threaded view
|

Re: No converter found, converting from org.ofbiz.entity.GenericEntity$NullField to java.lang.String

Amit Sharma-10
In reply to this post by Jacques Le Roux
Hello Jacques,

I am getting warning when I  trace <log level="info"
message="====${nullField}====="/> in *Service.xml file.

================
<set field="testDate" type="Timestamp"/>
<if-compare-field to-field="nullField" operator="equals"
field="testDate" type="Timestamp">
     <log level="info" message="=====testDate field is null==="/>
</if-compare-field>
==============

Also getting warning on console "No converter found, converting from
org.ofbiz.entity.GenericEntity$NullField to java.sql.Timestamp."

It seems "nullField" is not working *Service.xml files. Please let me
know if i am wrong any way.

Regards,
--
Amit Sharma

Jacques Le Roux wrote:

> Nothing in OFBiz demo server error log http://log.ofbiz.org/
>
> Jacques
>
> From: "Amit Sharma" <[hidden email]>
>> Hi Community,
>>
>> I am getting warning on console  "No converter found, converting from
>> org.ofbiz.entity.GenericEntity$NullField to java.lang.String" and
>> also getting warning " No special conversion available for
>> org.ofbiz.entity.GenericEntity$NullField to String, returning
>> object.toString()".
>>
>> Please let me know any body getting same warning.
>>
>> Thanks in advance.
>>
>> Thanks And Regards
>> --
>> Amit Sharma
>>
>

Reply | Threaded
Open this post in threaded view
|

Re: No converter found, converting from org.ofbiz.entity.GenericEntity$NullField to java.lang.String

Scott Gray-2
Let's not panic too much, I'm sure Adrian will sort the problem out  
just as soon as he is available.

Regards
Scott

HotWax Media
http://www.hotwaxmedia.com

On 11/11/2009, at 10:45 PM, Amit Sharma wrote:

> Hello Jacques,
>
> I am getting warning when I  trace <log level="info" message="====$
> {nullField}====="/> in *Service.xml file.
>
> ================
> <set field="testDate" type="Timestamp"/>
> <if-compare-field to-field="nullField" operator="equals"  
> field="testDate" type="Timestamp">
>    <log level="info" message="=====testDate field is null==="/>
> </if-compare-field>
> ==============
>
> Also getting warning on console "No converter found, converting from  
> org.ofbiz.entity.GenericEntity$NullField to java.sql.Timestamp."
>
> It seems "nullField" is not working *Service.xml files. Please let  
> me know if i am wrong any way.
>
> Regards,
> --
> Amit Sharma
>
> Jacques Le Roux wrote:
>> Nothing in OFBiz demo server error log http://log.ofbiz.org/
>>
>> Jacques
>>
>> From: "Amit Sharma" <[hidden email]>
>>> Hi Community,
>>>
>>> I am getting warning on console  "No converter found, converting  
>>> from org.ofbiz.entity.GenericEntity$NullField to java.lang.String"  
>>> and also getting warning " No special conversion available for  
>>> org.ofbiz.entity.GenericEntity$NullField to String, returning  
>>> object.toString()".
>>>
>>> Please let me know any body getting same warning.
>>>
>>> Thanks in advance.
>>>
>>> Thanks And Regards
>>> --
>>> Amit Sharma
>>>
>>
>


smime.p7s (4K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: No converter found, converting from org.ofbiz.entity.GenericEntity$NullField to java.lang.String

Adrian Crum
Thanks for posting that Scott. I just got in and I'm working on these
issues right now.

-Adrian

Scott Gray wrote:

> Let's not panic too much, I'm sure Adrian will sort the problem out just
> as soon as he is available.
>
> Regards
> Scott
>
> HotWax Media
> http://www.hotwaxmedia.com
>
> On 11/11/2009, at 10:45 PM, Amit Sharma wrote:
>
>> Hello Jacques,
>>
>> I am getting warning when I  trace <log level="info"
>> message="====${nullField}====="/> in *Service.xml file.
>>
>> ================
>> <set field="testDate" type="Timestamp"/>
>> <if-compare-field to-field="nullField" operator="equals"
>> field="testDate" type="Timestamp">
>>    <log level="info" message="=====testDate field is null==="/>
>> </if-compare-field>
>> ==============
>>
>> Also getting warning on console "No converter found, converting from
>> org.ofbiz.entity.GenericEntity$NullField to java.sql.Timestamp."
>>
>> It seems "nullField" is not working *Service.xml files. Please let me
>> know if i am wrong any way.
>>
>> Regards,
>> --
>> Amit Sharma
>>
>> Jacques Le Roux wrote:
>>> Nothing in OFBiz demo server error log http://log.ofbiz.org/
>>>
>>> Jacques
>>>
>>> From: "Amit Sharma" <[hidden email]>
>>>> Hi Community,
>>>>
>>>> I am getting warning on console  "No converter found, converting
>>>> from org.ofbiz.entity.GenericEntity$NullField to java.lang.String"
>>>> and also getting warning " No special conversion available for
>>>> org.ofbiz.entity.GenericEntity$NullField to String, returning
>>>> object.toString()".
>>>>
>>>> Please let me know any body getting same warning.
>>>>
>>>> Thanks in advance.
>>>>
>>>> Thanks And Regards
>>>> --
>>>> Amit Sharma
>>>>
>>>
>>
>
Reply | Threaded
Open this post in threaded view
|

Re: No converter found, converting from org.ofbiz.entity.GenericEntity$NullField to java.lang.String

Adrian Crum
In reply to this post by Scott Gray-2
Fixed, revision 834978.

Thanks everyone.

-Adrian

Scott Gray wrote:

> Let's not panic too much, I'm sure Adrian will sort the problem out just
> as soon as he is available.
>
> Regards
> Scott
>
> HotWax Media
> http://www.hotwaxmedia.com
>
> On 11/11/2009, at 10:45 PM, Amit Sharma wrote:
>
>> Hello Jacques,
>>
>> I am getting warning when I  trace <log level="info"
>> message="====${nullField}====="/> in *Service.xml file.
>>
>> ================
>> <set field="testDate" type="Timestamp"/>
>> <if-compare-field to-field="nullField" operator="equals"
>> field="testDate" type="Timestamp">
>>    <log level="info" message="=====testDate field is null==="/>
>> </if-compare-field>
>> ==============
>>
>> Also getting warning on console "No converter found, converting from
>> org.ofbiz.entity.GenericEntity$NullField to java.sql.Timestamp."
>>
>> It seems "nullField" is not working *Service.xml files. Please let me
>> know if i am wrong any way.
>>
>> Regards,
>> --
>> Amit Sharma
>>
>> Jacques Le Roux wrote:
>>> Nothing in OFBiz demo server error log http://log.ofbiz.org/
>>>
>>> Jacques
>>>
>>> From: "Amit Sharma" <[hidden email]>
>>>> Hi Community,
>>>>
>>>> I am getting warning on console  "No converter found, converting
>>>> from org.ofbiz.entity.GenericEntity$NullField to java.lang.String"
>>>> and also getting warning " No special conversion available for
>>>> org.ofbiz.entity.GenericEntity$NullField to String, returning
>>>> object.toString()".
>>>>
>>>> Please let me know any body getting same warning.
>>>>
>>>> Thanks in advance.
>>>>
>>>> Thanks And Regards
>>>> --
>>>> Amit Sharma
>>>>
>>>
>>
>