tokens
sequence
ner_tags
sequence
[ "My", "question", "is", "how", "would", "I", "get", "it", "to", "not", "accept", "the", "original", "script", "after", "the", "first", "run", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "AppleScript", "Overview" ]
[ "B-Language", "O" ]
[ "|", "Scripting", "with", "AppleScript" ]
[ "O", "O", "O", "B-Language" ]
[ "One", "way", "would", "be", "to", "use", "properties", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "property-value", "is", "stored", "within", "the", "compiled", "script", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "It", "also", "works", "when", "the", "script", "is", "saved", "as", "an", "application", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Opening", "and", "recompiling", "it", "in", "AppleScript", "Editor", "resets", "the", "values", "." ]
[ "O", "O", "O", "O", "O", "B-Application", "I-Application", "O", "O", "O", "O" ]
[ "I", "have", "been", "trying", "to", "implement", "the", "use", "of", "high", "chart", "with", "codeigniter", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "I-Library", "O", "B-Library", "O" ]
[ "So", "far", "I", "have", "tried", "following", "the", "steps", "at", "http://blueflame-software.com/using-highcharts-with-codeigniter/", ",", "but", "each", "time", "I", "preview", "my", "work", "in", "the", "browser", ",", "I", "get", "an", "empty", "screen", "with", "no", "result", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Please", "can", "some", "on", "help", "me", "to", "resolve", "it", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "have", "been", "on", "this", "for", "sometime", "now", ",", "yet", "no", "positive", "result" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Also", "I", "have", "tried", "some", "of", "the", "steps", "shown", "here", "on", "stack", "overflow", ",", "yet", "nothing", "still", "display", "on", "the", "browser", "when", "I", "view", "it", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Website", "I-Website", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O" ]
[ "Below", "is", "my", "code", ":" ]
[ "O", "O", "O", "O", "O" ]
[ "you", "have", "to", "implement", "it", "as", "a", "library", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "But", "the", "steps", "are", "quite", "larger", "to", "describe", "here", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Here", "are", "some", "links" ]
[ "O", "O", "O", "O" ]
[ "https://blueflame-software.com/using-highcharts-with-codeigniter/" ]
[ "O" ]
[ "https://blueflame-software.com/using-highcharts-with-codeigniter/" ]
[ "O" ]
[ "I", "am", "trying", "to", "do", "a", "search", "query", "on", "the", "SoundCloud", "API", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "I-Library", "O" ]
[ "Using", "their", "JavaScript", "SDK", ",", "the", "following", "works", ":" ]
[ "O", "O", "B-Library", "I-Library", "O", "O", "O", "O", "O" ]
[ "But", "if", "I", "try", "to", "do", "the", "same", "query", "using", "cURL", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O" ]
[ "It", "says", "<error>401", "-", "Unauthorized</error>" ]
[ "O", "O", "B-HTML_XML_Tag", "B-Error_Name", "I-Error_Name" ]
[ "If", "I", "change", "the", "order", "of", "the", "query", "params", "http://api.soundcloud.com/tracks?client_id=xxxx&q=punk", "it", "will", "disregard", "the", "q", "param", "and", "respond", "with", "the", "default", "track", "listing", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "What", "is", "the", "proper", "way", "to", "query", "the", "tracks", "endpoint", "from", "cURL", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O" ]
[ "There", "'s", "nothing", "incorrect", "about", "the", "URL", "you", "'re", "using", ",", "so", "if", "you", "'re", "getting", "a", "401", "it", "is", "because", "you", "are", "using", "an", "invalid", "client", "id", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Error_Name", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "I-Variable", "O" ]
[ "Please", "double", "check", "that", "the", "client", "id", "is", "the", "same", "as", "the", "one", "you", "are", "using", "when", "initializing", "the", "JavaScript", "SDK", "." ]
[ "O", "O", "O", "O", "O", "B-Variable", "I-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "I-Library", "O" ]
[ "For", "example", ",", "the", "following", "works", "just", "fine", "using", "a", "client", "id", "of", "one", "of", "my", "test", "apps", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "I-Variable", "O", "O", "O", "O", "O", "O", "O" ]
[ "curl", "\"", "https://api.soundcloud.com/tracks?q=track&client_id=aeb03ac55f278fc7e579c744144b1d5d" ]
[ "B-Code_Block", "I-Code_Block", "I-Code_Block" ]
[ "The", "order", "of", "the", "parameters", "in", "the", "querystring", "will", "have", "no", "effect", "on", "the", "response", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "am", "looking", "for", "some", "simple", "sql", "to", "convert", "a", "simple", "sql", "query", "which", "will", "return", "me", "some", "column", "values", "like", "this" ]
[ "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O" ]
[ "which", "returns", "me" ]
[ "O", "O", "O" ]
[ "what", "I", "actually", "want", "is", "to", "append", "something", "to", "this", "query", "that", "will", "return", "me", "same", "record", "but", "certain", "number", "of", "times", "with", "one", "differing", "value", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Any", "help", "or", "guidance", "is", "appreciated", "." ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "P.S", ".", "If", "anyone", "be", "able", "to", "show", "it", "how", "to", "do", "it", "in", "c#", "with", "sql", "mapping", "to", "object", "will", "be", "useful", "as", "well.Thanks", "alot", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "You", "'ve", "not", "stated", "where", "the", "values", "'", "x", "'", ",", "'", "y", "'", "and", "'", "z", "'", "come", "from", ",", "but", "typically", "this", "would", "be", "from", "another", "table", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "B-Variable", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O" ]
[ "In", "which", "case", ",", "let", "'s", "make", "another", "table", "and", "join", "them", "in", "a", "way", "that", "every", "row", "in", "the", "2nd", "table", "joins", "with", "the", "same", "row", "in", "the", "table", "that", "you", "have", "described", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O" ]
[ "Result", ":" ]
[ "O", "O" ]
[ "Well", "ok", ",", "here", "'s", "some", "SQL", "magic", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Language", "O", "O" ]
[ "This", "is", "just", "using", "an", "(", "implicit", ")", "cross", "join", "to", "get", "the", "cartesian", "product", "of", "the", "single", "@alphabets", "row", "and", "the", "three", "xyz", "rows", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "B-Variable", "B-Data_Structure", "O" ]
[ "Project", "Structure", "(", "src", "contains", "react", "component", "classes", "using", "jsx", "syntax", ")", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O" ]
[ "Command", "I", "'m", "running", ":", "babel", "src", "--out-dir", "lib" ]
[ "O", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block" ]
[ "And", "here", "is", "the", "error" ]
[ "O", "O", "O", "O", "O" ]
[ "here", "are", "my", "top", "babel", "devDependencies", "(", "not", "including", "plugins", ")" ]
[ "O", "O", "O", "O", "B-Library", "O", "O", "O", "O", "O", "O" ]
[ "Could", "this", "be", "a", "legitimate", "bug", "in", "babel", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Library", "O" ]
[ "Or", "perhaps", "I", "need", "a", "different", "node", "version", ",", "dependency", "version", "?" ]
[ "O", "O", "O", "O", "O", "O", "B-Library", "O", "O", "O", "O", "O" ]
[ "Any", "thoughts", "or", "advice", "would", "be", "greatly", "appreciated", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Realized", "that", "a", "copy", "of", "node_modules", "somehow", "made", "it", "into", "my", "src", "folder", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "So", "babel", "was", "running", "against", "all", "of", "node_modules", "." ]
[ "O", "B-Library", "O", "O", "O", "O", "O", "B-Class", "O" ]
[ "Also", "simplified", "my", "babel.rc", "file", "to", "just", "this", "..", "." ]
[ "O", "O", "O", "B-File_Name", "O", "O", "O", "O", "O", "O" ]
[ "After", "that", "it", "works", "fine", "." ]
[ "O", "O", "O", "O", "O", "O" ]
[ "So", "the", "issue", "was", "either", "from", "babel", "running", "aginst", "something", "weird", "in", "node_modules", "or", "one", "of", "the", "many", "plugins", "I", "had", "manually", "specified", "before", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Library", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "error", "message", "is", "still", "really", "confusing", "but", "at", "least", "I", "do", "n't", "think", "it", "was", "any", "fault", "of", "babel", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O" ]
[ "I", "have", "a", "model", "that", "needs", "to", "be", "saved", "in", "to", "a", "MongoDB", "collection", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O", "O" ]
[ "To", "get", "the", "collection", "name", "I", "have", "two", "options", "before", "me", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "1)", "Attribute" ]
[ "O", "O" ]
[ "I", "decorate", "the", "class", "with", "a", "custom", "attribute", "and", "use", "reflection", "to", "access", "the", "value", "inside", "it", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "can", "then", "cache", "this", "with", "the", "type", "to", "avoid", "future", "lookups", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "2)", "Static", "Property" ]
[ "O", "O", "O" ]
[ "Here", "I", "have", "a", "static", "property", "in", "the", "class", "that", "contains", "the", "collection", "name", "." ]
[ "O", "O", "O", "O", "B-Data_Type", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "find", "that", "I", "am", "inclined", "to", "go", "with", "the", "former", "as", "it", "looks", "and", "feels", "cleaner", "but", "some", "of", "the", "senior", "devs", "here", "are", "turning", "their", "nose", "up", "at", "the", "use", "of", "reflection", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Is", "there", "a", "case", "to", "be", "made", "for", "the", "first", "option", "or", "is", "it", "just", "better", "to", "go", "with", "option", "2", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "This", "is", "a", "clear", "case", "of", "metadata", "vs", ".", "data", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Option", "1", ":", "Attributes", "are", "supposed", "to", "hold", "metadata", "about", "the", "entities", "they", "are", "attached", "to", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Option", "2", ":", "member", "fields", "and", "properties", ",", "regardless", "if", "instance", "or", "static", ",", "are", "supposed", "to", "hold", "data", "that", "make", "up", "the", "integral", "value", "of", "the", "class", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Type", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Hence", ",", "option", "1", ",", "attributes", ",", "is", "the", "right", "approach", "to", "represent", "metadata", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Usage", "of", "reflection", "is", "a", "mere", "technicality", "and", "can", "be", "encapsulated", "into", "a", "separate", "class", ",", "e.g", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "an", "AttributeManager", ",", "that", "would", "ease", "access", "to", "metadata", "and", "cache", "them", "appropriately", "to", "avoid", "performance", "overhead", "(", "should", "that", "be", "an", "issue", "in", "a", "particular", "case", ")", "." ]
[ "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "'m", "at", "a", "client", "site", "where", "they", "have", "an", "application", "which", "began", "in", "SharePoint", "and", "is", "slowly", "migrating", "away", "to", "a", "very", "custom", "ASP.NET", "application", "." ]
[ "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O", "O" ]
[ "Some", "of", "their", "data", "elements", "are", "still", "hosted", "within", "SharePoint", "lists", ",", "two", "of", "which", "currently", "in", "question", "are", "some", "\"", "Notes", "\"", "and", "\"", "Tasks", "\"", "(", "fairly", "simple", "data", "elements", "in", "their", "SharePoint", "setup", ",", "nothing", "special", "about", "them", ")", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "One", "of", "the", "things", "I", "need", "to", "be", "able", "to", "do", "from", "within", "ASP.NET", "is", "to", "automatically", "create", "some", "new", "items", "for", "these", "lists", "and", "add", "them", "from", "code", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O" ]
[ "So", "far", "it", "'s", "pretty", "easy", "." ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "found", "the", "existing", "web", "part", "which", "handled", "the", "editing", "for", "those", "items", ",", "attached", "the", "debugger", "to", "it", ",", "tracked", "how", "it", "got", "its", "values", "and", "what", "it", "added", "to", "the", "list", ",", "etc", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O" ]
[ "However", ",", "one", "of", "the", "fields", "being", "added", "to", "the", "list", "item", "is", "n't", "quite", "as", "obvious", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "In", "the", "existing", "web", "part", "UI", ",", "the", "field", "looks", "like", "this", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Essentially", ",", "it", "'s", "a", "field", "for", "entering", "a", "user", "from", "the", "current", "Windows", "domain", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Website", "O", "O" ]
[ "The", "book", "icon", "opens", "a", "pop-up", "which", "allows", "the", "user", "to", "search", "for", "a", "name", ",", "etc", "." ]
[ "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "In", "my", "current", "testing", ",", "I", "'m", "running", "as", "local", "Administrator", "on", "a", "development", "machine", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "So", "I", "just", "look", "for", "\"", "admin", "\"", "in", "the", "pop-up", "and", "it", "populates", "the", "field", "with", "\"", "[", "machine", "name", "]", "\\Administrator", "\"", "as", "expected", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Value", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "B-Value", "I-Value", "I-Value", "I-Value", "I-Value", "B-Value", "B-Value", "O", "O", "O" ]
[ "Then", ",", "in", "debugging", ",", "the", "value", "that", "gets", "pulled", "from", "the", "field", "and", "entered", "into", "the", "SharePoint", "list", "item", "is", "\"", "1", "\"", "as", "opposed", "to", "a", "name", "or", "anything", "like", "that", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "B-Value", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "assume", "that", "\"", "1", "\"", "is", "an", "identifier", "for", "the", "local", "admin", "account", "." ]
[ "O", "O", "O", "O", "B-Value", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Makes", "sense", ",", "after", "all", "." ]
[ "O", "O", "O", "O", "O", "O" ]
[ "But", "my", "question", "is", ",", "how", "can", "I", "get", "that", "identifier", "for", "the", "current", "logged-in", "user", "in", "code", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "'ve", "found", "code", "to", "get", "the", "current", "user", "'s", "name", ",", "but", "not", "any", "kind", "of", "numeric", "(", "even", "though", "it", "'s", "a", "string", ")", "ID", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Type", "O", "B-Variable", "O" ]
[ "Additionally", ",", "this", "would", "n't", "just", "be", "happening", "inside", "of", "an", "ASP.NET", "application", "context", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O", "O", "O" ]
[ "There", "'s", "also", "a", "WPF", "client", "application", "for", "laptops", "which", "would", "be", "generating", "these", "list", "items", "and", "synchronizing", "them", "back", "to", "the", "server", "when", "connected", "." ]
[ "O", "O", "O", "O", "B-Library", "B-Application", "O", "O", "B-Device", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O" ]
[ "I", "'m", "currently", "operating", "on", "the", "assumption", "that", "the", "client", "user", "would", "be", "logged", "in", "with", "a", "proper", "domain", "account", "known", "to", "the", "server", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O" ]
[ "I", "imagine", "this", "is", "pretty", "easy", ",", "I", "just", "have", "n't", "stumbled", "across", "what", "I", "need", "quite", "yet", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "suppose", "you", "'re", "looking", "for", "this", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "By", "the", "way", ",", "this", "is", "the", "internal", "Id", "assigned", "by", "SharePoint", "to", "the", "user", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "B-Application", "O", "O", "O", "O" ]
[ "To", "get", "this", "Id", "from", "a", "WPF", "application", ",", "you", "could", "deploy", "a", "WebService", "inside", "SharePoint", "that", "would", "return", "this", "Id", "." ]
[ "O", "O", "O", "B-Variable", "O", "O", "B-Library", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "B-Variable", "O" ]
[ "Or", "you", "can", "even", "query", "the", "SharePoint", "database", ",", "but", "I", "'m", "not", "sure", "if", "it", "'s", "safe", ":-)" ]
[ "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "'m", "using", "Mule", "standalone", "3.1.0", "and", "I", "have", "a", "flow", "with", "a", "default", "exception", "strategy", "." ]
[ "O", "O", "O", "B-Application", "I-Application", "B-Version", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O" ]
[ "My", "fooImpl", "class", "throws", "an", "exception", "on", "purpose", "and", "its", "stacktrace", "gets", "vomited", "onto", "the", "mule", "stdout", "-", "ExceptionTransformer", "is", "not", "triggered", "and", "I", "get", "no", "email", "." ]
[ "O", "B-Class", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "B-Class", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "If", "I", "remove", "the", "default-exception-strategy", "completely", "nothing", "at", "all", "changes", "." ]
[ "O", "O", "O", "O", "B-Code_Block", "O", "O", "O", "O", "O", "O" ]
[ "I", "want", "it", "to", "send", "an", "email", "and", "print", "the", "exception", "with", "ExceptionTransformer", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "B-Class", "O" ]
[ "What", "am", "I", "doing", "wrong", "?" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "Further", "on", ",", "I", "tried", "to", "use", "<custom-exception-strategy", "class=\"com.arcusys.nkeservice.mule.dynasty.ExceptionTest\">", "instead", "of", "default-exception-strategy", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "O", "O", "B-Code_Block", "O" ]
[ "Then", "ExceptionTest", "gets", "instantiated", "during", "service", "startup", ",", "but", "@override", "handleException", "never", "gets", "called", "." ]
[ "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "B-Function", "O", "O", "O", "O" ]
[ "My", "forced", "exception", "I", "get", "to", "stdout", "is", "like", "this", ":" ]
[ "O", "O", "B-Class", "O", "O", "O", "B-Variable", "O", "O", "O", "O" ]
[ "There", "was", "problems", "with", "CXF", "components", "invoking", "exception", "strategies", "prior", "to", "Mule", "3.1.3", ":" ]
[ "O", "O", "O", "O", "B-Library", "O", "O", "B-Class", "O", "O", "O", "B-Application", "B-Version", "O" ]