Search:

Type: Posts; User: vw729; Keyword(s):

Page 1 of 20 1 2 3 4

Search: Search took 0.13 seconds.

  1. Replies
    0
    Views
    173

    Multi-Package Configuration Problem

    I am working on an application with multiple Spring enabled libraries and packages. I run into many problems due to the multi-configurations in those packages. One outstanding issue is the DB...
  2. Replies
    0
    Views
    167

    Why I get a NoSuchBeanDefinitionException?

    In a Spring configuration file, I have


    <bean id="myBean" class="..." />

    And in a Java class, I have


    @Resource(name="myBean")
    private MyClass myBean;
  3. Replies
    0
    Views
    234

    HTTP STATUS 406 -Ajax

    Here is my Jquery Ajax code:


    $.ajax({
    headers: ({
    'Accept': 'application/json',
    'Content-Type': 'application/json'
    }),
    ...
  4. Thanks Marten for your info. I did do an online...

    Thanks Marten for your info. I did do an online search before posting my question. My search result indicated it was related with spring-asm. I remember that I have seen the package before and didn't...
  5. "... interface org.springframework.asm.ClassVisitor as super class"

    I run into the following error during the starting up



    I use the latest version verion 3.2.1.

    How to solve this problem?
  6. ClassNotFoundException: org.springframework.security.web.firewall.Firewall edResponse

    Here is an error I run into during the start-up after upgrading to SS 3.1.3. This problem doesn't exist in the 3.1.2 version. The Spring framework quality is deteriorating to my experience.


    ...
  7. AopConfigException - Superclass has no null constructors but no arguments were given

    After upgrading to the 3.1.3, I run into the following error during the start up.



    org.springframework.aop.framework.AopConfigException: Could not generate CGLIB subclass of class [class...
  8. Never mind. It was caused by missing files. I...

    Never mind. It was caused by missing files. I moved my project from one pc to another one. Some files were missing for some reason.
  9. How Can I Find Out The Cause Of The 404 Error ?

    In a Tomcat access log file:


    0:0:0:0:0:0:0:1 - - [27/Oct/2012:14:57:27 -0700] "GET /myapp/profiles/new HTTP/1.1" 404 5

    And in an application log file:


    14:57:15,720 DEBUG...
  10. Replies
    4
    Views
    885

    How about creating a PDF view?

    How about creating a PDF view?
  11. Thanks for your reply, Craig. I don't make any...

    Thanks for your reply, Craig. I don't make any changes and after running "mvn -e install", I get the following message:


    + Error stacktraces are turned on.
    [INFO] Scanning for projects......
  12. I haven't re-installed STS again yet. So, I can't...

    I haven't re-installed STS again yet. So, I can't answer your question on whether it is reproducible or not. I run into an application publishing problem. For every single application I published on...
  13. Hi Martin, Thanks for your quick response. ...

    Hi Martin,

    Thanks for your quick response.

    As I have mentioned, I needed to re-install STS under my user directory instead of directly under the C driver to work around the write access...
  14. vfabric-tc-server-developer-2.7.2.RELEASE configuration problem

    After installing STS 3.1.0 under users\me\ of windows Vista (BTW, I just learn the installation location to save myself from the Windows write access right restriction troubles), I run into a problem...
  15. The current version of Spring Social Showcase build fails

    The following line breaks the build


    @EnableLinkedIn(appId="${linkedin.consumerKey}", appSecret="${linkedin.consumerSecret}")

    due to the undefined @EnableLinkedIn
  16. Which view technology I shall use for a new Spring project?

    I am starting a new Spring project and looking for a view technology which will work well for various screen sizes in the current mobile device era. I used to have JSP for the view. It seems...
  17. Replies
    1
    Views
    602

    "Could not create the Java virtual machine"

    I can't start STS right now due to the error. According to this article (http://javahowto.blogspot.com/2006/06/6-common-errors-in-setting-java-heap.html), it is caused by memory setting in the...
  18. Replies
    3
    Views
    350

    Thanks Martin for your response. Here is the...

    Thanks Martin for your response. Here is the information you ask for:

    -vm
    C:/Program Files/Java/jdk1.6.0_32/bin/javaw.exe
    -startup
    plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar...
  19. Replies
    3
    Views
    350

    Sluggish Performance

    I use the STS 2.5 at work due to the Maven structure. The performance is a big issue. It is frequently hung even with one or two typing. I have the same issue on other versions of STS, but not as bad...
  20. Replies
    1
    Views
    230

    Can't get STS installed on 32 bit Windows 7

    I can't use the installer for installation at work since the network blocks all .exe files. When I extract the zip file, a message panel pops up and shows a large number of errors. Where I can get...
  21. Is a such thing to declare a Spring bean twice if I need to declare it in a XML file?

    I was told that I need to declare a Spring bean with one of the annotation if I need to declare it in a XML. First, that is not how I understand about Spring. And second, I get an error with the...
  22. Replies
    2
    Views
    394

    Can Server Be Configurable Within STS?

    After some research, I don't see how to configure a TC server within STS. Working with a few projects, I need to update the server version as well as STS from time to time. After my last server...
  23. Hi Craig, thanks for your reply. I tested the...

    Hi Craig, thanks for your reply. I tested the method against an account with four pages. Those pages were set up as pages, but not applications at all. The method return seven entries. Other than...
  24. Replies
    1
    Views
    224

    Why An Exception On accountRepository?

    The following line is in the HomeController class of the showcase sample.


    model.addAttribute(accountRepository.findAccountByUsername(currentUser.getName()));

    I am wondering why I get an...
  25. Shall PageOperations Interface Have A Method For Retrieving Pages Only?

    In our app, we need to let users make a post on their facebook pages (pages they have the admin right). To do so, we first need to retrieve all their page entries. With the current API, the...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4