Originally posted by Mark Spritzler:
Actually, what this says, to me, is that it will not be extended again, and that Everyone who pays and takes the Beta will receive the voucher, even if you are over the first 500.
Mark
Originally posted by Mark Spritzler:
Feb 5th.
Mark
Originally posted by Mark Lybarger:
i'm on board with jyothi on this one. seems like 1 is correct to me.
if a bean throws an application exception the transaction _may_ be doomed, but the client can't tell. the client can either contine processing (even retry the same operation ).
Originally posted by nachagoni rishi:
4. A local client cannot continue a transaction if javax.transaction.TransactionRolledbackLocalException is received.
why is option 4 wrong.
Originally posted by Dan Young:
Just a small addendum:
Tried all KS's suggested remedy steps. Got the following:
java.rmi.AccessException: CORBA NO_PERMISSION
Poked around on Google and found this:
With 1.3.1 final release, the J2EE SDK became strict about checking adherence to the security policies of J2EE components.
Fix:
Under the Security screen of the EJB wizard or the Security tab of the EJB inspector in deploytool, click "Deployment Settings..". Under the box "Client Authentication", make sure "Support Client Choice" is checked instead of "Certificate" or "Password".
2. Using Deploytool click "Update & Redeploytool"
3. Run you standalone client again
Cheers,
DY