Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8470003
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T16:23:27+00:00 2026-06-10T16:23:27+00:00

Spring newbie here. I’m getting the following error from Glassfish 3.0.1 with my Spring

  • 0

Spring newbie here. I’m getting the following error from Glassfish 3.0.1 with my Spring MVC 3.0.2 app:

rg.glassfish.deployment.common.DeploymentException: WELD-001408 Injection point has unsatisfied dependencies.  Injection point:  parameter 0 of constructor public controller.CustomWebArgumentResolverInstaller(org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter);  Qualifiers:  [@javax.enterprise.inject.Default()]

my applicationContext.xml has

<mvc:annotation-driven />

The CustomWebArgumentResolverInstaller.java is as follows:

package controller;

import javax.inject.Inject;

import org.springframework.stereotype.Component;
import org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter;
import org.springframework.web.bind.support.WebArgumentResolver;
import org.springframework.mobile.device.mvc.DeviceWebArgumentResolver;



@Component
public class CustomWebArgumentResolverInstaller {

@Inject
public CustomWebArgumentResolverInstaller(AnnotationMethodHandlerAdapter controllerInvoker) {
    WebArgumentResolver[] resolvers = new WebArgumentResolver[1];
    resolvers[0] = new DeviceWebArgumentResolver();
    controllerInvoker.setCustomArgumentResolvers(resolvers);
}
}

Any ideas about what to look for most welcome. As I’m new to this I’m not sure what is relevant to post, so if you need other information please ask.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T16:23:29+00:00Added an answer on June 10, 2026 at 4:23 pm

    It looks like in your case the JSR-330 annotations(@Inject, @Named etc) are being resolved by Glassfish rather than by Spring. I am not sure how you can suppress that, but a workaround could be simply to use Spring native annotations (@Autowired) instead.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am newbie in spring. using spring 3.0 mvc. I am creating a spring
I am a newbie with Spring MVC but I'm quite impressed with its capabilities.
This is a two part question from a WPF animation newbie. First, here is
I'm learning F# from just a few days, so here's a newbie question: I've
I am a newbie iam using jstl and spring,here i am having a jsp
MVC Newbie here. I want to get User confirmation before controller action (update a
Ol' newbie here again ... I'm getting this message cannot find symbol for all
Total newbie here, please bear with me. Building a very small personal app that
I am using SpringSource suit 2.9.2 and a newbie in Spring MVC world. I
I am a newbie here. I am trying to generate UUIDs using the following

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.