[svn] 4662: Refactoring to reflect new FXG utils package names to com.adobe .fxg.* for public APIs and com.adobe.internal.fxg. * for internal APIs not guaranteed to remain constant.

Revision: 4662
Author: [email protected]
Date: 2009-01-25 16:05:12 -0800 (Sun, 25 Jan 2009)
Log Message:
Refactoring to reflect new FXG utils package names to com.adobe.fxg.* for public APIs and com.adobe.internal.fxg.* for internal APIs not guaranteed to remain constant.
QA: No
Doc: No
Checkintests Pass
Modified Paths:
flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/fxg/TextFXGGraphics.java
flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/fxg/TextHelper.java
flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/media/FXGTranscoder.java
Added Paths:
flex/sdk/trunk/modules/fxgutils/src/java/com/
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/FXGConstants.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/FXGException.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/AbstractFXGNode.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/AbstractShapeNode.jav a
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/BitmapGraphicNode.jav a
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/DefinitionNode.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/DelegateNode.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/EllipseNode.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/FXGNode.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/FillNode.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/FilterNode.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/GradientEntryNode.jav a
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/GraphicContentNode.ja va
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/GraphicContext.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/GraphicNode.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/GroupDefinitionNode.j ava
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/GroupNode.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/LibraryNode.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/LineNode.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/MaskPropertyNode.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/MaskableNode.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/MaskingNode.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/PathNode.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/PlaceObjectNode.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/RectNode.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/ScalableGradientNode. java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/StrokeNode.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/TextGraphicNode.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/TextNode.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/TransformNode.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/fills/
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/fills/AbstractFillNod e.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/fills/BitmapFillNode. java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/fills/LinearGradientF illNode.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/fills/RadialGradientF illNode.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/fills/SolidColorFillN ode.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/filters/
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/filters/AbstractFilte rNode.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/filters/BevelFilterNo de.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/filters/BlurFilterNod e.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/filters/ColorMatrixFi lterNode.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/filters/DropShadowFil terNode.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/filters/GlowFilterNod e.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/filters/GradientBevel FilterNode.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/filters/GradientGlowF ilterNode.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/strokes/
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/strokes/AbstractStrok eNode.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/strokes/LinearGradien tStrokeNode.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/strokes/RadialGradien tStrokeNode.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/strokes/SolidColorStr okeNode.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/text/
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/text/AbstractCharacte rTextNode.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/text/AbstractTextNode .java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/text/BRNode.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/text/CDATANode.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/text/ParagraphNode.ja va
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/text/SpanNode.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/transforms/
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/transforms/AbstractTr ansformNode.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/transforms/ColorTrans formNode.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/transforms/MatrixNode .java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/types/
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/types/BevelType.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/types/BlendMode.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/types/Caps.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/types/InterpolationMe thod.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/types/Joints.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/types/Kerning.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/types/LineBreak.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/types/MaskType.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/types/ScaleMode.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/types/ScalingGrid.jav a
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/types/SpreadMethod.ja va
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/types/WhiteSpaceColla pse.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/types/Winding.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/sax/
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/sax/FXGSAXScanner.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/swf/
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/swf/AbstractFXGGraphics.j ava
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/swf/FXGGraphics.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/swf/ImageHelper.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/swf/ShapeHelper.java
flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/swf/TypeHelper.java
Removed Paths:
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/FXGConstants.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/FXGException.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/AbstractFXGNode.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/AbstractShapeNode.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/BitmapGraphicNode.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/DefinitionNode.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/DelegateNode.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/EllipseNode.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/FXGNode.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/FillNode.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/FilterNode.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/GradientEntryNode.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/GraphicContentNode.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/GraphicContext.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/GraphicNode.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/GroupDefinitionNode.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/GroupNode.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/LibraryNode.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/LineNode.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/MaskPropertyNode.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/MaskableNode.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/MaskingNode.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/PathNode.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/PlaceObjectNode.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/RectNode.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/ScalableGradientNode.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/StrokeNode.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/TextGraphicNode.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/TextNode.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/TransformNode.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/fills/AbstractFillNode.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/fills/BitmapFillNode.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/fills/LinearGradientFillNode.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/fills/RadialGradientFillNode.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/fills/SolidColorFillNode.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/filters/AbstractFilterNode.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/filters/BevelFilterNode.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/filters/BlurFilterNode.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/filters/ColorMatrixFilterNode.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/filters/DropShadowFilterNode.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/filters/GlowFilterNode.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/filters/GradientBevelFilterNode.ja va
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/filters/GradientGlowFilterNode.jav a
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/strokes/AbstractStrokeNode.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/strokes/LinearGradientStrokeNode.j ava
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/strokes/RadialGradientStrokeNode.j ava
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/strokes/SolidColorStrokeNode.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/text/AbstractCharacterTextNode.jav a
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/text/AbstractTextNode.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/text/BRNode.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/text/CDATANode.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/text/ParagraphNode.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/text/SpanNode.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/transforms/AbstractTransformNode.j ava
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/transforms/ColorTransformNode.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/transforms/MatrixNode.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/types/BevelType.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/types/BlendMode.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/types/Caps.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/types/InterpolationMethod.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/types/Joints.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/types/Kerning.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/types/LineBreak.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/types/MaskType.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/types/ScaleMode.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/types/ScalingGrid.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/types/SpreadMethod.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/types/WhiteSpaceCollapse.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/dom/types/Winding.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/sax/FXGSAXScanner.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/swf/AbstractFXGGraphics.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/swf/FXGGraphics.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/swf/ImageHelper.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/swf/ShapeHelper.java
flex/sdk/trunk/modules/fxgutils/src/java/flash/fxg/swf/TypeHelper.java

