-
```
We should make a guard for this, since currently, the reported error is
really obscure.
```
Original issue reported on code.google.com by `dha...@gmail.com` on 17 Feb 2009 at 5:04
-
```
We should scan all DAs registered via addAccessor() at start time and compile
the non-named
queries in @Finder to ensure they are OK.
This may require opening a unit of work.
```
Original issu…
-
```
We should scan all DAs registered via addAccessor() at start time and compile
the non-named
queries in @Finder to ensure they are OK.
This may require opening a unit of work.
```
Original issu…
-
```
By-name:
/dev/block/platform/13540000.dwmmc0/by-name
Recovery:
/dev/block/platform/13540000.dwmmc0/by-name/RECOVERY
/dev/block/mmcblk0p11
Boot:
/dev/block/platform/13540000.dwmmc0/by-name/B…
-
```
Currently, the Guice Servlet Request Dispatcher allows dispatch from:
* Guice Servlets to Guice Servlets
* Guice Servlets to web.xml Servlets
But appears not to be performing dispatch from web.x…
-
```
Currently, the Guice Servlet Request Dispatcher allows dispatch from:
* Guice Servlets to Guice Servlets
* Guice Servlets to web.xml Servlets
But appears not to be performing dispatch from web.x…
-
```
Check both web.xml (via ServletContext) as well as other Guice ServletModules
for collisions of
literal mappings. Only log a warning in the latter case (check consistency with
servlet specifica…
-
```
Throw an error if keys are bound to non-singletons. Automatically bind unbound
types (class key
without annotation) as singletons.
```
Original issue reported on code.google.com by `dha...@gmai…
-
I just ran gather on some genomes (attaching a snippet of results below). These are all single genomes.
```
overlap p_query p_match avg_abund
--------- ------- ------- ---------
5.3 Mbp …
-
```
DigestAlgorithm.digest() always adds the salt to the digest first, so it will
not create a hash that can be used for {SSHA} in OpenLDAP.
An option to specify whether to add the salt before or af…