Questions tagged as 'spring'

0
answers

Heroku Error performing Deploy

Could you help me with the error below: My git: link    org.springframework.beans.factory.UnsatisfiedDependencyException:   Error creating bean with name 'eventController': Unsatisfied   dependency expressed through field 'occurrenceServ...
asked by 28.03.2018 / 15:04
1
answer

Creating and Editing in Spring Framework

I recently started learning Spring from the Thymeleaf template engine for displaying the data. However, I have been facing some problems that I can not solve: At the time of editing the Star Wars Movie entity, I can not retrieve the "Release...
asked by 03.04.2018 / 19:14
1
answer

How to customize the denied access url? (spring social facebook)

In class ProviderSignInController We have the oauth2ErrorCallback method. When the user cancels authorization in facebook it is redirected to: /signin?error=access_denied&error_description=Permissions+error I need to customiz...
asked by 23.03.2018 / 21:21
0
answers

Migration of technologies

Today we have an application made in java, but this application does not use any framework in the backend, I need to do another project and I do not want to use the same architecture, I already have the approval and I will do the new project in...
asked by 23.03.2018 / 12:59
0
answers

how to use http.post in angular js to retrieve rows from my checked data table?

I have a data table with id, name, etc. and have checkboxes added within the Angular for example. vm.dtColumns = [ DTColumnBuilder.newColumn(null).withTitle(titleHtml).notSortable() .renderWith(functi...
asked by 22.03.2018 / 05:20
2
answers

Doubts in SelectOneMenu Primefaces

I have a SelectOneMenu in my xhtml view. In it I have an onchange that on clicking calls a p: dialog to fill a form. Follow selectOneMenu <p:column headerText="Mecânica"> <div id="mecanicasAll">...
asked by 16.03.2018 / 19:04
0
answers

How to insert JS angle template ready in a Spring project?

I work with the back end using java with Spring and decided to venture into the angular. But as I do not have much patience I decided to use a template ready that I downloaded on a website. The question is how to add this template to the exis...
asked by 14.03.2018 / 23:26
0
answers

Error when searching the database using Java, Hibernate and Spring. Use of Beans and Autowired

I'm trying to search my program, but errors appear:    org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'courseSpringDataApplication': Unsatisfied dependency expressed through field 'personReposi...
asked by 11.03.2018 / 22:26
0
answers

Duvida Dialog + SelectOneMenu JSF

Hello, I'm trying to open a dialog with a selectonemenu, depending on what the user selects. My SelectOneMenu is like this <p:column headerText="Mecânica"> <h:commandButton> <h:selectO...
asked by 20.03.2018 / 19:18
0
answers

Spring @Scope ("session") not working with webAppContextSetup

In my spring test when i use standaloneSetup (controller) the @Scope ("session") works fine. But when I change to webAppContextSetup (this.wac) the scope stop working. My question is, why? Controller: @Controller @RequestMapping("/pe...
asked by 22.03.2018 / 16:54