[appengine-java] How to assing an enitity to two different enitites ?

2010-07-13 Thread cscsaba
is the real solution on this issue ? Thanks in advance. cscsaba *PS:Implementation of the entities* ... CUser @Entity public class CUser { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) @Column(name=USER_ID) private Key Id; private String

[appengine-java] Re: generating sequence for persistence classes like Country and so on ...

2010-07-11 Thread cscsaba
to have the key and value (again these entries are used for drop down) and i read the values using xPath api's.  Given that the country list is static as said before, i guess it should be work fine. Thanks Hari 2010/7/10 cscsaba strongfr...@gmail.com Hello, I dont know the way

[appengine-java] Re: filereading error

2010-02-18 Thread cscsaba
Hello Stephan, The leading slash was the problem. Thanks for your help really. cscsaba On Feb 17, 8:32 pm, Stephan Hartmann hartm...@metamesh.de wrote: How do you access your file? I use ServletContext.getResourceAsStream(/csv/countries.csv); If you use java.io.File, AFAIK you have to use

[appengine-java] filereading error

2010-02-17 Thread cscsaba
(java.io.FilePermission \\csv\countries.csv read) Thanks ahead. cscsaba -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to google-appengine-j...@googlegroups.com. To unsubscribe from this group

[appengine-java] Re: filereading error

2010-02-17 Thread cscsaba
the correct pattern is **/*.csv 2010/2/17 cscsaba strongfr...@gmail.com Hello, What is the right way to reading files on GAE I made this preparation below in appengine-web.xml ... resource-files            include path=/**.csv /   /resource-files ... but I got this error

[google-appengine] problem with deploying gae application with maven-antrun

2009-11-29 Thread cscsaba
Hello, I would like to use the maven-antrun plugin. So far so good, but I misstyped my email address and the I could not reset it (yellow part). http://imagebin.org/73398 The deploying process cant forget it, how can I replace this wrong email to good one ? Thanks in advance. cscsaba -- You