IBM WebSphere Application Server, a software application server, is the flagship product within IBM's WebSphere brand. WebSphere Application Server is built using open standards such as Java EE, XML, and Web Services.
This tag is specifically for questions relating to the IBM WebSphere Application Server. Also see the websphere-liberty tag for questions specific to the Liberty Profile.
A little background
I am working on a project which uses RAD and Websphere . We also use JBOSS Rules for validation.
I have a flow in the application which loads the JBOSS Rules from the database. The rules are compiled and .drl is generated and…
I have a question about RAD & WAS Spring MVC development. So that we have a project in SVN that was created by me in STS (eclipse), but some of our team members can't retrieve & run this Spring MVC project on their RAD (ibm tool) IDE on WebSphere…
Im currently working as a frontend dev on WebSphere Commerce project. Currently for development I run WSC Developer in a Win7 VM. What i would like to do is get everything set up in the FOSS version of Eclipse (Helios or Indigo) on my Mac instead of…
Unable to create configuration for deployment: dependencies: null
org.apache.geronimo.common.DeploymentException: Unable to create configuration for deployment: dependencies: null
at…
I am using ecdlipse 3.7 - indigo.
I wish to work with WebSphere Application Server v7.0, but I don't want to use the plugin since it's currently in beta stage.
So, I want to create a regular java runtime configuration.
I tried to open the…
We are planning to use IBM Web Experience Factory for our future enhancements. From the project management point of view we are thinking of using Maven. But due to no online help available for using both the things together we are not able to move…
I am getting an error when I create a j2ee application in rad with IBM's Websphere server
Caused by: org.xml.sax.SAXParseException: cvc-complex-type.3.1: Value '2.0' of attribute 'version' of element 'persistence' is not valid with respect to the…
I have a strange requirement in Solr.
The business model is like for each store in state (say victoria), we have different sales catalog (like Richmond, Brunswick etc) which in turn act as fulfillment centers on their own.
so my url of storeId- vic…
I am experiencing an issue with delayed writes to the application logs for a Java EE web application running in IBM WebSphere v. 7.x. Logging statements taking up to an hour to appear in the application logs.
The problem doesn't appear related to…
My project is a Web project built using three technologies :
Icefaces for presentation layer.
Spring for business layer.
Hibernate for data access layer.
My Project deployed on WebSphere 6.1 and the user can upload files, I use ice:inputFile…
Has anyone managed to get BIRT to run under WebSphere with Java 2 Security switched on? Doesn't seem to matter what I put in my was.policy file, I get a huge number of security exceptions when I try to produce a report.
Running with Java 2 Security…
I have enterprise aplication with JAX-WS 2.1 webservice. During application deployment on WAS (websphere application server) 8.0.0.0 (32-bit) this occurs :
2/17/12 14:46:38:857 CET 000004b8 WSModuleDescr E WSWS7027E:
**JAX-WS Service Descriptions…
I am facing a problem with an LDAP operation. I want to dynamically add a member to an LDAP group when selected by the user from GUI / browser. I paste the code below which works perfectly well when I run it in a Test class (using…
Let's say I am writing a software that needs accesing to WebSphere API - retriving the cell name, the server names etc. - information I can get from the Admin Console - Is there a way (using http, web is perfered) to get the exact information I am…
Is it possible to make Websphere to work with CSV? I would love to leverage jython csv module. But it seems default Websphere 7 jython doesn't have that.
Is it possible to either include a jar in the classpath or upgrade the jython in…