Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    887

    issue when upgrading to spring 2.0.2

    Hi, I'm upgrading an application from spring 1.2.8 to spring 2.0.2.
    The app deploys as a web application in weblogic 8.1.
    I am getting the following exception when starting the server even though...
  2. Replies
    7
    Views
    4,541

    did you ever get this to actually work?

    I'm trying to avoid using the JMSAdmin utility that registers an MQConnectionFactory in JNDI. I'm trying to configure it directly using a similar Spring config however i'm getting the following...
  3. figured it out. it turned out that I had to...

    figured it out.

    it turned out that I had to comment out my existing weblogic security in config.xml.
    once this was done redirect works fine and i hit the next issue.

    when done using...
  4. I've looked into that and enabled debug on our...

    I've looked into that and enabled debug on our MVC control servlet and related code but i don't see that it is being called at all

    naor
  5. I've modified the code to set a...

    I've modified the code to set a JaasGrantedAuthority:


    auth = new UsernamePasswordAuthenticationToken(user, perms, new GrantedAuthority[]{new JaasGrantedAuthority("user_role", user)});

    and now...
  6. this is the trail of debug i currently get: ...

    this is the trail of debug i currently get:


    Token@5b0c7e: Username: naor; Password: [PROTECTED]; Authenticated: true; Details: null; Not granted any authorities
    Oct-09-2005 18:02:45 DEBUG...
  7. i've fixed the bean definition to be:

    i've fixed the bean definition to be:


    <bean id="authenticationProcessingFilter" class="net.sf.acegisecurity.ui.webapp.AuthenticationProcessingFilter">
    <property...
  8. thanks for your help, I do use a homegrown MVC...

    thanks for your help,

    I do use a homegrown MVC framework but the target url for a successful login is allways /secured/redirect.jsp

    where should i specify this ACEGI_SECURITY_TARGET_URL_KEY?
    ...
  9. authentication successful but browser displays login page

    Hi,

    I'm making my first steps to integrate Acegi as a weblogic replacement.

    I use the following definition in web.xml:


    <welcome-file-list>
    ...
  10. Replies
    2
    Views
    1,311

    can you post it then? I'm just playing with an...

    can you post it then?

    I'm just playing with an existing weblogic .war and trying to get it to run with acegi to replace the weblogic providers and have a similar issue...

    thanks,

    naor
  11. Replies
    7
    Views
    5,528

    Thanks for the reply, We use the same...

    Thanks for the reply,

    We use the same jndiTemplate to publish an object in the cluster JNDI and this call actually requires the cluster url in the form we use. (this is how it is specified in...
  12. Replies
    9
    Views
    2,741

    thanks for the reply. I will add my vote too ...

    thanks for the reply.

    I will add my vote too

    :)
  13. Replies
    7
    Views
    5,528

    Here is what we see in the log when we use the...

    Here is what we see in the log when we use the single server URL:


    Oct-04-2005 23&#58;35&#58;32 DEBUG &#40;AbstractRemoteSlsbInvokerInterceptor.java&#58;209&#41; - Obtained reference to remote EJB&#58;...
  14. Replies
    7
    Views
    5,528

    Weblogic cluster URL not working

    Hi

    we have the following definition for a jndiTemplate:


    <!-- remote access to weblogic JNDI -->
    <bean id="jndiTemplate" class="org.springframework.jndi.JndiTemplate">
    ...
  15. Replies
    9
    Views
    2,741

    RMI client to multiple servers

    Hi,

    I'm trying to replace my EJB calls (done through spring) with RMI.
    My service is being exported on multiple servers in a cluster.
    in the example taken from SpringInAction book the client...
  16. Replies
    9
    Views
    5,821

    I believe I've found the source for this issue. ...

    I believe I've found the source for this issue.

    thanks for your help.

    NY
  17. Replies
    9
    Views
    5,821

    here is the code i use: try {coreContext =...

    here is the code i use:



    try &#123;coreContext = new ClassPathXmlApplicationContext&#40;beanFile&#41;;&#125;
    catch &#40;Exception e&#41; &#123;throw new InitializationException&#40;"Error initializing SpringService&#58;...
  18. Replies
    9
    Views
    5,821

    the GTStartup is where the spring container is...

    the GTStartup is where the spring container is initialized.
    (a weblogic startup class)

    the SpringService class simply loads a spring application context
  19. Replies
    9
    Views
    5,821

    after enabling debug for the org.quartz I still...

    after enabling debug for the org.quartz I still have no clue of what is the cause for failing:


    Oct-01-2005 15:49:22 DEBUG (BeanWrapperImpl.java:862) - Invoked write method [public void...
  20. Replies
    9
    Views
    5,821

    Hey Costin, Thanks for the tip. My spring...

    Hey Costin,

    Thanks for the tip.

    My spring container is invoked from a Weblogic (8.1 sp4) startup class.

    the full log is very long but as you can see the failure happens around quartz (the...
  21. Replies
    9
    Views
    5,821

    Spring container fails with no exception

    not sure what to do. even after setting log4j to debug i still can't see any exception thrown and after initializing quartz the container simply shuts down with no error:



    Oct-01-2005 14:23:55...
  22. thanks for your reply, unfortunately I dont...

    thanks for your reply,

    unfortunately I dont see any error :(

    using spring 1.2.4 within weblogic8.1 (loaded from a startup class)
    logging using log4j.

    any idea?
  23. DTD validation errors cause spring to fail with no error

    I was dealing with an issue on a remote location and found myself having to edit bean configurations over a remote shell connection using VI.

    I've made a mistake and used "ref=" instead of...
  24. have you tries using import tags? you can store...

    have you tries using import tags?
    you can store common beans in one file and inport it from other files that need it.

    NY
  25. Replies
    2
    Views
    813

    objectweb.asm errors

    Hi

    I'm new to spring and while trying to run some sample code i got ClassDefNotFound exceptions for objectweb.asm classes.
    I followed the advice I found in these forums and downloaded...
Results 1 to 25 of 26
Page 1 of 2 1 2