Questions tagged as 'ejb'

1
answer

Show itemLabel instead of an ivemValue in DataTable - JSF, Primefaces

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...
asked by 04.05.2016 / 16:27
0
answers

Error accessing the database in WebSphere

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...
asked by 11.02.2016 / 20:00
0
answers

Transaction Rollback with EJB 2.1

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=...
asked by 18.12.2015 / 16:37
1
answer

Error inserting object into database

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...
asked by 18.06.2015 / 03:17
0
answers

Is it possible to develop Agents similar to Aglets using EJB 3.0?

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...
asked by 02.06.2015 / 18:58
1
answer

Maven changing faces-config.xml

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...
asked by 17.11.2015 / 19:31
1
answer

Commit transaction only if all EJBs succeed

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...
asked by 27.03.2014 / 22:15