The websphere-7 tag has no wiki summary.
7
votes
2answers
5k views
JAX-WS vs. JAX-RPC
I wrote 2 webservices, one with Jax-WS and one with Jax-RPC.
They just return a String.
I stress-tested both with jMeter and, strangely, thereby Jax-RPC was a bit faster.
When do I really profit of ...
4
votes
1answer
435 views
How to multi-thread a Java EE database audit logger?
I'm working on a Java EE 5 application running on Websphere 7.0, and am trying to find a thread-safe and performant way to multi-thread the persistence of database audit log records. Are there any ...
3
votes
1answer
104 views
beanWrapperImpl issues only with websphere
Different between our WAS in dev and our local was
Our application is using Spring-Security with Spring version 3.1.0-release.
It starts in a JSP file, we are trying to show the connected username:
...
3
votes
1answer
138 views
Publishsing jax-ws webservice on multiple url's
How can I customize jax-ws webservice to be available on more than one url. I have a webserice named commonService. By default it is hosted at www.examples.com/commonservice?wsdl
I need to host it in ...
3
votes
2answers
177 views
DI in an EJB/MDB Application
I'm currently developing a small EJB application running on IBM Websphere Application Server 7 (Java EE 5). The app mainly consists of one MDB listening for incoming MQ messages which are transformed ...
3
votes
2answers
2k views
websphere 7 (and Spring Roo) incompatible with javax.el.ELException
I have a application where the frontend is based on the Spring Roo 1.1.2 jspx files.
Every think works fine in Tomcat 6, but if I deploy the same application in a Websphere 7 (class loader: parent ...
3
votes
1answer
5k views
Websphere 6.1 to 7 how to update ibm-web-bnd.xmi to ibm-web-bnd.xml
In Websphere 6 ibm-web-bnd.xmi file I have
<?xml version="1.0" encoding="UTF-8"?>
<webappbnd:WebAppBinding xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" ...
2
votes
2answers
237 views
Difference between IBM Websphere Application Server and IBM Websphere Process Server?
Im currently looking into the difference between IBM Websphere Application Server and IBM Websphere Process Server?
I am aware that the Process Server is like a higher level layer ontop of the App ...
2
votes
2answers
167 views
Configuring and looking up a simple String via JNDI in WebSphere
For the configuration of our applications we want to place some of the configuration in the application server.
We are currently using the WebSphere JNDI facility for looking up urls and datasources.
...
2
votes
1answer
738 views
websphere 7 and (application based) open-jpa 2
I want to not use the built in Websphere 7 jpa plugin, instead use an application WEB-INF/lib/open-jpa 2 and a proprietary persistence provider. I cannot install the OSGI and JPA 2 feature pack for ...
2
votes
1answer
624 views
Injection of EJB3 into Annotation Based JSF2 Backing bean causing javax.naming.NameNotFoundException:
I have seen other thread with similar issue but was not able to work out direct link with my problem . Hopefully I am not repeating a question.My issue is this: I am using Webpsphere 7 with JSF2 as ...
2
votes
1answer
244 views
Add shared libraries references to enterprise applications whith Jython in Websphere application server
I would like to programmatically add the shared libraries to my deployed applications in websphere application server (WAS).
I heard that it is possible using jython scripting.
How can I achieve ...
2
votes
1answer
95 views
Links and book about MQFTE?
Hi I am working with MQFTE. I need to know more in detail about how mqfte works and what are the internal process that takes place during a operation.
The IBM links about mqfte/red books is good , ...
2
votes
1answer
879 views
Using Websphere MQ Topic .NET API
I read this article
And still didn't understand the notion of how topics works in MQ.
In JMS I know that you can publish a message on a Topic, and in order to receive a message from it you first ...
2
votes
1answer
638 views
Websphere 7 clustered deployment
We have a J2EE application as EAR file which is deployed in WAS 7, for making the application availability as high it needs to be deployed in 3 clusters. We have a Quartz Scheduler class whose job is ...
1
vote
2answers
30 views
JDBC Not returning ResultSet
We're migrating this from WAS 5 to WAS 7 and we're stumped as to why this is now causing a problem. The executeQuery() line is throwing a SQLException saying that it's not returning a ResultSet. ...
1
vote
1answer
29 views
Websphere can't find my Hibernate-managed EntityManager
I'm using Hibernate 3.4 on Websphere 7, with Spring 2.5.6
On startup, my application seems to have problems with Hibernate vs. OpenJPA:
10/02/12 10:41:50:448 GMT] 00000010 LocalEntityMa I ...
1
vote
0answers
54 views
NPE in WebSphere due to changing requests
I have a number of NPEs occuring when, implicitly, calling request.getAttribute("atg.parent.session.id"). The stack trace is below (wrapped between the trace log).
[2012/02/03 12:53:26:953 SAST] ...
1
vote
2answers
47 views
Websphere wsadmin read csv
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 ...
1
vote
2answers
70 views
How to reduce application deploy time on Websphere 7?
I move from WAS 6.1 to WAS 7 and trying to figure out what causes my application startup time to increase by a significant amount (double).
The application is an EAR with lot of files and directories.
...
1
vote
1answer
94 views
Fail to run JSF on WebSphere Application Server v7.0.0.19
I have the following situation:
WAS 7 trial with JPA 2 and FP 19 installed. 2 applications (EAR) deployed.
Application A that uses JSF - works properly
JARs:
jsf-impl-1.1_02.jar, ...
1
vote
0answers
55 views
WAS7 message listener error, MQQueue incompatible wih MQDestination
while trying to startup one message-listener-port in was7. I have checked all the Connection factory JNDI & Destination JNDI names, everything looks ok. And I can able to browse the queue in the ...
1
vote
1answer
51 views
Where can I get WebShere Application Server v7 plugin for eclipse (3.7.1 Indigo)?
If you are aware of such plugin, I'd appreciate sharing with me a download link (or any relevant info)
Cheers!
1
vote
1answer
82 views
Grails app with spring-security causing 500 filter error on WAS7
I have had an earlier version of this app deployed with the same WebSphere configuration but I was on grails 1.3.7 with out the resources or webxml plugins.
I am able to deploy to Tomcat but when I ...
1
vote
1answer
117 views
WebSphere JDBC Connection Pool advice
I am having a hard time understanding what is happening in our WebSphere 7 on AIX environment. We have a JDBC Datasource that has a connection pool with a Min/Max of 1/10.
We are running a ...
1
vote
1answer
88 views
Different result of h:messages after migration from JSF 1.1 to JSF 1.2
I have a problem with page rendering after migration from WAS 6.0 + JSF 1.1 to WAS 7.0 + JSF 1.2. The main problem is in the following code:
<h:messages rendered="#{!webData.facesMessagesEmpty}" ...
1
vote
1answer
81 views
JSF no session timeout. What are the drawbacks?
I have a small JSF web application on WAS7.0 with just one page but a fairly large user base.
Can i declare all(1) beans as request scope and also use javax.faces.STATE_SAVING_METHOD client without ...
1
vote
1answer
400 views
The JNDI lookup for the JTA UserTransaction is not available to MBean threads in Websphere Application Server 7
I'm trying to invoke business logic via JMX (using 'standard' MBeans) in a web application in Websphere Application Server 7 with JTA switched on and would like to know why this business logic can't ...
1
vote
1answer
121 views
Websphere 7 SIB Queue: how to access queue depth wsadmin command?
I'd like to use the WSADMIN command that is part of WebSphere 7 to query the state of the queues on the system.
Can anyone help me out?
Thanks
1
vote
2answers
459 views
Axis2 1.5 With Spring Causing java.lang.VerifyError: JVMVRFY013 on WebSphere 7
I am using axis2 (1.5) to host my web services. I am using spring framework for dependency injection to instantiate some classes. I managed to start axis2 after setting up parent-last class loading ...
1
vote
1answer
52 views
what is the metadata attribute pair in MQFTE ? Why is it used?
Hi i am working with wmqfte. While creating a transefer there is a parameter for metadata attribute pair. Why is this used for ? Thanks in advance !!!
1
vote
0answers
269 views
JSF 2 and Websphere 7.0 don't want to run
I am having some trouble with JSF2 and websphere 7.0. I have searched in the internet but nothing. The thing looks to be that websphere puts its 1.2 libraries and override my 2.0 libs. The app is ...
1
vote
0answers
69 views
DataSource in WAS7 and Oracle DB Kerberos
I've got user in Oracle DB which is created as "identified externally" and logs in via Kerberos. Is it possible to configure WAS7 DataSource to establish connection under this user?
When user in ...
1
vote
2answers
317 views
limiting who can login by role with j2ee form based authentication
I'm using declarative J2EE form based authentication in my webapp, following the instructions given in various places such as here: http://java.dzone.com/articles/understanding-web-security
It ...
1
vote
1answer
505 views
Error on deploying J2EE ver 6.0 on WAS7
I'm trying to deploy an EJB3 EAR project to WebSphere 7. From RSA 8.0 i select the EAR file when i select the EAR project > run as > Server > WAS7 i get "the server does not support version 6.0 of ...
1
vote
0answers
35 views
To display a read error when the source file is used by other applications while transfering using MQFTE?
I need to display a read error when the source file is being used by other applications.
For example : Source filename: test.txt Content: Test file.
The above content is stored in the txt file and ...
1
vote
4answers
1k views
_jspService is exceeding the 65535 bytes limit
So I'm dealing with a legacy servlet code that runs on Websphere 7 (JDK 6). Development environment setup uses Tomcat 6 (JDK 6).
Why does it work on Websphere 7 and
not in Tomcat 6?
Is this ...
1
vote
1answer
506 views
ActivationConfig of MDB and ActivationSpec in WebSphere AS 7
I'm currently developing a small EJB 3 application for WebSphere AS 7 with WebSphere-MQSeries. It's a very simple app that mainly consists of one MDB listening on a queue, convert the incoming ...
1
vote
1answer
571 views
How make Seam3 Solder with CDI work in WebSphere 7?
I want to use Seam Solder and Seam Faces 3 in WebSphere 7 with JSF 2.0 (RI is Mojarra 2.0.4) and CDI. I Included all required dependencies (Weld 1.1, JBoss Logging), but the server doesn't start ...
1
vote
1answer
707 views
Websphere 6.1 to 7.0 JmqiObject and JmsQueue missing
I am trying to migrate an application from Websphere 6.1 to 7.0
I noticed that many of the ibm MQ/JMS classes have changed/disappeared =)
In particular, I am getting errors on
...
1
vote
2answers
1k views
Spring JMS MQJE001: Completion Code '2', Reason '2042'
My setup is Spring 3 JMS, MVC + Websphere MQ + Websphere 7
<!-- this is the Message Driven POJO (MDP) -->
<bean id="messageListener" class="com.SomeListener" />
<!-- and this is the ...
1
vote
1answer
1k views
sun.security.ssl.allowUnsafeRenegotiation
Does the option "-Dsun.security.ssl.allowUnsafeRenegotiation=true" work in IBM's JVM that ships with WebSphere 7
1
vote
2answers
964 views
WAS 7 : Writer already obtained exception
I am getting an exception on WAS 7.0.0.13 update 1 server. I am working on the development of REST web services using spring 3 framework. When the spring framework is trying to get the output stream ...
1
vote
2answers
1k views
Will the was6 plugin for maven work with WAS 7
From what I can find there is no specific maven plugin for WAS 7, so I am wondering if the was6-maven-plugin will work with the newer version of the server.
1
vote
1answer
993 views
Problems with WebSphereUowTransactionManager in Spring MDP
I am having trouble setting up a MDP in Spring 3.0.4 in WebSphere 7.0 using the WebSphereUowTransactionManager.
If I don't use WebSphereUowTransactionManager, it works just fine. Without it, I won't ...
1
vote
2answers
1k views
Websphere 7 is way too slow what have you done to make it publish faster? [closed]
Publishing a change in websphere 7 takes longer than it does to change a tire.
Even just making a change to a jsp is taking 7-10 minutes.
I have scoured the internet to find out how to overcome ...
1
vote
0answers
653 views
Migrating WAS 6.1 to WAS 7.0 applications ibm-application-bnd.xml not found in ear
I am trying to migrate a 6.1 faces web adf app to WAS 7.
When I run the server with resources on the server it deploys but takes for ever. I want to be able to use resources in the workspace option ...
0
votes
0answers
13 views
Getting Websphere v7.0 Running with eclipse seems to not see the server start
So I created a Websphere Application Server in Eclipse and pointed it at my WAS_HOME and the profile I created. Whenever I try to start the server, it starts fine and according to the log I see...
...
0
votes
1answer
47 views
How to deploy Play app to Websphere 7
According to the Play documentation, it is possible to pack a Play app in a war file and deploy it to Websphere, but I'm having problems.
I'm using the play war command with the --zip option, which ...
0
votes
1answer
26 views
Log file writing extremely delayed in WebSphere App Server
I am experiencing an issue with delayed writes to the application logs for a JEE web application running in IBM WebSphere v. 7.x. Logging statements taking up to an hour to appear in the application ...