Help coderanch get a
new server
by contributing to the fundraiser

R Krishnan

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

Recent posts by R Krishnan

Since only the associated bean instance and the container access it, i expected it to be private.
In the Entity bean why the entity context variable should be declared as protected.
This is with regard to improving the performance of the application.
22 years ago
what is final level optimization in java
22 years ago
Hi,
Is it necessary to go through 1.1 book before starting with 2.0 book, Can we straightaway start with 2.0 book.
Thanks.
Is it necessary to provide a default data source for the cmp beans deployed with data source assigned to it already.
The administration console gives the following error message, if the default datasource is not specified.
"CHKW1183W: The default CMP datasource for the EJB Container is not specified. EJB modules which have been installed into the server that do not have Default CMP datasources defined at either the ejb jar or ejb level may fail the next time their application is restarted. To resolve this problem, create a new DataSource and use the EJB Container detail page to set the default CMP datasource. [EJBContainer_1] "
22 years ago
Hi Gennady,
Wont the same JNDI switching be required in the case of web clients.
hi manas,
To what, localhost:8080 is mapped to, what u have tried to invoke by entering this.
22 years ago
hi manas,
can u pls tell me, what purpose this URL serves.
22 years ago
hi manas,
There is a uninstall provision available, follow this navigation, expand nodes, under nodes click on "Enterprise Application", there u will get the button to install.
Since u have already deleted the files, that specific application cannot be uninstalled.
22 years ago
Hello Kyle,
The ejb-jar.xml is in META-INF only, and it is the same ive downloaded, i didnt modify it. But i found many attributes(ids)are named differently in this from what the one given along with WAS tutorials.
Ive changed the attributes similar to those in the tutorial, then also i faced the same problem, now ive restored the xml again to the downloaded one, the problem still persists, and the problem is same, it is not showing-up in the properties, so when i do "generate code for deployment" get the above mentioned error.
thanks
22 years ago
Hi Mike,
DumpNameSpace.bat is to be run from this location
d:\websphere\appserver\
or from
d:\websphere\appserver\bin
this location.
thanks
22 years ago
Hi,
Iam working on the titan books example by kyle. Iam trying to deploy the cabin.ear file. While doing the final step of generate code for deployment iam facing the following error:
Mapping "CabinEJB"...
No Mapping found for object: com.ibm.etools.ejb.impl.CMPAttributeImpl (name: id)
No Mapping found for object: com.ibm.etools.ejb.impl.CMPAttributeImpl (name: deckLevel)
No Mapping found for object: com.ibm.etools.ejb.impl.CMPAttributeImpl (name: shipId)
No Mapping found for object: com.ibm.etools.ejb.impl.CMPAttributeImpl (name: name)
No Mapping found for object: com.ibm.etools.ejb.impl.CMPAttributeImpl (name: bedCount)
Unable to get type for attribute id
Unable to get type for attribute name
Unable to get type for attribute deckLevel
Unable to get type for attribute shipId
Unable to get type for attribute bedCount
the CMP fields were not showing up in the properties,
I tried SimpleContainerManaged bean given in the WAS tutorial, it worked, the CMP fields were showing in the properties, and the deployment was succesful.
can anyone give some clue to solve this.
Thanks
22 years ago
I have added a new jdbc driver for oracle, and i have entered all the fields like server classpath, name, implementation classname. Then i have saved the configuration to server-cfg.xml, stopped and started the server. After this also the left side of the administration console is not showing the newly added oracle jdbc driver, but the right side reflects the addition.
Thanks.
22 years ago
George,
Can u tell me how to make a jndi.properties file, and what its contents are suppose to be like.
Thanks
22 years ago