Endy Brosens

Greenhorn
+ Follow
since Sep 22, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Endy Brosens

Hi,

I want to initiate SSL connections in websphere. Furthermore, i want to select a key(and trust)store per connection. This isnt's possible with the SUN JSSE implementation, but it should be possible using IBM JSSE. Has anyone accomplished this? I have realised a SSL connection by setting the 'javax.net.ssl' properties, but this is a system-wide (JVM-wide) setting which will configure and hold the certstores during the JVM session and thus all SSL connections.

Grtz,

nD
20 years ago
Howdy,

What's your opinion? I have an EJB which will create a SSL connection using certificates with a Webservice operating in a IBM Websphere container. What is the best way to accomplish this? Options i found so far:
- Dont use EJB (But i really want IBM Websphere to be the only configuration item)
- Add system properties to the server config file.
- Using te SSL repetoire settings (havent really realised this 1)
- ....

Grtz,
20 years ago
Corey,

Its a long shot, but did u check if u are using the JMS interface? This can be configured along with the other MQ resource settings (Connection Factory or Destination) in the administrative console. For older interfacing app's u can choose MQ or JMS as the interface.

Hope it helps,

Jan
20 years ago
Hi Folks,

Looking for the best option for exception handling in MDB's. Currently i am using a transaction. I'm working with MQ as the JMS provider and WSAD Test environment as the application server. I have found the 'Backout' options in MQ. This configuration will deliver the message a number of times before placing it in a backout queue.

So far so good, but i really want to have control about the interval between the redelivery of messages using a configuration. Are there settings in MQ/WAS to realise this? Or should i use a appliction level solution like calling in a MDB before rolling back the transaction?

Suggestions are most welcome,

Grtz,

Jan
20 years ago
Found the problem. Its a bug. Its noted at
[URL= http://nagoya.apache.org/jira/browse/AXIS-1126]Axis Bugzilla[/URL]

Cheers,

Ur alter ego
20 years ago
Hi,

There are problems adding attachments in my Axis client. It worked in Axis 1.0 but after migrating 2 Axis 1.1 it doesnt. This is the code:

I get the following error:


Any ideas?


20 years ago
Hello,

WSAD has standard support 4 Axis. Check the redbooks and WSAD help about the Web Service "Generate Skeleton classes" function of WSAD.

Grtz
20 years ago
Hello,

I think your propblem lies in the JSP cache then. You can find it in the .metadata directory (just search for the name of your web project) and delete the cache. That is, the classes with the same name as your JSP files.

Grtz,

Endy
20 years ago
Hi

I was just wondering if anyone tried this. WSAD has built in support/wizards voor generating Axis 1.0 skeleton classes. I want to upgrade to Axis 1.1. Has anyone tried this? I unzipped the jars, placed them in the axis dir and changed some plugin/properties files but this wreckes up the wizard in WSAD. Just replacing jars works, but it will copy the old version of log4j (1.2.4) and it just looks confusing selecting a '1.0' runtime while '1.1' classes are generated. Is there and do i have to install a new plugin for Axis 1.1?

Greetz,
20 years ago
Seems 2 me, this is exactly what i'm looking 4.

Thanks, m8

20 years ago
Hi,

Is there anyone who knows how you can add a DIME attachment with Axis (client-side)? Furthermore, how can I retrieve those DIME attachments server-side.

To elaborate on this topic; I'm currently working with WSAD 5.1 which can generate webservices with Axis. Im trying but I cannot seem to create a test client which can send a SOAP message with a DIME attachment, using Axis. I have found the Axis Call and the ATTACHMENT_ENCAPSULATION_FORMAT property, but I cannot get these objects to work.

Explanations or code examples would be a big help....

Sincerely,
20 years ago