Author |
Message
|
ups0409 |
Posted: Tue Jun 20, 2017 3:40 am Post subject: javacompute.Base64 in IIB10 |
|
|
Novice
Joined: 14 Jun 2017 Posts: 12
|
Hi , I imported a code form WNB 8 to IIB 10 and in JCN node i am getting error for this "import com.ibm.broker.javacompute.Base64 cannot be resolved".
Any help |
|
Back to top |
|
 |
zpat |
Posted: Tue Jun 20, 2017 3:58 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
IBM took out some functions from the installation supplied library, which were not intended for applications to rely on.
The IBM support center told me I could copy the old module in the new version of broker when I migrated from v7 to v9.
Suggest you open a PMR. _________________ Well, I don't think there is any question about it. It can only be attributable to human error. This sort of thing has cropped up before, and it has always been due to human error. |
|
Back to top |
|
 |
ups0409 |
Posted: Tue Jun 20, 2017 4:19 am Post subject: |
|
|
Novice
Joined: 14 Jun 2017 Posts: 12
|
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Jun 20, 2017 4:42 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Matches what I remember. You have to roll your own.  _________________ MQ & Broker admin |
|
Back to top |
|
 |
rekarm01 |
Posted: Tue Jun 20, 2017 8:56 am Post subject: Re: javacompute.Base64 in IIB10 |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 1415
|
ups0409 wrote: |
Hi , I imported a code form WNB 8 to IIB 10 and in JCN node i am getting error for this "import com.ibm.broker.javacompute.Base64 cannot be resolved". |
Not that this helps for IIB v10, but for future reference, Base64 classes are now part of the standard Java API, as of Java SE 8. |
|
Back to top |
|
 |
timber |
Posted: Tue Jun 20, 2017 11:47 pm Post subject: |
|
|
 Grand Master
Joined: 25 Aug 2015 Posts: 1292
|
and in case it helps a future reader of this thread...
ESQL now has built-in functions for performing base64 conversions. |
|
Back to top |
|
 |
ups0409 |
Posted: Wed Jun 21, 2017 3:18 am Post subject: |
|
|
Novice
Joined: 14 Jun 2017 Posts: 12
|
actually i want to add a third party jar . so could pls suggest where to get that jar from. and the fucntions which i can replace with |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Jun 21, 2017 4:34 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
ups0409 wrote: |
actually i want to add a third party jar . so could pls suggest where to get that jar from. and the fucntions which i can replace with |
Any 3rd party jar can only be obtained from the 3rd party.
Any functions using that jar can be used - but only from Java and not from ESQL. You can create Java procedures that wrap calls to that jar, and can be used from ESQL. _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
|