Search found 10 matches

by roychr
09 Nov 2010, 14:51
Forum: SFS2X Questions
Topic: Asynchronous DBManager
Replies: 2
Views: 5520

use an orm layer for example hibernate or openjpa http://openjpa.apache.org/builds/latest ... /main.html which I was able to set up but hibernate gave me such head ache I ditched it.
by roychr
09 Nov 2010, 14:44
Forum: SFS2X Questions
Topic: [Solved] SFS2x and OpenJPA
Replies: 5
Views: 8451

I did what you said and unfortunately it did not work. I managed to make it work, here is the deal : I found this url : http://openjpa.apache.org/builds/latest/docs/manual/jpa_overview_persistence.html which specify the following statement The createEntityManagerFactory methods search for persistenc...
by roychr
08 Nov 2010, 23:16
Forum: SFS2X Questions
Topic: [Solved] SFS2x and OpenJPA
Replies: 5
Views: 8451

[Solved] SFS2x and OpenJPA

Hi, Tried to include openJPA with SFS2X It seems to me like the persistence.xml file inside the jar located inside the META-INF folder cannot be found by OpenJPA, I used a test case inside Eclipse with the same project and everything goes green, db is reached and entries are made. Here is the error ...
by roychr
24 Oct 2010, 19:00
Forum: SFS2X Questions
Topic: Hibernate and sfs2X
Replies: 7
Views: 10793

No problem for the time being, though I strongly suggest getting this sort of information on the following topics on a wiki or forum : -Routing Debug information for Log4J for 3rd party software -Tutorial on debugging server side logic with eclipse -Basic information on what path is part of ClassPat...
by roychr
23 Oct 2010, 16:24
Forum: SFS2X Questions
Topic: Hibernate and sfs2X
Replies: 7
Views: 10793

Putting full path brings same error, if you wish I could send you the entire thing with the Eclipse project, it has nothing of value inside the extention except the tutorial addition and some trace here and there ! I will zip everything in my drop box and PM you the url. I also have thought that spe...
by roychr
22 Oct 2010, 11:52
Forum: SFS2X Questions
Topic: Hibernate and sfs2X
Replies: 7
Views: 10793

Hibernate is deployed in extensions/__lib__ antlr-2.7.6.jar commons-collections-3.1.jar dom4j-1.6.1.jar hibernate3.jar hibernate-jpa-2.0-api-1.0.0.Final.jar javassist-3.12.0.GA.jar jta-1.1.jar postgresql-9.0-801.jdbc4.jar and my extention is in extentions/LumeGame/Lume.jar I changed my mapping insid...
by roychr
22 Oct 2010, 00:07
Forum: SFS2X Questions
Topic: Hibernate and sfs2X
Replies: 7
Views: 10793

Ok I was able to actually find a part of the problem, My extention holds all my anotated classes so I had to map the jar file with the paths like <mapping jar="extensions\MyGame\MyGame.jar" /> Now it seems that my classes are not mapped correctly and give me a QuerySyntaxException, but I h...
by roychr
21 Oct 2010, 01:33
Forum: SFS2X Questions
Topic: Hibernate and sfs2X
Replies: 7
Views: 10793

Hibernate and sfs2X

Hi, I made Hibernate3 work with sfs2x but no matter what I do, Hibernate cannot seem to find my annotated classes be it in a jar or inside the extension jar file. Extract of hibernate.cfg.xml <?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate...
by roychr
19 Oct 2010, 01:40
Forum: SFS2X Questions
Topic: UDP question
Replies: 30
Views: 38378

Thomas + berry : Petaining to loading text resources in unity3d, with the pro version you have the ability to use asset bundles and they can contain any kind of resources, like the one found in a /resources folder for dynamic loading on a desktop build. So you can have a small footprint web player t...
by roychr
28 Jul 2010, 03:44
Forum: .Net / Unity3D API
Topic: Unity 3.0 and SFS API
Replies: 53
Views: 71942

Thomas, I have the new Beta 3 and my assetbundles are not loading anymore over the web, did you noticed anything like that ? Also, I would like to ask if the webplayer fully support smartFox from what you know, I seem to not be able to locate specific information on if Unity3d must be a desktop rele...

Go to advanced search