Questions tagged as 'demoiselle'

1
answer

Redirect to login page when accessing another page without user being logged in

I'm creating an application using the demoiselle framework, but I'm encountering some issues with the security part. I need to be automatically redirected to the login.jsf page when the user tries to access another page of the application (in...
asked by 18.03.2015 / 20:13
0
answers

demoiselle-jsf-parent - problem with scope / session

I have a problem with an application developed with Demoiselle and I believe it is related to the ManagedBean scope. I did the test in the example application (Bookmark) and the same problem occurred (I just created the demoiselle-jsf-parent-...
asked by 09.05.2016 / 18:53
2
answers

Error in bouncycastle readObject () - Demoiselle-certificate

I have been using the Demoiselle-certificate (2.0.0) for some time and today I came across the following error when calling the CertificateManager class the certificateManager.load (class) method: 10:35:07,632 GRAVE [javax.enterprise.resource....
asked by 31.07.2015 / 15:56
1
answer

Error messageContext.add

As the manual describes to insert a message we use the following command messageContext.add(InfoMessages.BOOKMARK_INSERT_OK, bookmark.getDescription()); But the add method should only receive a "String message and Object ... params" this...
asked by 20.05.2015 / 15:45
0
answers

Obtain the e-CNPJ CPF field using the demoiselle certificate-core

I'm developing an application using demoiselle-certificate-core version 2.0.0. When I manipulate an object type X509, I extract all fields as shown in the documentation by methods:   CertificateManager cm = new CertificateManager(x509) a...
asked by 27.04.2015 / 16:58
1
answer

Demoiselle update for JEE7

The Demoiselle framework has greatly increased productivity here in the enterprise. However, it is a limiting factor in the use of some new technologies, especially related to JEE7. My projects would benefit a lot from JEE7, but I have to cho...
asked by 24.04.2015 / 14:00
1
answer

Inhibit RequiredRoleInterceptor information in demoiselle log

When using the demoiselle framework, with every user interaction, the system registers the br.gov.frameworkdemoiselle.security.RequiredRoleInterceptor information in the server log. The logs get extremely large due to the amount of inform...
asked by 05.07.2015 / 01:53
1
answer

detached entity passed to persist

I have the following problem to persist a screen where I have a relationship from many to many, in the case of workgroup_function, I have a screen that registers the workgroup and a picklist that registers the employees of the group Work. src="h...
asked by 04.03.2015 / 15:44
1
answer

How to support transactions with JUnit and Demoiselle 2.4.2

I have an application whose unit tests are in full operation, except for write operations in the database. No data is recorded. When forcing a flush, I got the message stating that no transaction was in progress, even though the BusinessControll...
asked by 01.02.2017 / 14:34
1
answer

Conflict between JBoss BOM and Demoiselle parent pom (?)

Hello, My application Demoiselle declares the following to be a Demoiselle application: <properties> <demoiselle.framework.version>2.5.0-RC1</demoiselle.framework.version> </properties> <parent> <gr...
asked by 26.08.2015 / 14:47