JFS is the Journaling File System, originally from IBM, for Linux systems.
Questions tagged [jfs]
8 questions
4
votes
0 answers
Issue: Glassfish 5 after Re-Deployment Websocket no Messages from Server
Currently using Glassfish 5(Payara).
After first serverstart and deployment the Websocket has no issues at all.
After a Re-Deployment the handshake between client and server connect, but the websocket doesn´t get any messages from our server.
In…

Christian
- 41
- 1
1
vote
1 answer
Is it possible to use JFS on CentOS 7?
I have some TS-7800 boards that run BusyBox/Debian from SD cards. Two of the partitions on the SD cards use JFS. I create and edit the SD cards on a CentOS computer.
A while back I upgraded to CentOS 7. Apparently this caused me to lose all JFS…

Blackwood
- 357
- 3
- 14
0
votes
1 answer
Can't call controller function from jsf:action
I'm trying to call the function save in my controller SeminaireControl.java
package be.helha.aemt.control;
import java.io.Serializable;
import java.util.List;
import javax.ejb.EJB;
import javax.enterprise.context.SessionScoped;
import…

MA-Moustache
- 335
- 4
- 14
0
votes
1 answer
Getting Javax Hibernate ConstraintViolationException on autogenerated id when having data imported in database
I have 3 rows already imported (by import.sql in class path) in my database with primary keys id=1, id=2, id=3. When I try to insert new data (through javax.faces), I get ConstraintViolationException 3 times in a row, and then, on the 4th try, new…

anigsu
- 11
- 1
0
votes
0 answers
JSF 2 passing values to ManagedBean file on Checkbox Click event
I Have the following code: