Search:

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

Search: Search took 0.01 seconds.

  1. remove non-existed attribute will throw exception

    Hi all,I find the following attribute-remove code will throw exception if the attribute not existed:

    ModificationItem [] = new ModificationItem[1];
    mod[0] = new...
  2. AttributeInUseException when invoke addAttributeValue.

    Hi all,I have a entry whose alias attribute already has 'aaaa' and 'bbbb' value.
    and now I invoke:

    ...
    context.addAttributeValue("alias", "aaaaa",false);
    context.addAttributeValue("alias",...
  3. Replies
    3
    Views
    1,708

    when spring-mongodb will release?

    Hi,I am waiting for long time,when will the final 1.0 release?
  4. Replies
    1
    Views
    695

    any offical answer?

    I have same question,any offical answer?
    I use spring 3.0 in portlet 1.0 container,and when start portlet app,exception thrown:

    java.lang.NoClassDefFoundError: javax/portlet/ResourceRequest
    at...
  5. Replies
    3
    Views
    1,871

    Thanks,But can not find Widget in Spring RCP 1.0...

    Thanks,But can not find Widget in Spring RCP 1.0 release.
  6. Replies
    3
    Views
    1,871

    How to write complex View Class?

    Hello all,I am newbie of spring rcp,I have a question:
    I have a complex view Class named MyView extends AbstractView,there are many part need write independence Class(Many Inner class will make...
  7. Replies
    11
    Views
    1,868

    abstractly,any problem can be solved by...

    abstractly,any problem can be solved by coding,but some coding is unnecessary.
  8. Replies
    11
    Views
    1,868

    Class implemention switching is only the...

    Class implemention switching is only the situation which can be solved by FactoryBean,but thinking the following situation:

    <bean id="handlerMapping"...
  9. Replies
    11
    Views
    1,868

    Thanks! but wishing spring xml configration...

    Thanks! but wishing spring xml configration provide new schema to make my situation more easy.
  10. Replies
    11
    Views
    1,868

    any common idea?switch implement class is only...

    any common idea?switch implement class is only one situation.
  11. Replies
    11
    Views
    1,868

    How to config basing condition?

    Hello all,
    How can I config IOC basing condition,like following:
    <if var='xxx'>
    <bean id="beanid" class="com...Class1" ../>
    <else if var ='yyy'>
    <bean id="beanid"...
  12. I had a similar problem when using sm-0.8,I debug...

    I had a similar problem when using sm-0.8,I debug the code and find the exception will easy occured when multi concurrency index write operation happen,It is familiar in web application,It's a...
  13. Thanks very much!

    Thanks very much!
  14. about forward to other controller in controller

    Hi

    In Struts's action, can forward to other action(the return ActionForward may indicate the other action),but how can do in spring?My meaning is how to forward to other controller in a...
  15. Thanks for your reply

    First,Thanks for your reply,but I has searched all the classpath(include those of parent classloader),there are no any older version,I doubt the jdk version lead this issue(Websphere 5 use jdk1.3 )....
  16. NoSuchFieldError Exception throwed when running in Websphere

    Hi
    I use spring portlet framework in my portlet dev,It's ok running on tomat,but when runing on websphere 5,the NoSuchFieldError throwed,Following is the error message:

    Nested Exception is...
Results 1 to 16 of 16