Most voted "demoiselle" questions
Demoiselle is a framework for building Java applications based primarily on the concept of dependency injection.
Learn more…72 questions
Sort by count of
-
1
votes0
answers745
viewsDemoiselle Signer error when signing Crlrepositoryexception certificate
I am developing a project using the Demoiselle Signer framework Demoiselle Signer. However I am unable to sign the document with the generated certificate. It always generates the following error:…
-
0
votes1
answer82
viewsDemoiselle-Nimble: Error generating CRUD Vaadin
I’m using the class below, Banco.java, below: @Entity public class Banco implements Serializable { private static final long serialVersionUID = 1L; @Id…
-
0
votes2
answers1896
viewsHow to get the description of an Enum in xhtml?
I need help to resolve a situation with an Enum class along with the Dampelle framework. Ex.: I have this class: but I would like the descriptive Ex.: Ordinary Law to appear in my combobox, and not…
-
0
votes1
answer268
viewsCould not update project Bookmark Configuration
After upgrading to the Demoiselle-2-infra-3 I started having this problem when creating new projects, even if I create a new repository the problem occurs. The eclipse log contains the following:…
demoiselleasked 9 years, 9 months ago Gustavo 25 -
0
votes1
answer1430
viewsDemoiseller Signer - Loading a private key from a token
In the documentation of Demoiselle Signer we have the following example to load the private key of a token: KeyStoreLoader keyStoreLoader = KeyStoreLoaderFactory.factoryKeyStoreLoader(); KeyStore…
-
0
votes1
answer1430
viewsDemoiseller Signer - Loading a private key from a token
In the documentation of Demoiselle Signer we have the following example to load the private key of a token: KeyStoreLoader keyStoreLoader = KeyStoreLoaderFactory.factoryKeyStoreLoader(); KeyStore…
-
0
votes1
answer45
viewsJboss is not starting
I have the problem below in Jboss, and would like to know what I should do as it is not starting.…
-
0
votes0
answers39
viewsWhat to do when jboss gets like this?
It’s been about 30 minutes and does not leave the corner.... And another ,gives again that abruptly canceled jboss exbia an error. I don’t know what to do now...…
-
0
votes1
answer50
viewsHow to use custom properties from Demoiselle.properties
I wonder how I could use the class of demoiselle.properties to use my custom properties. Ex.: # Propriedades personalizadas do sistema sistema.id.documento = 10 sistema.processo.seguranca = true //…
-
0
votes0
answers118
viewsJquery Error in Demoiselle with JSF and Primefaces
A Demoiselle application uses an upload button for each record inserted into a list. That is, at some point the page can contain from 1 to N repeated upload components according to the number of…
-
0
votes3
answers94
viewsConvert to Abstracteditpagebean
I created a domain class whose primary key is composed. I created a convert for the primary key class. I registered the convert in the faces-config, in addition to using the annotation…
demoiselleasked 9 years, 9 months ago Fernando Camillo 147 -
0
votes2
answers239
viewsHow to use version 2.4.2 of Demoiselle?
I’m trying to use Demoiselle 2.4.2. So I declared my pom Parent: <parent> <groupId>br.gov.frameworkdemoiselle</groupId>…
demoiselleasked 9 years, 9 months ago Leonardo Leite 135 -
0
votes1
answer123
viewsBookmark does not redirect to login page
I followed the post about authentication and authorization in Demoiselle but I can’t redirect to the login page, follow files: frameworkdemoiselle.security.enabled=true…
-
0
votes1
answer224
viewsPaging using Demoiselle 2.5.0
I started testing the system today with the most current version of Démoiselle (2.5), however, paging is no longer working. When entering the page the content is listed, but by the time you change…
-
0
votes1
answer26
viewsWarn in Parameter when climbing the application
I made an application using the Demoiselle 2.4.2 JSF+JPA archetype with several view classes extending from AbstractEditPageBean. In some I added a parameter, as in this example: @ViewController…
demoiselleasked 9 years, 3 months ago Fernando Camillo 147 -
0
votes0
answers56
viewsButton that goes to another page and returns the value passed
Hello, I would like to know how to make a button to get data from another page...type if in page1 I inform the protocol and valid with a captcha and click on send,I would like to know how to send…
-
0
votes1
answer270
viewsHow to use Junit with Demoiselle 2.4.2?
Hello I have a project with the following profile: Eclipse Luna 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 test cases…
-
0
votes2
answers476
viewsTransactional control in the context of exception handling using Demoiselle
Hello, I have questions about transactional control via Demoiselle (@Transactional) in the context of handling exceptions with the Exceptionhandlerinterceptor of Demoiselle. I have the following web…
demoiselleasked 8 years, 11 months ago Leonardo Leite 135 -
0
votes0
answers87
viewsGoogoostatementcache - Multiply Prepared statement!
Hello, when changing an object and saving I am having problems of slowness and in a few moments even totally locks my application. By persisting is returning me only this information, but I could…
-
0
votes1
answer84
viewsHow to make Requestcontext thread-safe?
In one project I am using the component "Demoiselle-Scheduler-Quartz". In this project several threads are fired and executed concurrently. The "Demoiselle-Scheduler-Quartz" component injects the…
-
0
votes1
answer117
viewsWhich Demoiselle 3 dependency should be included in a Maven project for JSF use?
I have several applications built with Demoiselle 2.4.2+JSF+Primefaces+Hibernate and would like to advance to Demoiselle 3. On the portal dedicated to this version (http://demoiselle.io/) there is…
-
-1
votes1
answer1318
viewsConnection is not Associated with a Managed
One of our systems is showing the error below: Connection is not associated with a managed connection.org.jboss.jca.adapters.jdbc.jdk6.WrappedConnectionJDK6@437f90c8 This mistake has happened a lot,…