New IBM Resources
Hello;
As I noticed yesterday IBM published some new materials for Maximo 7.x
Here is the development guide for Maximo 7:
http://www-01.ibm.com/software/brandcatalog/portal/opal/details?catalog.label=1TW10MA2K
Here is the javadocs for Maximo 7.1.1.5 (Different than 7.1.1.1)
http://www-01.ibm.com/software/brandcatalog/portal/opal/details?catalog.label=1TW10MA1Z
Have a good day…
January 27th, 2010 at 11:47 pm
Well spotted.
The developers guide has already answered a couple of questions that had been bugging me!
Thanks – Mark
April 26th, 2010 at 3:57 am
Hi, I’m facing some problem while I try to compile a new created bean class. The error message is as below:-
C:\IBM\SMP\maximo\applications\maximo\maximouiweb\webmodule\WEB-INF\classes\psdi
\webclient\beans\rrupload\RRUploadLineBean.java:15: cannot access javax.servlet.http.HttpSessionBindingListener
file javax\servlet\http\HttpSessionBindingListener.class not found
public class RRUploadLineBean extends DataBean
Is it because I missed out something to set in classpath?
April 26th, 2010 at 5:45 am
Hello;
Here are the jar files that includes the missing class:
http://javacio.us/search?q=javax/servlet/http/HttpSessionBindingListener+more:jar_files&inline=true
Just download and use in the classpath
April 26th, 2010 at 7:55 am
Thank you so much for the solution. It works.:)
May 5th, 2010 at 2:25 pm
Hello:
Just read the developer guide, and wondering is there any way to change the field size of the of a multipart textbox. For example, the description field for a workorder number. I tried by putting the width in , but it seems that doesn’t work. Any idea about that?? Thanks for the reply:)
July 6th, 2010 at 3:03 pm
hi, i have a problem here, when i compile a class file, these problem occurs:
Exception in thread “main” java.lang.NoClassDefFoundError: org/apache/log4j/LogManager
at psdi.util.logging.MXLoggerFactory.resetMAXIMOLogConfiguration(MXLoggerFactory.java:376)
at psdi.util.logging.MXLoggerFactory.getFactory(MXLoggerFactory.java:95)
at psdi.util.logging.MXLoggerFactory.getLogger(MXLoggerFactory.java:155)
at psdi.util.logging.FixedLoggers.(FixedLoggers.java:26)
at psdi.server.MXServer.getFromMaximoCache(MXServer.java:512)
at psdi.server.MXServer.getMaxMessageCache(MXServer.java:2694)
at psdi.util.Version.getString(Version.java:154)
at psdi.server.CheckMXServer.main(CheckMXServer.java:91)
Caused by: java.lang.ClassNotFoundException: org.apache.log4j.LogManager
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
… 8 more
what is that means and got any solution to solve it?
Thank you so much for the reply..