File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Websphere and the fly likes String resource references in Web.xml using RAD 7.5 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Websphere
Reply Bookmark "String resource references in Web.xml using RAD 7.5" Watch "String resource references in Web.xml using RAD 7.5" New topic
Author

String resource references in Web.xml using RAD 7.5

Ramesh Krishna
Greenhorn

Joined: May 17, 2004
Posts: 25
Hi,

I am using RAD 7.5.5 to create String binding resource references in web.xml. But i am not getting option to select String reference type like <res-type>java.lang.String</res-type> . Could you please help me the steps to create in RAD 7.5?

Below is the expected output in web.xml.

<resource-ref id="ResourceRef_1187107405678">
<res-ref-name>string/someValue</res-ref-name>
<res-type>java.lang.String</res-type>
<res-auth>Container</res-auth>
<res-sharing-scope>Shareable</res-sharing-scope>
</resource-ref>

Thanks
Ramesh
 
 
subject: String resource references in Web.xml using RAD 7.5
 
Threads others viewed
Transaction and Websphere - problems
Could not find datasource
javax.mail.session and DataSource(Apache Tomcat)
Name not found in context "java:".
Problems with the DataSources.
MyEclipse, The Clear Choice