Meiyappan Kannappa

Greenhorn
+ Follow
since Sep 15, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Meiyappan Kannappa

I hope you can disable the transaction by setting the transaction attribute to Never or Not supported . But I havent tried of this scenario.
Hi,

1. Difference between Tier and Layer:
Tier is physical separation, Seperate server machine for Application server, Database and web. Each physical machine is Tier. On other hand the term layer will be used to represent level of separation of your class structures. Your DAO will be a layer, BO will be layer, Action classes will be layer.

2. No, Please refer my answer to previous question.

3. Yes

Hi,

Could you please update with the name of your bean class, bean remote class, version of JBoss and EJB.
Hi,

You need to extend any checked exception from custom exception class. Only then the application exception will be propageted to web layer. Since you are extending Runtime exception, all runtime exception will be wrapped by EJBException and propagated.

Thank you
yes it is possible, you ca look up for the transaction from JNDI, start the transaction, invoke ejb and commit it. Also you need to have BMT for your bean
Hi,

If you dont have your client in the same archieve, then you need to do lookup using Initial context and JNDI name.

Regards
Meiyappan
Hi

I hope the JNDI name in the Deployment descriptor(ejb.demo.Demo.DemoBean) and the one you are trying to lookup are different (Demo.DemoBean). Try with full JNDI name. Since i am not very sure of weblogic. Since in JBoss it requires full JNDI name.
hi

Try starting your server with run command like "run -b 0.0.0.0", through which you can access the url either using localhost or 127.0.0.0 or your host ip.
14 years ago
Please post the Entire Exception stack trace and persistence.xml , Hope the problem might be in persistence.xml file.

For details about TimerService in EJB3.... visit the following link
http://intricatetips.blogspot.com