Hi,
I'm new to jpa.
and have the first problem hopefully someone can help me.
I have just a simple Entiy class like this:
@Entity
public class GuestbookEntry {
@Id
Type: Posts; User: Gideon; Keyword(s):
Hi,
I'm new to jpa.
and have the first problem hopefully someone can help me.
I have just a simple Entiy class like this:
@Entity
public class GuestbookEntry {
@Id
Hi,
at the moment i have several problems getting my spring app running in geronimo as root app.
first problem i found is that: request.getContextPath returns "/" instead of "".
problem here...
Hi here it is:
http://jira.springframework.org/browse/SPR-6224
fixed since version RC2
kr Gideon
Hi,
this where just a bug in documentation,
i open a Jira issue, and now since final version of Spring 3 its fixed.
kr Gideon
Hi
i solved this problem, the solution is to add brackets to around class in the view.properties.
so it should looks like this:
welcomeView.(class)=....
welcomeView.url=welcome.jsp
did...
Hi all,
i just wanted to update to spring 3 using 3.0 RC1
after changing the jars and changing some package path for Spring Security my application won't run:
i allways get this error:
Hi,
it is possible to import Groovy classes which don't implement an interace and which where not compiled ?
the groovy class is just compiled for comiling the class that should use it.
but...
Hi,
it is possible that the @RequestMapping annotaion is dynamic ?
i mean something like this:
@RequestMapping(Configuration.CONTEXT_PATH + "home.html")
public ModelAndView...
Hey,
thanks, for this hint,
i didn't know that there is allready a JS support.
I have tried this TilesAjaxView and it works perfectly for me :)
i also have seen, that there is a task for Spring...
Hi,
i will use plain ajax with Spring (no frameworks like dwr or so on).
Hope you have some hints on how to do it (best) good.
my first idea is:
writing a own SimpleAjaxFormController...
Hi,
I'm working on a picturegallery.
one feature should be to resort the pictures.
at time i have two ideas on how to do this.
1. storing a comma separated list, with the ids of the...
Hi,
what do you think which cache will be better, memcached or ehcache.
ehcache is "inside" your services, so you may have GC Problems
memcached is outside so you maybe have to change the...
Hi,
ok thanks,
i have opend an Jira improvement
http://jira.springframework.org/browse/SEC-863
mfg Gideon
Hi,
i was wondering why hierarchical roles are not working for me.
after some debugging i found the solution.
because ibatis doesn't support arrays i had have implemented my own...
Hi,
i was wondering why hierarchical roles are not working for me.
after some debugging i found the solution.
because ibatis doesn't support arrays i had have implementet my own...
Hi,
Have no-one other this problem ?
thanks
mfg Gideon
Hi
i have the same problem, using spring 2.5.3 and spring-security 2.0
my config is:
<security:global-method-security >
<security:protect-pointcut expression="execution(*...
Hi,
it seems that the tablenames for the select statements inside the acl package differs. Sometime the tablenames are uppercase, sometimes lowercase.
for Windows systems this is...
Hi,
does no one have an idea what i made wrong ??
mfg Gideon
HI,
i have the problem that transactions for my junit tests are not rollded back.
i dont't know what i made wrong.
the logs says that the transaction wwas rollded back, but my database says no....
Hi,
hope you can help me,
my goal is, that all my services are deployed as a OSGi bundle.
the webapp itself not.
i think that spring-osgi sould do this in the spring way, so that my...
Hi,
no i use ibatis, so this should be nearly the same as jdbc,
yes hibernate have a cache so an update of a list can be done easy, but for my app i can't use hibernate.
thanks mfg Gideon
Hi,
how you are solving this Problem:
classes:
Class Category {
String name;
List products;
Hi,
thanks four your post.
yes this will work for me, but for mysql a found a other solution:
all final arrays, sets, lists, will transformed into a string, seperatet by a ","
on the mysql...
Hi,
here is the same problem:
http://hibernate.org/117.html#A30
(When initializing a many-to-many association, Hibernate fills the collection with only proxies instead of fully initialized...