Well, I'm working on a project and when saving a record using the selectOneMenu of primefaces, an Id is displayed instead of the field name that was selected, I need to know how to display only the field name.
Here's my xhtml:
<p:outputL...
This error appears after installing the project (it installs everything normal and even executes and opens the project, but when it goes to a page that requests the database of the error):
recoveryClasspath = C:\Program Files (x86)\IBM\SDP\run...
I need to know how to do a rollback of the actions created in an EJB transaction, I have already researched and everything I try does not work!
Follow the code!
/**
* @ejb.bean name="WebServiceFacade" jndi-name="WebServiceFacadeBean" type=...
I'm trying to insert a record here and I can not. Hi, I have a table entity called Message , in which this entity receives an object of Categoria and Tipo , that is, when I register, I select which category I wan...
For a few years I have been working on a master's degree project in network infrastructure analysis and maintenance using Mobile Agents based on Aglets .
Today I am designing a new system that will have the need for agents able to move bet...
I have an EJB project and my maven is changing the faces-config.xml when I run "mvn install", maven changes everything inside it leaving without the paths I specify, it follows my "pom" file WEB project
<project xmlns="http://maven.apache.o...
I have a complex problem, but one that can be exemplified through the following metaphor:
@Stateless
public interface ChildEJB01 {
salvarGato(Gato g);
}
@Stateless
public interface ChildEJB01 {
salvarCachorro(Cachorro c);
}
@Stateles...