Question : how to migrate web application running in weblogic 7 into 10

here its what i did in steps:
1st :  I  installed weblogic suite 10.3 ,amd created a dynamic web project.
2nd: i copied java files into src,jsp into webcontent/jsp and  jars into webcontent/web-inf/lib.
3rd: i created a new domain named claim_domain.
4th: I configured the server.and was running gud though i didnt add the project into it
5th: I placed the wholesale.properties in the config folder where config.xml is present.
6th: I made the changes in Config.xml file as i added
                ClassName="com.zon.wholesale.utils.WholesaleMain"
        Name="WholesaleMain" Targets="Adminserver"/>
when i did the 6th step ,i tried to start the servaer it is giving the error as:

  ns\claim_domain\config\config.xml - Expected elements 'administration-protocol@http://www.bea.com/ns/weblogic/920/domain wldf-system-resource@http://www.bea.com/ns/weblogic/920/domain jdbc-system-resource@http://www.bea.com/ns/weblogic/920/domain saf-agent@http://www.bea.com/ns/weblogic/920/domain wlec-connection-pool@http://www.bea.com/ns/weblogic/920/domain error-handling@http://www.bea.com/ns/weblogic/920/domain remote-saf-context@http://www.bea.com/ns/weblogic/920/domain migratable-rmi-service@http://www.bea.com/ns/weblogic/920/domain webservice-security@http://www.bea.com/ns/weblogic/920/domain jms-connection-consumer@http://www.bea.com/ns/weblogic/920/domain auto-deploy-for-submodules-enabled@http://www.bea.com/ns/weblogic/920/domain admin-console@http://www.bea.com/ns/weblogic/920/domain internal-apps-deploy-on-demand-enabled@http://www.bea.com/ns/weblogic/920/domain guardian-enabled@http://www.bea.com/ns/weblogic/920/domain' instead of 'StartupClass@http://www.bea.com/ns/weblogic/920/domain' here in element domain@http://www.bea.com/ns/weblogic/920/domain>
and
ns\claim_domain\config\config.xml see log for details. Schema validation can be disabled by starting the server with the command line option: -Dweblogic.configuration.schemaValidationEnabled=false> .
I m not sure what to do next ..
please suggest me the solution
thanks

Answer : how to migrate web application running in weblogic 7 into 10

Menu for adding startup class after login to admin console.

Environment --> Startup & Shutdown Classes
Random Solutions  
 
programming4us programming4us