Search:

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

Page 1 of 6 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    3
    Views
    1,363

    Hmmm, running "real" example / test results in a...

    Hmmm, running "real" example / test results in a new post, but w/o message.

    FacebookOperations fbOps = new FacebookTemplate("<some token>");
    FacebookPost post = new...
  2. Replies
    3
    Views
    1,363

    I've also added the 'privacy' part from this api...

    I've also added the 'privacy' part from this api docs:
    * http://developers.facebook.com/docs/reference/api/post

    Following the rules based on what the user configures:
    *...
  3. Replies
    3
    Views
    1,363

    I've simplified post to updateStatus a bit, so...

    I've simplified post to updateStatus a bit,
    so it actually gets the post-id info as part of the initial post' response.
    *...
  4. Replies
    3
    Views
    1,363

    FB extensions - updateStatus + request factory

    I've been playing a bit with the Social+Facebook source code, trying to use it on GAE.
    As GAE doesn't allow for new threads, default request factory work -- it's multithreaded.
    So, I've extended...
  5. Replies
    5
    Views
    3,356

    OK, wrong groupId + artifactId. :-) Works like a...

    OK, wrong groupId + artifactId. :-)
    Works like a charm now.
  6. Replies
    5
    Views
    3,356

    Ah, thanks. I tried those, but looks like I...

    Ah, thanks.

    I tried those, but looks like I missed something.
    I'll try again.
  7. Replies
    5
    Views
    3,356

    maven + spring-social

    I'm having trouble finding the right Maven repository to pull Spring-Social 1.0.0.M1.
    Hint(s) appreciated. :-)
  8. Replies
    12
    Views
    6,192

    And JBoss can't? "However JBoss can use any...

    And JBoss can't?
    "However JBoss can use any other servlet container if it is JBoss-ified".
    or even better:
    "However JBoss can use any other servlet container if it can be run as a standalone...
  9. Replies
    12
    Views
    6,192

    To correct a few mistakes. ;-) Everything...

    To correct a few mistakes. ;-)


    Everything else is a normal JAR, with a simple services/pojos -beans.xml file descriptors.


    What is proprietary about MC's lookup?
    It's all POJOs, user should...
  10. Replies
    0
    Views
    2,235

    JAXRPC client WSDL lookup authentication

    I'm using JaxRpcPortProxyFactoryBean to access my webservice. Whole service URL is secured with BASIC auth - that means that access to .wsdl is also secured.
    But even if you set username and...
  11. Form binding - ignore case on request parameter name

    What's the easiest way to get your command bean bound with uppercase name params from request?

    ex.

    My class MCommand has confirmationID field. With normal getter and setter -...
  12. Any new solutions? Since I also get the...

    Any new solutions?

    Since I also get the following exception:


    ERROR [Service] Server returned HTTP response code: 401 for URL: http://x.y.net/g/services/weatherservice.wsdl...
  13. Replies
    5
    Views
    3,504

    Tighter integration

    Is there any good solution to this question posted on http://blogs.codehaus.org/people/jboner/archives/000826_spring_and_aspectwerkz_a_happy_marriage.html



    Rgds, Ales
  14. Replies
    4
    Views
    1,190

    Bug in BeanFactoryPostProcessor processing

    I get an exception when trying to initialize this context:



    <!-- ========================= GENERAL DEFINITIONS ========================= -->

    <!-- Configurer that replaces $&#123;...&#125;...
  15. Replies
    2
    Views
    1,231

    :oops: Layzly searched the forum ... didn't...

    :oops:

    Layzly searched the forum ... didn't know how exactly too look.
    Hoping one who faced similar problem would jump right in :D .

    Thanx.
  16. Replies
    2
    Views
    1,231

    Obtaining Factory bean inside xml context

    How do you do this inside xml context?



    <bean id="configuration" factory-bean="&sessionFactory" factory-method="getConfiguration"/>


    Here xml parser crashes: ...
  17. Replies
    1
    Views
    1,757

    LinkedHashSet usage

    Hi!

    BeanPropertyAccessStrategy
    AbstractValueModel
    ActionState
    Flow

    They all directly use LinkedHashSet from Java1.4.
    Shouldn't they use CollectionFactory.createLinkedSetIfPossible() as in...
  18. Replies
    4
    Views
    2,206

    It is the same in TSS article:...

    It is the same in TSS article: http://www.theserverside.com/articles/article.tss?l=SpringWebFlow

    <subflow-state id="enterPassengerInformation" flow="passenger">

    <attribute-mapper>
    ...
  19. Would you (after this weekend :) ) recommend...

    Would you (after this weekend :) ) recommend using C3P0 over DBCP?

    Ales

    ps: thanx also for that 'SessionFactoryUtils change' post reply
  20. Replies
    1
    Views
    838

    SessionFactoryUtils change

    Just being curious.
    Why the change from



    if &#40;!allowCreate&#41; &#123;
    throw new IllegalStateException&#40;"No Hibernate session bound to thread, " +
    "and configuration does not allow creation...
  21. Juergen, can you please share the C3PO data...

    Juergen, can you please share the C3PO data source bean configuration (<bean id="dataSource" ...>)?

    Ales
  22. Replies
    11
    Views
    17,276

    EhCache uses only one CacheManager instance -...

    EhCache uses only one CacheManager instance - singleton. So you will always get the same instance, no matter wher you use it.
    But at the moment ehcache doesn't count instance requests, which is not...
  23. Adding your reply at Hibernate :D -...

    Adding your reply at Hibernate :D
    - http://forum.hibernate.org/viewtopic.php?t=942454
  24. Replies
    8
    Views
    1,777

    I think you have the same problem (the topic...

    I think you have the same problem (the topic title is almost the same):
    - http://forum.springframework.org/viewtopic.php?t=5410
  25. 1) Should each method within the DAOs call...

    1) Should each method within the DAOs call this.closeIfNecessary?

    I would use HibernateTransactionManger to handle my session.

    2) Or should this be happening in the controllers?

    Defenitely...
Results 1 to 25 of 133
Page 1 of 6 1 2 3 4