Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    2,071

    thanks! very clean code & config ping

    thanks!
    very clean code & config
    ping
  2. Replies
    3
    Views
    2,071

    dynamic lookup queue

    Hi,
    I have a application, which is like a message bridge, when my app get a message from other system, and send to different queue to be processed, my app did not know queue before get message, and...
  3. Replies
    1
    Views
    2,415

    default ContextJndiBeanFactoryLocator

    Hi, All:

    Can somebody help?
    default ContextJndiBeanFactoryLocator, look for
    java:comp/env/ejb/BeanFactoryPath

    For example: SimpleEJB, what is "BeanFactoryPath" -->
    SimpleEJB ????

    Best...
  4. Replies
    1
    Views
    1,772

    how to reponse :entity Bean with server crash

    I remember " only entity bean can surrive server crash", how to reponse that, when we would like elimit entity bean.
    You know I don't like entity bean, but when you want to push spring, I need the...
  5. Replies
    4
    Views
    2,890

    I like your second suggestion, you know...

    I like your second suggestion, you know "political" presure to use EJB, so I can used "EJB" with everything spring under it.
  6. Replies
    10
    Views
    17,220

    a litte bit confuse

    Why did the jndiname in web.xml and applicartioncontext.xml point to differently one is wlQueue another is jms/queue?

    <resource-description>
    <resource-env-description>
    ...
  7. Replies
    4
    Views
    2,890

    EJB transaction and Spring templates

    Hi,
    Can I use jdbcTemplate or HibernateTemplate or support under SLSB transaction hood? ( for example company need expose to remote EJB client), I like the spring handle exception.


    Ping
  8. deploy as ear works!

    As you suggested I have EJB.jar without depend jar and put in a ear file, all the third party jars in APP-INF/lib
    Simple.ear
    -EJBMOdular.jar
    -META-INF\application.xml
    ...
  9. I tested your code, it works, you miss a jar

    Hi, ElPapa:
    I downloaded your code, and tested, finally I made it works, let me explain:
    1. I deployed your code to weblogic 8.1,
    in MANIFEST.MF add depended reference:
    Class-Path: srping.jar...
  10. I used two DispatcherServlets in web.xml

    I seperated to two DispatcherServlets, split config file to two, springapp-servlet.xml and image-servlet.xml, it works fine, but I do not know if this is the right way.
  11. configure multiactionController and regular one help!

    Hi,
    I try to config one multiactionController with two regular Controllers, no luck, access
    http://localhost:8080/springapp/imagelist.htm
    http://localhost:8080/springapp/imageList...
  12. Replies
    1
    Views
    3,911

    how to match to method name

    how to match method name? for example:
    public interface IMyBussessObject {
    public String getSomething();
    public String [b] doOtherthing();
    }

    I only want to do scuritycheck...
Results 1 to 12 of 12