
EMSOORIYABANDARA.BLOGSPOT.COM
Eranda's BlogTechnical stuff I may forget and you may use
http://emsooriyabandara.blogspot.com/
Technical stuff I may forget and you may use
http://emsooriyabandara.blogspot.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Saturday
LOAD TIME
0.2 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
19
SSL
EXTERNAL LINKS
31
SITE IP
172.217.6.65
LOAD TIME
0.169 sec
SCORE
6.2
Eranda's Blog | emsooriyabandara.blogspot.com Reviews
https://emsooriyabandara.blogspot.com
Technical stuff I may forget and you may use
Eranda's Blog: [Solved] External Hard Drive Not Detected on Mac OS X
http://emsooriyabandara.blogspot.com/2014/11/solved-external-hard-drive-not-detected.html
Technical stuff I may forget and you may use. Thursday, November 6, 2014. Solved] External Hard Drive Not Detected on Mac OS X. First I go to Disc Utility, Application - Utilities - Disc Utility. There I saw that my disc is detected and listed there but I couldn't do anything. Actually the external hard drive shown in yellow color. First I use the discutil list. TYPE NAME SIZE IDENTIFIER. 0: GUID partition scheme *251.0 GB disk0. 1: EFI EFI 209.7 MB disk0s1. 2: Apple HFS Macintosh HD 250.1 GB disk0s2.
Eranda's Blog: January 2012
http://emsooriyabandara.blogspot.com/2012_01_01_archive.html
Technical stuff I may forget and you may use. Monday, January 2, 2012. Configurable Governance Artifacts with Governance API. Previously I discussed about how to extend WSO2 Governance Registry. Now lets see how we can access those extensions using governance API. Adding a new Artifact. To create a new Artifact you can use the following code. Here registry refers to valid org.wso2.carbon.registry.core.Registry. Object and projectKey refers to shortName in the registry extension file. GenericArtifact arti...
Eranda's Blog: June 2013
http://emsooriyabandara.blogspot.com/2013_06_01_archive.html
Technical stuff I may forget and you may use. Sunday, June 30, 2013. WSO2 Governance Registry Checkin client - Dump Registry Resources To A File System. In WSO2 Governance Registry you can dump the registry content into a file system or a single file where you can use it to restore the registry to that SNAPSHOT. In addition to that when you dump into a file system you can do changes to it and commit. Here I am talking about how you can do it. Dump the registry resources into a file system. NOTE] Though w...
Eranda's Blog: May 2013
http://emsooriyabandara.blogspot.com/2013_05_01_archive.html
Technical stuff I may forget and you may use. Tuesday, May 28, 2013. ERROR 1005 (HY000): Can't create table : How to Tackle. It's very simple. When you executing a bad foreign key sql query InnoDB engine will automatically saved it in its activities. So what you need to do is, asking the InnoDB engine to show its activities. Here is the sql query to dump out the InnoDB engine activities. SHOW engine InnoDB STATUS;. LATEST FOREIGN KEY ERROR. FOREIGN KEY (`CountryName` ). ON DELETE NO ACTION. Which referen...
Eranda's Blog: October 2013
http://emsooriyabandara.blogspot.com/2013_10_01_archive.html
Technical stuff I may forget and you may use. Thursday, October 24, 2013. WSO2 Governance Registry 4.6.0 Released! First-class support for WADL. REST API for Registry. Asset models for ESB. Lifecycle state transition through Governance API. RXT Lifecycle Workflow Integration. LifeCycle in RXT Definition. Registry Check In-client Improvements. You can try downloading and check it for free from here. And the complete user documentation can be found here. Wednesday, October 16, 2013. Commons-httpclient 3...
TOTAL PAGES IN THIS WEBSITE
19
Insight: March 2012
http://insightforfuture.blogspot.com/2012_03_01_archive.html
Vantage point for the future of Science and Technology - - Written by Andun S.L. Gunawardana - Co-Founder Emojot Inc. - -. Thursday, March 1, 2012. Service Oriented Architecture(SOA) - Business Transformation to SOA. Liam O’Brien, Paul Brebner, Jon Gray. Also organizations have to think lot about one major thing before moving in to SOA that is systems should be whether or not those systems can meet Quality of Service (QoS) requirements. Because SOA can have a positive impact on some quality attribute...
Insight: Getting User Attributes in SAML2 Bearer Assertion Profile for OAuth 2.0 using JWT Token Generation
http://insightforfuture.blogspot.com/2014/06/getting-user-attibutes-in-saml2-bearer.html
Vantage point for the future of Science and Technology - - Written by Andun S.L. Gunawardana - Co-Founder Emojot Inc. - -. Sunday, June 1, 2014. Getting User Attributes in SAML2 Bearer Assertion Profile for OAuth 2.0 using JWT Token Generation. But when users get OAuth token using SAML2 Bearer Assertion Profile for OAuth 2.0 how can we do that? What we need to do is share the user store with IS as well as API Manger. That kind of a architecture is given below. Posted by Andun Sameera. How to send a custo...
Insight: January 2012
http://insightforfuture.blogspot.com/2012_01_01_archive.html
Vantage point for the future of Science and Technology - - Written by Andun S.L. Gunawardana - Co-Founder Emojot Inc. - -. Friday, January 20, 2012. Travel Ceylon : Intelligent Travel Planner for Sri Lanka : Build On Top of Android OS, Apache Axis2 and GPS. I Interest list of the traveler. III Time period of travel. IV Special places to be included. V Special places to be avoided. User can add new details to the central data store of the Travel Ceylon system on the approval of administrator. There was co...
Insight: Twitter Authenticator for WSO2 Identity Server 5.0.0
http://insightforfuture.blogspot.com/2014/06/twitter-authenticator-for-wso2-identity.html
Vantage point for the future of Science and Technology - - Written by Andun S.L. Gunawardana - Co-Founder Emojot Inc. - -. Friday, June 6, 2014. Twitter Authenticator for WSO2 Identity Server 5.0.0. To understand the authtication logic form Twitter API side you need to look at,. Https:/ dev.twitter.com/docs/browser-sign-flow. Https:/ dev.twitter.com/docs/auth/implementing-sign-twitter. Also to do these in Java there is a solid library called twitter4j. You need to look at Code Examples. After adding thes...
Insight: WSO2 CEP Custom Output Event Adapter for MongoDB
http://insightforfuture.blogspot.com/2014/06/wso2-cep-custom-output-event-adapter.html
Vantage point for the future of Science and Technology - - Written by Andun S.L. Gunawardana - Co-Founder Emojot Inc. - -. Sunday, June 1, 2014. WSO2 CEP Custom Output Event Adapter for MongoDB. WSO2 CEP uses output adapters to send event from the CEP. We can write our own adapters to support our own output formats. That process is described in https:/ docs.wso2.org/display/CEP310/Writing Custom Event Adaptors. Posted by Andun Sameera. Subscribe to: Post Comments (Atom). View my complete profile. Welcome...
Insight: June 2012
http://insightforfuture.blogspot.com/2012_06_01_archive.html
Vantage point for the future of Science and Technology - - Written by Andun S.L. Gunawardana - Co-Founder Emojot Inc. - -. Saturday, June 30, 2012. WSDL2Java conversion in Apache Ant using Apache CXF. If you use Apache Ant. To automate your build process, most of the cases this will be a very useful thing to remember. If you want to to generate a Java code using WSDL file this is the way to do it. To do it you need to have Apache CXF. Posted by Andun Sameera. Links to this post. Subscribe to: Posts (Atom).
Insight: Deploy and Schedule Hive Analytic using an API in WSO2 Business Activity Monitor
http://insightforfuture.blogspot.com/2014/11/deploy-and-schedule-hive-analytic-using.html
Vantage point for the future of Science and Technology - - Written by Andun S.L. Gunawardana - Co-Founder Emojot Inc. - -. Friday, November 21, 2014. Deploy and Schedule Hive Analytic using an API in WSO2 Business Activity Monitor. The WSDL of the HiveScriptStoreService can be found https:/ BAM Host:9443/services/HiveScriptStoreService? Xsd:cron /xsd:saveHiveScript /soap:Body /soap:Envelope. Null){ try { stub.saveHiveScript(scriptName, scriptContent, cronExpression); } catch (HiveScriptStoreServiceHi...
Insight: Solving Cross Origin Issue for APIs hosted in WSO2 API Manager
http://insightforfuture.blogspot.com/2014/06/solving-cross-origin-issue-for-apis.html
Vantage point for the future of Science and Technology - - Written by Andun S.L. Gunawardana - Co-Founder Emojot Inc. - -. Sunday, June 1, 2014. Solving Cross Origin Issue for APIs hosted in WSO2 API Manager. When you publish a API using WSO2 API Manager it creates this kind of API configuration in built in service bus. If you need to allow cross origin access to this API you can dd these properties to the out sequence of the API. Posted by Andun Sameera. Subscribe to: Post Comments (Atom). There was an ...
Insight: JAVA client to SAML2 Bearer Assertion Profile for OAuth 2.0
http://insightforfuture.blogspot.com/2014/06/java-client-to-saml2-bearer-assertion.html
Vantage point for the future of Science and Technology - - Written by Andun S.L. Gunawardana - Co-Founder Emojot Inc. - -. Sunday, June 1, 2014. JAVA client to SAML2 Bearer Assertion Profile for OAuth 2.0. Null) { responseString.append(line); responseString.append(' r'); } rd.close(); System.out.println("Revoking Token -" token.getAccess token() ; System.out.println("Revoking Response -" responseString.toString() ; return true ; } }. The related token class is this,. Hope this helped you! One feature I n...
TOTAL LINKS TO THIS WEBSITE
31
Index of /
emsoo.com - This website is for sale! - emsoo Resources and Information.
The domain emsoo.com. May be for sale by its owner! This page provided to the domain owner free. By Sedo's Domain Parking. Disclaimer: Domain owner and Sedo maintain no relationship with third party advertisers. Reference to any specific service or trade mark is not controlled by Sedo or domain owner and does not constitute or imply its association, endorsement or recommendation.
emsool's blog - Blog de emsool - Skyrock.com
Aime celui qui t'aime car celui que tu crois aimer ne t'aime pas. 22/05/2010 at 11:49 PM. 26/01/2012 at 4:10 PM. Au chef il faut des hommes et aux hommes. Au chef il faut des hommes et aux hommes. Subscribe to my blog! La verité ça se vit. Qui cherche trouve si tu as trouvé ,faut savoir supporter parceque la verité ne se meurt pas,elle se vie. Please enter the sequence of characters in the field below. Posted on Saturday, 06 November 2010 at 7:03 PM. Edited on Thursday, 26 January 2012 at 4:10 PM. Don't ...
朝阳离婚房产律师
曾担任第七届北 京律师协会婚姻与家庭法律事务专业委员会秘书长,在2009年荣获北京市海淀区 优秀法律服务工作者 称号 2014年荣获北京市律协首届 十佳婚姻家庭 法专业律师 称号。 All Right Reserved 李力争 朝阳离婚房产律师.
Eranda's Blog
Technical stuff I may forget and you may use. Wednesday, January 14, 2015. Implementing a custom XPath function to used in WSO2 ESB sequences. Today I am going to discuss about a extension point of WSO2 ESB, implementing custom XPath function which can be used in ESB sequence. If you didn't understand what I meant by custom XPath functions, let me take an example from WSO2 ESB. Most of the users use get-. Now you know what is custom XPath function is. So lets start creating a new XPath function. Now we n...
EMS Operations
4/3/11 Droid Medic video A 3D animation created for Sean Eddy at DroidMedic.com The audio is from my large stock of scored music and digital fx Let EMS OPS create a custom video for your website 3/1/11 2 new apps on the Android Market EMS Notes for use onscene as a note taking tool Oxygen Flow Calculator nhow much oxygen is left in your tank?
Home
Electric Motor Services is the only area motor shop belonging to the Electrical Apparatus Service Association. EASA membership provides resources in engineering, education, and technology. We are proud to adhere to their best practices and guidelines. Electric Motor Services sells and repairs electrical motors and apparatus; new motors for (almost! All applications; pump, motor repair – testing, clean up, bearing replacements, and complete rewinds. 24 hours 7 days a week, all year. Get Ahold of us Fast!
Ems FVK-Profile | Über uns
Uuml;berzeugt durch seine Leistung. Individuell und besonders vielfältig. Unser Lieferspektrum reicht von Standardprofilen, Sonderprofilen und Konstruktionsprofilen bis hin zu GFK-Fertigteilen, Gitterrosten und Weidezäunen. Wir haben auch die richtigen Profile und/oder Lösungen für Sie! Telefon (0 59 33) 8794-0. Telefax (0 59 33) 8794-29. 0800 - 17.00 Uhr. 0800 - 16.00 Uhr. Förderung durch den EFRE Fonds und die NBank. Unterstützung für Ärzte ohne Grenzen bereits zum 4. Mal.
emsops.com
The Other Side of EMS. Part 2 Review of the CoPilot VL – Intubating with the CoPilot video. The CoPilot VL It has finally arrived. The next generation of video intubation tools is here, and I got my hands on one of [more…]. Review of the CoPilot VL – 2nd generation video laryngoscope. The CoPilot VL It has finally arrived. The next generation of video intubation tools is here, and I got my hands on one of [more…]. The Other Side of EMS: Hurricane Response. So what are the biggest things the courts take i...
EMSOPS
Increase Efficiency, Save Costs. Growing ambulance services have increasing administrative and operational information that must be tracked and reported upon. Why waste time, miss deadlines and risk errors managing all this data separately? EMSOPS consolidates all your operational data into one place so you can generate alerts and reports that pro-actively help you run and streamline your operations. View the EMSOPS Product Tour. Alert yourself to potential risks. Track Medical and Immunization Info.