Questions tagged as 'demoiselle'

1
answer

Paging using demoiselle 2.5.0

I started testing the system today with the latest version of demoiselle (2.5), but paging is no longer working. When you enter the page the content is listed, but when you change pages, nothing else appears. Previously I was using version...
asked by 08.05.2015 / 20:40
1
answer

Bookmark does not redirect to login page

I followed the post about authentication and authorization in demoiselle but I can not redirect to the login page, it follows files: frameworkdemoiselle.security.enabled=true frameworkdemoiselle.security.authorizer.class=br.gov.serpro.bookmar...
asked by 02.06.2015 / 15:05
1
answer

Demoiselle-Nimble: Error generating CRUD Vaadin

I'm using the class below, Bank.java, below: @Entity public class Banco implements Serializable { private static final long serialVersionUID = 1L; @Id @GeneratedValue(strategy=GenerationType.SEQUENCE, generator="banco_seq_gen")...
asked by 11.03.2015 / 18:35
1
answer

How to use demoiselle.properties custom properties

I would like to know how I could use the demoiselle.properties class to use my custom properties. Ex: # Propriedades personalizadas do sistema sistema.id.documento = 10 sistema.processo.seguranca = true // ... and use this in some...
asked by 03.10.2017 / 22:15
1
answer

How to make RequestContext thread-safe?

In a project I'm using the demoiselle-scheduler-quartz component. In this project several threads are fired and executed concurrently. The demoiselle-scheduler-quartz component injects the Demoiselle contexts (RequestContext, SessionContext, Vie...
asked by 11.10.2016 / 22:05
0
answers

GooGooStatementCache - Multiply prepared statement!

Hello, when I change an object and save it, I'm experiencing problems with slowness and at times it even completely blocks my application. By persisting I am returning only this information, but I could not identify what it could be.    stmt....
asked by 16.09.2016 / 13:12
1
answer

How to use JUnit with Demoiselle 2.4.2?

Hello I have a project with the following profile: Eclipse Moon Java 6 JSF 2.2 / Primefaces 5.3 JBoss 7 Demoiselle 2.4.2. The application already works, the problem is in the execution of JUnit 4.12 test cases . The test case...
asked by 18.02.2016 / 16:04
1
answer

JBoss is not starting

I have the problem below in JBoss, and I would like to know what I should do as it is not starting.     
asked by 15.01.2016 / 12:40
0
answers

What to do when jboss looks like this?

It's been about 30 minutes and it does not get out of the corner .... And another time, I've suddenly canceled the jboss error. I do not know what to do now ...     
asked by 19.01.2016 / 14:53
0
answers

Button that goes to another page and returns the passed value

Hello, I would like to know how I make a button to get data from another page ... type if on page 1 I inform the protocol and valid with a captcha and click on send, I would like to know how do I send this to pick only the protocol that I typed...
asked by 25.01.2016 / 14:17