Advanced Predefined  Annotations used with EJB3.0

Hi
I want to tune my Application which is consisting of EJB3.
I am using ejb3 Annotations on to my source files .
I didn't found anything annotation related to pooling , except with jboss specific .
Say for example i want to set max beans in pool as 50.
Please tell me how can i do this ??

Wrong. While it is good to design and plan EJB applications, the one thing you shouldn't do is get in the way of the server. If the server decides it needs to pool or tune a pool it is using, let the server handle it. It can do it far better than you can as it has all the information, you don't (with good reason). The only thing you should be worrying about is the environment of the server, such as how many database connections to pool.

Similar Messages

  • How to configure Oracle 10g Advanced Security to use SSL concurrently with

    How to configure Oracle 10g Advanced Security to use SSL concurrently with database User names and passwords
    In Oracle Advanced Security Documentation it is mentioned that i can use SSL concurrently with DB user names and passwords. But when i configure the client certificate on the client my DB connection is getting authenticated using the certificate, which out passing user id or password.
    We want to connect to Oracle DB over SSL channel so that the data packets are not in clear text. Also we want the user to make a connection using user id and password.
    Basically we want SSL with out authentication.
    Need your expert advice

    Read the documentation (I have given following links assuming you are running a 32 bit architecture)
    Server installations:
    http://www.oracle.com/pls/db102/to_toc?pathname=install.102%2Fb14316%2Ftoc.htm&remark=portal+%28Books%29
    Client installations:
    http://www.oracle.com/pls/db102/to_toc?pathname=install.102%2Fb14312%2Ftoc.htm&remark=portal+%28Books%29
    You can find the required books (if not using 32 bit architecture) from
    http://www.oracle.com/pls/db102/portal.portal_db?selected=3

  • Drawing Markup and Annotations using Reader with Commenting-Enabled PDFs

    I recently purchased Acrobat Standard to produce commentable PDFs for my contributors who use Acrobat Reader. 
    The page linked below says that I can use Acrobat Standard to "Manage shared reviews, collecting everyone's feedback in one PDF and letting reviewers build on one another's comments‡" 
    Adobe Acrobat XI 
    I have used these features in the past with Acrobat Pro, but there wasn't any documentation that hinted at what appear to be limitations.  For example, using Acrobat Standard I can send a PDF for email review, but the only tools that my contributors can use with Reader are the sticky note and highlighter.  In the past, when I used Pro,  the whole suite of markup capabilities including Drawing Markup and annotations like strikethrough were available.
    I have looked everywhere for information about how to enable these other commenting tools, but can't find anything.  Am I missing something or is this some misleading marketing materials that have led me astray.

    You either need to upgrade to Acrobat Pro or the users need to upgrade to
    Reader XI, where all of the commenting tools are available by default.
    On Fri, Feb 20, 2015 at 9:14 PM, trailpixie <[email protected]>

  • What is the most advanced version of ACR that can be used with Photoshop CS5?

    What is the most advanced version of ACR that can be used with Photoshop CS5?
    Will it open RAW files from a Canon 5D Mark III ?

    CS5 can use up to ACR 6.7.1.  CS6 started with ACR 7.0.
    The 5D Mark III was first supported with ACR 6.7.
    ACR 6.7.1 can be downloaded from the Camera Raw Mac and Win links on the Adobe Download page:
    http://www.adobe.com/downloads/updates.html
    References:
    http://helpx.adobe.com/x-productkb/global/camera-raw-compatible-applications.html
    http://helpx.adobe.com/creative-suite/kb/camera-raw-plug-supported-cameras.html

  • How to Create Windows Firewall Predefined rules using Powershell

    Windows Firewall Predefined rules using Powershell
    Following commands are working some time however sometimes it's giving errors. Any help would be appreciated
    WORKING ==> Set-NetFirewallRule -DisplayGroup "File and Printer Sharing" -Enabled True 
    Set-NetFirewallRule -DisplayGroup "File and Printer Sharing" -Enabled True -Direction Inbound
    NOT WORKING
    PS C:\Windows\system32> Set-NetFirewallRule -DisplayGroup "File and Printer Sharing" -Enabled True -Direction Outbound
    Set-NetFirewallRule : One of the port keywords is invalid.
    At line:1 char:1
    + Set-NetFirewallRule -DisplayGroup "File and Printer Sharing" -Enabled True -Dire ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidArgument: (MSFT_NetFirewal...ystemName = ""):root/standardcimv2/MSFT_NetFirewallRule) [Se 
       t-NetFirewallRule], CimException
        + FullyQualifiedErrorId : HRESULT 0x80070057,Set-NetFirewallRule
    PS C:\Windows\system32> Set-NetFirewallRule -DisplayGroup "File and Printer Sharing" -Enabled True -Direction Outbound
    Set-NetFirewallRule : One of the port keywords is invalid.
    At line:1 char:1
    + Set-NetFirewallRule -DisplayGroup "File and Printer Sharing" -Enabled True -Dire ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidArgument: (MSFT_NetFirewal...ystemName = ""):root/standardcimv2/MSFT_NetFirewallRule) [Se 
       t-NetFirewallRule], CimException
        + FullyQualifiedErrorId : HRESULT 0x80070057,Set-NetFirewallRule
    Anoop C Nair (My Blog www.AnoopCNair.com)
    - Twitter @anoopmannur -
    FaceBook Forum For SCCM

    The command:
    Get-NetFirewallRule -DisplayGroup "File and Printer Sharing" -Direction Outbound
    produces the output:
    Name : FPS-NB_Session-In-TCP
    DisplayName : File and Printer Sharing (NB-Session-In)
    Description : Inbound rule for File and Printer Sharing to allow NetBIOS Session Service connections. [TCP 139]
    DisplayGroup : File and Printer Sharing
    Group : @FirewallAPI.dll,-28502
    Enabled : True
    Profile : Any
    Platform : {}
    Direction : Outbound
    Action : Allow
    EdgeTraversalPolicy : Block
    LooseSourceMapping : False
    LocalOnlyMapping : False
    Owner :
    PrimaryStatus : OK
    Status : The rule was parsed successfully from the store. (65536)
    EnforcementStatus : NotApplicable
    PolicyStoreSource : PersistentStore
    PolicyStoreSourceType : Local
    Name : FPS-NB_Session-Out-TCP
    DisplayName : File and Printer Sharing (NB-Session-Out)
    Description : Outbound rule for File and Printer Sharing to allow NetBIOS Session Service connections. [TCP 139]
    DisplayGroup : File and Printer Sharing
    Group : @FirewallAPI.dll,-28502
    Enabled : True
    Profile : Any
    Platform : {}
    Direction : Outbound
    Action : Allow
    EdgeTraversalPolicy : Block
    LooseSourceMapping : False
    LocalOnlyMapping : False
    Owner :
    PrimaryStatus : OK
    Status : The rule was parsed successfully from the store. (65536)
    EnforcementStatus : NotApplicable
    PolicyStoreSource : PersistentStore
    PolicyStoreSourceType : Local
    Name : FPS-SMB-In-TCP
    DisplayName : File and Printer Sharing (SMB-In)
    Description : Inbound rule for File and Printer Sharing to allow Server Message Block transmission and reception via Named Pipes. [TCP 445]
    DisplayGroup : File and Printer Sharing
    Group : @FirewallAPI.dll,-28502
    Enabled : True
    Profile : Any
    Platform : {}
    Direction : Outbound
    Action : Allow
    EdgeTraversalPolicy : Block
    LooseSourceMapping : False
    LocalOnlyMapping : False
    Owner :
    PrimaryStatus : OK
    Status : The rule was parsed successfully from the store. (65536)
    EnforcementStatus : NotApplicable
    PolicyStoreSource : PersistentStore
    PolicyStoreSourceType : Local
    Name : FPS-SMB-Out-TCP
    DisplayName : File and Printer Sharing (SMB-Out)
    Description : Outbound rule for File and Printer Sharing to allow Server Message Block transmission and reception via Named Pipes. [TCP 445]
    DisplayGroup : File and Printer Sharing
    Group : @FirewallAPI.dll,-28502
    Enabled : True
    Profile : Any
    Platform : {}
    Direction : Outbound
    Action : Allow
    EdgeTraversalPolicy : Block
    LooseSourceMapping : False
    LocalOnlyMapping : False
    Owner :
    PrimaryStatus : OK
    Status : The rule was parsed successfully from the store. (65536)
    EnforcementStatus : NotApplicable
    PolicyStoreSource : PersistentStore
    PolicyStoreSourceType : Local
    Name : FPS-NB_Name-In-UDP
    DisplayName : File and Printer Sharing (NB-Name-In)
    Description : Inbound rule for File and Printer Sharing to allow NetBIOS Name Resolution. [UDP 137]
    DisplayGroup : File and Printer Sharing
    Group : @FirewallAPI.dll,-28502
    Enabled : True
    Profile : Any
    Platform : {}
    Direction : Outbound
    Action : Allow
    EdgeTraversalPolicy : Block
    LooseSourceMapping : False
    LocalOnlyMapping : False
    Owner :
    PrimaryStatus : OK
    Status : The rule was parsed successfully from the store. (65536)
    EnforcementStatus : NotApplicable
    PolicyStoreSource : PersistentStore
    PolicyStoreSourceType : Local
    Name : FPS-NB_Name-Out-UDP
    DisplayName : File and Printer Sharing (NB-Name-Out)
    Description : Outbound rule for File and Printer Sharing to allow NetBIOS Name Resolution. [UDP 137]
    DisplayGroup : File and Printer Sharing
    Group : @FirewallAPI.dll,-28502
    Enabled : True
    Profile : Any
    Platform : {}
    Direction : Outbound
    Action : Allow
    EdgeTraversalPolicy : Block
    LooseSourceMapping : False
    LocalOnlyMapping : False
    Owner :
    PrimaryStatus : OK
    Status : The rule was parsed successfully from the store. (65536)
    EnforcementStatus : NotApplicable
    PolicyStoreSource : PersistentStore
    PolicyStoreSourceType : Local
    Name : FPS-NB_Datagram-In-UDP
    DisplayName : File and Printer Sharing (NB-Datagram-In)
    Description : Inbound rule for File and Printer Sharing to allow NetBIOS Datagram transmission and reception. [UDP 138]
    DisplayGroup : File and Printer Sharing
    Group : @FirewallAPI.dll,-28502
    Enabled : True
    Profile : Any
    Platform : {}
    Direction : Outbound
    Action : Allow
    EdgeTraversalPolicy : Block
    LooseSourceMapping : False
    LocalOnlyMapping : False
    Owner :
    PrimaryStatus : OK
    Status : The rule was parsed successfully from the store. (65536)
    EnforcementStatus : NotApplicable
    PolicyStoreSource : PersistentStore
    PolicyStoreSourceType : Local
    Name : FPS-NB_Datagram-Out-UDP
    DisplayName : File and Printer Sharing (NB-Datagram-Out)
    Description : Outbound rule for File and Printer Sharing to allow NetBIOS Datagram transmission and reception. [UDP 138]
    DisplayGroup : File and Printer Sharing
    Group : @FirewallAPI.dll,-28502
    Enabled : True
    Profile : Any
    Platform : {}
    Direction : Outbound
    Action : Allow
    EdgeTraversalPolicy : Block
    LooseSourceMapping : False
    LocalOnlyMapping : False
    Owner :
    PrimaryStatus : OK
    Status : The rule was parsed successfully from the store. (65536)
    EnforcementStatus : NotApplicable
    PolicyStoreSource : PersistentStore
    PolicyStoreSourceType : Local
    Name : FPS-ICMP4-ERQ-In
    DisplayName : File and Printer Sharing (Echo Request - ICMPv4-In)
    Description : Echo Request messages are sent as ping requests to other nodes.
    DisplayGroup : File and Printer Sharing
    Group : @FirewallAPI.dll,-28502
    Enabled : True
    Profile : Any
    Platform : {}
    Direction : Outbound
    Action : Allow
    EdgeTraversalPolicy : Block
    LooseSourceMapping : False
    LocalOnlyMapping : False
    Owner :
    PrimaryStatus : OK
    Status : The rule was parsed successfully from the store. (65536)
    EnforcementStatus : NotApplicable
    PolicyStoreSource : PersistentStore
    PolicyStoreSourceType : Local
    Name : FPS-ICMP4-ERQ-Out
    DisplayName : File and Printer Sharing (Echo Request - ICMPv4-Out)
    Description : Echo Request messages are sent as ping requests to other nodes.
    DisplayGroup : File and Printer Sharing
    Group : @FirewallAPI.dll,-28502
    Enabled : True
    Profile : Any
    Platform : {}
    Direction : Outbound
    Action : Allow
    EdgeTraversalPolicy : Block
    LooseSourceMapping : False
    LocalOnlyMapping : False
    Owner :
    PrimaryStatus : OK
    Status : The rule was parsed successfully from the store. (65536)
    EnforcementStatus : NotApplicable
    PolicyStoreSource : PersistentStore
    PolicyStoreSourceType : Local
    Name : FPS-ICMP6-ERQ-In
    DisplayName : File and Printer Sharing (Echo Request - ICMPv6-In)
    Description : Echo Request messages are sent as ping requests to other nodes.
    DisplayGroup : File and Printer Sharing
    Group : @FirewallAPI.dll,-28502
    Enabled : True
    Profile : Any
    Platform : {}
    Direction : Outbound
    Action : Allow
    EdgeTraversalPolicy : Block
    LooseSourceMapping : False
    LocalOnlyMapping : False
    Owner :
    PrimaryStatus : OK
    Status : The rule was parsed successfully from the store. (65536)
    EnforcementStatus : NotApplicable
    PolicyStoreSource : PersistentStore
    PolicyStoreSourceType : Local
    Name : FPS-ICMP6-ERQ-Out
    DisplayName : File and Printer Sharing (Echo Request - ICMPv6-Out)
    Description : Echo Request messages are sent as ping requests to other nodes.
    DisplayGroup : File and Printer Sharing
    Group : @FirewallAPI.dll,-28502
    Enabled : True
    Profile : Any
    Platform : {}
    Direction : Outbound
    Action : Allow
    EdgeTraversalPolicy : Block
    LooseSourceMapping : False
    LocalOnlyMapping : False
    Owner :
    PrimaryStatus : OK
    Status : The rule was parsed successfully from the store. (65536)
    EnforcementStatus : NotApplicable
    PolicyStoreSource : PersistentStore
    PolicyStoreSourceType : Local
    Name : FPS-LLMNR-In-UDP
    DisplayName : File and Printer Sharing (LLMNR-UDP-In)
    Description : Inbound rule for File and Printer Sharing to allow Link Local Multicast Name Resolution. [UDP 5355]
    DisplayGroup : File and Printer Sharing
    Group : @FirewallAPI.dll,-28502
    Enabled : True
    Profile : Any
    Platform : {}
    Direction : Outbound
    Action : Allow
    EdgeTraversalPolicy : Block
    LooseSourceMapping : False
    LocalOnlyMapping : False
    Owner :
    PrimaryStatus : OK
    Status : The rule was parsed successfully from the store. (65536)
    EnforcementStatus : NotApplicable
    PolicyStoreSource : PersistentStore
    PolicyStoreSourceType : Local
    Name : FPS-LLMNR-Out-UDP
    DisplayName : File and Printer Sharing (LLMNR-UDP-Out)
    Description : Outbound rule for File and Printer Sharing to allow Link Local Multicast Name Resolution. [UDP 5355]
    DisplayGroup : File and Printer Sharing
    Group : @FirewallAPI.dll,-28502
    Enabled : True
    Profile : Any
    Platform : {}
    Direction : Outbound
    Action : Allow
    EdgeTraversalPolicy : Block
    LooseSourceMapping : False
    LocalOnlyMapping : False
    Owner :
    PrimaryStatus : OK
    Status : The rule was parsed successfully from the store. (65536)
    EnforcementStatus : NotApplicable
    PolicyStoreSource : PersistentStore
    PolicyStoreSourceType : Local
    The command:
    (Get-NetFirewallRule -DisplayGroup "File and Printer Sharing" -Direction Outbound).DisplayName
    shows the display names of the 14 outbound rules in the FPS group:
    File and Printer Sharing (NB-Session-In)
    File and Printer Sharing (NB-Session-Out)
    File and Printer Sharing (SMB-In)
    File and Printer Sharing (SMB-Out)
    File and Printer Sharing (NB-Name-In)
    File and Printer Sharing (NB-Name-Out)
    File and Printer Sharing (NB-Datagram-In)
    File and Printer Sharing (NB-Datagram-Out)
    File and Printer Sharing (Echo Request - ICMPv4-In)
    File and Printer Sharing (Echo Request - ICMPv4-Out)
    File and Printer Sharing (Echo Request - ICMPv6-In)
    File and Printer Sharing (Echo Request - ICMPv6-Out)
    File and Printer Sharing (LLMNR-UDP-In)
    File and Printer Sharing (LLMNR-UDP-Out)
    If your output is different than this, it means rules have been removed (or added) to the File and Print Sharing group.
    For example, if you run the command:
    New-NetFirewallRule -DisplayName "My test rule 2" -group "File and Printer Sharing" -Enabled True -Protocol tcp -LocalPort 12346 -Direction Inbound
    This adds a new inbound firewall rule to the FPS group. Output looks like:
    Name : {06449724-944b-4048-834f-8870b9dce4f6}
    DisplayName : My test rule 2
    Description :
    DisplayGroup : File and Printer Sharing
    Group : File and Printer Sharing
    Enabled : True
    Profile : Any
    Platform : {}
    Direction : Inbound
    Action : Allow
    EdgeTraversalPolicy : Block
    LooseSourceMapping : False
    LocalOnlyMapping : False
    Owner :
    PrimaryStatus : OK
    Status : The rule was parsed successfully from the store. (65536)
    EnforcementStatus : NotApplicable
    PolicyStoreSource : PersistentStore
    PolicyStoreSourceType : Local
    This test rule is of course useless because there's no listener on TCP port 12346 on this particular machine..
    The new rule can also be viewed in Windows Firewall with Advanced Security:
    Now if you run the command:
    (Get-NetFirewallRule -DisplayGroup "File and Printer Sharing" -Direction Inbound).DisplayName
    the output will look like:
    File and Printer Sharing (Spooler Service - RPC)
    File and Printer Sharing (Spooler Service - RPC-EPMAP)
    My test rule 2
    Sam Boutros, Senior Consultant, Software Logic, KOP, PA http://superwidgets.wordpress.com (Please take a moment to Vote as Helpful and/or Mark as Answer, where applicable)

  • TS1368 HELP!!! After upgrading to IOS 6.13 my IPAD Stucks in a plug-in screen and the Itunes. When i Try to connect to iTUNES pop-up message apear "iTunes has detected an iPad in recovery mode.. You must restore this iPad before it can be used with iTunes

    I have windows 8 enterprise OS and iTunes ver. 10.5.0.142. I was upgrading my iPad to IOS 6.1.3. After finishing the upgrade my iPad Reboot and currently stucked-up in a plug-in screen and iTunes Logo. When I try to connect it to the iTunes pop-up message appear saying " iTunes has detected iPad in recovery mode. You must restore this iPad before it can be used with iTunes." In short, I push the restore button then another pop-up message appear saying " The iPad software update server could not be contacted. Make sure your network settings are correct and your network connection is active, or try again later." I tried many ways but still no luck. I repeatedly reboot the iPad and open the iTunes still the same problem. I try also to uninstall the iTunes and installed the lower version but still the same problem, I even check the firewall if the ITunes was block or My privileges is administrator to run the iTunes or even reset my winsock but the problem still remain. PLEASE HELP! Thank you in advance!!!

    Turn off your firewall and antivirus software.

  • Ideas on good printers to use with a mac pro

    hello,
    I recently purchased a mac pro but
    my printer just died. never ends...
    before getting a new one, does anyone has an idea on a good photo printer to use with my new beast:
    Machine Name: Mac Pro
    Machine Model: MacPro1,1
    Processor Name: Dual-Core Intel Xeon
    Processor Speed: 2.66 GHz
    Number Of Processors: 2
    Total Number Of Cores: 4
    L2 Cache (per processor): 4 MB
    Memory: 2 GB
    Bus Speed: 1.33 GHz
    I used photoshop a lot; print documents as well; so format must be 81/2 x 11 at least. quality is a must but budget restrictions , well a must too: 300 us$ is the max i can use on this toy. any ideas?
    in advance i thank you very much for any help.
    sandrine
    MAC PRO   Mac OS X (10.4.8)  

    Hi Sandrine,
    After tens of thousands of image prints I use Epson
    printers exclusively, printing primarily from
    Photoshop. Even all my 3D renders end up printed out
    of PS. I get away with a C86 for a small printer and
    use a 4800 Pro for serious larger format prints. Were
    I to go for a smaller Epson today, I'd go for an
    Epson Stylus Photo R260. It is new six ink technology
    brought to an 8.5 x 11" printer and the reviews are
    remarkable. If you want more bells and whistles, this
    same technology is brought out with the ability to
    print on CD/DVDs as well and has an LCD screen for
    cropping and printing directly from digital cameras.
    Those reside in the Epson Stylus Photo R380.
    I tend to go with printers which have only those
    features I need. Don't forget that the price of any
    good printer doesn't reflect the cost of usage. Good
    paper and ink combinations are the real cost. The
    printer is just a loss leader. For a full page high
    quality print, figure that you are spending $2 -
    $2.50 per and you won't be unpleasantly surprised.
    I'd also suggest not using 3rd party inks in these
    new Epsons, even if they are offered.
    Dear Welles,
    thank you for your help.
    i have been using epson for a long time and never been disappointed until recently.
    the last printer i had was an epson stylus photo R340. always used their ink cartridges... it died on me 2 days ago (it was seven months old). so i am a bit cautious with epson. I will definitely look into the models you mention though.
    have a great day
    sandrine
    PS. Please, let me know if you've had experience with canon inkjet printers. i heard their graphic/photo printing is very nice. which models, i have no idea. Plus, I don't know how well they get along with macpro.
    MAC PRO   Mac OS X (10.4.8)  

  • I Tunes will not ley me play purchased songs from a computer that is broken, and from a previous e-mail address. I am at my wits end, as whenevr I try to authorise the computer I am using with my dead e-mail address. Any suggestions please?

    i Tunes will not let me play purchased songs from a computer that is broken, and which has a previous e-mail address. I am at my wits end, as whenever I try to play the songs I receive a message to authorise the computer I am using with my dead e-mail address. I end up in a mess, changing I-Ds, etc. I have paid an IT company to sort  things out, with some success, but still I keep getting thiese messages. Surely iTunes should be less complex than this. I am not brilliant with IT, but not at all stupid. Any suggestions please?

    1. The forum suggestions and feedback section is not the proper section of this forum, as you question/issue is not an idea or feedback about this forum.
    2. Reason : You have installed Desktop Manager using the 'Desktop Redirector' option.
    Step 1: If you're not using Redirector, you should uninstall Desktop Manager and then reinstall it using the BlackBerry Internet Service option.
    Step 2: On your device, go to: Options > Advanced > Service Book, and delete all service books for [Desktop]
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Can EJB 3.0 beans be used with tables that do not have a primary key?

    Can a EJB 3.0 persistence bean be used with tables that do not have a primary key defined? I am building a test application based on the HowTo - Building EJB 3.0 Faces App paper posted after Openworld (schalk). The issue I am running into when trying to run the application is: Exception Description: Entity class [class com.persistence.Rpthead] has no primary key specified. Note: I get a simular error when using toplink directly.
    The tables I am binding to do not have primary keys defined. They use unique constraints to manage the table integrity.
    Is it possible to use EJB 3.0 on tables without a primary key? If not, are there plans to support this in the future?

    The spec requires a primary key Id annotation. I will take your suggestion to EJB 3.0 expert group.
    Can you also send an email to [email protected] with your requirement?
    -Debu

  • Which is the best MIDI interface to use with Logic 7 ?

    Hi folks :o)
    Firstly, thanks all for any advice you can give. I'm a pro user, but right in the middle of a major upgrade (G4/OS9/CubaseVST32 >> G5/OSX/CubaseSX3/Logic7) & feel a huge learning curve coming on!
    The situation is this:
    I have a Steinberg Midex 8 midi interface, plus a MOTU MTPav in the cupboard. The Midex took place of the MTPav because it had much better midi timing under OS9 with Cubase... The Midex8 drivers for OSX, however, are still beta & a pile of rubbish. (It keeps losing communication with the G5.) I'm fed up with how bad Steinberg have been sorting (not!) these problems out (not to mention the fact that Cubase SX3 can't recognise my 'studio' created in Audio Midi Setup either.. arghh!), so I'm considering jumping ship & going entirely to Logic in one hit, plus whichever is the best midi-interface for this software & OSX.
    As food for thought, I'm currently thinking of tracking down a 'Unitor 8', having made the (perhaps wrong) assumption that it'd work 'best' with Logic seeing as it was made by Emagic. BUT, despite a lengthy search in Logic 7's manuals & this forum, I can't find any mention of Emagic's 'Active Midi Transmission' protocol & whether or not Logic 7 supports it; AMT is the only reason I'd buy the Unitor. (I've got all the other bases covered with the MTPav.) I'm also concerned about the long-term support issues regarding drivers for the Unitor 8 & OSX; ****, I'm having enough problems with Steinberg & their Midex 8 (which is still a current product in theory!) without throwing Emagic & a midi interface that's no longer manufactured into the pot...
    So..... What do you folks feel is the best midi interface to use with Logic 7 as regards tight midi timing & system reliability? Can anyone out there with a big midi setup categorically say "I've got one (or more) of these MIDI interfaces, it works beautifully under OSX & Logic 7, & the MIDI timing is rock-solid, even when put under heavy midi 'duress' " ??
    Many thanks again in advance for any feedback!
    Your new Logic Pro virgin ;o)
    Jason

    Thanks for your reply folks. It's good to hear a number of you are having good results with your MTPav - I guess I'll pull mine out of the cupboard in that case!
    As an aside, it's been interesting to note how difficult it's been to get a clear answer from companies (be it shops or Apple) as to whether or not Logic 7 supports 'Active Midi Transmission' on the old Unitor 8 MkII..... (The reference manual has one mention of it in the index, yet points to a page that doesn't say anything about AMT at all!)
    If anyone here DOES have a clear answer about AMT with Logic 7, I'd be very interested to hear about it... thanks.
    Kind regards,
    JC

  • How do i set up my canon mx882 to use with windows thru bonjour

    I cannot get my canon mx882 to work correctly thru bonjour

    Hi Richardro,
    We are so excited to hear of your interest in the Personal Hotspot feature! Click here for the instructions to setup the Hotspot on the device. You will only have to setup the device and account once. You may have to turn the personal hotspot off/on when using the feature, per it may stop broadcasting the Wi-fi signal after long period of inactivity.
    Thanks,
    PamelaF_VZW
    Follow us on Twitter @VZWSupport
    If my response answered your question please click the �Correct Answer� button under my response. This ensures others can benefit from our conversation. Thanks in advance for your help with this!!

  • CS2 issues, best version of Photoshop to use with AGS?, workarounds?

    It looks like there's some compatibility issues with AGS and CS1/CS2. What's the best version of Photoshop to use with AGS, and like everyone asks, anyone know of an update coming?
    My problem btw is that I'm generating many .gif images from 1 source .psd file, and the text alignment for horizontal left/right is not true to the original. The shift is off the canvas. Only center alignment stays true.
    My .psd file is only a background layer and a type layer. I once was able to save the .psd in ImageReady and output correctly, but that happened only once and wasn't able to replicate the results.
    Anyone know of way to preserve text alignment?

    Thanks for the response Bob. I'm going to try and track down Photoshop6 and give that a go. Just to fill this log up with more info, I thought I'd past this response which I wrote to someone else. Btw, I heard a rumor that Adobe may be releasing an update to AGS in the spring. Do you you know anything about that?
    Hey ###,
    Thanks for getting back to me. With AGS, our goal is to produce about 250k unique images based on a customers first name, which we will then merge into an email. We're able to produce the images using our data and technology, where just not able to maintain the accuracy of the intended creative. Below is a PSD which contains 2 layers, 1 text layer with effect and 1 solid color layer...
    http://images.ed4.net/images/htdocs/test/di/ditext.psd
    The output should look like this...
    http://images.ed4.net/images/htdocs/test/di/original.gif
    Instead, the text layer shifts off the canvas far to the left. On right alignment, I get the same results, just far to the right. Center alignment works fine. I didn't know if we should be keying in any additional commands to get this to line up right? Would Photoshop6 resolve this issue?
    http://images.ed4.net/images/htdocs/test/di/Adam.gif
    http://images.ed4.net/images/htdocs/test/di/Dan.gif
    http://images.ed4.net/images/htdocs/test/di/Jim.gif
    http://images.ed4.net/images/htdocs/test/di/Jonathan.gif
    http://images.ed4.net/images/htdocs/test/di/Matt.gif
    Thanks in advance ###. I'd love to hear anything you know about a new AGS release.
    Jim

  • Need help choosing a display to use with 12" ibook

    I apologize in advance if this topic has been covered earlier. I'm contemplating purchasing a monitor to use with my ibook and something that could be used later with a new Mac Mini or Power Mac. I can't bank roll a Mac monitor... they're beautiful but trés expensive. So I'm looking for some other brand. The question I have is what type of monitor should I buy. I know I want a LCD (17" pref), I’d like to spend less than $400, and VGA would be nice so I don't have to purchase an additional adaptor. Is there anything else I should be aware of? What about monitors with a DCI connection? Are they difficult to connect/need expensive adaptor? Any advice or recommendations you can provide would be greatly appreciated. Thanks.
    Laura

    Keep in mind that the iBook does not support extended desktop mode. This means that you can only use an external monitor for mirroring your main display. Since the resolution of the iBook is very low (1024 x 768), virtually any display will support it.
    If you want to use an external monitor with another system later, consider getting a large CRT display, rather than an LCD. While LCDs have their attractions, such as power consumption, weight, and size, these are not the main characteristics of a good display. For another five or ten years, you'll be better off with a good CRT display. (This is my personal opinion, naturally. I was drooling over the 30" Apple Display myself, but generally, I'm not entirely satisfied with the current state of LCD technologies.)
    P.S. There's a trick to enable extended desktop mode for iMacs and iBooks: http://www.rutemoeller.com/mp/ibook/ibook_e.html You may want to try that, too. Beware! It's highly addictive!

  • Can you configure a static port to use with certsrv.msc?

    I am trying to use certsrv.msc to connect from my workstation to the CA for administration purposes.  Workstation is Win7, CA is 2008 R2 Enterprise running Enterprise Subordinate on a dedicated box.
    I configured a static DCOM port for certsvc by following this article, including bouncing the service and also rebooting the CA box:
    http://social.technet.microsoft.com/wiki/contents/articles/1559.how-to-configure-a-static-dcom-port-for-ad-cs.aspx
    The static port was opened in the firewall from my workstation to the CA.  We also found that TCP 445 was required, so that has been opened as well, port 135 & other ports normally needed for autoenrollment should be open.  Sniffing the firewall
    showed that a random high numbered port that is not the static dcom port is being attempted - this is the only port showing dropped packets & no traffic on the static port.
    I am wondering if there is a way to configure a static port for this high-level random port to use with certsrv.msc as I was able to do with the certsvc dcom port?  I am trying to avoid having tens of thousands of network ports wide open going to my
    CA...  Thanks in advance!

    Hi Steve,
    I am sorry that I wasn’t able to find references about restricting certificate services only use one port in the random port range.
    However, we can configure RPC dynamic ports allocation to restrict port range. In the meantime, we should keep at least 100 ports open to keep necessary system services running.
    More information for you:
    How to configure RPC dynamic port allocation to work with firewalls
    http://support.microsoft.com/kb/154596/en-us
    Service overview and network port requirements for Windows
    http://support.microsoft.com/kb/832017/en-au
    Firewall Rules for Active Directory Certificate Services
    http://blogs.technet.com/b/pki/archive/2010/06/25/firewall-roles-for-active-directory-certificate-services.aspx
    Best Regards,
    Amy Wang

  • Good photo gallery to use with Paypal?

    I built my site using Dreamweaver 8. I now want to redo it using more CSS and another photo gallery. I believe someone mentioned something on this forum called LightBox or had that word associated with it. Can anyone recommend a gallery that would be fairly easy to use with CSS and help me incooperate it with a PayPal account?
    Also, when I created my navigation bars, I turned them into Library items, which made them easier to put on each page. However, if I want to change anything on the nav bars or update, there are more problems doing this once they are on the Web. Can anyone recommend a way to use CSS when
    creating nav bars, any links or tutorials?
    Also, I know my site needs redoing, but any advise on it is much appreciated!!
    Thanks in advance
    Joellan   www.photographyandartbyrita.com

    http://www.jalbum.net
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics |  Print | Media Specialists
    www.alt-web.com/
    www.twitter.com/altweb

Maybe you are looking for

  • How do I turn OFF music playing in the background?

    I recently put some favorite music selections on my IPod touch (5th gen),  I have had this device for over three quarters of a year, but I use it mostly for email, addresses, and mail, so I haven't explored many of the other things on the IPod.  Howe

  • Is it dangerous to have my macbook shipped during cold weather?

      I live in ND, lately it's been in the teens and twentys below zero, and I'm really anxious to order my Macbook Pro online, and have it shipped to me.  I'd buy it somewhere in town, but it's configured to my specifications only online so that's not

  • Mountain Lion not downloading in App Store.

    Hi guys, I've read countless threads and tried everything but I still can't seem to download Mountain Lion from the App Store! It's currently in my purchases, but pressing the download button does nothing whatsoever. When I click download from the ac

  • My iPod nano WONT turn ON!! Help!!

    -I tried charging it -I tried toggeling the hold button -and I also pushed every button down for like 6 seconds PLEASE HELP what do I do??

  • Convert to JPEG action fails when packaged as application

    I am having problems with an automator workflow I have set up. The gist of the process is that I specify some images, both tiff and jpeg (or possibly all tiff), and the workflow copies and resizes them into thumbnail, medium, and full size images, an