Thursday, June 26, 2008

How to get aiacomponents in to your JDeveloper


Get the aiacomponents files into your jdeveloper by doing the following steps.

You can get the aiacomponents after installing the AIA FP or you can copy from others.

Once you create a bpel project using jdev, you can see the following folder structure.

D:\jdevstudio10133\jdev\mywork\ULApplication\ULCreateCustomerParty

Assume ULCreateCustomerParty is the project name in the jdev, create a folder named src in the same folder and then copy all the aiacomponents into that folder.
Open the jdev or if you have kept already opened, refresh the navigator window.
You should be able to see the files in folder structre under the SRC folder in your navigator window, like in the attached screenshot.

Friday, June 20, 2008

HOW TO RESET YOUR PASSWORD IN WINDOWS - XP WITH LENOVA THINK PAD

1. Open a Command window
2. execute the following command
> net user
3. The above command will display the information about the logged in user, like below.

__vmware_user__ Admin ASPNET
Guest HelpAssistant SUPPORT_388945a0
username
The command completed successfully.

4. Assume the "auser" as the user name.
5. execute the following command
> net user auser
6. The above command will display the following information.
User name auser
Full Name
Comment
User's comment
Country code 000 (System Default)
Account active Yes
Account expires Never

Password last set 5/20/2008 10:43 AM
Password expires 8/18/2008 10:43 AM
Password changeable 5/21/2008 10:43 AM
Password required Yes
User may change password Yes

Workstations allowed All
Logon script
User profile
Home directory
Last logon 6/20/2008 4:15 PM

Logon hours allowed All

Local Group Memberships *Administrators *ORA_DBA
*Users
Global Group memberships *None
The command completed successfully.

7. Execute the following command to reset the password.

> net user auser Welcome1

Command name / login name / password

8. Now you have reset your login password.