Top "Named" questions

Anything named - objects, variables, classes.

What is the default scope of a Named CDI bean?

Is there any default scope for a @Named CDI bean without additional @...Scoped annotations? I have not found any relevant …

java dependency-injection cdi jboss-weld named
PowerShell Pass Named parameters to ArgumentList

I have a PowerShell script that accepts 3 named parameters. Please let me know how to pass the same from command …

powershell parameters command invoke named
Combine/merge lists by elements names

I have two lists, whose elements have partially overlapping names, which I need to merge/combine together into a single …

r list merge element named
Scala - null (?) as default value for named Int parameter

I'd like to do in Scala something I would do in Java like this: public void recv(String from) { recv(…

scala parameters null named
www in domain not working in nginx

I'm new to using nginx, well, new to using anything that's not cpanel... I'm having problems getting domains to work …

nginx named no-www
Bind named service high cpu load

named service under CentOs 6 is using more 100% of all 4 processors. I tried to play around with the configuration files. I …

bind cpu-usage named nameservers abuse
How to fix a dig command with status: REFUSED?

I need help fixing a status refused. I had a look at the named.conf and everything looks ok. I …

dns named dig
Error in named query (QuerySyntaxException: unexpected token)

I am currently working on a utility project which will help me to manage the users of an application (a …

hibernate named
How can I define named functions in the Elixir console without getting ** (ArgumentError) cannot invoke def/2 outside module?

I can define named functions in modules just fine, but I haven't yet got the hang of it for use …

elixir named
Powershell: Replacing regex named groups with variables

Say I have a regular expression like the following, but I loaded it from a file into a variable $regex, …

regex powershell regex-group named