Hi
I am using to ignore the error in sts.
Regards
Type: Posts; User: spcmdr; Keyword(s):
Hi
I am using to ignore the error in sts.
Regards
Hi
I would like to mix @Aspect with spring security.
In my job the security is managed by project so I have methods like these :
public void addUser(Project project, User user)
public...
Hi
I forget <phase>generate-sources</phase>
Here is my working configuration :
<querydsl.version>2.7.0</querydsl.version>...
Here is my solution, not nice but works
JPAQuery query = new JPAQuery(entityManager);
query.from(...);
query.where(...);
query.groupBy(...);
query.orderBy(user.dateCreated.asc());
Hi
Did you managed to install querydsl in sts ?
Here is my config :
STS : 2.9.2
Maven :
Hi
I am using the spring data jpa API, everything work fine as for the moment I am making query to get entities.
All methods (findA(...), findBy..(...)) return entities.
I need to query the...
Here is an example of code
PropertyPlaceholderConfigurer configurer = new PropertyPlaceholderConfigurer();
configurer.setLocation(new ClassPathResource("context.properties"));
...
Hi
In the quick start available here, it seems that we need a 64-bit CPU to use Micro Cloud Foundry.
That's a shame, I can afford a new computer to perform Paas test.
The FAQ on...
What do you mean?
Should I do something like this?
@RequestMapping("/group/{userGroupId:[0-9]+}/leave")
public String leaveGroup(@PathVariable("userGroupId") @ModelAttribute UserGroup...
Hi
I need help to deal with this exception:
java.lang.IllegalStateException: An Errors/BindingResult argument is expected to be immediately after the model attribute argument in the...
Hi
Are we supposed to use only one of these library or they can work together?
After hours on the net it seems to that spring data jpa use an old version of spring data common but spring data...
Hi
It sems that there is an opened issue on this here
Regards
Hi
I am still having the same problem:
spring-data-jpa : 1.0.3.RELEASE
spring-data-commons-core : 1.2.1.RELEASE
spring-data-mongodb : 1.0.1.RELEASE
Hi
I have problem making mongo db work.
Caused by: java.lang.NoClassDefFoundError: org/springframework/data/convert/EntityConverter
at java.lang.ClassLoader.defineClass1(Native Method)
...
Hi
I have some question about mysql and cloud.
Can we connect our gui to the database server ?
How can we backup data and load data ?
What about file, can we acces a file system to write file...
Hi
The vaadin web site say
I suppose the curent version of the vaadin addon does not works with roo 1.2.
The addon list have to be updated: 44 Y Y 1.0.1 Spring Roo addon for creating rich...
Hi
I am trying to install the addon for vaadin with roo 1.2.
I followed these steps
addon list
addon install id --searchResultId 44
I get the following error
Find a solution
It should work
Hi
I am working in project using the version 1.2 (after years with 2.5 and 3)
I would like to know if the is a way de create a map as a bean in the xml configuration file.
Regards
Hi
I need a small precision on the explanation.
I am using the version 2.0.1.RELEASE of spring integration and there is no "fixed-delay" attribute in <si: poller/>
Suppose we have a flow like...
Hi
I would like to know how to use the security tag lib in web application for negative test.
I would like to perform an if..else..endif
I only see <sec:authorize...
Hi
Using topic with publish-subscribe-channel works fine :)
Is it possible to have the inputChannel name in the message ?
Or is there another way to identify the channel where the message...
Hi
After a look at the source code I am using this:
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans" ...
Hi
I would like to know how to have the namespace support int-event:.
It is not mentioned in the last version document 2.0.0.RELEASE.
I would like to know the proper way to send a message as...
Hi
How to secure the access to the jmx server ?
I am using the <context:mbean-export/> to export jmx bean.
My bean are all annoted.
I suppose that the server will have to manage that...