You cannot post messages because only members can post, and you are not currently a member.
|
proxy initialized false
|
| |
Hi! I need advice. My server application send objects with not
inialized proxies. Primitive types ok, but onetomany and etc. not
initialized proxies. As result my client application gets nothing when
retreive received object properties.
here is sample with src and conf files without libs
[link]... more »
|
|
Trying to implement entity management ... need some help
|
| |
Hi all,
I am currently trying to implement an entity manager with the provided
IEntityManager interface for HibernateManaged.entitymanager to have
unique instances on the client side.
I think I got pretty far already but I am a bit lost with all the
asynchronous processes. I don't really see the... more »
|
|
deserialization problem
|
| |
Hi,
I configured dphibernate to work with our project which has spring 3,
hibernate 3.6, java 1.6 and blazeds in it. I have spring-flex
integration as well.
I can do lazy load and proxy objects, and then send it to flex client.
I can see that my many-to-one related fields are proxied. However,... more »
|
|
Which wiki page do we have to use to configure dpHibernate?
|
| |
Hey guys,
I'm trying to configure my Spring BlazeDS integration with Hibernate
project, and I reach the point were I need to use lazy loading for my
database. Because I have some serious latencies thanks to BlazeDS.
Anyway I discover dpHibernate but I can't make it run, I have some
configuration issues ^^.... more »
|
|
Serializing enhanced bytecode
|
| |
Hi,
We use "javassist byte code" for enhancing Many-2-One relationships.
Everyrthing else work until HibernateSerialize lazy field.
Here is my scenario: I want to retrieve the list of 25 Agence
When I use debugger, I see some strange field injected into my
objects. They look like "$JAVASSIST_READ_WRITE_HANDLER... more »
|
|
Lazy collection problem on back to the server
|
| |
I have two classes, for example:
Country and FrDepartement.
Each Country has many FrDepartement Lazy mode.
I am using Tomcat 7, BlazeDs4, DpHibernate 2.0 RC6, Spring 3.
When I get all the Country by the method: getCountry.
Returns the list of Country, include each one a list FrDepartement on
lazy mode.... more »
|
|
IllegalArgumentException: ServletContext must not be null
|
| |
Hi all,
I am trying to get dpHibernate 2.0 RC6 running on an Apache Tomcat
7.0.12 with BlazeDS 4.0.0.14931, Spring 3.0.5 and Spring-BlazeDS-
Integration 1.5.0.M2
I updated the lazyoverflow example to get it running with spring 3.0,
but keep running into this error. It seems that the login works, at... more »
|
|
Using String as a primary key gives numberformatexceptions
|
| |
Hi,
We're using UUID string based types as a primary key in our database.
Lazy loading seems to work fine but if i use the paging functionality
i get NumberFormatExceptions when scrolling in my datagrid.
I traced the problem back to the ProxyLoadService loadbean method.
It checks if id is an instanceof String (which it is) and then tries... more »
|
|
|