- Maximo 7.6 supports jre 1.7
- Maximo 7.5 supports jre 1.6
- Maximo 7.1.x supports jre 1.5
- Maximo 6.x supports jre 1.4
- Maximo 5.x supports jre 1.3
Friday, 10 February 2012
Maximo jre versions
Setup Maximo in Eclipse
To create a Maximo environment in Eclipse, follow below steps
To create a Maximo Mbo classes in Eclipse:
1. Install Eclipse J2EE version.
2. Create a new Java project. (Eg. name: Maximo Mbo Classes)
3. Go to Java Build Path: click on Add external jars
4. Browse up to <maximoroot>/maximo/applications/maximo/lib and select all (ctrl+a)
5. click add/ok.
6. Click on add class folder and browser <maximoroot>/maximo/applications/maximo/businessobjects/classes and click ok.
7. Create a new package.
8. Create a new class and enter super class as any mbo (psdi.app.po) (For e.g. public class Test extends PO )
To create a Maximo Bean classes in Eclipse:
1. Create a new Java project. (Eg. name: Maximo Bean Classes)
2. . Click on add class folder and browser <maximoroot>/maximo/applications/maximo/maximouiweb/web-inf/classes and click ok.
To create a Maximo Mbo classes in Eclipse:
1. Install Eclipse J2EE version.
2. Create a new Java project. (Eg. name: Maximo Mbo Classes)
3. Go to Java Build Path: click on Add external jars
4. Browse up to <maximoroot>/maximo/applications/maximo/lib and select all (ctrl+a)
5. click add/ok.
6. Click on add class folder and browser <maximoroot>/maximo/applications/maximo/businessobjects/classes and click ok.
7. Create a new package.
8. Create a new class and enter super class as any mbo (psdi.app.po) (For e.g. public class Test extends PO )
To create a Maximo Bean classes in Eclipse:
1. Create a new Java project. (Eg. name: Maximo Bean Classes)
2. . Click on add class folder and browser <maximoroot>/maximo/applications/maximo/maximouiweb/web-inf/classes and click ok.
Creating a new Maximo Service
Upon Maximo start up all the services will initialize. These services are stored in MAXSERVICE table.
To create a new Service in Maximo 7.1, follow the steps
Step 1: Go to Database configuration --> List Tab
Step 2: Click on "Select Action Menu" and select "Services"
Step 3: A dialog box will open and display all the services.
Step 4: Click on New Row.
Step 5: Enter your service name and class name (service class) path.
Step 6: Enter id as 1000 or above and click ok.
Now new service is created.
Note: To create a Maximo custom service class you need to extend AppService class. If you want to use this service class methods in your mbo classes, you have to define your method as static.
To create a new Service in Maximo 7.1, follow the steps
Step 1: Go to Database configuration --> List Tab
Step 2: Click on "Select Action Menu" and select "Services"
Step 3: A dialog box will open and display all the services.
Step 4: Click on New Row.
Step 5: Enter your service name and class name (service class) path.
Step 6: Enter id as 1000 or above and click ok.
Now new service is created.
Note: To create a Maximo custom service class you need to extend AppService class. If you want to use this service class methods in your mbo classes, you have to define your method as static.
Subscribe to:
Posts (Atom)
Maximo SOAPUI error javax.xml.ws.WebServiceException
SOAPUI error while sending payload to below url (in cluster environment) http://localhost:9080/meaweb/services/MXASSET Error : <f...
-
In automation script, there is no implicit variable available to get current date and time. I followed below procedure, to get current date...
-
Sample code - Retrieve list event of attribute launch point in automation script: In my example, I want to display only PR companies star...
-
Error : Response: <soapenv:Fault xmlns:axis2ns1="http://schemas.xmlsoap.org/soap/envelope/"> <faultcod...