1Z0-898 무료 덤프문제 온라인 액세스
시험코드: | 1Z0-898 |
시험이름: | Java EE 6 Java Persistence API Developer Certified Expert Exam |
인증사: | Oracle |
무료 덤프 문항수: | 63 |
업로드 날짜: | 2025-08-31 |
A stateless session bean's business method invokes EJBContext.setRollBackOnly and receives an IllegalStateException.
Under which of these conditions could this be possible?
An application has two entities, parson and Address.
The application calls the DeletePersonsByStatus named query.
Which of the following is true?
FooBean and BarBean are both EJB 3.0 stateless beans with container-managed transaction demarcation. All business methods in FooBean have transaction attribute REQUIRED, and all business methods in BarBean have transaction attribute REQUIRED_NEW. The business method foo in FooBean invokes the Business method bar in BarBean.
Given:
10.
Public class BarBean {
11.
public void bar () {
12.
throw new RuntimeException ("unexpected error . . . ");
13.
}}
Which is true about the method of invocation assuming execution reaches line 12?
Consider the following web application:
Here MyEntity1.class and MyEntity2.class are annotated with @Entity and MyEmbeddable1-class and MyEmbeddable2-class are annotated with @Embeddable. MyPU is container managed. Which of the following represents set of classes considered managed by MyPU?