User mugafuga - Stack Overflowmost recent 30 from stackoverflow.com2009-12-22T06:28:38Zhttp://stackoverflow.com/feeds/user/30807http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/342264/groovy-webtest-chokes-on-context-root-in-url-invoke1groovy webtest chokes on context root in url invokemugafuga2008-12-04T22:03:13Z2009-09-14T17:43:39Z
<p>I am trying to wrap my head around canoo webtest</p>
<p>I setup a simple groovy webtest.
I have even made and run the xml equivalent and I get the same error when it tries to encode the url.</p>
<p>I get an error when I use a context root.
I don't get an error when I just use the url with out the context root. <code>ie."http://somesite.com"</code></p>
<p>Other than there being extra letters and such there is also another slash but apparently the stupid byte code decoder could handle a slashes with the http:// part... Why not something as simple as a directory</p>
<p>I would think webtest would be able to handle something as simple as a directory within a site or a context root or at least detecting and encoding the data correctly. Loading any type of url would be of paramount importance if you were writing an application called "Web"test.. </p>
<pre><code>invoke(url: "http://somesite.com/CONTEXTRoot", description: "Load dev java site")
verifyTitle("Title to check")
</code></pre>
<p>or </p>
<pre><code><?xml version="1.0" ?>
<!DOCTYPE project SYSTEM "../dtd/Project.dtd">
<project default="test">
<target name="test">
<webtest name="check login and welcome page load and work">
<invoke description="Go to dev site"
url="http://devsite.com/CONTEXTRoot/" />
<clickButton label="Enter Application" />
</webtest>
</target>
</project>
</code></pre>
<p>Stacktrace:</p>
<pre><code>E:\canoo\WebSiteFunctionalTests\tests\WebSiteWebTest.xml:11: Unexpected exception caught: sun.io.MalformedInputException
at com.canoo.webtest.steps.StepUtil.handleException(StepUtil.java:120)
at com.canoo.webtest.steps.Step.handleException(Step.java:379)
at com.canoo.webtest.steps.Step.execute(Step.java:110)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
...
Caused by: sun.io.MalformedInputException
at sun.io.ByteToCharUTF8.convert(ByteToCharUTF8.java:262)
at sun.nio.cs.StreamDecoder$ConverterSD.convertInto(StreamDecoder.java:314)
at sun.nio.cs.StreamDecoder$ConverterSD.implRead(StreamDecoder.java:364)
at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:250)
at java.io.InputStreamReader.read(InputStreamReader.java:212)
at org.cyberneko.html.HTMLScanner.load(HTMLScanner.java:1166)
at org.cyberneko.html.HTMLScanner.read(HTMLScanner.java:1127)
at org.cyberneko.html.HTMLScanner$ContentScanner.scan(HTMLScanner.java:1913)
at org.cyberneko.html.HTMLScanner.scanDocument(HTMLScanner.java:893)
at org.cyberneko.html.HTMLConfiguration.parse(HTMLConfiguration.java:495)
at org.cyberneko.html.HTMLConfiguration.parse(HTMLConfiguration.java:448)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at com.gargoylesoftware.htmlunit.html.HTMLParser$HtmlUnitDOMBuilder.parse(HTMLParser.java:680)
at com.gargoylesoftware.htmlunit.html.HTMLParser.parse(HTMLParser.java:240)
at com.gargoylesoftware.htmlunit.DefaultPageCreator.createHtmlPage(DefaultPageCreator.java:127)
at com.gargoylesoftware.htmlunit.DefaultPageCreator.createPage(DefaultPageCreator.java:101)
at com.canoo.webtest.engine.Configuration$2.createPage(Configuration.java:655)
</code></pre>
http://stackoverflow.com/questions/1312390/what-server-performance-issues-do-low-bandwidh-clients-cause/1312420#13124200Answer by mugafuga for What server performance issues do low-bandwidh clients cause?mugafuga2009-08-21T14:49:49Z2009-08-21T14:49:49Z<p>Your max connections could go too high depending on your user population.</p>
<p>If you expect a ton of clients then adjust the web server connections to support it.</p>
http://stackoverflow.com/questions/1311042/android-tile-bitmap/1312213#13122130Answer by mugafuga for Android Tile Bitmapmugafuga2009-08-21T14:14:08Z2009-08-21T14:14:08Z<p>You would do this in the xml instead of the java code. I haven't attempted this myself but I did find this example.</p>
<pre><code><xml version="1.0" encoding="utf-8"?>
<LinearLayout
android:id="@+id/MainLayout"
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical"
android:background="@drawable/backrepeat"
>
</code></pre>
<p>then in an xml called backrepeat.xml</p>
<pre><code><bitmap android="http://schemas.android.com/apk/res/android"
android:src="@drawable/back"
android:tileMode="repeat" />
</code></pre>
<p><a href="http://androidblogger.blogspot.com/2009/01/how-to-have-tiled-background-cont.html" rel="nofollow">reference</a></p>
http://stackoverflow.com/questions/474890/the-best-way-to-clean-your-plugins-out-of-eclipse-3-20The best way to clean your plugins out of eclipse 3.2mugafuga2009-01-23T22:35:47Z2009-08-17T17:22:05Z
<p>Since the configuration manager and update manager for eclipse 3.2 is devoid of nice options for REMOVING or DELETING all my plugins it can be cumbersome to deal with needing to get your plugins in order. Just getting your dependencies worked out can be a nightmare when you have installed one version too high than you needed depending on the jdk version you are developing for.</p>
<p>Other than trashing the files in the plugins and features directory (which sometimes works) what other options do we have in a M$ environment?</p>
<p>In the situation where you are using RAD 7 you have to deal with the shared SDP70Shared folder too which is a bit ethereal as well.</p>
<p>I want to see a fool proof way to clean house for regular eclipse 3.x, RAD, or any all in one package that will work.</p>
http://stackoverflow.com/questions/1122708/cant-deploy-googleappengine-project/1155159#1155159-4Answer by mugafuga for Can't deploy GoogleAppEngine project!mugafuga2009-07-20T18:35:38Z2009-07-20T18:35:38Z<p>First plug in the internets so that the data flows thru the toobs.
Next apply the lotion to the skin. Then put the lotion in the bucket.
Next click the mouse button really really hard and really really fast. Because google has javascripts in their codez that break your mouse so that you have to do that now.</p>
<p>It works now because I totally fixored it. </p>
http://stackoverflow.com/questions/1045829/how-can-i-handle-an-ioexception-which-i-know-can-never-be-thrown-in-a-safe-and-r/1045904#10459041Answer by mugafuga for How can I handle an IOException which I know can never be thrown, in a safe and readable manner?mugafuga2009-06-25T19:57:08Z2009-06-25T19:57:08Z<p>I did a little googling and found this glob of code. It's a bit more flexible of an approach me thinks</p>
<p>Compliments of this <a href="http://www.linuxtopia.org/online%5Fbooks/programming%5Fbooks/thinking%5Fin%5Fjava/TIJ311%5F022.htm" rel="nofollow">article</a></p>
<pre><code>class SomeOtherException extends Exception {}
public class TurnOffChecking {
private static Test monitor = new Test();
public static void main(String[] args) {
WrapCheckedException wce = new WrapCheckedException();
// You can call f() without a try block, and let
// RuntimeExceptions go out of the method:
wce.throwRuntimeException(3);
// Or you can choose to catch exceptions:
for(int i = 0; i < 4; i++)
try {
if(i < 3)
wce.throwRuntimeException(i);
else
throw new SomeOtherException();
} catch(SomeOtherException e) {
System.out.println("SomeOtherException: " + e);
} catch(RuntimeException re) {
try {
throw re.getCause();
} catch(FileNotFoundException e) {
System.out.println(
"FileNotFoundException: " + e);
} catch(IOException e) {
System.out.println("IOException: " + e);
} catch(Throwable e) {
System.out.println("Throwable: " + e);
}
}
monitor.expect(new String[] {
"FileNotFoundException: " +
"java.io.FileNotFoundException",
"IOException: java.io.IOException",
"Throwable: java.lang.RuntimeException: Where am I?",
"SomeOtherException: SomeOtherException"
});
}
} ///:~
</code></pre>
http://stackoverflow.com/questions/303221/survey-of-gis-programming/972819#9728190Answer by mugafuga for Survey of GIS Programmingmugafuga2009-06-09T22:27:50Z2009-06-09T22:27:50Z<p>I am working with the ESRI 9.2 java stack on windoze.</p>
http://stackoverflow.com/questions/900019/select-element-in-the-multiple-selection-display-style-without-allowing-multiple/953458#9534580Answer by mugafuga for SELECT element in the multiple selection display style without allowing multiple selectionmugafuga2009-06-04T22:32:17Z2009-06-04T22:32:17Z<p>You could write js that would deselect any extra selections onclick</p>
http://stackoverflow.com/questions/250545/schema-dump-on-legacy-oracle-database-using-dbschemadump-using-rake1schema dump on legacy oracle database using db:schema:dump using rakemugafuga2008-10-30T15:14:19Z2009-04-29T17:50:59Z
<p>Does anyone know of any specific DSL implementations used to import legacy Oracle database schemas. I have tried to just run db:schema:dump on my existing db I want to port to a new ruby app. However, the rake dies about halfway through with out any error. It kinda just locks up. I started looking for the best way to tackle this and found examples of how to override some stuff for SQLServer but not much for Oracle. </p>
<p>I basically want to pull in the schema and generate a scaffold and model from it.</p>
<p>Is there a more simple way to do this or will I have to invent the wheel?</p>
http://stackoverflow.com/questions/748958/how-do-you-create-a-postresults-servlet-for-selenium-core0How do you create a /postResults servlet for selenium core. mugafuga2009-04-14T19:15:39Z2009-04-15T12:33:31Z
<p>I looked at the documentation and all it says is to create a servlet... With what? </p>
<p>Is there code I need to use for this servlet?</p>
<p>Does it just need to be blank and have the name of postResults?</p>
<p>Is there a provided ant script for this?</p>
<p>I can't find anything on google or selenium's site that lets me in on this.</p>
<p>Thanks</p>
<p>UPDATE: I found the following example </p>
<pre><code> <servlet>
<servlet-name>postResults</servlet-name>
<servlet-class>com.thoughtworks.selenium.results.servlet.SeleniumResultsServlet</servlet-class>
<load-on-startup>1</load-on-startup>
</servlet>
<servlet-mapping>
<servlet-name>postResults</servlet-name>
<url-pattern>/postResults</url-pattern>
</servlet-mapping>
</code></pre>
<p>However I can't seem to find this Class file anywhere in my selenium jars. I have the RC and regular core downlaods but no dice. Where do I get this jar file from?</p>
http://stackoverflow.com/questions/748958/how-do-you-create-a-postresults-servlet-for-selenium-core/751494#7514941Answer by mugafuga for How do you create a /postResults servlet for selenium core. mugafuga2009-04-15T12:33:31Z2009-04-15T12:33:31Z<p>If you are using the pure html/javascript capabilities of Selenium like I am then you know that you do not get a results report when testing unless you have a postResults servlet setup somewhere to push the results to.</p>
<p>I found a solution by taking apart the fitRunner plug-in to determine what I would need to get one setup.</p>
<p>This is a java solution btw.</p>
<p><a href="http://jira.openqa.org/browse/SEL-102" rel="nofollow">http://jira.openqa.org/browse/SEL-102</a> you can download a zip file here with everything you would need and a bunch of stuff you don't need.</p>
<p>In your webapp just add the servlet mapping you find in the web.xml to your web app.
make sure the package your reference is created as such below</p>
<p>Then add the following jars you will find in the zip to your web app library if you don't already have them.</p>
<p>jstl.jar
and
standard.jar</p>
<p>create two classes
your.package.path.SeleniumResultServlet</p>
<p>paste the following code in it.</p>
<pre><code>package com.your.package.path;
import java.io.IOException;
import java.util.Collection;
import java.util.LinkedList;
import java.util.List;
import javax.servlet.ServletException;
import javax.servlet.ServletOutputStream;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
public class SeleniumResultsServlet extends HttpServlet {
private static TestResults results;
public static TestResults getResults() {
return results;
}
public static void setResults(TestResults testResults) {
results = testResults;
}
protected void doGet(HttpServletRequest request,
HttpServletResponse response) throws ServletException, IOException {
if (request.getParameter("clear") != null) {
results = null;
ServletOutputStream out = response.getOutputStream();
out.println("selenium results cleared!");
} else {
forwardToResultsPage(request, response);
}
}
protected void doPost(HttpServletRequest request, HttpServletResponse response)
throws ServletException, IOException {
String result = request.getParameter("result");
String totalTime = request.getParameter("totalTime");
String numTestPasses = request.getParameter("numTestPasses");
String numTestFailures = request.getParameter("numTestFailures");
String numCommandPasses = request.getParameter("numCommandPasses");
String numCommandFailures = request.getParameter("numCommandFailures");
String numCommandErrors = request.getParameter("numCommandErrors");
String suite = request.getParameter("suite");
int numTotalTests = Integer.parseInt(numTestPasses) + Integer.parseInt(numTestFailures);
List testTables = createTestTables(request, numTotalTests);
results = new TestResults(result, totalTime,
numTestPasses, numTestFailures, numCommandPasses,
numCommandFailures, numCommandErrors, suite, testTables);
forwardToResultsPage(request, response);
}
private List createTestTables(HttpServletRequest request, int numTotalTests) {
List testTables = new LinkedList();
for (int i = 1; i <= numTotalTests; i++) {
String testTable = request.getParameter("testTable." + i);
System.out.println("table " + i);
System.out.println(testTable);
testTables.add(testTable);
}
return testTables;
}
private void forwardToResultsPage(HttpServletRequest request, HttpServletResponse response)
throws ServletException, IOException {
request.setAttribute("results", results);
request.getRequestDispatcher("/WEB-INF/jsp/viewResults.jsp").forward(request, response);
}
public static class TestResults {
private final String result;
private final String totalTime;
private final String numTestPasses;
private final String numTestFailures;
private final String numCommandPasses;
private final String numCommandFailures;
private final String numCommandErrors;
private final String suite;
private final List testTables;
public TestResults(String postedResult, String postedTotalTime,
String postedNumTestPasses, String postedNumTestFailures,
String postedNumCommandPasses, String postedNumCommandFailures,
String postedNumCommandErrors, String postedSuite, List postedTestTables) {
result = postedResult;
numCommandFailures = postedNumCommandFailures;
numCommandErrors = postedNumCommandErrors;
suite = postedSuite;
totalTime = postedTotalTime;
numTestPasses = postedNumTestPasses;
numTestFailures = postedNumTestFailures;
numCommandPasses = postedNumCommandPasses;
testTables = postedTestTables;
}
public String getDecodedTestSuite() {
return new UrlDecoder().decode(suite);
}
public List getDecodedTestTables() {
return new UrlDecoder().decodeListOfStrings(testTables);
}
public String getResult() {
return result;
}
public String getNumCommandErrors() {
return numCommandErrors;
}
public String getNumCommandFailures() {
return numCommandFailures;
}
public String getNumCommandPasses() {
return numCommandPasses;
}
public String getNumTestFailures() {
return numTestFailures;
}
public String getNumTestPasses() {
return numTestPasses;
}
public String getSuite() {
return suite;
}
public Collection getTestTables() {
return testTables;
}
public String getTotalTime() {
return totalTime;
}
public int getNumTotalTests() {
return Integer.parseInt(numTestPasses) + Integer.parseInt(numTestFailures);
}
}
}
</code></pre>
<p>then go ahead and create a UrlDecoder class in the same package</p>
<pre><code> package your.package.path;
import java.io.UnsupportedEncodingException;import java.net.URLDecoder;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.List;
/**
* @author Darren Cotterill
* @author Ajit George
* @version $Revision: $
*/
public class UrlDecoder {
public String decode(String string) {
try {
return URLDecoder.decode(string, System.getProperty("file.encoding"));
} catch (UnsupportedEncodingException e) {
return string;
}
}
public List decodeListOfStrings(List list) {
List decodedList = new LinkedList();
for (Iterator i = list.iterator(); i.hasNext();) {
decodedList.add(decode((String) i.next()));
}
return decodedList;
}
}
</code></pre>
<p>In your web-inf create a folder called jsp</p>
<p>copy the viewResults.jsp into it that is in the zip file.
copy the c.tld to the /web-inf</p>
<p>restart your server</p>
<p>if you get some goofy errors when trying to load the postResults servlet from selenium try changing the taglib reference int the viewResults.jsp to use the sun url instead due to different version dependencies it may not work. servlet 1.0 vs. 2.0 stuff.</p>
<pre><code><%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
</code></pre>
<p>Then when you run the test runner and choose automatic option in your selenium screen you will have a postResults servlet that you can use and customize at will.</p>
<p>Hope this helps others. Having a way to format test results is a great help when trying to create documentation and the stuff that comes out of the zip with regular selenium doesn't give you this basic functionality and you have to bake it up yourself. </p>
http://stackoverflow.com/questions/689685/where-can-i-find-a-web-based-svn-admin-app-that-does-this0Where can I find a web based svn admin app that does this...mugafuga2009-03-27T13:03:34Z2009-03-27T13:44:56Z
<p>I am looking for a web based svn admin that can use LDAP Users and Groups which can create repos add/modify hooks of a repo through the web interface. </p>
<p>For example you have a LDAP group that has access to multiple repos. You can then have one user in the group that can be an admin of all users in the group.</p>
<p>This admin can create internal/single-repo groups for AD users and set access to repos for all users and repo groups.</p>
<p>Browsing the code base is not as important because there are a million tools that anyone uses for that during development.</p>
<p>Is there a web admin tool for svn that does all of this?</p>
http://stackoverflow.com/questions/603582/birt-2-2-dynamic-schema-name0BIRT 2.2 dynamic schema namemugafuga2009-03-02T19:15:06Z2009-03-03T19:00:54Z
<p>Is it possible to make the schema name dynamic in a BIRT query.</p>
<p>I tried this:</p>
<pre><code>SELECT CURRENT DATE AS DATE,
(CASE WHEN DAYOFWEEK(CURRENT DATE) = 1 THEN 'SUNDAY'
WHEN DAYOFWEEK(CURRENT DATE) = 2 THEN 'MONDAY'
WHEN DAYOFWEEK(CURRENT DATE) = 3 THEN 'TUESDAY'
WHEN DAYOFWEEK(CURRENT DATE) = 4 THEN 'WEDNESDAY'
WHEN DAYOFWEEK(CURRENT DATE) = 5 THEN 'THURSDAY'
WHEN DAYOFWEEK(CURRENT DATE) = 6 THEN 'FRIDAY'
WHEN DAYOFWEEK(CURRENT DATE) = 7 THEN 'SATURDAY'
END) AS DAYOFWEEK
FROM **?**.COBOL_CALENDAR
WHERE SERVICE_DATE = CURRENT DATE"
</code></pre>
<p>This generates the following error:
The following items have errors: </p>
<pre><code>ReportDesign (id = 1):
+ Cannot get the result set metadata.
SQL statement does not return a ResultSet object.
SQL error #1: [IBM][CLI Driver][DB2] SQL0104N An unexpected token "?" was found following "". Expected tokens may include: "( TABLE FINAL <IDENTIFIER> XMLTABLE". SQLSTATE=42601
</code></pre>
<p>But the ? only seems to work for the where clause.</p>
<p>I need to pass the schema as a param and use dynamically because it changes based on dev/cat/prod</p>
<p>is there not some way to genereate sql outsite of the birt xml and inject it somehow??</p>
<p>I did some more searching on the subject and found this solution</p>
<pre><code><method name="beforeOpen"><![CDATA[this.queryText = "SELECT CURRENT DATE AS DATE, "+
"(CASE WHEN DAYOFWEEK(CURRENT DATE) = 1 THEN 'SUNDAY'"+
" WHEN DAYOFWEEK(CURRENT DATE) = 2 THEN 'MONDAY'"+
" WHEN DAYOFWEEK(CURRENT DATE) = 3 THEN 'TUESDAY'"+
" WHEN DAYOFWEEK(CURRENT DATE) = 4 THEN 'WEDNESDAY'"+
" WHEN DAYOFWEEK(CURRENT DATE) = 5 THEN 'THURSDAY'"+
" WHEN DAYOFWEEK(CURRENT DATE) = 6 THEN 'FRIDAY'"+
" WHEN DAYOFWEEK(CURRENT DATE) = 7 THEN 'SATURDAY'"+
" END) AS DAYOFWEEK"+
"FROM "+params["SCHEMA"]+".COBOL_CALENDAR"+
" WHERE SERVICE_DATE = CURRENT DATE";]]></method>
</code></pre>
<p>However regardless of how many examples that are out there on this issue injecting sql in this manner only generates the following error. </p>
<pre><code>ReportDesign (id = 1):
+ Cannot get the result set metadata.
SQL statement does not return a ResultSet object.
SQL error #1: [IBM][CLI Driver][DB2] SQL0104N An unexpected token "SCHEMANAME" was found following "". Expected tokens may include: ", FROM INTO". SQLSTATE=42601
</code></pre>
<p>I even tried the <code>reportContext.getParameterValue("SCHEMANAME")</code> route with the same results.</p>
http://stackoverflow.com/questions/603582/birt-2-2-dynamic-schema-name/607657#6076571Answer by mugafuga for BIRT 2.2 dynamic schema namemugafuga2009-03-03T19:00:54Z2009-03-03T19:00:54Z<p>ARRRGH it was a stupid problem with spaces!! </p>
<p>" END) AS DAYOFWEEK"+
"FROM "+params["SCHEMA"]+".COBOL_CALENDAR"+</p>
<p>Adding a space in front of the FROM fixed it.</p>
<p>bangs head on lcd display.</p>
http://stackoverflow.com/questions/570713/grails-base-dir-system-property/571067#5710672Answer by mugafuga for grails base.dir system propertymugafuga2009-02-20T20:14:59Z2009-02-20T20:14:59Z<p>Thanks j,</p>
<p>I found the best dynamic solution possible. As a rule I never like to code absolute paths into any piece of software. Property file or no.</p>
<p>So here is how it is done:</p>
<pre><code>def basePath = grailsAttributes.getApplicationContext().getResource("/files/").getFile().toString()
</code></pre>
<p>grailsAttributes is available in any controller.</p>
<p>getResource(some relative dir) will look for anything inside of the web-app folder.</p>
<p>So for example in my dev system it will toString out to "C:\WORKSPACEFOLDER\PROJECTFOLDER\web-app\ with the relative dir concated to the end</p>
<p>like so in my example above
C:\WORKSPACEFOLDER\PROJECTFOLDER\web-app\files</p>
<p>I tried it in WAS 6.1 and it worked in the container no problems.
You have to toString it or it will try to return the object.</p>
<p>mugafuga</p>
http://stackoverflow.com/questions/570713/grails-base-dir-system-property2grails base.dir system propertymugafuga2009-02-20T18:22:56Z2009-02-20T20:14:59Z
<p>I have a simple grails file upload app.</p>
<p>I am using transeferTo to save the file to the file system. </p>
<p>To get the base path in my controller I am using</p>
<pre><code>def basePath = System.properties['base.dir'] // HERE IS HOW I GET IT
println "Getting new file"
println "copying file to "+basePath+"/files"
def f = request.getFile('file')
def okcontents = ['application/zip','application/x-zip-compressed']
if (! okcontents.contains(f.getContentType())) {
flash.message = "File must be of a valid zip archive"
render(view:'create', model:[zone:create])
return;
}
if(!f.empty) {
f.transferTo( new File(basePath+"/files/"+zoneInstance.title+".zip") )
}
else
{
flash.message = 'file cannot be empty'
redirect(action:'upload')
}
println "Done getting new file"
</code></pre>
<p>For some reason this is always null when deployed to my WAS 6.1 server.</p>
<p>Why does it work when running dev but not in prod on the WAS server? Should I be accessing this information in a different way?</p>
http://stackoverflow.com/questions/288289/in-websphere-6-x-ldap-query-using-ldapcontext-is-the-transmission-of-credentials2In Websphere 6.x LDAP query using LdapContext is the transmission of credentials encrypted?mugafuga2008-11-13T21:02:51Z2009-02-04T20:30:15Z
<p>In Websphere when you do an LDAP query using LdapContext are the transmission of credentials encrypted?</p>
<pre><code>LdapContext ctx = new InitialLdapContext (env, null);
</code></pre>
<p>Lets say I make an LdapContext for a web app to do some custom LDAP calls.</p>
<p>How do I know if my call is secure / encrypted?</p>
http://stackoverflow.com/questions/474890/the-best-way-to-clean-your-plugins-out-of-eclipse-3-2/491976#4919760Answer by mugafuga for The best way to clean your plugins out of eclipse 3.2mugafuga2009-01-29T15:13:16Z2009-01-29T15:13:16Z<p>The best solution I have found thus far is to uninstall and rebuild from scratch. Sometimes you can delete files in the plugins dir and run CCleaner on the registry and that might fix issues but it is problematic depending on the situation. If there were an application that really could make sense of eclipse plugins everyone would use it but there isn't. </p>
http://stackoverflow.com/questions/99045/handling-browser-pop-up-windows-with-selenium/429196#4291962Answer by mugafuga for Handling browser pop-up windows with Seleniummugafuga2009-01-09T18:40:46Z2009-01-09T18:40:46Z<p>It works!! Just to make it easier for the folks who prefer selenese.</p>
<p>This worked for me using IE7(normal mode). </p>
<p>What a freaking hassle. Thank the spaghetti monster in the sky for SO or there is no way I would have got this working in IE.</p>
<pre><code><tr>
<td>getEval</td>
<td>selenium.browserbot.getCurrentWindow().open('', 'windowName');</td>
<td></td>
</tr>
<tr>
<td>click</td>
<td>buttonName</td>
<td></td>
</tr>
<tr>
<td>windowFocus</td>
<td>windowName</td>
<td></td>
</tr>
<tr>
<td>waitForPopUp</td>
<td>windowName</td>
<td>3000</td>
</tr>
<tr>
<td>selectWindow</td>
<td>windowName</td>
<td></td>
</tr>
</code></pre>
http://stackoverflow.com/questions/398874/as3-flvplaybackcaptioning-component-displaying-images/421032#4210321Answer by mugafuga for AS3 FLVPLaybackCaptioning Component Displaying Images? mugafuga2009-01-07T16:38:51Z2009-01-07T16:38:51Z<p>From what I have read about it, it seems to only accept xml data. If you are able to determine whre you are at in the video as it plays you might be able to make a listener to check that then load it in a placeholder.</p>
<p>One other trick I have used in the past is to load images into a multiline text symbol by using a simple image html tag as the content of the text. If you could dynamically populate the src= part of that tag then it might work but the FLVPlaybackCaptioning doesn't seem to support images directly. </p>
<p>You could make your xml consist of <code><img src="captionimage.gif"></code> and load that xml into the text and see if that works.</p>
http://stackoverflow.com/questions/418448/flash-programming-anyone-know-how-to-work-with-an-array-of-images/420973#4209730Answer by mugafuga for Flash Programming - Anyone know how to work with an array of images?mugafuga2009-01-07T16:24:21Z2009-01-07T16:24:21Z<p>If I were you I would first work through this tutorial and see if you experience any ahHA moments.</p>
<p><a href="http://flashexplained.com/actionscript/making-the-ultimate-dynamic-image-gallery-in-flash-8/" rel="nofollow">http://flashexplained.com/actionscript/making-the-ultimate-dynamic-image-gallery-in-flash-8/</a></p>
http://stackoverflow.com/questions/412697/id-attribute-of-subview-tag/420602#4206021Answer by mugafuga for id attribute of subview tagmugafuga2009-01-07T14:57:00Z2009-01-07T14:57:00Z<p>The component tree uses ids to reference everything. With jsf you should always reference everything with a unique id or you can let jsf do it but if you do explicitly specify the same name in more than one tag you will have problems.</p>
http://stackoverflow.com/questions/404083/is-orm-still-the-vietnam-of-computer-science/404089#4040891Answer by mugafuga for Is ORM still the "Vietnam of Computer Science"?mugafuga2008-12-31T21:40:41Z2008-12-31T21:40:41Z<p>Yes it still applies</p>
http://stackoverflow.com/questions/398216/displaying-code-snippets-in-sharepoint-wiki/404069#4040690Answer by mugafuga for Displaying code snippets in Sharepoint wikimugafuga2008-12-31T21:27:48Z2008-12-31T21:27:48Z<p>No because MOSS's wiki is just a new page with the word "wiki" attached to the link. </p>
http://stackoverflow.com/questions/403965/good-ruby-rails-testing-tutorial/403997#4039970Answer by mugafuga for Good Ruby/Rails testing tutorial?mugafuga2008-12-31T20:36:04Z2008-12-31T20:36:04Z<p>For Ruby I hear webrat is the best because it doesn't use a browser so it's fast too, however it won't help you test javascript. </p>
<p><a href="http://agilewebdevelopment.com/plugins/webrat" rel="nofollow">http://agilewebdevelopment.com/plugins/webrat</a></p>
http://stackoverflow.com/questions/403569/can-you-organize-imports-for-an-entire-project-in-eclipse-with-a-keystroke4Can you organize imports for an entire project in eclipse with a keystroke?mugafuga2008-12-31T17:33:49Z2008-12-31T19:57:17Z
<p>Wouldn't it be nice to just do a keystroke and have eclipse organize all imports in all java classes instead of just the one you are looking at? Is this possible? Is there a keystroke for it?</p>
http://stackoverflow.com/questions/403825/does-it-make-sense-to-use-a-framework-for-a-simple-java-web-app/403842#4038422Answer by mugafuga for Does it make sense to use a framework for a simple java web app?mugafuga2008-12-31T19:23:39Z2008-12-31T19:23:39Z<p>Yes it does make sense. Apps can grow and change and might require something a framework can provide easily in the future. </p>
<p>For example at my workplace we have simple jsp / servlet app. It needs to be rewritten just because of what I explained above. If someone would have taken the time to just get the framework setup we would be in better shape today.</p>
http://stackoverflow.com/questions/395675/reference-groovy-domain-class-from-java-class-using-eclipse/403589#4035891Answer by mugafuga for Reference Groovy domain class from Java class using Eclipse?mugafuga2008-12-31T17:39:42Z2008-12-31T17:39:42Z<p>I haven't been able to make this work in eclipse either. Until spring gets the groovy / grails eclipse plugins whipped up to do something other than mere color coding your best bet is to use an IDE like Intelij which has the best groovy support at the moment. </p>
http://stackoverflow.com/questions/234646/what-is-the-best-java-rpg-role-playing-game-engine-for-an-experienced-programme5What is the best java RPG (Role Playing Game) engine for an experienced programmer?mugafuga2008-10-24T17:57:35Z2008-12-31T02:51:49Z
<p>I am looking into building a smallish Java rpg. I haven't found any good examples of a RPG engine that would be the most powerful yet most stable for an experienced Java programmer. </p>
<p>Any and all types. I just want to learn as much as possible about what is out there.</p>
<p>2d, 3d, or Isometric</p>
<p>Thanks in advance everyone.</p>
http://stackoverflow.com/questions/397228/is-grails-worth-it/398535#3985353Answer by mugafuga for Is Grails worth it?mugafuga2008-12-29T20:08:54Z2008-12-29T20:08:54Z<p>It will be worth it when they finish the eclipse plugin. The sooner the better I say. Trying to sell groovy to my boss isn't going to be simple until that happens.</p>
http://stackoverflow.com/questions/1122708/cant-deploy-googleappengine-project/1155159#1155159Comment by mugafuga on Can't deploy GoogleAppEngine project!mugafuga2009-07-20T22:13:48Z2009-07-20T22:13:48ZJust two negs? come on SO nazis you can do better than that.http://stackoverflow.com/questions/234296/coldfusion-vs-php/236077#236077Comment by mugafuga on ColdFusion vs PHPmugafuga2009-06-25T19:33:05Z2009-06-25T19:33:05ZZend as a framework is free. You can also use the PDT stuff for eclipse == freehttp://stackoverflow.com/questions/566735/does-anyone-know-how-to-make-arc-gis-maps-render-faster/652614#652614Comment by mugafuga on Does anyone know how to make Arc GIS Maps render faster?mugafuga2009-06-09T22:36:31Z2009-06-09T22:36:31ZI too am in java adf hell. Check out fiddler for ie. Watch what happens when you do a vertex move with the snaptool enabled.
The stupid thing is updating the editor window many many times for no good reason before actually moving the vertex. Fiddler will show you how poorly written the adf implementation truely is. Billions of 302 requests for images that have already been served. constant updating of div views that do not need it. For as much money as this software costs.... AHHHHHHRRRRRRGGGGGGHHHH!!!! its insane. I have an esri guy at my workplace right now. I hope he gets them to fix it.http://stackoverflow.com/questions/748958/how-do-you-create-a-postresults-servlet-for-selenium-core/749018#749018Comment by mugafuga on How do you create a /postResults servlet for selenium core. mugafuga2009-04-15T12:35:06Z2009-04-15T12:35:06ZSeleniums results pane isn't comprehensive so you have to have a results servlet jet there is no developed easy to implement out of the zip file solution that comes with selenium. So they make you come up with it. http://stackoverflow.com/questions/748958/how-do-you-create-a-postresults-servlet-for-selenium-core/749018#749018Comment by mugafuga on How do you create a /postResults servlet for selenium core. mugafuga2009-04-14T19:39:41Z2009-04-14T19:39:41ZThis does not answer my question at allhttp://stackoverflow.com/questions/474890/the-best-way-to-clean-your-plugins-out-of-eclipse-3-2/474987#474987Comment by mugafuga on The best way to clean your plugins out of eclipse 3.2mugafuga2009-01-29T15:12:19Z2009-01-29T15:12:19ZThis is great if you needs something quick but it doesn't let you get specific on the versions of the plugins. If you have to run a specific version of BIRT for example... you only get one choice.http://stackoverflow.com/questions/474890/the-best-way-to-clean-your-plugins-out-of-eclipse-3-2/475067#475067Comment by mugafuga on The best way to clean your plugins out of eclipse 3.2mugafuga2009-01-26T14:51:09Z2009-01-26T14:51:09ZThis I know and I also know that their excuse for a configuration manager is lacklustre at besthttp://stackoverflow.com/questions/382314/is-this-a-typical-work-environment-or-am-i-just-unlucky/404102#404102Comment by mugafuga on Is this a typical work environment, or am I just unlucky?mugafuga2008-12-31T22:01:21Z2008-12-31T22:01:21ZGet back to work I am tired of pulling your weight mr t.... hehehehehehttp://stackoverflow.com/questions/404105/recommended-anecdotal-history-books-on-programming-in-the-60s-and-70sComment by mugafuga on Recommended anecdotal/history book(s) on programming in the 60s and 70smugafuga2008-12-31T21:48:47Z2008-12-31T21:48:47ZJust get him to talk about punch cards they love talking about that stuff.http://stackoverflow.com/questions/404085/send-email-to-many-usersComment by mugafuga on Send email to many usersmugafuga2008-12-31T21:42:26Z2008-12-31T21:42:26ZDo you have a web site that is supposed to do this? or are you just learning how to be a spammer
?http://stackoverflow.com/questions/383777/php-function-to-get-facebook-status/404017#404017Comment by mugafuga on PHP function to get Facebook status?mugafuga2008-12-31T21:00:04Z2008-12-31T21:00:04ZWhich would be really bad for allhttp://stackoverflow.com/questions/383777/php-function-to-get-facebook-status/404017#404017Comment by mugafuga on PHP function to get Facebook status?mugafuga2008-12-31T20:59:26Z2008-12-31T20:59:26ZI thinks you should stick with the API for privacy reasons I would think that if you could do it with an rss feed you could potentially bypass fb privacy functions for any user.http://stackoverflow.com/questions/358486/why-do-you-post-to-stack-overflow/358488#358488Comment by mugafuga on Why do you post to stack overflow?mugafuga2008-12-31T20:45:23Z2008-12-31T20:45:23ZI do it for the 1337 rep just like Jon Skeethttp://stackoverflow.com/questions/403825/does-it-make-sense-to-use-a-framework-for-a-simple-java-web-app/403916#403916Comment by mugafuga on Does it make sense to use a framework for a simple java web app?mugafuga2008-12-31T20:42:02Z2008-12-31T20:42:02ZYou must have worked on my project too ;)http://stackoverflow.com/questions/403754/how-are-operating-systems-made/403830#403830Comment by mugafuga on How are Operating Systems "Made"?mugafuga2008-12-31T20:41:24Z2008-12-31T20:41:24Z1 <3 mr. t!!!!!