erikwramner.wordpress.com erikwramner.wordpress.com

erikwramner.wordpress.com

Erik Wramner | Tips and tricks

Tips and tricks

http://erikwramner.wordpress.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR ERIKWRAMNER.WORDPRESS.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

October

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Friday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.1 out of 5 with 11 reviews
5 star
5
4 star
4
3 star
1
2 star
0
1 star
1

Hey there! Start your review of erikwramner.wordpress.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.2 seconds

FAVICON PREVIEW

  • erikwramner.wordpress.com

    16x16

  • erikwramner.wordpress.com

    32x32

CONTACTS AT ERIKWRAMNER.WORDPRESS.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Erik Wramner | Tips and tricks | erikwramner.wordpress.com Reviews
<META>
DESCRIPTION
Tips and tricks
<META>
KEYWORDS
1 erik wramner
2 tips and tricks
3 leave a comment
4 what to do
5 there is no
6 az aks update
7 advertisements
8 categories
9 kubernetes
10 oracle
CONTENT
Page content here
KEYWORDS ON
PAGE
erik wramner,tips and tricks,leave a comment,what to do,there is no,az aks update,advertisements,categories,kubernetes,oracle,logging api,already,javautil logging,java,performance,usecache= false,virtualization,older entries,feed,google,youdao,xian guo
SERVER
nginx
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Erik Wramner | Tips and tricks | erikwramner.wordpress.com Reviews

https://erikwramner.wordpress.com

Tips and tricks

INTERNAL PAGES

erikwramner.wordpress.com erikwramner.wordpress.com
1

Java EE two-factor authentication with Yubikey | Erik Wramner

https://erikwramner.wordpress.com/2015/04/23/java-ee-two-factor-authentication-with-yubikey

