[jboss-user] [EJB 3.0] - Re: EJB3: org.hibernate.type.SerializationException: could n

2009-05-04 Thread D6L
Hi, I have the same opinion like you know. I must change the PK in DB to get it run. I have already changed it and works fine! Thanks a lot for your time, Wolfgang Best Regards D6L View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4228212#4228212 Reply

[jboss-user] [EJB 3.0] - Re: EJB3: org.hibernate.type.SerializationException: could n

2009-04-30 Thread D6L
with Java classes. Best regards D6L View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4227478#4227478 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4227478 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Re: EJB3: org.hibernate.type.SerializationException: could n

2009-04-29 Thread D6L
Hi, the problem is that i don't have the permission to make changes on the DB because it's a LIVE/Production DB. So problems with releases/changes and so on. I tried to access now my attributs via @NamedQuery like this: SELECT r.roadPK.origin.iata,r.roadPK.destination.iata, r.availabilityMethod

[jboss-user] [EJB 3.0] - EJB3: org.hibernate.type.SerializationException: could not d

2009-04-28 Thread D6L
Hi everybody, I would get an Output of an Table Road (Oracle Database) via EntityManager and Web Services. I got the following error : org.hibernate.type.SerializationException: could not deserialize Eclipe3.4.1/Glassfish V2.1/SoapUI 2.5 (for testing) Enviroment: Class : Location

[jboss-user] [EJB 3.0] - The Stacktrace

2009-04-28 Thread D6L
INFO: EJB5018: An exception was thrown during an ejb invocation on [RoadDAO] | INFO: javax.ejb.EJBException | at com.sun.ejb.containers.BaseContainer.processSystemException(BaseContainer.java:3894) | at com.sun.ejb.containers.BaseContainer.completeNewTx(BaseContainer.java:3794) |

[jboss-user] [EJB 3.0] - Re: EJB3: org.hibernate.type.SerializationException: could n

2009-04-28 Thread D6L
First, thanks for the fast answer. I also tried two to make the FechType to lazy but that didn't change anything. But for the first point with the ID. Can you explain me more in detail what do you mean. For example, where to set the ID? Do you want to set an new phyiscal ID in the Tables