Hi,
I'm trying to do this (code) in old school xml.
@Bean
@Scope(value="request", proxyMode=ScopedProxyMode.INTERFACES)
public MyInterface createInterface() {
return...
Type: Posts; User: fedegaule; Keyword(s):
Hi,
I'm trying to do this (code) in old school xml.
@Bean
@Scope(value="request", proxyMode=ScopedProxyMode.INTERFACES)
public MyInterface createInterface() {
return...
Did you manage to get the instant login?
Hi guys,
I have almost the same error, but i'm getting a List<Integer> instead of a List<Long>
public String getHotelsPublishedStatus(@RequestBody List<Long> ids) {
...
}
Did you find any...
Any solution or clue for that error? Same problem here
Hi everyone,
I'm trying to configure my project from scratch, and i'm facing a problem with JPA. I have a persistence.xml with 2 persistence-unit:
<?xml version="1.0" encoding="UTF-8"?>...
Did you manage to make it work? I have the same problem and is making me nuts :mad: