Skip to content
Advertisement

Tag: websphere

How to call a DB2 stored procedure passing a List as param?

Java version: Java1.8 JDBC: db2jcc4-11.1.1.1 Ant1.7 Websphere8.5 I am upgrading a service to allow for passing an array of currency codes (AA, BB, CC, DD) into a stored procedure. The NSP work has been completed and verified. Here is my code below. Mapper StringHandler During runtime, I am getting this error when submitting the change to my database: FATAL com.pseuplex.j2ee.ExceptionFilter

VMM how to find or fetch VMM entity attribute mapping / attribute names

Starting point: I have a WebSphere with federated security (there is an Active Directory behind it). I am trying to fetch a VMM user uid by his/her email address, but I a don’t know how it’s VMM (schema) attributes are mapped to the AD (schema) attributes of the underlying Active Directory entity (person, organizationalPerson objectClass, mail attribute. (By describing it

An error while deploying ear on local websphere in intellij

I’m trying to deploy an ear on WAS using Intellij’s IBM Websphere configuration. I see the following log: Configuration is pretty standard, nothing different. Doing this on a windows OS, with WAS version being 8.5.17 and latest version of Intellij. Edit: When I do a refresh, I see this So, essentially Intellij is not able to establish connection with the

Breakpoints not working on JSP pages in Eclipse

Breakpoints are being hit in the Java code, the project is being run as Debug, “Skip All Breakpoints” is disabled, line breakpoints (blue dots) are on lines in my JSP pages. The result in the web browser debug, so I know it’s hitting the right page: Why are my breakpoints on JSP pages not being hit? I’m having no issue

Jboss (6.4 EAP) to WebSphere (7.x)

I am attempting to make a EJB call from Jboss (6.4 EAP) to WebSphere (7.x). I have a working example from WebSphere (WAS) to WAS, however, the same location and lookup name returns a name not found exception. I’m currently doing this testing inside of a web application deployed as a WAR into Jboss. I do not have the EJB

Spring batch FileItemWriter not creating file at correct path

I have a spring batch service containing a FileItemReader,FileItemProcessor and FileItemWriter.When creating the FileItemWriter I have to set the Resource that will be my output file. I am running the batch service on websphere on a Linux machine.The problem is if I set the resource as new FileSystemResource(new File(“opttemp1myFile.txt”)), the path of the file created is “/usr/IBM/WebSphere/AppServer/profiles/AppSrv01/opttempmyFile.txt” which is not

Advertisement