Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.07 seconds.

  1. Help on basic EJB lookup configuration on glassfish 3.1

    Hi, please consider my ejb-jar.xml


    <?xml version="1.0" encoding="UTF-8"?>
    <ejb-jar xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee"...
  2. Replies
    8
    Views
    1,999

    I'm going to try downloading manually the .jar...

    I'm going to try downloading manually the .jar files it fails to reach or downloading. Which is the best place to copy these files too? plugins?
  3. Replies
    8
    Views
    1,999

    Hi kris, yes i'm behind a proxy but can download...

    Hi kris, yes i'm behind a proxy but can download things successfully. I downloaded zip files for subversive connectors and incubators and loaded them as archived files. Why does eclipse still try to...
  4. Replies
    8
    Views
    1,999

    An error occurred while collecting items to be...

    An error occurred while collecting items to be installed
    session context was:(profile=com.springsource.sts.ide, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=)....
  5. Replies
    8
    Views
    1,999

    SVN connector/incubation plugin timeouts

    Hi, i've been trying several times to get my subversive to work with no success. When i install the SVNKit 1.3.5 and SVN connectors i get timeouts or cannot fetch some jars. Is this a known problem?
  6. Embedded JDBC DB with Simple Spring Hibernate Utility (Spring 3.0)

    Hi, i've created the Hibernate project using Spring Template Project. Two domain objects, a JUnit test, app-context.xml and the persistence-context.xml were created. Now i noticed this line

    and...
  7. Replies
    3
    Views
    1,401

    This works fine with default login security (with...

    This works fine with default login security (with /onlinebasket)


    <http auto-config='true'>
    <intercept-url pattern="/**" access="ROLE_CUSTOMER" />
    </http>
    ...
  8. Replies
    3
    Views
    1,401

    and this is the message i get

    and this is the message i get
  9. Replies
    3
    Views
    1,401

    My customised login page not loading

    Hi, i had default login page now replacing it with my own. Here's my security config



    <http access-denied-page="/onlinebasket/denied.htm">
    <form-login login-page="/onlinebasket/login.htm"...
  10. Replies
    12
    Views
    3,595

    JSON object returned as file download

    Hi, when the JSON object returns, the browser doesn't load the JSP but attempts to download the file newProduct [which is application/jason from http://localhost:8080]. When i open the file using...
  11. by changing libraries, i now get a different...

    by changing libraries, i now get a different error



    org.springframework.beans.factory.BeanCreationException: Error creating bean with name...
  12. Configuring JSON View with Tiles and other view handlers

    Hi, here's my servlet-config


    <?xml version="1.0" encoding="UTF-8"?>
    <beans xmlns="http://www.springframework.org/schema/beans"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    ...
  13. this works thanks. Now, how do i use the Factory...

    this works thanks. Now, how do i use the Factory which generates DAO instances with dependency Injection? Is there a need for this factory on Spring implementation with dependency injection?
  14. DAO injection with Hibernate Factory implementation

    Hi, i have followed the hibernate Factory implementation which uses abstractDAO for all my DAOs. I now need to inject my DAOs which extends this Abstract to Spring service layer (Manager class)....
  15. Replies
    0
    Views
    1,015

    STS 2.5.0 use with IBM Websphere server

    Hi, just installed the tool and noticed when i create a new EJB project, there's IBM server 6.0 option on run-times. I noticed this server is not shipped with it so meaning i must still buy the...
  16. Cannot verify Security Access Keys on Cloud Foundry

    Hi, i've created a Cound Foundry account, Amazon WebService account, and Amazon S3 account. I created Security Access keys on Amazon Security Credentials but they do not seem to work on Cloud Foundry...
  17. Replies
    12
    Views
    3,595

    mhh. i now get HTTP Status 406 - The...

    mhh. i now get


    HTTP Status 406 -
    The resource identified by this request is only capable of generating responses with characteristics not acceptable according to the request "accept" headers...
  18. Replies
    12
    Views
    3,595

    Thanks Enrico, will give this a try... I didn't...

    Thanks Enrico, will give this a try... I didn't add @ResponseBody as i thought its not necessary when loading the Json view for the first time. Only thought you annotated when already coming from the...
  19. Replies
    12
    Views
    3,595

    Hi Enrico, haven't touched this code since ......

    Hi Enrico, haven't touched this code since ... Only returned to it last night. I get the following because of the ViewResolver not present for Json i'm guessing



    javax.servlet.ServletException:...
  20. Breaking AppContext into 3 files (servlet-config.xml/webapp-config.xml/app-confi.xml)

    I have servlet-config.xml and webapp-config.xml in the WEB-INF (WebRoot) and application-config.xml in my classpath root. I then import application-config inside the webapp-config. I have a challenge...
  21. Replies
    12
    Views
    3,595

    Cool thanks :)

    Cool thanks :)
  22. Replies
    12
    Views
    3,595

    last but not least, do i need xmlFileViewResolver...

    last but not least, do i need xmlFileViewResolver for JSON, please have a look at this servlet-config


    <?xml version="1.0" encoding="UTF-8"?>
    <beans...
  23. Replies
    12
    Views
    3,595

    Hi Enrico, thanks will read through this. Now...

    Hi Enrico, thanks will read through this. Now that you mentioned Spring 3, i have changed the following

    <context:component-scan base-package="sanlam.online.shopping.web"/>to...
  24. Replies
    12
    Views
    3,595

    Beginners approach to Ajax + Spring MVC

    Hi, am trying to learn Ajax and need advice on whats the simplest root. I stumbled across JSON so my question is, do i need it to start learning Ajax? What's is its fundamental use to Ajax+Spring and...
  25. My first TIles 2 attempt integration, have question ...

    Hi, let me first show you my configurations
    tiles.xml


    <?xml version="1.0" encoding="ISO-8859-1" ?>
    <!DOCTYPE tiles-definitions PUBLIC
    "-//Apache Software Foundation//DTD Tiles...
Results 1 to 25 of 62
Page 1 of 3 1 2 3