VAJ Section Index | Page 2
How do I set up my own web application in addition to the default_app that is built into VAJ Websphere Runtime?
The answer is in the form of a document that is there on the IBM site which addresses the same. The URL for the document ishttp://www7.software.ibm.com/vad.nsf/Data/Document2202
Situations where ...more
How do I move a Enterprise bean from one package to another? After I move the bean from to the new package how do I rename this bean?
Currently, there is no official way to support this. The closest that you can come is to move the non-generated EJB classes to the new package and then create a new bean using existing classes. ...more
How do I create a Custom Finder Object that selects a group of Entity Beans based on criteria that are in other (joined) tables? (i.e. Show me all Customers that have ordered aluminum widgets)
How do I create a Custom Finder Object that selects a group of Entity Beans based on criteria
that are in other (joined) tables? (i.e. Show me all Customers that have ordered aluminum
widgets)
I tried to start the server of a simple EJB and a ClassNotFoundException exception was thrown, looking for the COM.ibm.db2.jdbc.app.DB2Driver. Where can I find this driver and why does it need it? I am not doing anything with DB access. Using VAJ 3.0 on Win NT 4.
I tried to start the server of a simple EJB and a ClassNotFoundException
exception was thrown, looking for the COM.ibm.db2.jdbc.app.DB2Driver. Where can I find this driver and why does it need it...more
How do I get the EJB sample entity beans to run under VAJ v3.0?
You need to apply the most current fixpack to your DB2 database. Check the IBM
web pages for this. It will depend on the version of your DB2 (5.2 vs 6.1, etc).
When I install the Java2 Early Adopters version of VAJ3EE, only a fraction of the enterprise features are available - which don't include EJB or IDL. Why?
The VAJ 3.0x Early Adopters (Java2) Enterprise Edition does not
provide these tools. It's basically the same as the Early Adopters
Professional Edition plus team version control.
VAJ 3.5 Enterp...more
The Enterprise JavaBean (EJB) and Servlet Builder features do not appear in my copy of VAJ. What's wrong?
Three possibilities:
Servlet Builder/EJB Support only works on Windows NT
Servlet Builder/EJB Support only works in the Enterprise Edition of VisualAge for Java
You have not installed the E...more