Eric Simpson | 2 Feb 2009 12:57
Picon

Re: RDi V7.1.0.3 fix pack available - RBD 7102 iFix 1 now available

RBD has issued a iFix for their 7.1.0.2 which fixes the coexistance problem
with RDi 7103.

Eric Simpson
Rational Developer for System i and Rational HATS
IBM Toronto Lab
905-413-3226  (T/L 313)
esimpson@...
--

-- 
This is the Websphere Development Studio Client for iSeries  (WDSCI-L) mailing list
To post a message email: WDSCI-L@...
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@...
Before posting, please take a moment to review the archives
at http://archive.midrange.com/wdsci-l.

MKirkpatrick | 2 Feb 2009 23:40
Favicon

RDi 7.5 version 7.5.0.2 is available using Installation Mgr.

RDi 7.5  version 7.5.0.2 is available using Installation Mgr update 
function.
--

-- 
This is the Websphere Development Studio Client for iSeries  (WDSCI-L) mailing list
To post a message email: WDSCI-L@...
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@...
Before posting, please take a moment to review the archives
at http://archive.midrange.com/wdsci-l.

Eric Simpson | 3 Feb 2009 03:09
Picon

RDi 7.5 Fixpack 2 (7.5.0.2) is now available


Fix Pack 2 for RDi v7.5 is now available.

The fix pack contains enhancements and fixes to version 7.5.

To install the fix pack, start the IBM Installation Manager and click on
'Update'.

The fix pack is also available as a downloadable zip (240MB). You will find
it on the Download section of the support site soon. You can also download
the zip from:
http://download.boulder.ibm.com/ibmdl/pub/software/awdtools/rdi/v75/7502/zips/rdi-7.5.0.2.zip

Link to the RDi 7.5.0.2 Release Notes:
http://download.boulder.ibm.com/ibmdl/pub/software/awdtools/rdi/v75/7502/documents/readme/readme.html

Eric Simpson
Rational Developer for System i and Rational HATS
IBM Toronto Lab
905-413-3226  (T/L 313)
esimpson@...
--

-- 
This is the Websphere Development Studio Client for iSeries  (WDSCI-L) mailing list
To post a message email: WDSCI-L@...
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@...
Before posting, please take a moment to review the archives
at http://archive.midrange.com/wdsci-l.

(Continue reading)

David FOXWELL | 3 Feb 2009 09:22
Favicon

Rational updater

Hi,

I'm a bit late trying to update my WDSc V6.0.0.

V7 and RDi aren't options open to  me.

I first have to update to V6.0.1 with rational updater.
I'm following rigourously the installation procedure described by IBM.

Rational updater aborts the installation after a couple of seconds due to an error, but no details. IBM is on
the case, but as yet, no luck.
I just thought I'd ask if anyone had at least seen this kind of error with Rational Updater.
--

-- 
This is the Websphere Development Studio Client for iSeries  (WDSCI-L) mailing list
To post a message email: WDSCI-L@...
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@...
Before posting, please take a moment to review the archives
at http://archive.midrange.com/wdsci-l.

Ewout N Boter | 4 Feb 2009 08:51

Error in WDSC, warning in Eclipse - why the difference?

In WDSC 7.0, I have a Java-project imported from a Subversion repository. 
Errors are signalled in one of the classes. The error is 'The methode 
getAdaptee() from the type WorkFlowDialogAdapter is not visible'. On my 
PC, I also have an installation of Eclipse Europa. I have imported the 
same project from the repository. Thus, the sources in WDSC and in Eclipse 
Europa are exactly the same. However, in Eclipse Europa, there is no 
error, but a warning 'The method getAdaptee() from the type 
WorkFlowDialogAdapter is deprecated'. I can't explain the difference. I 
have checked all kinds of settings, also in Preferences - Java - Compiler 
- Errors/Warnings, but I have not found any differences. 

Does this problem sound familiar to someone? If so, did you manage to 
solve the problem?

Ewout
--

-- 
This is the Websphere Development Studio Client for iSeries  (WDSCI-L) mailing list
To post a message email: WDSCI-L@...
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@...
Before posting, please take a moment to review the archives
at http://archive.midrange.com/wdsci-l.

Thorbjørn Ravn Andersen | 4 Feb 2009 09:31

