| support-swapna wrote: |
| Nagendra,
Can you answer some more questions for us ? 1. Can you share the installation details from MyEclipse > Installation Summary > Installation Details ? Paste them here. 2. In the MyEclipse IDE, if you want to add information to the Classpath, you will have to go to the Websphere connector page and make changes to the Advanced Classpath configuration section. Edit the server connector (From the Server's tab, right click on the Websphere > Configure Server Connector), click Next till you see the Advanced Classpath configuration page. You can add the information to "Append to classpath" section. This should fix the issue you are seeing. Attached is the screenshot for the same. Let us know how it works for you. |
| support-swapna wrote: |
| Nagendra,
The screenshot is missing from your reply. Can you clarify if you have tried to set the value as I suggested in my previous reply ? Your colleague must be working with MyEclipse Blue 8.6.1version. You can update to it from the Configuration Center. Switch to MyEclipse Configuration Center > Software > Software Updates Available. Check for 8.6.1 version, apply the changes and follow the wizard. Restart the IDE when it prompts to. Let us know how it works for you. |
| support-swapna wrote: |
| Nagendra,
I am afraid you cannot update just the server connector. When you switch to the MyEclipse Configuration Center > Software > Software Updates Available, do you see the MyEclipse Blue Edition 8.6.1 in the list ? If yes , please select it, apply the changes, follow the wizard and restart the IDE when it prompts to. I recommend you install MyEclipse 10.1 our latest version to take advantage of the newest features. You do not have to uninstall MyEclipse 8.6.1. You can install 10.1, along side 8.6.1 or a different location. The license you currently hold is valid for 10.1 version too as our licenses are time based and not version based. You can download 10.1 from this link : http://myeclipseide.com/index.php?name=Recommend_Us&req=Download&version=MEBlue Alternatively you can use Pulse to download it. Here is the FAQ for the same. Select 'Eclipse 3.7 - Indigo' and MyEclipse Blue 10.1 and follow the FAQ : http://www.myeclipseide.com/PNphpBB2-viewtopic-t-25976.html Let us know if you see any issues. |
| pnknaga wrote: | ||
Hi Swapna, Thank you very much for providing usefull info. After refreshing "Software updates Available" tab only I am able to see 8.6.1 version and I have upgared to 8.6.1. Now Classpath is working without configuring in MyEclipse Server Connector. and coming to MyEclipse 10 version, Where should I download this. Means Do I need to download at the same place where 8.6.1 version exists Or Do I need to use differnt location. And after downloading is it require to give same Lisence Key Or Can I use directly. Please explain me how can I use it. Coming to my previous thread http://www.myeclipseide.com/index.php?name=PNphpBB2&file=viewtopic&p=128923 in this version, I tried to deploy sample webApplication in Debug mode. Its working fine and when i do the changes in Eclipse its reflecting in the Server location. But When I deploy my Project and start the server in Debug mode, I am getting some exceptions. Its related to Spring beans intialization which configured in my application. I think 8.6.1 version not supporting for Spring application. I dont see any exceptions when I start the server in Run mode. Exception when I start the server in Debug Mode: ----------------------------------------------------------- Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'rxClaimMemberBenefitDetailHelper' defined in ServletContext resource [/WEB-INF/context/user-profile-beans.xml]: Cannot resolve reference to bean 'rxClaimMemberBenefitDetailService' while setting bean property 'rxClaimMemberBenefitDetailService'; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [com.uhg.rxsol.chp.services.RxClaimMemberBenefitDetailServiceImpl] for bean with name 'rxClaimMemberBenefitDetailService' defined in ServletContext resource [/WEB-INF/context/service-provider-beans.xml]; nested exception is java.lang.ClassNotFoundException: com.uhg.rxsol.chp.services.RxClaimMemberBenefitDetailServiceImpl at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:275) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:104) Thanks, Nagendra |