[svn] 963: New asc.jar from revision 958.

Revision: 963
Author: [email protected]
Date: 2008-03-27 09:49:26 -0700 (Thu, 27 Mar 2008)
Log Message:
New asc.jar from revision 958.
Modified Paths:
flex/sdk/trunk/lib/asc.jar

Revision: 963
Author: [email protected]
Date: 2008-03-27 09:49:26 -0700 (Thu, 27 Mar 2008)
Log Message:
New asc.jar from revision 958.
Modified Paths:
flex/sdk/trunk/lib/asc.jar

Similar Messages

  • [svn] 1810: -removed asc.jar from subversion.

    Revision: 1810
    Author: [email protected]
    Date: 2008-05-21 11:32:25 -0700 (Wed, 21 May 2008)
    Log Message:
    -removed asc.jar from subversion.
    -build.xml: After asc.jar builds move it from asc/lib to the lib folder.
    Modified Paths:
    flex/sdk/trunk/build.xml
    Removed Paths:
    flex/sdk/trunk/lib/asc.jar

    This sounds similar to svn-export. Perhaps you would find that useful as well.

  • [svn] 4186: Remove jmxri.jar from trunk.

    Revision: 4186
    Author: [email protected]
    Date: 2008-11-25 15:14:39 -0800 (Tue, 25 Nov 2008)
    Log Message:
    Remove jmxri.jar from trunk. Since we build with JDK 1.5 now, we no longer need this jar.
    checkintests: passed
    Removed Paths:
    blazeds/trunk/lib/jmxri.jar

  • [svn] 1458: Refreshed asc.jar to fix clobbering of Jono's Parser changes.

    Revision: 1458
    Author: [email protected]
    Date: 2008-04-29 13:26:14 -0700 (Tue, 29 Apr 2008)
    Log Message:
    Refreshed asc.jar to fix clobbering of Jono's Parser changes.
    checkintests Passed: YES
    Needs QA: Yes
    Needs DOC: NO
    API Change: NO
    Reviewer: jspiro
    Code-level description of changes:
    lib/asc.jar
    Recompiled with InputBuffer changes and Jono's Parser changes.
    modules/asc/src/java/macromedia/asc/parser/InputBuffer.java
    Made no-arg constructor protected.
    Modified Paths:
    flex/sdk/trunk/lib/asc.jar
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/parser/InputBuffer.java

  • SessionManager doesn't work with new xerceimpl.jar?

    Hi,
    Does anybody know the solution to the problem below?
    The toplink sessionmanager, which loads sessions.xml for database session pooling, doesn't work with new xerce parser(xerceimpl.jar). It is tieing to old xerces.jar parser, which has been upgraded to have more functions.
    Thank you in advance.
    Praveen

    Hi Raanan,
    It works with old xerces.jar. But in-order to get new functions from new xerces jars from apache, I got xml-apis.jar, xercesImp.jar. They got modified from old ones. So this is breaking toplink sessions.xml load to work.
    Did you face this problem?
    Thanks
    Praveen

  • How to let Weblogic to load log4j.jar from application?

    Hi all,
    Our company planed to move an application from WebSphere to WebLogic server (10.0.2). I am responsible for the technique aspect on this moving. But this is my first time to work on WebLogic, so it seems everything is new for me. Currently, I am encountering a very tough issue. In our project, it has an old log4j.jar (2001). I put the jar in APP-INF/lib. However, after I deployed the project to server, system always run the new log4.jar from server, and gave exception, as follows. The old log4j.jar has this method, but new log4j.jar doesn't.
    Anybody can give me help? I really appreciate. Thanks.
    ####<Aug 5, 2009 10:28:06 AM CDT> <Error> <HTTP> <msn043074c> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1249486086015> <BEA-101017> <[weblogic.servlet.internal.WebAppServletContext@1988902 - appName: 'ampi', name: 'ampi', context-path: '/ampi'] Root cause of ServletException.
    java.lang.NoSuchMethodError: org.apache.log4j.Category.getInstance(Ljava/lang/String;Lorg/apache/log4j/spi/CategoryFactory;)Lorg/apache/log4j/Category;
         at com.lilly.atlas.frameworks.logging.AtlasServerCategory.getInstance(AtlasServerCategory.java:182)
         at com.lilly.atlas.frameworks.logging.Log4JAdapter.<init>(Log4JAdapter.java:103)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
         at java.lang.Class.newInstance0(Class.java:350)
         at java.lang.Class.newInstance(Class.java:303)
         at com.lilly.atlas.frameworks.logging.AtlasLogger.initialize(AtlasLogger.java:110)
         at com.lilly.atlas.frameworks.logging.AtlasLogger.<init>(AtlasLogger.java:93)
         at com.lilly.atlas.frameworks.logging.AtlasLogger.getInstance(AtlasLogger.java:129)
         at com.lilly.atlas.frameworks.logging.AtlasLogger.info(AtlasLogger.java:329)
         at com.lilly.tox.ampi.actions.LoginAction.perform(LoginAction.java:145)
         at org.apache.struts.action.ActionServlet.processActionPerform(ActionServlet.java:1786)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1585)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:509)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:226)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:124)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3404)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2140)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2046)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1398)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)

    Hi David,
    According to the link you posted, I put the following codes in the weblogic-application.xml, then my ear file can be successfully deployed on WebLogic. Thank you soooooo much, I sincerely appreciate it.
    <wls:prefer-application-packages>
              <wls:package-name>org.apache.log4j.*</wls:package-name>
    </wls:prefer-application-packages>
    Best regards,
    Sheng
    Edited by: gus888 on Aug 5, 2009 11:34 AM

  • [svn] 3140: Modifying build. xml to include templates in the jar from the new location.

    Revision: 3140
    Author: [email protected]
    Date: 2008-09-08 09:04:17 -0700 (Mon, 08 Sep 2008)
    Log Message:
    Modifying build.xml to include templates in the jar from the new location.
    Modified Paths:
    flex/sdk/trunk/modules/antTasks/build.xml

    Don't be so impatient and don't multipost! I've deleted your other thread about the same topic.

  • [svn] 958: Added building of asc.jar to build.

    Revision: 958
    Author: [email protected]
    Date: 2008-03-27 09:14:55 -0700 (Thu, 27 Mar 2008)
    Log Message:
    Added building of asc.jar to build. The resulting asc.jar isn't used
    yet, because it's written to modules/asc/lib instead of lib. That
    will be changed, once management signs off on it.
    checkintests Passed: YES
    Needs QA: NO
    Needs DOC: NO
    API Change: NO
    Code-level description of changes:
    Modified "clean" target to call "clean" on asc.
    Modified "modules" target to depend on "asc".
    Modified "modules-dev" target to depend on "asc-dev".
    Added "asc" and "asc-dev" targets.
    Modified Paths:
    flex/sdk/trunk/build.xml

    Revision: 958
    Author: [email protected]
    Date: 2008-03-27 09:14:55 -0700 (Thu, 27 Mar 2008)
    Log Message:
    Added building of asc.jar to build. The resulting asc.jar isn't used
    yet, because it's written to modules/asc/lib instead of lib. That
    will be changed, once management signs off on it.
    checkintests Passed: YES
    Needs QA: NO
    Needs DOC: NO
    API Change: NO
    Code-level description of changes:
    Modified "clean" target to call "clean" on asc.
    Modified "modules" target to depend on "asc".
    Modified "modules-dev" target to depend on "asc-dev".
    Added "asc" and "asc-dev" targets.
    Modified Paths:
    flex/sdk/trunk/build.xml

  • [svn] 4463: Use svn: ignore to suppress some new build output from appearing in 'svn status'.

    Revision: 4463
    Author: [email protected]
    Date: 2009-01-08 18:33:41 -0800 (Thu, 08 Jan 2009)
    Log Message:
    Use svn:ignore to suppress some new build output from appearing in 'svn status'.
    AIR SDK Readme.txt
    frameworks/projects/air
    lib/fxgutils.jar
    modules/fxgutils/classes
    QE Notes: None
    Doc Notes: None
    Bugs: None
    Reviewer: None
    Property Changed:
    flex/sdk/trunk/
    flex/sdk/trunk/frameworks/projects/
    flex/sdk/trunk/lib/
    flex/sdk/trunk/modules/fxgutils/

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • [svn:fx-trunk] 11488: Resubmitting binary distribution of xercesPatch. jar from the third party module in the SDK and compiled it with Sun JDK 1.4 .2_12.

    Revision: 11488
    Author:   [email protected]
    Date:     2009-11-05 17:10:10 -0800 (Thu, 05 Nov 2009)
    Log Message:
    Resubmitting binary distribution of xercesPatch.jar from the third party module in the SDK and compiled it with Sun JDK 1.4.2_12.
    QE notes: N/A
    Doc notes: N/A
    Bugs:
    SDK-16818 - Must open-source the code for xercesPatch.jar.
    Reviewer: Discussed with Gordon
    Tests run: Checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-16818
    Modified Paths:
        flex/sdk/trunk/lib/xercesPatch.jar
        flex/sdk/trunk/modules/thirdparty/xerces-patch/build.xml

    Did you try this:
    http://forum.java.sun.com/thread.jsp?thread=434718&forum=60&message=1964421

  • [svn:bz-trunk] 18377: Remove WEB-INF/flex/ jars from classpath in qa-manual and qa-regress.

    Revision: 18377
    Revision: 18377
    Author:   [email protected]
    Date:     2010-10-29 12:17:57 -0700 (Fri, 29 Oct 2010)
    Log Message:
    Remove WEB-INF/flex/jars from classpath in qa-manual and qa-regress.  This folder no longer exists as we don't have the webtier compiler.
    checkintests: passed
    Modified Paths:
        blazeds/trunk/qa/apps/qa-manual/build.xml
        blazeds/trunk/qa/apps/qa-regress/build.xml

  • [svn:bz-trunk] 15259: Update the blazeds-core Eclipse project . classpath to point to the new jgroups jar

    Revision: 15259
    Revision: 15259
    Author:   [email protected]
    Date:     2010-04-07 10:23:37 -0700 (Wed, 07 Apr 2010)
    Log Message:
    Update the blazeds-core Eclipse project .classpath to point to the new jgroups jar
    Modified Paths:
        blazeds/trunk/development/eclipse/projects/java/blazeds-core/.classpath

    Revision: 15259
    Revision: 15259
    Author:   [email protected]
    Date:     2010-04-07 10:23:37 -0700 (Wed, 07 Apr 2010)
    Log Message:
    Update the blazeds-core Eclipse project .classpath to point to the new jgroups jar
    Modified Paths:
        blazeds/trunk/development/eclipse/projects/java/blazeds-core/.classpath

  • [svn] 1649: Renamed our customized Velocity JAR from mm-velocity-1.4. jar to velocity-dep-1.4-flex.jar.

    Revision: 1649
    Author: [email protected]
    Date: 2008-05-09 14:49:18 -0700 (Fri, 09 May 2008)
    Log Message:
    Renamed our customized Velocity JAR from mm-velocity-1.4.jar to velocity-dep-1.4-flex.jar.
    The standard Velocity name for this JAR, which is built by Velocity's "jar-dep" target, is velocity-dep-1.4.jar. We append "-flex" to indicate that we've customized it, just as for our customized Batik JAR.
    This change affected the mxmlc classpath in modules/compiler/build.xml, the packaging scripts, and the Eclipse projects.
    I also renamed mm-velocity-LICENSE.txt and mm-velocity-NOTICE.txt to drop the "mm-" prefix.
    Bugs: -
    QA: No
    Doc: No
    Reviewer: Jono
    Ticket Links:
    http://bugs.adobe.com/jira/browse/velocity-1
    http://bugs.adobe.com/jira/browse/dep-1
    http://bugs.adobe.com/jira/browse/dep-1
    Modified Paths:
    flex/sdk/trunk/build.xml
    flex/sdk/trunk/development/eclipse/java/flex-jars/.classpath
    flex/sdk/trunk/modules/compiler/build.xml
    Added Paths:
    flex/sdk/trunk/lib/velocity-LICENSE.txt
    flex/sdk/trunk/lib/velocity-NOTICE.txt
    flex/sdk/trunk/lib/velocity-dep-1.4-flex.jar
    Removed Paths:
    flex/sdk/trunk/lib/mm-velocity-1.4.jar
    flex/sdk/trunk/lib/mm-velocity-LICENSE.txt
    flex/sdk/trunk/lib/mm-velocity-NOTICE.txt

    1) Did you assigned weblogic user to presentation server admin after the upgrade?
    Obiee11g: Administration link is missing for weblogic User(Presentation Services)
    2) Goto Administration tab and do 'Scan and Update Catalog Objects That Require Updates'
    Thanks,
    Saichand

  • [svn] 1316: asc: updating asc.jar; --target-player appears to be working correctly now with ASC Parser fixes.

    Revision: 1316
    Author: [email protected]
    Date: 2008-04-20 10:54:00 -0700 (Sun, 20 Apr 2008)
    Log Message:
    asc: updating asc.jar; --target-player appears to be working correctly now with ASC Parser fixes.
    Modified Paths:
    flex/sdk/trunk/lib/asc.jar

    Revision: 1316
    Author: [email protected]
    Date: 2008-04-20 10:54:00 -0700 (Sun, 20 Apr 2008)
    Log Message:
    asc: updating asc.jar; --target-player appears to be working correctly now with ASC Parser fixes.
    Modified Paths:
    flex/sdk/trunk/lib/asc.jar

  • [svn] 1985: use the asc.jar in the lib folder when running the asc tests

    Revision: 1985
    Author: [email protected]
    Date: 2008-06-06 12:20:06 -0700 (Fri, 06 Jun 2008)
    Log Message:
    use the asc.jar in the lib folder when running the asc tests
    Modified Paths:
    flex/sdk/trunk/build.xml

    You may want to use the filtering classloader. See the doc at http://e-docs.bea.com/wls/docs92/programming/classloading.html#wp1097187

Maybe you are looking for