Posts

Showing posts from 2011

ERROR: No j2ee modules detected in EAR archive. Deployment aborted. == (oracle.jdeveloper.deploy.VetoableDeployException)

Image
When I was deploying application to EAR file I was keep receiving error message from my Jdeveloper that "ERROR: No j2ee modules detected in EAR archive. Deployment aborted. == (oracle.jdeveloper.deploy.VetoableDeployException)" I am having two projects in my application 1. Model (Having ejbs) 2. ViewController To resolve this issue, go to application properties and select Deployment Edit your deployment profile Select EE modules to include in ear file Doing this solved my issue. Cheers...!

Installing Trac with VisualSVN Server

Image
Prerequisite  VisualSVN Server 2.1 or later, Install it using default settings and you should have atleast one user. Download VisualSVN-Server-Trac-2.1.1.21699.zip  and unzip it to C:\Program Files (x86)\VisualSVN Server directory Create folder C:\Trac and allow "Full control" access. Create repository Add your project inside trunk folder Commit your project Add system variable PYTHONHOME=C:\Program Files (x86)\VisualSVN Server\Trac\python Open command prompt and goto C:\Program Files (x86)\VisualSVN Server\trac directory where you have unzipped the folder and execute above command where myproject is project name Press enter to use default svn Provide the repository path Add the following text to file C:\Program Files (x86)\VisualSVN Server\conf\httpd-custom.conf if you use Subversion authentication Open http://localhost/trac or https://localhost/trac (if you are using secure connection) in a browser, enter username and password.

Installing and configuring VisualSvn-Server

Image
Download subversion http://www.visualsvn.com/files/VisualSVN-Server-2.1.7.msi VisualSVN Server is a package that contains everything you need to install, configure and manage Subversion server for your team on Windows platform. It includes Subversion, Apache and a management console - Subversion 1.6.16 - Apache 2.2.17 - OpenSSL 0.9.8r - ZLib 1.2.3 - Neon 0.29.5 Instal VisualSVN-Server Create New repository Create User copy url to check on browser Instal tortoiseSVN Client Setting up project Create folder Right click on newly created folder, click on SVN Checkout Provide URL of repository and click on OK button. provide username and password for the user Click Ok Directory structure should be like above. Copy and paste your project in trunk folder Right click on your newly pasted folder, click on TortoiseSVN and click on Add Right click on folder and click on Commit Check the project must be available in VisualSVN Copy the url to ch