Will try to post my daily activities technically, as it would brush up things for me once I revist what I had done and it would give me to rethink on furture of wat I should do...
So as of now I was goin through parrallel classloading, acutaly was goin through openJDK 8 mail list and saw its being drop-off from Jdk 8.
6.37 Am
Parallel classloading
8:42 Am
A nice blog Now vs. 5 Years ago
NPE issue (my stupidity)
Was working on something and when I deployed the changes and started jboss it was ending up in NPE, I had this code change made as below
Properties props = new Properties();
props.put("mail.smtp.auth", "true");
System.setProperties(props); // this is the bug....we are overriding every thing :(
And when I was starting jboss, jboss server was ending up with NPE and was not able to user.dir.
So as of now I was goin through parrallel classloading, acutaly was goin through openJDK 8 mail list and saw its being drop-off from Jdk 8.
6.37 Am
Parallel classloading
8:42 Am
A nice blog Now vs. 5 Years ago
NPE issue (my stupidity)
Was working on something and when I deployed the changes and started jboss it was ending up in NPE, I had this code change made as below
Properties props = new Properties();
props.put("mail.smtp.auth", "true");
System.setProperties(props); // this is the bug....we are overriding every thing :(
And when I was starting jboss, jboss server was ending up with NPE and was not able to user.dir.
No comments:
Post a Comment