Re: Error in WDSC, warning in Eclipse - why the difference?

Ewout N Boter skrev:
> Does this problem sound familiar to someone? If so, did you manage to 
> solve the problem?
>   
Interesting.  Could you show us the

WorkFlowDialogAdapter

class?

Also, have you cleaned and rebuilt the project?  It happens that Eclipse gets confused after workspace
manipulations, so a complete build and perhaps even closing and opening all projects may be necessary.

-- 
  Thorbjørn Ravn Andersen  "...plus... Tubular Bells!"

--

-- 
This is the Websphere Development Studio Client for iSeries  (WDSCI-L) mailing list
To post a message email: WDSCI-L@...
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@...
Before posting, please take a moment to review the archives
at http://archive.midrange.com/wdsci-l.

Bailey Paul | 4 Feb 2009 10:14

Re: Error in WDSC, warning in Eclipse - why the difference?


Hi,

Which JRE are you using within WDSC? 

We have a Java application that will not build at all if we are using the websphere JRE. We must use a Sun JRE
version, otherwise we get many errors such as "The method copyOfRange(Object[][], int, int) is
undefined for the type Arrays". If you check the websphere JRE docs, you can see that the
java.util.Arrays.copyOfRange method does not exist at all, but it does in the Sun versions.

Could this be a problem with you too? The standard version of eclipse probably won't be using the websphere
version of the JRE, but WDSC would use the websphere version by default.

Best regards,
Paul

-----Original Message-----
From: wdsci-l-bounces@...
[mailto:wdsci-l-bounces@...] On Behalf Of Ewout N Boter
Sent: 4 February 2009 07:52
To: wdsci-l@...
Subject: [WDSCI-L] Error in WDSC, warning in Eclipse - why the difference?

In WDSC 7.0, I have a Java-project imported from a Subversion repository. 
Errors are signalled in one of the classes. The error is 'The methode 
getAdaptee() from the type WorkFlowDialogAdapter is not visible'. On my 
PC, I also have an installation of Eclipse Europa. I have imported the 
same project from the repository. Thus, the sources in WDSC and in Eclipse 
Europa are exactly the same. However, in Eclipse Europa, there is no 
error, but a warning 'The method getAdaptee() from the type 
(Continue reading)

David FOXWELL | 4 Feb 2009 16:11
Favicon

WDSc V7.0?

Hi list,

IBM recommend that I reinstall my WDSc 6.0.0 That would mean a lot of work to finally get to V6.0.1.3.

I've been looking at later versions. There seems to be a lot of confusion between RDi and V7. If I'm right,
Windows 2000 SP4 which I'm on, isn't recommended for RDi otherwise known as V7.5? However, WDSc V7.0 is.

What are most of you using? RDi or an older V7?

Is WDSc V7.0 still available? I thought that is was downloadable free and on DVD only in the States but I don't
remember where I had this information. I have the RDi trial download, but I'm not installing it as there is
no point.

Thanks
--

-- 
This is the Websphere Development Studio Client for iSeries  (WDSCI-L) mailing list
To post a message email: WDSCI-L@...
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@...
Before posting, please take a moment to review the archives
at http://archive.midrange.com/wdsci-l.

Bryce Martin | 4 Feb 2009 16:20
Favicon

Re: WDSc V7.0?

I am using V7.0.  I put it on my machine about a year ago.  I just 
contacted my BP and he put in the order for the disks for me. 

Thanks
Bryce Martin
Programmer/Analyst I
Ext. 4777

David FOXWELL <David.FOXWELL@...> 
Sent by: wdsci-l-bounces@...
02/04/2009 10:11 AM
Please respond to
Websphere Development Studio Client for iSeries <wdsci-l@...>

To
Websphere Development Studio Client for iSeries <wdsci-l@...>
cc

Subject
[WDSCI-L] WDSc V7.0?

Hi list,

IBM recommend that I reinstall my WDSc 6.0.0 That would mean a lot of work 
to finally get to V6.0.1.3.

I've been looking at later versions. There seems to be a lot of confusion 
between RDi and V7. If I'm right, Windows 2000 SP4 which I'm on, isn't 
recommended for RDi otherwise known as V7.5? However, WDSc V7.0 is.

(Continue reading)


Gmane