Ali Abdel-Aziz's blog

WSIT Webservices keystore/truststore config keeps generated in the wsit-aa.bb.cc.ServiceName.xml

My WEB-INF\classes\META-INF\wsit-com.gemplus.scms.gateway.pis.PISServices.xml

keeps getting the following ws-policy keyStore
<sc:KeyStore wspp:visibility="private" type="JKS" storepass="changeit" alias="xws-security-server"/>

injected into my wsit-com.gemplus.scms.gateway.pis.PISServices.xml and which causes a problem while trying to run my web application and generates the following stack trace

Windows Batch for renaming files extensions

Sometimes you need some batches for doing stuff like appending extension to existing files or removing extension from existing files
After googleing as I'm not good in CMD scripting I manged to write both renameToOld.bat and undo-renameToOld.bat batches
which rename all the files found in a specific folder to *.old and reverse operation by removing the .old extension from the files found in a specific folder.

for renameToOld.bat :
@ECHO OFF

REM
REM Remove the double quotes from the front and end of the root path
REM

Changing the java package view in Netbeans 6.9.1

In this post I will provide answer to a question that is being asked too many times.

the question is How can I change the Java package view in Netbeans 6 to be tree view?

as most of the users in previous releases they used to change this from menus Look and feel or whatever location; in the current release of Netbeans 6.x.x they have changed the way that anyone can use to change the java package view to be done using a simpler way that no body will even think about trying it which is.

Mubarak 8 months to Handover

in my field which is IT any one who wanna leave his job have to handover his duties in a period not more than 1 month and not less than 1 month unless agreement between the employer and the employee stated that the employee can hand over in less period.

This agreement stands in the employer side so that the work can go on after the employee leaves.

 If we applied this on the Egyptian situation I guess President Mubarak (Employee) doesn't need 8 months to handover especially the employer (Egyptians) don't need this handover.

Exception Context

An idea come to my mind why there is no Exception Context or anything similar .

Why I need this;

many times you have to re catch the same exception and behave in similar behavior or even a little bit different from different locations in your application.

Configuring BPEL environemnt in JDeveloper 11g

This blog entry will address the configuration required for jdevstudio 11 g to support BPEL.

العاديات

 بسم الله الرحمن الرحيم

JSF Data Scroller Pagination Information

in this post I will speak about Displaying JSF Data Scroller Pagination Information.

by default data table and data scroller JSF component  have no direct way to display the pagination information

for example: displaying information about the current displayed records (31 - 40 From 96)

this can be done simply by doing the following steps:

Converting Arabic text to displayable HTML codes

In this post I will present how to generate HTML codes for the arabic letters and the escap characters as well.

for each character there is HTML code representing this letter the following table represnts some mapping between letters and its HTML codes:

Character

 HTML Code

Axis TCP Monitor Configuration

For Configuring Axis TCP Monitor to listen on all TCP packets you will have to follow the following steps:

Powered by Drupal - Design by artinet