## E.g. /home/ondra/sw/AS/jboss-eap-7.0
EAP_DIR=$1
if [ "" == "$1" ] ; then
echo "Where is the EAP to which the MySQL JDBC module should be installed?"
read EAP_DIR;
fi
MODULES_DIR=$EAP_DIR/modules/system/layers/base
if [ ! -d $MODULES_DIR ] ; then
echo "Module's dir not found in EAP: " + $MODULES_DIR;
return -1;
fi
JDBC_DIR=$MODULES_DIR/mysqljdbc
wget -q https://dev.mysql.com/get/Downloads/Connector-J/mysql-connector-java-5.1.38.zip
unzip mysql-connector-java-5.1.38.zip
rm mysql-connector-java-5.1.38.zip
mkdir -p $JDBC_DIR/main
mv mysql-connector-java-5.1.38/mysql-connector-java-5.1.38-bin.jar $JDBC_DIR/main
rm -rf mysql-connector-java-5.1.38/
cat <<EOF > $JDBC_DIR/main/module.xml
<?xml version="1.0" encoding="UTF-8"?>
<module xmlns="urn:jboss:module:1.3" name="mysqljdbc">
<resources> <resource-root path="mysql-connector-java-5.1.38-bin.jar"/> </resources>
<dependencies> <module name="javax.api"/> <module name="javax.transaction.api"/> </dependencies>
</module>
EOF
Today is the last day of Matěj Briškár in Red Hat. His nature urged him to try something really exotic, so he's taken the challenge to be a developer of a major job-market site
Matěj, you were a great co-worker, always thinking positively, doing what's needed, and doing it very tenaciously. I wish you the best in your next episode of life, and I will look forward to meet you again some day.
At the famous world-class Developer Conference Brno 2016, the biggest developer conference in the Brno region , I had the honor to present Windup. After fighting the Linux implementation of Adobe Reader which crashed on a .pdf with an animation, I stopped being sick (had a fever) and started being awesome and to my surprise, I presented what we were doing for the last year, at quite listenable level - if you excuse the long pauses when I was trying to find the mouse pointer at some of the 3 screens or vain attempts to connect to the wifi.
After making this, I had to stay in bed for few days. I hope watching it won't have that effect on you Enjoy!
We're getting to a point when the two conditions are met:
1) The features wanted for 2.5 are implemented, and
2) The implementations did not break something else (despite how hard we tried ).
So it seems that the 2.5 release, which is, of course, the most informative, most effective, most organized, most colorful and otherwise awesome in every aspect (except the size ), is going to appear in the repository.jboss.org pretty soon.
I don't expect everyone to git clone our repo and build all the pieces, so here's what you want to see: