We're using Spring/Hibernate on a Websphere Application Server for AIX. On my Windows machine, the problem doesn't occur--only when running off AIX. When a user logs in with an account number, if they prefix the '0' to their login ID, the application rejects the login. In the DB2 table, the column is of numeric type, and there shouldn...
I have a JavaEE 1.4 web application running on WebSphere Application Server 6.0. In web.xml, there is a servlet configured to intercept all server requests:
<servlet-mapping>
<servlet-name>name</servlet-name>
<url-pattern>/*</url-pattern>
</servlet-mapping>
This works fine until I try to request something ending with *.jsp. In this ...
When we write in a Javascript expression :
expression < <%=variableJsp%>
the double "<" seems to be a problem and the JSP is not interpreted ?
Is it a fault of the other servers that should not accept this type of expression ? Or WebSphere that bugs ?
...
I'm trying to install websphere portal express 6.1 on my windows xp machine. I am using the following download link:
https://www14.software.ibm.com/webapp/iwm/web/reg/download.do?source=ESD-PORTALEXPRESS&S_PKG=CR557ML&S_TACT=105AGX10&S_CMP=LP&lang=en_US&cp=UTF-8
Note that you will have to have an IBM user id to see ...
IBM Rational Application Developer is very slow and has many problems.
I tried to use ant scripts to build EAR/WAR files for Websphere Application Server
but it did not work.
...
im trying to kick off a Runnable classes run method however i keep getting a NullPointerException, Im using WebSpheres commonj.workmanager to get an instance of executorService.this is the code im using.
executorService.execute(new Runnable()
{
public void run()
{
System.out.println("Inside run ()method..");
...
**I have two webservice, say A and B. I have created a handler for WS-A, as I want to modify the SOAP msg before it reaches to WS-B.
For this, I have created a handler using javax.xml.rpc.handler.GenericHandler and implemented the method public boolean handleRequest(MessageContext arg0){}
and configured this handler with proxy applicatio...
Can any body tell me How to get environment specific details (like the host name where the server is running, application context or webcontext) from a program executing in Websphere.
I mean I have a simple java program (client proxy code for calling remote WebService) running with a WebService deployed locally on Websphere. Now when I ...
Hi all,
Is there a way to disable SSL on WAS? So you can just log on using a username and password. That isnt tied to disabling the Global Security?
Cheers
...
A common argument against using .NET for high volume, transactional enterprise systems is that IIS does not compare to the likes of Weblogic and websphere for java. Is this true? Unfortunately for .NET web apps IIS is the only option as an application server. Does anyone have any arguments against this? I would like to promote .NET more ...
Currently, we are using WebSphere Portal v5.1, and the URLs are about a un-friendly as a URL could get.
For example:
http://www.foo.com/wsps/portal/!ml/QjzQ0IhyR0UAkc39Aw!!/delta/base64xml/L3dJ82XzBfQ1A!
I have removed a bunch of the characters, but you get the idea.
One of our frustrations is that the URLs often end with punctuation...
I am getting the following error while installing the IBMWebsphere Studio Application Developer 5.1.2 in WinXP Pro.
" The installation of WebSphere Sutdio cannot continue because the following required parts are missing from the electronic images. Download the required parts and run the installation program again.
C571ILML.bin "
I am ...
I would like to use JConsole to monitor my Websphere application, but I am not sure how to enable JMX.
...
I am getting this error when making a web services call. I couldn't figure out a workround for this. ANy help is greatly appreciated.
related library I have is:
axis-1.3.jar
axis-jaxrpc-1.3.jar
axis-saaj-1.3.jar
axis-wsdl4j-1.5.1.jar
jaxb-api-2.1.jar
jaxb-impl-2.1.8.jar
jaxen-1.1-beta-9.jar
jaxrs-api-1.0-beta-9.jar
In websphere 61 ad...
The company I work for sells a J2EE application that runs on Tomcat, WebSphere, or WebLogic. We have a customer that is trying to decide between Tomcat and WebSphere. They're leaning towards WebSphere because they're concerned that Tomcat has more security holes.
After searching around on the web, I've been unable to find any sites or...
Hi,
I have a requirement for my R&D which seems to be tricky.
I want to create a client jar for an EJB application.
Consider that i have an EJB application and its jars with me. I just need to create a client jar for that EJB application.
To create it, i need the server to be running. But my requirement is that, i have to create the...
We have a data entry portlet that occassionally generates urls in excess of the 2k limit enforced by Internet Explorer.
Is there any way to stop these excessively long urls from being generated without loss of functionality?
...
i am looking for a client application that can connect to an EAR file within websphere and give me information like memory usage, heap size, etc.
...
I have a problem with my web module classpath in Websphere v6.1.
In my WEB-INF/lib I have a largish number of jar files which include xercesImpl.jar and xmlparserv2.jar. I need both jars to be present, but they appear to confict with each other. Specifically, each jar contains a META-INF/services directory so, when we try to get an ins...
Hi All,
I have an application containing 4 MDB's each of which receives SOAP messages over JMS from MQ. Once the messages have been received we process the XML into an object model and process accordingly which always involves either loading or saving messages to an Oracle database via Hibernate.
Additionally we have a quartz process w...