Loka Nalla

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

Recent posts by Loka Nalla

Hi All,

I am using Tomcat version 5.5 and I have written a small code to work with EL.

I see that EL is not evaluated and showing as template text. Could you please help me why is it ignoring the EL code.

Many thanks
Loka
16 years ago
Hi All,

I have eclipse help system. Whenever I enable HTTP basic authentication in tomcat(4.1) plug-in, I see "Returning NULL" in eclipse startup console.

Could you please help me if any of you have already faced this problem.

Many Thanks
Loka
16 years ago
Hi All,

I have eclipse help system. It has been configured to display our product information. If security is not enabled in web.xml it is working fine.
As soon I add the security-constraint with all its details. It is showing "returning NULL" error on the eclipse starup console.

Could you please help me if any of you have already faced this problem.

Many Thanks
Loka
16 years ago
Many Thanks Jan for your clarification. But I see the errata for most recent publication while searching in google where this error is not mentioned.

Could you please help me where can I get the errata of my old book of 1st edition.

Many Thanks,
Loka
Hi All,

EL can be ignored by either of the following

1) using web.xml
2) using page directive.

But the answer to the Q6 in HFSJ Page no 330. says E. It should have been D.

Please correct me If am wrong.

Many thanks
Loka
Very good question Mini,
I went through the spec and the HFEJB for this problem but no clue.
It would be great if anybody could explain it.

Thanks
Hi,

I see a line in study guide in the EJB Overview chapter 1.

Could anybody explain me what does the below line say? If possible an example would help me to understatnd.

"The enterprise bean must not attempt to gain access to packages and classes that the usual rules of the Java programming language make unavailable to the enterprise bean"

Thank you
Loka
Hi all,

I am bit confusion on entity bean creation. Is my understanding below correct?

1) ejbLoad/ejbStore is called by container only when the client calls component business methods.

2) when create is called by client, the container will not call ejbStore but rather it directly inserts record into the database.


Thank you
Loka
Thank you Rajan

I should have taken the words carefully.
Hi All,

Is the return type of getEJBObject() of Handle class is simple Object
or EJBObject.

I see bit confusion statement on HFEJB pg-139

Thank you
Loka
Hi All,

When will be the EJBObject implementation class be created?

I have seen confusing statements in EJB2.0 Spec and HFEJB.

1) Spec-pg 99: The deployment tools must generate the following classes
...
A class that implements the session bean�s remote interface (session EJBObject class).
...

2) HFEJB pg 94: "The Home object makes the EJBObject ..."

Could you please clarify me?

Thank you,

Loka
Hi,

I have completed programmer certification for Java 1.5 and planning to go for SCBCD 1.3 exam.

Could you please suggest good Books and meterials for this exam and also practice exam links.

Thank you all

Loka