Not understand,I just want cancel the password storage
Type: Posts; User: janwen; Keyword(s):
Not understand,I just want cancel the password storage
How can i cancel Secure Storage,every time i start sts,i need to input the password
Sorry,I use annotation-base in my project,not xml config,and i do not use beanfactory or applicationcontext in my project,so you solution is not for my issue.
I use spring web service 2.1.2 in my project,the following code:
HttpClient httpClient = new DefaultHttpClient();
CommonsHttpMessageSender httpMessageSender = new CommonsHttpMessageSender();...
Marten Deinum,I use Annotation-based config in my project,i use @Service Annotation on my service layer to inject bean,such as @Service on the above com.royz.test.PerformerImpl then the @AspectJ not...
I config tomcat6.x with STS in my develop environment,I often get the exception:java.lang.ClassNotFoundException: org.apache.jsp.jsp.goods.listGoods_jsp after tomcat hot deploy my new change.
Is...
See your tables store engine if you use mysql.I encounter the same issue as you.And i figure out mysql tables stored with mysiam.MyISAM is not support transaction in mysql,but innodb do.
Yeah,I just mean to improve the m2eclipse Installation and subeclipse related plugin Installation like m2eclipse connectors and so on.Thanks
thanks,Martin,I give it up.waste a lot of my time.But i think STS should improve m2eclipse feature.
Sorry for my late reply:
Following is the content of the error dialog cap:
My STS Version:
SpringSource Tool Suite
Version: 2.9.2.RELEASE
Build Id: 201205071000
Another question,I use svn to host my maven projects,What scm plugin i need to install?There are many...
Any one can provide some cofigurations for windows xp 32 bit,On my laptop,STS almost did not run,I want to coding on my laptop.
Please and thanks
Hi,All
I want to check out maven project from my svn repository.But I try many ways i got from internet,all fail.
I update all plugins subeclipse,maven,sts and so on.When i use import with...
THANKS.It work
I have the same problem with my java web project(spring mvc),Whatever i change in my project,the tcserver deploy fail and prompt to restart tc server.
Wow,I try your solution and works.thanks so much.I used a eclipse plugin named filesync to deploy my project successful.But i think your solution is better than me.
P.S i google 'eclipse Deployment...
I google this page:http://stackoverflow.com/questions/1691553/java-web-project-referencing-another-java-project
My issue is as same as that.After i deploy my webproject,tomcat can not find the java...
Thanks,Martin.
To use STS(I love it),I create two projects to solve the issue.There are two projects,one is java project,another is web project.see my attachment file.I remove the dependency log4j...
I can not upload the whole project files.That is our business project.I upload some myeclipse project metadata files instead.
Can see those images i uploaded?
I compared those files:.project,.classpath and .setting/ files with STS project,They are different from the web project that create from STS.
Our source structure...
Hi,Martin,springsource tc server and VMware vFabric tc Server are the same product?
I see multiple settings in "new server wizard".I google springsource tc server vs VMware vFabric TM tc...
So much!
1.Our projects developed with myeclipse and using svn manage source code.I check out project from our svn repo,and change .project and .classpaht .settings/.... to the STS format.
2.I try...
Sorry,I spent two days on transforming my myeclipse projects to STS,but failure,I google and google again,I give up STS.
thanks,Martin, I'll try some new resolution for my case,and then share my experience here.
-XX:+UseParallelGC
-server
Above parameters can affect the tomcat or other jsp container speed?
I am not familiar with above parameters