Encode URL

I need to change the spaces in my url (don't GET POST) to spaces. It seems to be the only thing screwing the Simulator

Does anyone have a suggestion?

Use URLEncodedPostData.

The encoding is the same for the POST or GET.

Tags: BlackBerry Developers

Similar Questions

  • Decoding and encoding URL

    Hello

    I need a way to encode and decode URLS but J2ME does not include all that is easy.

    Has anyone found a solution?

    Greg

    Also for url encoding: http://www.w3.org/International/URLUTF8Encoder.java

    For decoding url: http://groups.google.com/group/Google-Accounts-API/msg/6c1b5e7e5a2226be

  • URL encode everything in a url, but the signs =

    I jave a long string of pairs of parameters and values concatenated as follows:

    < cfset mystring = ' variable1 = $ 13 & variable2 = . http:// & Variable3 = z ">

    I need to url encode the parameter and the parameter values... but the = equal sign should not be encoded.

    What I need to divide the string upwards.

    Also, I can't have the encoded url encode function. periods in a url? I don't know why it does it by default

    Use nested functions

    YourVar = ReReplace (urlencodedformat (string), model));

  • Impossible to get a substring of the current s URL page

    Hello

    I have a very strange problem with the URL returned by GSF. I seem to be impossible to get a substring of the URL - the String.substring (int, int) method does not appear to return the expected results. It seems that other methods of strings (such as the indexOf (String)) seem to be operating on the chain of substring returns a part, rather than on the chain saw when the url is printed in its entirety. The corresponding code is less to:

    -----
    AssetApiWraCoreFieldDao wraDao = new AssetApiWraCoreFieldDao (ics);
    String wrapperCurrPage = ics. GetProperty ("com.fatwire.gst.foundation.url.wrapathassembler.dispatcher", ServletRequest.properties ", true);

    WebReferenceableAsset wraCurrPage = wraDao.getWra (pageId);
    String theLongUrl = new String ((new WraUriBuilder (wraCurrPage, wrapperCurrPage)) .toURI (ics));

    This displays the correct URL (http://www.example.com/page)
    out.println ("FULLURL:" + theLongUrl.toString ());

    This displays the first 25 characters of a string of unknown characters (satellitescheme://SSURI/?)
    out.println ("substring:" + theLongUrl.toString () .substring (0.25));
    -----

    All help to work out what happening would be appreciated – as far as we can tell GSF (or maybe WCS) are originally String to behave in a non-standard way.

    Hi 950972,

    There is little of the magic that is you fool. Basically, if you change out.println () System.out.println () you will see TWO URLS begin with satellitescheme: / /. What is happening, this is the URL which are produced by the ISU Sites still are built with a satellitescheme://...#satellitefragment. Then, what is Server RHN Satellite will process the result and replace the strange chain with one that fits your URL assembler (and in this case, you use the GSF assembler).

    In your code of substring, you are breaking the special chain and are cutting the encoded URL. RHN Satellite Server does not see the prefix and the suffix combined, so it does not have to make the substitution.

    That's why Your ' e see what see Your ' e.

    A big question is however, why you try to process the URL generated by the API. I guess that sort of substitution will happen, but that should not be done. What you trying to do? I'm sure we can find the right way to achieve your goals.

    Kind regards
    Tony

  • How urlencode dynamic parameter in the HTTPService url

    I created a small dashboard that uses a dynamic url for the HTTPService getting tha data for the chart. The url gets its querystring (a username) to the flashvars parameter in the wrapper. SRV. URL works great and fills in my table when the user name does not need to be encoded URL, but how can I urlencode the username that I need to do?

    This is an excerpt from the packaging:
    < script type = "text/javascript" >
    var flashvars = {};
    flashvars. UserName = 'Heather % 20% c3% 98zer ";

    Comment: I intend to dynamically generate the user name Although the above example is static. The user name is encoded in the wrapper.

    This is an excerpt from the source MXML:

    < s:Application creationComplete = "initVars ()" > "

    [Bindable]
    public var urlXML1:String;
    private function initVars (): void {}
    urlXML1 = FlexGlobals.topLevelApplication.parameters.UserName;
    SRV. URL ="http://myserver.com/xml/YourSales.aspx?UserName=" + urlXML1.toString ();
    SRV. Send();
    }

    < mx:HTTPService id = "srv" url = "/ >

    < mx:ColumnChart id = dataProvider = "{srv.lastResult.Data.Result"myChart"}"... "

    Comment: urlXML1.toString () above should be encoded. This is my problem in my opinion. I can't wait to hear your advice.

    Best regards Bo


    var objParam:Object = {};

    objParam ["UserName"] = urlXML1.toString ();

    SRV. "URL ="http://myserver.com/xml/YourSales.aspx ";

    SRV. Method = "GET";

    SRV. Send (objParam);

  • LR4 flees URL in LrHTTP, or is this Mac?

    I'm a bit confused now... I have my plugin automatically updated itself, and as part of the update process, it sends (enough) anonymous use information about Lightroom, my plugin and the architecture, on which it is installed. A Lua table is formed, and I use the JSON from Jeffery Friedl library to convert JSON to send. (You can see the function correspondent here.) I put my plugin together on GitHub).

    Now I develop with Lightroom 3.6 on Windows 7, and what appears in my access logs is perfectly normal: "POST /update.php?plugin=net.kyl191.lightroom.export.stash & data = {\"arch\":\"x64\",\"hash\":\"c1 5afa6e38fe2b4dce5c134017ce42c9\ ',-'lightroomVersion\': {\"build\":795620,\"major\":3,\"mino r\":6,\"publicBeta\":false,\"revision\":0},\"os\":\"Windows%207%20Business%20Edition\",\"p luginVersion\': {\"major\ ":20120312,\"minor\":306,\"revision\":43876762}} HTTP/1.1" 200 630 "200_630 «»" "Adobe Photoshop Lightroom" ""}}

    However, Lightroom 4 on OS X 10.7.3 (probably), I get this: "POST /update.php?plugin=net.kyl191.lightroom.export.stash & data = % 7B % 22arch % 22: 22 x 64% 22, % 22hash % 22%: % 22795ec847d318dea3b3ab69fb2c02b2e4% 22, % 22lightroomVersion % 22: % 7B % 22build % 22:814577, 2% 2major%22:4,%22minor%22:0,%22publicBeta%22:false,%22revision%22:0%7D,%22os%22:%2210.7.3%22, % 22pluginVersion % 22: % 7B % 22major % 22:20120312, % 22minor, % 22:306, % 22revision % 22:43876762 7% D %7D HTTP/1.1" 200 630 "-" ' Lightroom/4.0 CFNetwork/520.3.2 Darwin/11.3.0 (x86_64) (iMac11 %2 C 3).

    I don't know if it's 4 Lightroom making avoidance or if it's the fact that Lightroom running on a Mac. (The User Agent is very different, but again, don't know if it's LR4 or Mac).

    Note that encoding URL LR/Windows is not strictly compliant with the RFC3986, which requires that the three characters {"} percent encoded when they appear in the part of the URL request.  The LR/Mac URL seems to be consistent.

  • AppleScript Ouvrezledossier on Server intranet link works, but...

    Hello

    in our BackOffice intranet web site, we must let our local users to open files in a repository.

    So far, all this work was done by a file in jsp (that points to the folder you want), downloaded from our pages of back-office.

    This jsp file is automatically opened by beginning of java web, which open an applescript script that display the desired file to the user.

    In recent months, the updated java variety they have slowed the entire (almost 40 seconds from click to open file), and I need an alternative.

    I think I'm on the right track, I started with this simple applescript (I'm a newbie applescript):

    Tell application "Finder" open ("' / Volumes/SharedFoder/folder / ' as a POSIX file") end tell

    then I encoded URL the script, then added to a href in this way:

    AppleScript://com. Apple.scripteditor? action = New & script = say % 20application % 20% 22% 22% 0% 20% 20% 20open to inder (% 22% 2FVolumes % 2FSharedFoder % 2FFolder % 2FFolder % 2F % 22% 20% 20POSIX % 20file s a) % 0Aend % 20tell

    And it works like a charm if... you manually run a close windows applescript that displays when you click on the link to the back office.

    I still need to automate the file opening and closing the window, I tried several ways, but so far without success.

    Any help is appreciated.

    At least now I have quit the Script Editor

    say application 'Finder '.

    Open ("" / Volumes/SharedFoder/folder / ' as POSIX file")

    end say

    say application ("Script Editor") to quit smoking without economy

    URL encoded

    AppleScript://com. Apple.scripteditor? action = New & script = say % 20application % 20% 22% 22% 0% 20% 20% 20open to inder (% 22% 2FVolumes % 2FSharedFoder % 2FFolder % 2FFolder % 2F % 22% 20% 20POSIX % 20file s a) % 0Aend % 20tell % 0Atell % 20application % 20 (% 22Script % 20Editor % 22) % 20% 20quit % 20without % 20saving

    Launch, but still not automatic

  • How to use wildcard characters in the filter REMAINS for subscription items

    I've followed this documentation:

    String columns filters

    Support the % operator (started by).

    Support * operator (contains).

    Can't stand (trimmed) operator.

    Examples:

    Name = service *.

    Name = * g *.

    Name = * g - unauthorized

    URL OF THE REST:

    http:// /RequestCenter/nsapi/serviceitems/serviceitemsubscription /=

    I can get the filters to work without wildcards, but have had no success in using ' *' or '%' characters  Please provide an example encoded URL appropriate for

    ServiceItemTypeName starting with "virtual".  I was not able to get all the data returned when using wildcard characters in a filter.

    Here is what I tried:

    ServiceItemTypeName = instant virtual server

    http://10.8.0.46:8080/RequestCenter/NSAPI/serviceitems/serviceitemsubscription/ServiceItemTypeName=virtual%20Server%20Snapshot

    answer: 200

    literal works as expected

    ServiceItemTypeName = virtual %

    http://10.8.0.46:8080/RequestCenter/NSAPI/serviceitems/serviceitemsubscription/ServiceItemTypeName=virtual%25

    Request-Type = application/xml

    answer: 200

    expected result not returned

    ServiceItemTypeName = virtual *.

    http://10.8.0.46:8080 / RequestCenter/nsapi/serviceitems/serviceitemsubscription/ServiceItemTypeName virtual = *.

    Request-Type = application/xml

    500

    Internal error: invalid parameter values specified or an unexpected error.

    fails with the error response

    Hi Dan,.

    I don't think you can use wildcards here.

    Please see the integration Guide to 9.4. Section: "REST API-> Quick Reference.

    You will find a table of what features are supported for resources exposed by the API. There you will find a line for "All Service elements", and you will see that: get all the, sorting, paging and all filters are supported; Search for names of wildcards are not...

    When I came across this situation, I guess I'm trying to do a generic name search here... and it is not supported. This, however, works for the other columns (Designer if created), which is what, in my view, that documentation is trying to describe. (Although, personally, I feel that it is a bug).

  • API for running reports

    Thus, there is a huge scope and I don't think it's possible, but I hope I'm wrong.

    Is it possible to run specific reports through the api (VB programs)?

    I worked on a bit of a side project creating an android application that works as an interface for a program vb running on the server. Currently, I built in most of the features that comes from the api HFM so I can do things like run of consolidations, periods of opening/closing and copying data from prod to dev.

    However, the only piece that would be really nice to add is the ability to run reports. I can't find any api that references the report engine well. I guess that's because reports are based entirely on the web?

    On 11.1.1.3 right now, I'm going to 11.1.2 in the near future. Any input would be appreciated.

    Although he may not get you exactly what you want, each report has a "smartcut. Basically, you can call a URL and pass a parameter that references the name of the report and workspace will pass back the report. There are obviously considerations for which cannot do it is suitable that you would need to have a session established, etc. The session should be relatively easy to get around. The next challenge is perhaps presentation if you do not want the report appears inside the workspace typical U / I. A possible solution would be to ask the HTML version of the report and strip on the HTML around the report so you are just left with him. I'm sure you can understand this possibility, but it would take a little effort to do.

    To find the smartcut for a report, go to the workspace, right-click on the name of the report, select properties and on the main tab, you will see a reference to it. If I remember correctly, this is the path and report name encoded URL passed to something like HRViewer.jsp.

    Hope that helps.

  • How to use 11g API for adaptars custom

    Hello
    I write adaptar customized for OIM 11 g. Old api using, I am able to write the code and it is woring fine. But I want to use 11g APIs. Please let me know how to get the dataprovider in 11g APIs.

    for example, I wrote the code to get the take below. and after you create the jar, I do address in the console of the design. dataprovider is maped reference of database. How to achieve the same using 11g APIs.

    in the Sub wxample, I used tcUserOperationsIntf but I want to use oracle.iam.identity.usermgmt.api.UserManager. Please let me know how to connect with IOM witout using tcDataProvider. using the connection of the customer we can do that, but in this case it must encode url, id, password etc I think that.


    {public long findUserKey (String employeeid, dataProvider tcDataProvider)

    HashMap map = new HashMap();
    Map.put ("Users.User ID", employeeid);
    long take = 0;

    try {}
    tcUserOperationsIntf userOperationsintf = (tcUserOperationsIntf) tcUtilityFactory.getUtility (dataProvider, "Thor.API.Operations.tcUserOperationsIntf");
    result = userOperationsintf.findUsers (map) tcResultSet;
    {if (result. {(GetRowCount ()! = 1)}
    return 0;
    } else {}
    Take = result.getLongValue("Users.Key");
    }
    } catch (Exception e) {}

    }

    Return take;
    }

    You need not to the map in the console design for use in your adapters. Just use Platform.getService in your adapter code and it gives you direct access to the API.

  • Why my authorization token is invalid?

    Hi all

    I am facing the same issue, I have a soap request that will update the metadata on the service call field.
    The request that is encoded url
    var requestUrl = httpCgiPath + '? IdcService = UPDATE_DOCINFO' + '& dID ="+ datafileID +" ' & dDocName = ' + datafileDocName + '& xComments =' + inputComments.value + '& dDocTitle =' + inputTitle.value + & idcToken = #active. " IdcToken"+"& IsSoap = 1 ";

    When I retrieve the dynamic and tried url in the browser, and then I get following error:
    Content Server request failed

    Cannot update the field. The authorization token is not valid. It has expired or is not appropriate for the current request.
    You may need to reload a page early in order to move forward.

    See what idctoken, I added as you guys suggest in many blogs n messages that still there is a token problem :(

    Any pointer for this question will be useful.

    Thank you

    Hello

    Add this to config.cfg:

    DisableAuthorizationTokenCheck = true

    Restart the server and test it.

    I hope this helps.

    Thank you
    Srinath

  • Bug: APEX_COLLECTION. CREATE_COLLECTION_FROM_QUERY_B change the query string

    Hi APEX Dev Team.

    I found a bug (or I don't know how to get around unexpected behavior) in APEX_COLLECTION. CREATE_COLLECTION_FROM_QUERY_B. I think that it also applies to the CREATE_COLLECTION_FROM_QUERY.

    What's happening: some strings are replaced in the query, I pass into the function. for example '22% ' is replaced by a white. It is not good if I have a query like this:
    SELECT MYCOLA, MYCOLB, MYCOLC FROM MYTABLEA WHERE MYPHONE LIKE '%22306%';
    This returns no rows in the collection. If I run this query in SQL Developer she returns 5 rows.

    When I change the declaration subsequently, it returns 5 rows in the collection.
    SELECT MYCOLA, MYCOLB, MYCOLC FROM MYTABLEA WHERE MYPHONE LIKE '%2306%';
    Trace shows me, the first SELECT statement is replaced by
    SELECT MYCOLA, MYCOLB, MYCOLC FROM MYTABLEA WHERE MYPHONE LIKE ' 306%';
    Which is obviously false :-)

    The changes seem to be limited to 22%, I found no other characters encoding URLS that are replaced in the query.

    Please fix, as I can't find any workaround.

    Thank you
    Peter

    -----
    Blog: http://www.oracle-and-apex.com
    ApexLib: http://apexlib.oracleapex.info
    BuilderPlugin: http://builderplugin.oracleapex.info
    Work: http://www.click-click.at

    Hi Peter,.

    Thanks for reporting this. This seems to be a legacy logic which is no longer necessary (the logic to replace the string '22% '). I corrected it to Application Express 4.1.

    To work around the problem, you can concatenate this string in your application, allowing you to avoid this logic. For example,.

    SELECT MYCOLA, MYCOLB, MYCOLC FROM MYTABLEA WHERE MYPHONE LIKE '%2 '. 2306 ' %';

    Thanks again.

    Joel

  • How to set a link on some of the text?

    How to use flash AS2 set a hyperlink on the text under 'profile', > > «go to my profile»

    I can set only all text, but not the part of the text.

    those who can show me?

    try it in your HTML, encoded URL like this:

    http://www.Macromedia.com/go/getflashplayer"/ >

    or like this:
    http://www.Macromedia.com/go/getflashplayer"/ >

  • A thorny issue!

    Hello

    I got a problem trying to allow a user to enter a value in a page that will be used in a where clause clause in a query of database. The database query is called via a page of the application that is called from an RSS reader. The idea is the user will enter details, he wants to see in the RSS and press a button that will go to another page of the app, and generate the URL TO which the RSS reader you use. The user can then copy this URL and paste it into their RSS reader. When the feedreader to access the application page URL pointing to it calls a procedure of database which generates the XML code - according to the settings originally specified by the user and which is now parts of the URL.

    It works fine until I have try to get a value such as "met_e4 as '+ %'" in the database (the choice of users is stored in the database) and subsequently in the URL.

    I know there are problems with exhaust and the URL encoding, but even when I went to their addresses there seemed no interaction with the ID of session inserted in the URL that is intended to invoke the procedure to get the XML in the database. The URL I generate does not include a session id - it can't because it will be generated once and used over and over again (long) - possibly by different users, so I need to generate a URL free session_id and depend on the interaction between the APEX and the application "calling" the URL (the reader of RSS or even Firefox) to generate the session id and insert this in the URL. It is somehow screw up the parameters passed to the function of database, resulting in the underlying query failed.

    In the example above, the parameter that contains the value 'met_e4 as '+ %' ' is URL encoded as "met_e4% 20like % 20% 27% 2B % 25% 27", however it ends as "met_e4% 20like % 20% 27% 20% 27" after it was called - not the encoded URL '+' and and '%' has been lost - it fails with an error of not properly completed quoted string - everything the database receives the value of the parameter is "met_e4 like '"!

    Replacing the wrong parameter in the URL - which now contains a session id - with the original URL encoded value - "met_e4% 20like % 20% 27% 25% 27% 2B", and re-request page, however now works perfectly!

    Anyone following the problem that I am trying to explain here? And case in this have a suggestion as the best approach to resolve or work around?

    Thank you

    SID.

    SID,

    I have two suggestions:

    (1) assuming that the link that you generate is on a public page in the application (or the application as a whole requires no authentication), try to put 0 in the position of session ID.

    (2) put in place a simple demo on apex.oracle.com and I'll take a look.

    Scott

  • Beehive netui - config.xml and the ampersand problem

    <>url-config
    < url-encodes-URL > false < / url-encodes-URL >
    < html-amp-entity > false < / html-amp-entity >
    < / url-config >

    I added the following lines in the Beehive netui - config.xml, but getting these errors saying entered invalid, we use WLP 10.2, any help at this very appreciated


    java.lang.IllegalStateException: has not been initialized in /WEB-INF/beehive-netui-config.xml
    at org.apache.beehive.netui.pageflow.internal.PageFlowInitialization.performInitializations(PageFlowInitialization.java:95)
    at org.apache.beehive.netui.pageflow.PageFlowContextListener.contextInitialized(PageFlowContextListener.java:47)
    to weblogic.servlet.internal.EventsManager$ FireContextListenerAction.run (EventsManager.java:458)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs (unknown Source)
    Truncated. check the log file full stacktrace
    org.apache.beehive.netui.util.config.ConfigInitializationException: Validation errors occurred parsing the configuration file "/WEB-INF/beehive-netui-config.xml". Cause: org.xml.sax.SAXParseException: cvc-complex - type. 2.4.d: invalid content were found starting with the element "url-config". No child element is planned at this stage.
    to org.apache.beehive.netui.util.config.parser.NetUIConfigParser$ 3.error(NetUIConfigParser.java:171)
    at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:175)
    at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:382)
    at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:316)
    to com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$ XSIErrorReporter.reportError (XMLSchemaValidator.java:429)
    Truncated. check the log file full stacktrace
    org.xml.sax.SAXParseException: cvc-complex - type. 2.4.d: invalid content were found starting with the element "url-config". No child element is planned at this stage.
    at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:236)
    at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:172)
    at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:382)
    at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:316)
    to com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$ XSIErrorReporter.reportError (XMLSchemaValidator.java:429)
    Truncated. check the log file full stacktrace


    e < 28 October 2008 9:40:50 PM PDT > < error > < hats > < BEA-149265 > < error has occurred in the execution of the request for deployment with the ID ' 1225255174548 'for task ' 0'. Error: ' weblogic.application.ModuleException: '
    weblogic.application.ModuleException:
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:975)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:361)
    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:204)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
    Truncated. check the log file full stacktrace
    org.xml.sax.SAXParseException: cvc-complex - type. 2.4.d: invalid content were found starting with the element "url-config". No child element is planned at this stage.
    at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:236)
    at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:172)
    at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:382)
    at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:316)
    to com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$ XSIErrorReporter.reportError (XMLSchemaValidator.java:429)
    Truncated. check the log file full stacktrace


    < 28 October 2008 9:40:50 PM PDT > < error > < hats > < BEA-149202 > < encountered an exception while trying to commit the task 9 for the application "PortalEar". >
    < 28 October 2008 9:40:50 PM PDT > < WARNING > < hats > < BEA-149004 > < failures have been detected all by initiating the task to redeploy to app "PortalEar" >.
    < 28 October 2008 9:40:50 PM PDT > < WARNING > < hats > < BEA-149078 > < message 149004 track battery
    weblogic.application.ModuleException:
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:975)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:361)
    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:204)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
    Truncated. check the log file full stacktrace
    org.xml.sax.SAXParseException: cvc-complex - type. 2.4.d: invalid content were found starting with the element "url-config". No child element is planned at this stage.
    at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:236)
    at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:172)
    at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:382)
    at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:316)
    to com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$ XSIErrorReporter.reportError (XMLSchemaValidator.java:429)
    Truncated. check the log file full stacktrace


    < 28 October 2008 9:40:51 PM PDT > < WARNING > < hats > < BEA-149252 > < no deployment "PortalEar" found to stop operation. >

    Looks like you added the config url entry in the wrong place in the config file, so it fails to analyze. Looking at the diagram of the Beehive netui config, the elements in the netui-config element must be in the following sequence:













    So "url-config" should come before "iterator-factories" and after 'jsp-tag-config' in the config file.

    Jeff

Maybe you are looking for