Cody Lerum

Results 9 issues of Cody Lerum

Since a lot of windows users are using JRuby to work around/through other compatibility issues, what would be the issues involved with creating a java compatible gem?

A very common pattern is to use an EntityManager which is `@RequestScoped` with CDI. This is often referred to as the _entitymanager-per-request pattern_. Currently I am unable to make this...

I'm not sure if this exists or is something that would need to be added, but I ran though the documentation and source and I didn't see anything. What I...

There currently exists an issue where if a event is fired from within an JPA EntityListener (`@PostUpdate` for example) the event may not be reliably observed via an `@Observes(during =...

Working on getting bootable jar testing working Arquillian and I'm hitting a snag. After adding ``` org.wildfly.arquillian wildfly-arquillian-container-bootable 3.0.1.Final test ``` I'm getting a build error as it appears to...

Wildfly provides systemd scripts so you can setup services to start and shutdown your wildfly instance with the over all operating system startup and shutdown like in `docs\contrib\scripts\systemd` It isn't...

### Prerequisites - [X] I have [searched](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue) for duplicate or closed issues - [X] I have [validated](https://html5.validator.nu/) any HTML to avoid common problems - [X] I have read the [contributing...

js
v5
regression

The following works fine in JSF 2.3 ``` div NOT rendered div IS rendered p NOT rendered p IS rendered button NOT rendered button is RENDERED ``` However if the...

Currently in 12 we have the option of passing in a java.io.File which is then handled by the library to read the content and include it with the post. With...