Silly me ;)

On 21 Nov., 14:19, Sebastian Wagner <[email protected]> wrote:
> could it be that you have deleted a mapping in the hibernate cfg?
> You cannot just copy the old config into the new dir, there are new tables.
>
> sebastian
>
> 2009/11/21 [email protected] <[email protected]>
>
>
>
> > hmmm...dann mache ich wohl was falsch. Habe 26 gestern abend
> > aufgespielt...und mit frischer Datenbank neuinstallliert.
>
> > per Soap dann erst getSession(), loginUser() mit Ergebniss 1 und dann
> > setUserObjectAndGenerateRoomHash mit Fehler -1 statt Hash.
>
> > Und folgendem Fehler im Log:
>
> > ERROR 11-20 13:37:25.009 SOAPLoginDAO.java 1176036 68
> > org.openmeetings.app.data.basic.dao.SOAPLoginDAO [http-5080-4] -
> > [addSOAPLogin]:
> > org.hibernate.MappingException: Unknown entity:
> > org.openmeetings.app.hibernate.beans.basic.SOAPLogin
> >        at org.hibernate.impl.SessionFactoryImpl.getEntityPersister
> > (SessionFactoryImpl.java:580) [hibernate3.jar:na]
> >        at org.hibernate.impl.SessionImpl.getEntityPersister
> > (SessionImpl.java:1365) [hibernate3.jar:na]
> >        at
> > org.hibernate.event.def.AbstractSaveEventListener.saveWithGeneratedId
> > (AbstractSaveEventListener.java:121) [hibernate3.jar:na]
> >         at ...
>
> > (s.o.)
>
> > On 21 Nov., 13:11, Sebastian Wagner <[email protected]> wrote:
> > > sollte aber schon drin sein.http://i4demo.com/openmeetings/builds/26/
>
> > > sollte es 100% haben.
> > > Hier ist *setUserObjectAndGenerateRoomHash* auf jeden Fall drin:
> >http://www.openmeetings.de/openmeetings/services/UserService?wsdl
>
> > > gruß
>
> > > 2009/11/20 [email protected] <[email protected]>
>
> > > > can you point me to a nightly release where this works? 25 doesnt
> > > > work :(
>
> > > > On 20 Nov., 14:09, Sebastian Wagner <[email protected]> wrote:
> > > > > sorry the docs are up to date but the version number 0.51 relates to
> > > > > the general availability of the SOAP Gateway, not on each method. The
> > > > > Method you refering to is very new so its only available through
> > > > > nightly builds.
>
> > > > > sebastian
>
> > > > > On 20 Nov., 13:38, "[email protected]" <[email protected]>
> > wrote:
>
> > > > > > Hello there,
>
> > > > > > I am currently setting up openmeetings as collaboration space for a
> > > > > > group of computer science students at FH Aachen. Because we already
> > > > > > have a working webplattform for learning and collaboration I am
> > trying
> > > > > > to tie in OpenMeetings via the SOAP interface.
>
> > > > > > The directions in the wiki mention setUserObjectAndGenerateRoomHash
> > > > > > which strangely isn't available in the RC5 build but in the latest
> > > > > > nightly build. Even if the wiki mentiones that this procedure
> > should
> > > > > > be available since 0.51.
>
> > > > > > I was not able to get the DirectLogin flow to work because
> > > > > > setUserObjectAndGenerateRoomHash in the current Nightly Build
> > throws
> > > > > > -1 or
>
> > > > > > ERROR 11-20 13:37:25.009 SOAPLoginDAO.java 1176036 68
> > > > > > org.openmeetings.app.data.basic.dao.SOAPLoginDAO [http-5080-4] -
> > > > > > [addSOAPLogin]:
> > > > > > org.hibernate.MappingException: Unknown entity:
> > > > > > org.openmeetings.app.hibernate.beans.basic.SOAPLogin
> > > > > >         at org.hibernate.impl.SessionFactoryImpl.getEntityPersister
> > > > > > (SessionFactoryImpl.java:580) [hibernate3.jar:na]
> > > > > >         at org.hibernate.impl.SessionImpl.getEntityPersister
> > > > > > (SessionImpl.java:1365) [hibernate3.jar:na]
> > > > > >         at
>
> > org.hibernate.event.def.AbstractSaveEventListener.saveWithGeneratedId
> > > > > > (AbstractSaveEventListener.java:121) [hibernate3.jar:na]
> > > > > >         at
>
> > org.hibernate.event.def.DefaultSaveOrUpdateEventListener.saveWithGeneratedOrRequestedId
> > > > > > (DefaultSaveOrUpdateEventListener.java:210) [hibernate3.jar:na]
> > > > > >         at
>
> > org.hibernate.event.def.DefaultSaveEventListener.saveWithGeneratedOrRequestedId
> > > > > > (DefaultSaveEventListener.java:56) [hibernate3.jar:na]
> > > > > >         at
>
> > org.hibernate.event.def.DefaultSaveOrUpdateEventListener.entityIsTransient
> > > > > > (DefaultSaveOrUpdateEventListener.java:195) [hibernate3.jar:na]
> > > > > >         at
>
> > org.hibernate.event.def.DefaultSaveEventListener.performSaveOrUpdate
> > > > > > (DefaultSaveEventListener.java:50) [hibernate3.jar:na]
> > > > > >         at
>
> > org.hibernate.event.def.DefaultSaveOrUpdateEventListener.onSaveOrUpdate
> > > > > > (DefaultSaveOrUpdateEventListener.java:93) [hibernate3.jar:na]
> > > > > >         at
> > org.hibernate.impl.SessionImpl.fireSave(SessionImpl.java:
> > > > > > 562) [hibernate3.jar:na]
> > > > > >         at
> > org.hibernate.impl.SessionImpl.save(SessionImpl.java:550)
> > > > > > [hibernate3.jar:na]
> > > > > >         at
> > org.hibernate.impl.SessionImpl.save(SessionImpl.java:546)
> > > > > > [hibernate3.jar:na]
> > > > > >         at
> > > > > > org.openmeetings.app.data.basic.dao.SOAPLoginDAO.addSOAPLogin
> > > > > > (SOAPLoginDAO.java:56) [openmeetings.jar:na]
> > > > > >         at
>
> > org.openmeetings.axis.services.UserService.setUserObjectAndGenerateRoomHash
> > > > > > (UserService.java:234) [openmeetings.jar:na]
> > > > > >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> > Method)
> > > > > > [na:1.6.0_12]
>
> > > > > > when I'm trying to get the room hash.
>
> > > > > > Can you tell me in which version this procedure works as explained
> > in
> > > > > > the wiki?
>
> > > > > > Greetings,
>
> > > > > > Sebastian Mauer
>
> > > > --
>
> > > > You received this message because you are subscribed to the Google
> > Groups
> > > > "OpenMeetings User" group.
> > > > To post to this group, send email to
> > [email protected].
> > > > To unsubscribe from this group, send email to
> > > > [email protected]<openmeetings-user%[email protected]>
> > <openmeetings-user%[email protected]<openmeetings-user%[email protected]>
>
> > > > .
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/openmeetings-user?hl=.
>
> > > --
> > > Sebastian
> > Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://
> >www.laszlo-forum.de
> > > [email protected]
>
> > --
>
> > You received this message because you are subscribed to the Google Groups
> > "OpenMeetings User" group.
> > To post to this group, send email to [email protected].
> > To unsubscribe from this group, send email to
> > [email protected]<openmeetings-user%[email protected]>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/openmeetings-user?hl=.
>
> --
> Sebastian 
> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://www.laszlo-forum.de
> [email protected]

--

You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=.


Reply via email to