Java EE two-factor authentication with Yubikey. Java EE two-factor authentication with Yubikey. More details can be found here. The code is available on Github. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). You are commenting using your WordPress.com account. ( Log Out. You are commenting using your Twitter account. ( Log Out. You are commenting using your Facebook account. ( Log Out. Zoom in and out in Eclipse.

2

Erik Wramner | Tips and tricks | Page 2

https://erikwramner.wordpress.com/page/2

Oracle JDBC memory settings. Many applications use ancient versions of Oracle’s JDBC drivers, as they are downloaded manually and seldom upgraded. That is a pity as the newer drivers offer much better performance. However, some of the performance gains are bought with increased memory consumption and that can be a problem. A JBoss-specific workaround is to use the cli and close the idle connections (off-peak):. DS is the name of the data source. A better approach may be to set the system property. Micros...

3

Symbolic links and CIFS/SMB with FreeNAS 0.7.2 | Erik Wramner

https://erikwramner.wordpress.com/2011/08/14/symbolic-links-and-cifssmb-with-freenas-0-7-2

Symbolic links and CIFS/SMB with FreeNAS 0.7.2. Symbolic links and CIFS/SMB with FreeNAS 0.7.2. I recently upgraded to FreeNAS 0.7.2 revision 6694 and suddenly symbolic links across zfs filesystems stopped working when accessed using Windows file sharing (CIFS/SMB). They still worked fine from the command line. Apparently the root cause is a security fix in Samba. To work around the change, add the following to “Auxiliary parameters” for CIFS/SMB in the FreeNAS web ui:. Leave a Reply Cancel reply. Oracle...

4

Workaround for WAS NoClassDefFoundError with JAX-WS | Erik Wramner

https://erikwramner.wordpress.com/2015/04/25/workaround-for-was-noclassdeffounderror-with-jax-ws

Workaround for WAS NoClassDefFoundError with JAX-WS. Workaround for WAS NoClassDefFoundError with JAX-WS. If you have to use IBM’s JDK with WebSphere Application Server and like to unit test web services outside of the container, you may encounter:. Javalang.NoClassDefFoundError: com.ibm.ffdc.Manager at com.ibm.ws.ffdc.FFDCFilter.processException(FFDCFilter.java:82) at com.ibm.ws.webservices.engine.components.logger.LogFactory$2.run(...I just want to publish a simple JAX-WS web service. You are commentin...

5

Basic authentication with JAX-WS in Java SE | Erik Wramner

https://erikwramner.wordpress.com/2015/04/25/basic-authentication-with-jax-ws-in-java-se

Basic authentication with JAX-WS in Java SE. Basic authentication with JAX-WS in Java SE. With JAX-WS web services it is common to use preemptive basic authentication. It is also common to test the services stand-alone using the built-in support in Java SE. Unfortunately that makes it hard to test the authentication and no principal will be available on the server side. What to do? It turns out that it is fairly easy to enable authentication after all. I found this. Leave a Reply Cancel reply. You are co...

UPGRADE TO PREMIUM TO VIEW 8 MORE

TOTAL PAGES IN THIS WEBSITE

13

LINKS TO THIS WEBSITE

dablomatique.wordpress.com dablomatique.wordpress.com

Integrating JPA based SDO’s with ADF frontend | dablomatique

https://dablomatique.wordpress.com/2012/10/22/integrating-jpa-based-sdos-with-adf-frontend

Integrating JPA based SDO’s with ADF frontend. In the previous post. We successfully deployed JPA 2 based SDO. 8216;s which were remotely accessible through EJB as well as through SOAP. We’re also able to use the Oracle BPEL extensions to create, update, delete and retrieve SDO entities from the SOA Suite, just like it’s the case with Business Components based SDO’s. Just like we would do in standard JSF. Applications. The implementation will have to support pagination, sorting and filtering. Annotations...

dablomatique.wordpress.com dablomatique.wordpress.com

How to use Unitils with PowerMock and Mockito all together | dablomatique

https://dablomatique.wordpress.com/2015/07/31/how-to-use-unitils-with-powermock-and-mockito-all-together

How to use Unitils with PowerMock and Mockito all together. Mocking static methods without pain. But this only works on the tested class, not on the classes instantiated through factory methods used inside the tested class. So I start looking for an elegant solution which allows me to still use Unitils. All together with Mockito. Comes to the rescue, which is available since PowerMock. Version 1.6.0. The first important thing to check is which versions of PowerMock. Also note the annotation named @PowerM...

dablomatique.wordpress.com dablomatique.wordpress.com

Mapping SDO DataObjects as Entities with JPA and EclipseLink | dablomatique

https://dablomatique.wordpress.com/2012/11/05/mapping-sdo-dataobjects-as-entities-with-jpa-and-eclipselink

Mapping SDO DataObjects as Entities with JPA and EclipseLink. To enable SDO DataObject’s to be stored and retrieved from the database with JPA, I searched for a simpler solution to enable to map the SDO DataObject’s. Directly without the need of separate Java Beans as Entities as this leads to a lot of overhead and boiler plate code just to convert from Java Entity Beans. To SDO DataObject’s and vice versa. Principle of course. Now the main challenge when mapping SDO DataObject’s as JPA. Implementation w...

dablomatique.wordpress.com dablomatique.wordpress.com

Exposing an EJB SDO Service Interface as a SOAP WebService – Part 2 | dablomatique

https://dablomatique.wordpress.com/2012/09/03/exposing-an-ejb-sdo-service-interface-as-a-soap-webservice-part-2

Exposing an EJB SDO Service Interface as a SOAP WebService – Part 2. This is the second part of exposing an EJB SDO Service Interface as a SOAP Service. Which was originally based on an example made by Edwin Biemond. This time I completely rewrote the HrSessionEJBBean. The code is based on generics, so that the same logic can be easily reused for any POJO based entity. The AbstractService. Class under the TestEJB project, from SoapUI and from BPEL with the BindEntity Oracle BPEL extension. To respect the...

UPGRADE TO PREMIUM TO VIEW 2 MORE

TOTAL LINKS TO THIS WEBSITE

6

OTHER SITES

erikwoodrealtor.com erikwoodrealtor.com

Erik Wood, Realtor (Edina Realty)

erikwoods.com erikwoods.com

I am Erik Woods - User Interface Engineer with over 17 years of experience.

I am Erik Woods. I am a User Interface Engineer with over 17 years of experience. I work at Quicken Loans. And I am the. Engineer for Rocket Mortgage. I thrive off of happy clients and hand-craft much of my work - paying attention to all of the little details. I have done work for top-name brands and organizations such as Coca-Cola, Disney, Microsoft, Victoria's Secret,. America's Navy, and several others - and I love it! When I'm not at. I am probably fiddling. Or catching up on some of my favorite.

erikwottrich.blogspot.com erikwottrich.blogspot.com

On Liberty

Wednesday, 29 April 2009. Time to go Gordie! From 70% you ask? No From 60% you ask? The government has given up on its rule to keep public net debt below 40% to allow it to DOUBLE! Over a period of ten years you say? Over a period of just 4 years! Warwickshire Police takes crime seriously! I mean, it was only someone breaking in to a car, how serious is that? When our country house was broken into the Swedish police did not even come out when we called! Back in Britain, back to blogging. So five great we...

erikwq-riks.se erikwq-riks.se

Erikwq-riks

erikwq.se erikwq.se

Erik Winqvist, artist och föreläsare

erikwramner.wordpress.com erikwramner.wordpress.com

Erik Wramner | Tips and tricks

Azure AKS default VM size cannot be changed. Kubernetes is pushed by all the major cloud provider and Microsoft recently (well, end of 2017) rolled out managed Kubernetes, AKS. It is a great offering, but there are problems. This is to be expected from a product that is still in preview, but take care and expect a somewhat bumpy. Ride if you take the leap! Create a new cluster, for example with:. Command for changing the VM size. According to Microsoft the only way forward is to manually change the s...

erikwrites.blogspot.com erikwrites.blogspot.com

Erik Writes

Sunday, March 30, 2008. What are you looking here for? If you know me, or want to, then you need to go to Facebook. For now that is the only place that I am saying anything. . Check me out here. Http:/ www.facebook.com/profile.php? Subscribe to: Posts (Atom). What are you looking here for? View my complete profile.

erikwritesaboutmusic.blogspot.com erikwritesaboutmusic.blogspot.com

Erik Writes About Music

Erik Writes About Music. Sunday, October 4, 2009. Buy, Download and Forget. I have an itch to write about a few things, and so here is my attempt to make them work together. I present to you three CDs that have come out recently (or are slotted for release soon), and my judgment on them. HORSE the Band may look apathetic, but their latest album is by far their best work. Who: HORSE the Band. Was creative, but it wasn't song writing. It was just songs. The music as a whole is interesting, not just humorous.

erikwullschleger.com erikwullschleger.com

Erik Wullschleger

PERSONAL SITE AND BLOG. I'll never apologize for being a little bit weird. I work hard so I can afford to play even harder and get the most out of life. Growing up in Nebraska during the 80's and 90's made it easy to fall in love with college football. Going to school in Lincoln sealed the deal. Spending time on the mountains, at the lake or simply camping on a nice evening is my idea of a great time. I started life on a Christmas Tree farm in Nebraska. I’m extremely EXCITED. I pride myself on thinking d...

erikwunderlich.de erikwunderlich.de

Erik Wunderlich | Internet | Beratung | Konzept

Erik Wunderlich Internet Beratung Konzept. Uhlbacher Straße 36. Telefon 49 (0)170 - 785 28 56. Internet und Mediendienstleistungen. Technische Umsetzung und Programmierung. Technische Beratung, Konzeption und Projektmanagement. Letzte Projekte und neueste Schlagzeilen:. Die PCT Performance Chemicals. Die die gesamte Website inhaltlich und optisch von Grund auf neu konzipiert hat. Mit Typo3 als Basis ist die Site jetzt fit für die Zukunft und die heutigen Anforderungen im Web. 31 März 2010. Hat dafür...

erikwust.com erikwust.com

erikwust.com

This Web page parked FREE courtesy of Trinity Code. Search for domains similar to. Is this your domain? Let's turn it into a website! Would you like to buy this. Find Your Own Domain Name. See our full line of products. Easily Build Your Professional Website. As low as $4.99/mo. Call us any time day or night 18669068673.