All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jboss.weld.messages.validator_en.properties Maven / Gradle / Ivy

There is a newer version: 6.0.0.Beta4
Show newest version
BEAN_SPECIALIZED_TOO_MANY_TIMES=Two beans cannot specialize the same bean {0}
PASSIVATING_BEAN_WITH_NONSERIALIZABLE_INTERCEPTOR=The bean {0} declared a passivating scope but has a non-serializable interceptor {1}
PASSIVATING_BEAN_WITH_NONSERIALIZABLE_DECORATOR=The bean {0} declared a passivating scope but has non-serializable decorator {1}
NEW_WITH_QUALIFIERS=The injection point {0} is annotated with @New which cannot be combined with other qualifiers
INJECTION_INTO_NON_BEAN=Cannot inject {0} in a class which isn't a bean
INJECTION_INTO_NON_DEPENDENT_BEAN=Cannot inject {0} in a non @Dependent scoped bean
INJECTION_POINT_WITH_TYPE_VARIABLE=Cannot declare an injection point with a type variable: {0}
INJECTION_POINT_HAS_UNSATISFIED_DEPENDENCIES=Unsatisfied dependencies for type [{2}] with qualifiers [{1}] at injection point [{0}]
INJECTION_POINT_HAS_AMBIGUOUS_DEPENDENCIES=Ambiguous dependencies for type [{2}] with qualifiers [{1}] at injection point [{0}]. Possible dependencies [{3}]
INJECTION_POINT_HAS_NON_PROXYABLE_DEPENDENCIES=The injection point {0} has non-proxyable dependencies
INJECTION_POINT_HAS_NULLABLE_DEPENDENCIES=Injection point {0} has nullable dependencies
NON_SERIALIZABLE_BEAN_INJECTED_INTO_PASSIVATING_BEAN=The bean {0} declares passivating scope but the producer returned a non-serializable bean for injection:  {1}
INJECTION_POINT_HAS_NON_SERIALIZABLE_DEPENDENCY=The bean {0} declares passivating scope but has non-serializable dependency {1}
AMBIGUOUS_EL_NAME=Bean name is ambiguous. Name {0} resolves to beans {1}
BEAN_NAME_IS_PREFIX=Bean name is identical to a bean name prefix used elsewhere. Name {0}
INTERCEPTOR_SPECIFIED_TWICE=Enabled interceptor class {0} specified twice
INTERCEPTOR_NOT_ANNOTATED_OR_REGISTERED=Enabled interceptor class {0} is neither annotated @Interceptor nor registered through a portable extension
DECORATOR_SPECIFIED_TWICE=Enabled decorator class {0} specified twice
DECORATOR_CLASS_NOT_BEAN_CLASS_OF_DECORATOR=Enabled decorator class {0} is not the bean class of at least one decorator bean (detected decorator beans {1})
ALTERNATIVE_STEREOTYPE_NOT_ANNOTATED=Enabled alternative {0} is not annotated @Alternative
ALTERNATIVE_STEREOTYPE_NOT_STEREOTYPE=Enabled alternative {0} is not a stereotype
ALTERNATIVE_STEREOTYPE_SPECIFIED_MULTIPLE_TIMES=Cannot enable the same alternative stereotype {0} in beans.xml
ALTERNATIVE_BEAN_CLASS_NOT_ANNOTATED=Enabled alternative {0} is not annotated @Alternative
ALTERNATIVE_BEAN_CLASS_NOT_BEAN_CLASS=Enabled alternative {0} is not a class
ALTERNATIVE_BEAN_CLASS_SPECIFIED_MULTIPLE_TIMES=Cannot enable the same alternative bean class {0} in beans.xml
DISPOSAL_METHODS_WITHOUT_PRODUCER=The following disposal methods were declared but did not resolve to a producer method:  {0}
INJECTION_POINT_HAS_WILDCARD=An injection point of type {0} cannot have a wildcard type parameter:  {0}
INJECTION_POINT_MUST_HAVE_TYPE_PARAMETER=An injection point of type {0} must have a type parameter:  {1}
NON_FIELD_INJECTION_POINT_CANNOT_USE_NAMED=Only field injection points can use the @Named qualifier with no value. {0} is not a field injection point.
DECORATORS_CANNOT_HAVE_PRODUCER_METHODS=A decorator cannot have producer methods, but at least one was found on {0}.
DECORATORS_CANNOT_HAVE_PRODUCER_FIELDS=A decorator cannot have producer fields, but at least one was found on {0}.
DECORATORS_CANNOT_HAVE_DISPOSER_METHODS=A decorator cannot have disposer methods, but at least one was found on {0}.
INTERCEPTORS_CANNOT_HAVE_PRODUCER_METHODS=An interceptor cannot have producer methods, but at least one was found on {0}.
INTERCEPTORS_CANNOT_HAVE_PRODUCER_FIELDS=An interceptor cannot have producer fields, but at least one was found on {0}.
INTERCEPTORS_CANNOT_HAVE_DISPOSER_METHODS=An interceptor cannot have disposer methods, but at least one was found on {0}.
NOT_PROXYABLE_UNKNOWN=Normal scoped bean {0} is not proxyable for an unknown reason - {1}.
NOT_PROXYABLE_NO_CONSTRUCTOR=Normal scoped bean {0} is not proxyable because it has no no-args constructor - {1}.
NOT_PROXYABLE_PRIVATE_CONSTRUCTOR=Normal scoped bean {0} is not proxyable because it has a private no-args constructor {1} - {2}.
NOT_PROXYABLE_FINAL_TYPE_OR_METHOD=Normal scoped bean {0} is not proxyable because the type is final or it contains a final method {1} - {2}.
NOT_PROXYABLE_PRIMITIVE=Normal scoped bean {0} is not proxyable because it is a primitive - {1}.
NOT_PROXYABLE_ARRAY_TYPE=Normal scoped bean {0} is not proxyable because it is an array type - {1}.
SCOPE_ANNOTATION_ON_INJECTION_POINT=Scope type {0} used on injection point {1}
PSEUDO_SCOPED_BEAN_HAS_CIRCULAR_REFERENCES=Pseudo scoped bean has circular dependencies. Dependency path {0}
CANNOT_INJECT_BEAN_METADATA=Cannot inject {0} {1} into {2}
INTERCEPTORS_CANNOT_HAVE_OBSERVER_METHODS=An interceptor cannot have observer methods, but at least one was found on {0}.
DECORATORS_CANNOT_HAVE_OBSERVER_METHODS=A decorator cannot have observer methods, but at least one was found on {0}.
INTERCEPTOR_METHOD_DOES_NOT_RETURN_OBJECT=Interceptor method {0} does not return Object.
INTERCEPTOR_METHOD_DOES_NOT_HAVE_EXACTLY_ONE_PARAMETER=Interceptor method {0} does not have exactly one parameter.
INTERCEPTOR_METHOD_DOES_NOT_HAVE_CORRECT_TYPE_OF_PARAMETER=Interceptor method {0} does not have a {1} parameter.
INTERCEPTOR_METHOD_DOES_NOT_THROW_EXCEPTION=Interceptor method {0} does not declare that it throws Exception.
INTERCEPTOR_MUST_BE_DEPENDENT={0} must be @Dependent




© 2015 - 2024 Weber Informatics LLC | Privacy Policy