Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Have to disappoint you

    Sorry, but the answer is No.
    That component was take over by another developer and he remade it in different fashion.
    I am specializing in server side technologies and, honestly, it was my first...
  2. Replies
    1
    Views
    4,974

    problem solved

    Apparently there is a jar file lib/jboss-archive-browsing.jar under hibernate-entitymanager that provide that class. I still have no idea what purposes it serves but but adding it to the classpath...
  3. Replies
    1
    Views
    4,974

    Entity manager factory init error

    I am trying to unit test my JPA/Hibernate component. So, I created a little test suite and changed my application context file to use LocalEntityManagerFactoryBean like below:

    <bean...
  4. Am I asking something so trivial that nobody...

    Am I asking something so trivial that nobody bothers to reply even with RTFM flame, or it is something that nobody knows? Do I have to dump Spring to work with SLSB? Anyone! Voice your opinion please.
  5. Replies
    0
    Views
    924

    JAX-WS and Spring

    I am trying to develop JAX-WS web service which is suppose to call method of a Spring injected bean. I am struggling with it for almost two weeks without much success. Separately these two things are...
  6. Injecting Spring bean into SLSB Web Service. Please help

    Nobody responded to my previous post and I am still quite confused.
    If someone can point me to a complete example, I will greatly appreciate it.
    I am not a newbie with Spring, however I am just...
  7. Replies
    0
    Views
    927

    Accessing Spring beans from SLSB

    I am trying to rejuvenate some old web service for spam processing that was originally written in AXIS 1.
    I decided to try SLSB based web service and created this code based on existing API:

    ...
  8. Replies
    13
    Views
    1,852

    I'll try to replicate it but still do you know...

    I'll try to replicate it but still do you know how the transaction proxy knows when to do commit. I understand that if next intercepted method REQUIRES_NEW, proxy will commit existing one and starts...
  9. Replies
    13
    Views
    1,852

    I did not say that I am getting deadlock....

    I did not say that I am getting deadlock. Deadlock is usually recognized by the DB engine and one of two transactions is aborted. What I am getting is when second user is trying to work with the same...
  10. Replies
    13
    Views
    1,852

    I do not question if it commit or rollback. I am...

    I do not question if it commit or rollback. I am not clear when it happened.
    No, rollback is clear. If exception occur transaction is rolled back.
    I have a number of methods that are...
  11. Replies
    13
    Views
    1,852

    Commiting transaction

    I am using TransactionProxyFactoryBean to handle my transactions.
    It kind of working but not satisfactory.
    The problem is that I do not see how to commit the transaction.
    For both...
  12. Replies
    28
    Views
    3,991

    Sorry for not being able to help. I am over my...

    Sorry for not being able to help. I am over my head now.
    The only thing that I noticed is that you are mixing servlet and portlet classes.
    I am not sure that it is acceptable, but as I said, I am...
  13. Replies
    28
    Views
    3,991

    Hmmm...:confused: I am also at a loss. Post you...

    Hmmm...:confused:
    I am also at a loss. Post you complete stack trace. May be that will give me a hint. Otherwise, you'll need to seek help from the front-end expert, which I am not.
  14. Replies
    28
    Views
    3,991

    ...

    <put name="title" value="MBA: Clients"/>
    <put name="selected.menu" value="Test >"/>
    <put name="selected.menuItem" value="Test"/>

    What are these properties mean? It looks to me...
  15. Replies
    28
    Views
    3,991

    What is in your view.properties file?

    What is in your view.properties file?
  16. Replies
    28
    Views
    3,991

    I am newbie to tiles myself. I am actually...

    I am newbie to tiles myself. I am actually specializing on the back end development.
    I am not sure who does it. Probably one of the tiles facade or helper classes. I know that when tile is loaded a...
  17. Replies
    28
    Views
    3,991

    I kind of make it working, however I cannot say...

    I kind of make it working, however I cannot say that I am completely satisfied with the solution. Here is what I did:
    My tiles-defs.xml looks like


    <tiles-definitions>
    <definition...
  18. Replies
    4
    Views
    1,125

    Yeah, this is the line in...

    Yeah, this is the line in org.acegisecurity.ui.rememberme.TokenBasedRememberMeServices, however, I am logged in when this happened. Authentication should not be null there.

    I did find this issue...
  19. Replies
    4
    Views
    1,125

    Null pointer exception on logout

    I had this piece working before and I didn't change anything in this area.
    However when I click on logout link I am getting NPE in Acegi.

    java.lang.NullPointerException...
  20. Thanks, that makes it clear. However it should...

    Thanks, that makes it clear. However it should have been mentioned in the documentation somewhere. IMHO it is a definite flaw of the forms taglib.
    I guess, I won't be using <form:options> then.
  21. That was stupid of me. :o Jsp certainly won't...

    That was stupid of me. :o
    Jsp certainly won't create an object instance for me. I did fix this thing
    but now I am having another problem with <form:options> tag
    I am passing in a reference object...
  22. Thank you, it works mostly. It failed in the...

    Thank you, it works mostly. It failed in the following line


    <form:select path="orders[${ordersLoop.index}].shippingMethod.carrier.companyId"

    with...
  23. How to use spring form tags with tabular command object?

    My JSP is displaying a list of sales orders in the table within a form.

    <form:form method="post" commandName="orders" action="">
    I am passing the list in from the controller as an ArrayList and...
  24. Replies
    28
    Views
    3,991

    I did my cleaning and some testing too. There are...

    I did my cleaning and some testing too. There are some problems still.
    First, when I click on the navigation tile, which does not belong to the same definition as a content tile and does not have...
  25. Replies
    28
    Views
    3,991

    I got it working

    I got this thing working. Basically in the the ComponentControllerSupport implementation I am dumping model into the request.


    for(Iterator i = model.entrySet().iterator(); i.hasNext();)...
Results 1 to 25 of 53
Page 1 of 3 1 2 3