The problem with submitting a bug report is I don't know how to replicate it.
The java file showed up on the "Referenced Libraries". I removed it from there and it fixed the problem.
If I return it to the classpath via Eclipse it doesn't demonstrate the problem.
I don't know how it got into the classpath to cause this problem. I even tried editing the classpath (which I'm fairly certain was not how the problem was caused) but that didn't replicate the problem.
I didn't check the .classpath to see what the entry was before I removed it via eclipse so I don't know what the entry looked like. The problem wasn't in the version is SVN so I don't know how to find what changes were made.
If you sill want a bug report I can enter one but with out any instructions on how to replicate it.

Similar Messages

  • [svn] 4285: Exposed TLF' s new textJustify property on ParagraphElement as a CSS style for Gumbo components .

    Revision: 4285
    Author: [email protected]
    Date: 2008-12-10 16:08:28 -0800 (Wed, 10 Dec 2008)
    Log Message:
    Exposed TLF's new textJustify property on ParagraphElement as a CSS style for Gumbo components. It works with TextBox, TextGraphic, TextView, and components that use these primitives. When text is fully justified, this property determines whether the extra pixels are added between words or between any characters.
    QE Notes: Please add tests for this new functionality.
    Doc Notes: None
    Bugs: None
    Reviewer: Jason
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/TextBox.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/graphicsClasses/TextBlockCompose r.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/styles/metadata/BasicParagraphFormatTextS tyles.as

    Hello xhpx,
    In  your media queries your changing the .gridContainer but the #LayoutDiv1 is the same. The reason the color goes away is the media query for mobile sizes doesn't have the background color. Though I would remove #LayoutDiv1 from any media query since it doesn't need to change.
    http://jsfiddle.net/gCka7/
    hope this helps.
    Chad Smith - BCGurus.com
    also, creating a jsfiddle or just a link to the site could make it easier for debuging.

  • Private browsing worked fine on the last version, but does not seem to work at all in the new 4 version, so what is the problem? I have uninstalled and reinstalled it several times but that does not solve the problem.

    My points above lay out the problem and I get messages telling me it can't find the files....Why is it not working when it did just fine right up until you came out with version 4???
    Any suggestions? I may have to go to another browser, but I have always like your product best.

    You are welcome. There has never been a need to move that one before, but try it since you can always put it back.
    If the same, try booting into the Safe Mode using your normal account.  Disconnect all peripherals except those needed for the test. Shut down the computer and then power it back up after waiting 10 seconds. Immediately after hearing the startup chime, hold down the shift key and continue to hold it until the gray Apple icon and a progress bar appear and again when you log in. The boot up is significantly slower than normal. This will reset some caches, forces a directory check, and disables all startup and login items, among other things. When you reboot normally, the initial reboot may be slower than normal. If the system operates normally, there may be 3rd party applications which are causing a problem. Try deleting/disabling the third party applications after a restart by using the application un-installer. For each disable/delete, you will need to restart if you don’t do them all at once.
    Safe Mode - About
    Safe Mode - Yosemite

  • Pacman -Syu Fails -- Problem wth pm-utils Package

    I just tried to do a "pacman -Syu".
    I get the following errors:
    error:  Could not prepare transaction
    error: failed to commit transaction (conflicting files)
    pm-utils: /usr/bin/on_ac_power exists in filesystem
    errors occured, no packages were upgraded
    Is there a problem with the new pm-utils package?  What is the fix?
    Rob

    webbrewer wrote:Although thinkwiki recommends using APM with the t20, I attempted for a few weeks to get ACPI to work properly on this machine.  I was unable to solve all the issues, as detailed here: http://bbs.archlinux.org/viewtopic.php?id=35061.  With APM, everything works well.
    The HAL website (http://www.freedesktop.org/wiki/Software/hal) doesn't list pm-utils as a dependency.  However, I am willing to give APCI another try.
    I removed apmd and found that all my apm functionality remained despite the absence of a software daemon.  Upgrading hal and installing pm-utils has not caused any issues in my system, contrary to my cautions.

  • I'm waiting for my new iPhone 5s to be delivered. I lost my iPhone 5 but did have it backed up on my MacBook Pro. I was using iOS6 at the time. Will I have a problem restoring the data to my new iPhone 5s assuming it will come with iOS7?

    I'm waiting for my new iPhone 5s to be delivered. I lost my iPhone 5 but did have it backed up on my MacBook Pro. I was using iOS6 at the time. Will I have a problem restoring the data to my new iPhone 5s assuming it will come with iOS7?

    No, you should not.  There are problems trying to go the other way, but updating a newer iOS release from a backup of an older iOS release has always been supported and is the basic means of setting up a new device from a previous one.

  • EAR  Packaging - Utility package

    We have "utility" packages which we make use of both in Servlet and EJB development . When we create EAR file comprising of WAR and Ejb.jar file , do we need to include "utility" package in both WAR file and ejb.jar file? If no how do we package them.
    Nathan

    Thank you for the response and we need little more clasification.
    It is not clear how do we do that.Do you suggest create jar file comprising of 'utility' package and place them in "WEB-INFO\lib" folder.

  • Extreme is going back, new admin utility is flawed

    This is long, but bottom line is my advice is to wait until Apple gets things ironed out unless you have a system without multiple devices.
    - Multiple USB drives hooked to a PC running iTunes with a wireless G card
    - A macbook
    - One Airport Express serving as a router and a USB print server
    - 3 other AEs that I stream audio to from the PC or the macbook to 3 different stereos
    - A PC laptop I sometimes use with iTunes
    - A Palm that I use to control iTunes with a VPN
    - A network printer that my PCs talked to via Ethernet and the macbook wirelessly through the express router via the USB port.
    Everything shares the internet through the Express router and can stream to the other Expresses.
    The macbook is used by my wife and shares the iTunes library hooked to the PC. I wanted the new extreme because I could hook the hard drives to it so she wouldn’t have to go through the hassle of sharing my library and I wouldn’t have to leave the PC running when I travel. She’s not very computer savvy. I thought the wireless N would be good for future updates.
    The extreme comes with a new admin utility you have to use. I configured it and it looked to work but couldn’t see any of the expresses. I reset an express and configured it and iTunes could see the express and it would stream music to it but now the admin couldn’t see either the extreme or the express. It could configure another express after I reset it but iTunes couldn’t use it because the admin utility couldn’t see the IP address of the router and assigned a bad address to the express. I could manually assign an IP address and iTunes could see it.
    After a few hours on the phone with Apple (they first tried to tell me I didn’t qualify for support because my extreme wasn’t in their system even though I bought it direct, so I had to bully them to help me) it worked, sort of.
    Each time I configured an express or changed a setting on the extreme it would screw up the security settings for the extreme so my computers couldn’t see it even though the green light was on. Every time I changed anything and updated I had to delete all keychain settings and reset the passwords. Then
    -I kept getting dropouts with iTunes when I never had them with before
    -nothing could print,
    -the extreme wouldn’t let the Palm join the network
    I went back to my original setup using an express as a router, but now it couldn’t see the other expresses and when I tried to reset them even the old admin kept giving them invalid IP addresses. It didn't even work if I assigned the IP address manually. I reloaded the old software that came with the AE and reconfigured and now everything works.
    What a disaster. I will be returning the Extreme ASAP.

    I bought a new Airport Extreme n and have been unable to set up an Airport Express to extend the network.
    Streaming with AirTunes is no problem, but extending the network has been exasperating and impossible.
    I exchanged the Airport Extreme n for a new one, factory re-set everything countless times and no luck.
    I think that some of the advice for this problem in these forums is coming from people who have not got the hardware concerned and so they are making assumptions based on Apple's reputation.
    For example, some are referring to Apple documents which relate to legacy Extreme products and not the n.
    I have trawled through every post and Apple document and manual without success.
    My own conclusion is that the new AirPort Utility programme does not work properly and/or there is a generic fault in Extreme n's.
    A clue here is that Apple's latest documentation says to set up the extended network manually, so that says a lot for their auto set up wizard!
    If anyone out there has successfully got an Express to extend their Extreme n network then please tell me how you did it.
    Meanwhile I think Apple should suspend their series of Microsoft batering advertisements until their hard/software works.
    I stand ready to be corrected and will be delighted to hear if anyone has been luckier than me.
    I hope this thread is not marked closed before it finds an answer.
    iMac 24" 2.33 GHz Intel Core 2 Duo, 3 GB 667 MHz DDR2 SDRAM   Mac OS X (10.4.8)   Apple Wireless Keyboard and wireless Mighty Mouse

  • After the Airport update today, Airport Utility no longer sees my new Extreme or my 2 new Airport Express relay stations (same network); however, my internet is working and all Airports are green?

    After the Airport update today, Airport Utility 6.0 no longer sees my new Extreme or my 2 new Airport Express relay stations (same network); however, my internet is working and all Airports are green?  I'm running Lion on my iMac and updated when Airport Utility prompted me to do so a few hours ago.  After applying the updates is when Airport Utility stopped seeing my routers.  But they are working?  Thoughts?

    Did you remember to completely power cycle the entire network?
    You would want to do this after any update or change to the network.
    If you did not do this yet......things are out of sequence.
    Power off everything on the network.....all devices.....power down order is not important
    Wait a few minutes
    Start the modem first and let it run a minute or two by itself
    Start the next device connected to the modem the same way
    Work your way out on the network starting each device about a minute apart
    Check the network

  • New airport utility is no longer working with my printer.

    I just upgraded to the new airport utility (6), which seems like it was, overall, a bad idea. Since the update I can no longer print. Most of the time, the printer says that it is connected. When I attempt to print (it doesn't matter from what program) it says that it is printing, yet nothing happens. Occasionally it will sit, checking ink levels forever. even more occasionally it will say that it is not connected at all (though in the settings, it simply says that it is idle). Unfortunately, installing the previous verison is not an option. When I try, it tells me that it is not compatible with my current OS (10.8.3). I have a 500 GB Time Capsule (Model #: A1254), an HP OfficeJet 4200 Series printer, and a Mid-2009 2.53 GHz 13" Macbook Pro.

    You can install the previous version of airport utility.. there are several guides on web.. just google them.. but here is mine which is fairly easy to do and has big advantage.. the unpkg software is free.
    How to load 5.6 into ML.
    1. Download 5.6 for Lion.
    http://support.apple.com/kb/DL1482
    Click to open the dmg but do not attempt to install the pkg.. it won't work anyway.
    2. Download and install unpkg.
    http://www.timdoug.com/unpkg/
    Run unpkg on the desktop.. it is very simple.. drag the AirPortUtility56.pkg file over to unpkg.. and it will create a new directory of the same name on the desktop.. drill down.. applications utilities .. there lo and behold is Airport utility 5.6 .. drag it to your main utilities directory or just run it from current location.
    You cannot uninstall 6.1 (now 6.2 if you updated) so don't try.. and you cannot or should not run them both at the same time.. so just ignore the toyland version.. the plastic hammer.. and start using 5.6.. a real tool.
    For screen shots see this post.
    https://discussions.apple.com/thread/4668746?tstart=0

  • HT5022 I'm trying to add a "new client" to my wireless network using Airport Utility, but I can't find that option in the new version.  I've downloaded all available updates of the OS and the utility..  Help!

    I'm trying to add my HP wireless printer as a "new client" to my wireless network using Airport Utility, but I can't find that option in the new version.  I've downloaded all available updates of the OS and the utility..  Help!

    Why would you need to ADD a new Client. Unless the APE sytem is completely different then any other Wireless router the printer should get an IP address from the router. That is IF the printer is setup to get an IP from the LAN DHCP server.
    Now you may want to make that IP it does get a Staticly assign IP address so it never changes, which will screw up printing if it does change. But i don't know if you can do that with APE routers.

  • How do I get list of client IP Addresses using new Airport Utility v6.3?

    I have purchased and Airport Time Capsule 3TB (newest model).  Previous models were still compatible with Airport Utility 5.6 and I could use "manual" mode to get a list of client IP addresses attached to the device.  The new Airport Time Capsule is only compatible with Airport Utility 6.3 and I cannot figure out how to get a list of client IP addresses with this new model. Does anyone know how to do this?

    Try a ping broadcast - for example if your network were 192.168.1.xxx (netmask of 255.255.255.0) try this from a Termnal.app window (located in /Applications/Utilities):
         ping 192.168.1.255
    If you have a different type netmask, you need to put 255's where the 0's are in your netmask.
    Everyone on the local network (the 192.168.1.xxx network) should reply that is up and running unless you have them setup to not respond to pings (the WAN port on your TC should not reply cause it's in a different network) and you have your list of clients on the network. If you setup the TC to dedicate a range of addresses for WiFi clients you can even identify which of them are wired and which are wireless.
    good luck.

  • Where do I find the port mapping option in the new Airport Utility?

    I'm using the new Airport Utility w/ my AEBS. I'm running it in 802.11n '11a compatablity mode" w/ my Macbook (no 11n).
    I can't seem to see the tab to set my port mapping. Where is it?
    I don't see it in the Airport or Advanced settings in the Utility.

    Are you in bridge mode? Under Internet > Connection Sharing, is the choice set to Off (Bridge Mode)?
    Or... have you discovered that you can double-click on a base station or choose Manual Setup from the Base Station menu?

  • [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.

  • Compiled CHM File Does Not Reflect New Project Name

    I have read many of the experts' responses to posts and found them extremely helpful. However, I have not seen one that addresses my issue.
    I have RH HTML Version RH8. I renamed a project via 1) File - Rename Project and 2) Single Source Layouts - Primary Layout - Properties - Output Folder and File Name.
    Two problems are: 1) The Project Folder name still reflects the old project name and 2) The CHM file still reflects the old project name.
    As a result, the output Help that the user sees still has the old project name in the title bar.
    All generated files as well as the RoboHelpHTML Project File were changed to the new project name, just as the RENAME PROJECTS Help says it should. However, the CHM file does not reflect the new project name as it says it should.
    1) Can I change the Folder name that was created when I compiled the Help file to the correct name?
    2) Can I change the FILENAME in the SELECT OUTPUT FOLDER AND FILENAME  window?
    3) Can I / should I rename the TOC and Index filenames from the old project name to the new project name? (Help says that changing the project name does not change these file names and it didn't.) 
    Will any of these actions correct the problem? I appreciate any help you can give. 

    Welcome to our community
    Try File > Project Settings.
    And if that doesn't get it, try the Project Set-up pod, windows and change the Window Caption.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • How can I do a complete Time Capsule backup on an external USB hard disc with the new AirPort utility V6?

    How can I do a complete Time Capsule backup on an external USB hard disc with the new AirPort utility V6?
    It was possible in the AirPort utility V5, but in the new V6 I can't find this option.

    Download and use 5.6.. the other non-toy version of Apple's Airport Utilities.
    http://support.apple.com/kb/DL1482

Maybe you are looking for

  • Activating Adobe Acrobat 8.0 Standard

        My 8.2.3 recently sopped working. I get error messages indicating the need to "activate" in order to convert .doc to .pdf or to simply read .pdf. Shortly after opening, the program shuts down. Can you assist?

  • Problems sharing screen w/ iMac Intel and macbook

    'm new to networking, so I hope someone can lead me in the right direction. I have a new iMac Intel running Leopard. I also have a MacBook2,1 running Tiger. They both are on my Airport Extreme network. I can screen share from my iMac to my MacBook, b

  • Adding or deleating unneeded lines from a fillable form

    I am attempting to create a form that will request employee information to attend training (basically a four column, one line table for each) .  Depending on the training, there could be from 5 to 50 employees attending.  Is there a way to add/delete

  • Setting component properties in itemRenderer

    Hi. I've created a custom itemRenderer for a DataGrid that has a TextInput and a Button. When the user clicks the button, the Application needs to present a Browse window and display the file the user chose in the TextInput of the itemRenderer. I've

  • Blurred address book scrolling

    This topic was previously addressed nearly a year ago and left unresolved when it closed. I just discovered a trick that seems to work to clear it up. Open Address Book and go to VIEWS in the menu bar; switch the view to DIRECTORY or CARDS and then g