Raj Bhalla

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

Recent posts by Raj Bhalla

Can someone please help me out .
I have bean with following element added in ejb-jar.xml descriptor.I am using weblogic 7
<security-role>
<role-name>MyEmployee</role-name>
</security-role>
<method-permission>
<role-name>MyEmployee</role-name>
<method>
<ejb-name>MYEJB</ejb-name>
<method-name>*</method-name>
</method>
</method-permission>
And in weblogic-ejb-jar.xml i have following descriptor
<security-role-assignment>
<role-name>MyEmployee</role-name>
<principal-name>myname1</principal-name>
<principal-name>myname1</principal-name>
</security-role-assignment>
While accessing this bean from a client how should be the user specified.
What are the settings needed in weblogic.
I get following error while accessing the clients
Exception in thread "main" java.rmi.AccessException: Security Violation: User: '
<anonymous>' has insufficient permission to access EJB: type=<ejb>, application=
my, module=my, ejb=MYEJB, method=create, methodInterface=Home, signature={
java.lang.Integer}.
Thanks
Raj
22 years ago
Can any one please help me in providing command line utility in deploying my ear .I have done it thru admin console it is working fine .But for multiple machines are there any command line utility avaliable if possible with eg.Please help
Thanks
Raj
22 years ago
Hi
I couldn't found it in leading bookstore over here in mUmbai and finally ordered from amazon which costed abt $47(including packaging) Rs 2400 approx so it was a costly book
Raj
22 years ago
If u are looking at WL6.0 Certification then
"BEA WebLogic Server Bible By Joe Zuffoletto ET Al"
would be helpful
Raj
22 years ago
Hi Rahul
Nothing like that from start itself fees for WL6.0
was about 2500 Rs/ Nothing related to WL7.0.
In fact if u are already certified for WL6.0 u will recive 50% discount for WL7.0 .
Raj
22 years ago
Hi Deepak,
Fees for the said exam is 50$ which will come to Rs.2475/-. I enquried at local prometric centre here in Mumbai
Raj
22 years ago
Hi
In single server Edition i was able to use the following command line utility to deploy my application.
d:\WebSphere\AppServer\bin\seappinstall -install
D:\WebSphere\AppServer\installableApps\Samples.ear -interactive false
-configFile d:\WebSphere\AppServer\config\server-cfg.xml
Now in this edition this is not avaliable.
Can any one tell me how to use above command in
"IBM websphere Advanced Edition 4.0.3"
Thanks
Raj
22 years ago
Hi
These time study guide provided with objectives are more directly related to test objective.
Unlike in 6.0 study guide i found the it too
vague .
Raj
22 years ago
Hi Rahul,
Actaully i copied mail from bea support,which contained those misformated lines
"<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com ffice ffice" />"
Again ":" were converted to smilies ...That was not intended.
Thanks
Raj
22 years ago
I think this is avaliable from 18 th june as i recd this mail from bea
***********************

Thank you for your interest in our 7.0 certification exam. This exam should be available to schedule through our testing vedor, Prometrics by June 18, 2002. Please
contact Prometrics at:

Call 877-205-6873, in the US. Outside the US, please go to the Prometric website at http://www.2test.com/tcl/ZipCode.jsp

If you have any further questions please feel free to contact us using our toll free number listed below. Any of our representatives will be happy to assist
you.<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com ffice ffice" />

Thank you for choosing BEA!
22 years ago
Hi all
Where can i find objective for
"0B0-300 BEA WEBLOGIC SERVER 7.0 ENTERPRISE DEVELOPER EXAM "

Thanks
Raj
22 years ago
What is servlet and jsp specification to be followed 2.3/1.2 or 2.2/1.1 for weblogic 6.0 certification.???
Also where could i find example code for CORBA clients calling EJB
Thanks
Raj
Thanks for explanation Sir.
Actually i was not referring to some application ,but this was in general ...I was reading a book by Mason-Hafeel and came across those statements which confused me.
Many thanks for explanation
This might seem very basic question,But if somebody could explain this in depth or some refernce to this questions .i would be very thankful.
1)Session beans limit the number of stubs used on the client memory and processing cycles.??
2)Session beans reduce network traffic and thin down clients.??
Thanks
Raj
This might seem very basic question,But if somebody could explain this in depth or some refernce to this questions .i would be very thankful.
1)Session beans limit the number of stubs used on the client memory and processing cycles.??
2)Session beans reduce network traffic and thin down clients.??
Thanks
Raj