Noobie questions

I have a program I wrote in Java, and I am interested in making an executable .JAR file. I know java is cross-platform but some of these threads have confused me a bit. If you make an executable JAR file is it still cross platform, or specific to the OS that built it?
Also, can you write to a text file within a JAR file without all that security/digital signing stuff?
And finally...what's the easiest way to compile a JAR file from JBuilder X?
Thanks!

An executable JAR is nothing like a Windows EXE. If you have a regular JAR helloworld.jar containing HelloWorld.class, you will execute it like this:
java -classpath helloworld.jar HelloWorld
If you made your jar "executable", you do:
java -jar helloworld.jar
So yes, it is still portable, but it still require you to invoke the VM.
I don't understand your second question and have no experience with JBuilder.

Similar Messages

  • Syncing & Streaming from the same Library? - Noob question

    Good Evening - I have a silly noob question that I can't believe I can't find the answer to on my own: I have been trying to determine if it is possible to sync and stream from the same library simultaneously.
    I purchased the 40GB aTV and it has been syncing just fine with my Windows iTunes. I told it not to sync a few albums I never listen to so I wouldn't have issues with other songs or movies. I am upgrading to a new iMac and I am am going to re-rip many of my existing CD's to get them into a consistent audio quality of 192 AAC or above. This is going to push my library size to well over the 40GB limit in just music, not including any movies or TV shows I choose to pull in.
    The manual does not make it obvious (or I am not reading clearly) what happens to items that don't sync over - I assume they are still playable but will have to stream. Is there anyway to mark "preferred" albums or artists that should get synced and not streamed in case the iTunes library is unavailable for whatever reason?
    Also, when I change libraries is the aTV going to completely re-sync even though the music is must going to be migrated?
    Thanks for taking the time to answer these silly questions.

    That's not quite what I was looking for.
    My question remains, what happens to the items that can't be synced from my main library to my aTV? My library is just a smidge bigger than the available space on the aTV and not everything syncs over. Does that mean I won't be able to play those items not synced from my main library...
    As my library grows I don't want to have to choose what does and doesn't get synced from my library by mood. For example, every year my wife buys new christmas music - right now I could exclude it and everything else gets copied over, but come thanksgiving that stuff better be there for her and I don't want to choose other music or movies to remove.
    I guess I will just have to play to try it out.

  • Another Noobie question - readLine()

    Hi all
    This is another one of the extreme noob questions. I wrote a small program to read form a text file
        String NetworkLine = new String();
        try{
            FileReader inputFile = new FileReader("Test.txt");  //
            BufferedReader in = new BufferedReader(inputFile);
           try{
               while (in.readLine() != null){
                NetworkLine = in.readLine();
                System.out.println(NetworkLine);
           }catch (IOException e){
                System.err.println("Error in reading the file");
        }catch (FileNotFoundException e){
            e.printStackTrace();
        }My Test.txt is
    One
    Two
    Three
    Four
    Five
    Six
    without the *
    The output I get is
    Two
    Four
    Six
    I cannot figure out why only even no. lines are being read. I inserted a breakpoint at the line
              System.out.println(NetworkLine);This shows me that only even no. lines are being read by readLine(). Any help will be appreaciated.
    Thanks
    Ayesha

        String NetworkLine = new String();
        try{
            FileReader inputFile = new FileReader("Test.txt");  //
            BufferedReader in = new BufferedReader(inputFile);
           try{
               while (in.readLine() != null){  // <-- This reads a line, checks it for null ,and drops it
                NetworkLine = in.readLine(); // <-- this reads the next line
                System.out.println(NetworkLine);
           }catch (IOException e){
                System.err.println("Error in reading the file");
        }catch (FileNotFoundException e){
            e.printStackTrace();
        }So the upshot is that you print every other line.
    Corrected:
        String networkLine = new String();
        try{
            FileReader inputFile = new FileReader("Test.txt");  //
            BufferedReader in = new BufferedReader(inputFile);
           try{
               while ((networkLine = in.readLine()) != null){
                System.out.println(networkLine);
           }catch (IOException e){
                System.err.println("Error in reading the file");
        }catch (FileNotFoundException e){
            e.printStackTrace();
        }

  • Noob questions...windows emulation on mac OS 10.4

    getting my ibook later this week and was wondering about windows emulation. i don't have an intel processor in my ibook (obviously), so what's your recommendation for a product that runs windows on a mac? and, total noob question, do i have to buy a copy of windows? i already have windows on my dell laptop.
    thanks in advance for your help.

    Hello,
    so, do the new macbooks have some kind of software
    pre-installed that runs windows? my friends who just
    got a macbook tells me he can run windows programs if
    he needs to.
    The MacBooks have Intel processors in them. So, no emulation is necessary. They can directly install and run Windows if they want.
    The reason you need a program like Virtual PC on an iBook is because it uses a PowerPC processor which Windows cannot communicate with. And, the PowerPC Mac's architecture is completely different.
    So, that means you need a program like Virtual PC to completely emulate an entire PC computer. Basically, it is a program that simulates a real computer and then translates those Intel instructions into PowerPC instructions that your iBook can understand.
    There is a severe performance penalty for all this translation. The iBook G4 will not perform like a regular Windows PC. It will be much slower, and you will need to be more patient. With a G4 iBook, you could reasonably expect your performance to be comparable to a 300 MHz PC running Windows XP.
    With a 1.8 GHz iMac G5 and 2 GB of RAM, I was experiencing performance comparable to a 1.3 GHz Intel Celeron system with 256 MB of RAM (which I happened to have around for comparison).
    But, for more intensive tasks, the performance was more comparable to a 500 MHz system.
    Anyway, back to the Intel Macs. Those machine's only need a free Apple Utility "Boot Camp" to provide the drivers and create a Windows compatible boot partition:
    http://www.apple.com/bootcamp/
    And, then they need Windows XP Home or Pro. That's it.
    With programs like Parallels, they can run Windows inside the Mac OS (or along side it) much like you would with Virtual PC:
    http://www.parallels.com/en/products/workstation/mac/
    i am trying to figure out where this might be useful
    in the first place.
    It is useful if you need to be able to run Windows software, but don't want to buy a PC. It's more convenient to have one machine that can do everything than it is to have a Mac and a separate PC.
    Feel free to ask additional questions if you have them. Or, if you like, hit solved on the post if you feel everything is answered.
    But, do let me know if I can answer any additional questions or need to re-state something clearer.

  • Openbox noob question on menus.

    I really do apologize about this insanely noob question but this is driving me up a wall.
    I've read several several different resources on openbox (particularly trying to find information on the root menu)
    i'm either looking in the wrong place - or I totally saw it and didn't put 2 and 2 together. *shrugs*
    so, here is the dealio -
    I'm trying to edit the root menu (or as I like to call it right clicky drop down thingy)
    I'm running LXDE and from everything I've gathered over the last couple of days trying to tackle this
    with lxde you edit the lxde-rc.xml instead of the menu or rc.xml
    although after reading through it a plethora of times I noticed that it pulls off of the menu.xml as well...
    *basically*
    Which file do I actually edit to add stuff to the root menu?
    and i've seen dozens of actual templates for editing the menu.xml and lxde-rc.xml but whenever *I* try to follow that I get a syntax error on openbox --reconfigure
    and insight or even a swift kick in the ass that will land me on a site that has info that actually works would be ever so appreciated (even if its a search term - I think my problem now is that i've spent so much time looking for this one thing that I might actually be insanely over complicating this and not picking out the right information   )

    stlarch wrote:An easy way is to install obmenu
    I can agree with that even though I'm not sure how to use that program very well. I'd rather learn how to manually edit the stuff, and not have to rely on another program
    the main reason I got away from ubuntu was to be semi/forced to learn everything.
    JackH79 wrote:Have you read this here as well?
    I did glance at that but didn't think that was referring to the root menus...I can decifer through the xml those menu files to some extent...the stuff on freedesktop is straight crypic to me atm...but at least now I know I need to take a much closer look hehe.

  • Noob question use dng converter or let LR convert to dng

    Sorry for the noob question but I'm transitioning over to LR from aperture and I believe DNG is  a good move for me.  Now then, is there any advantage to using the converter over letting LR do it?

    It really is the same integrated tool, yes. All the same preferences are there.
    The only thing I am not aware if Lightroom can do is Extract Embedded Originals. But that's not something I'd ever do to my own RAW files.
    Cheers

  • Noob Question: Flowing Input Dataset Row/Record IDs Through to the Score Model Output

    I've got a noob question that I'm having difficulty finding the answer to:  if my input dataset contains row/record IDs and I want to flow these through to the Score Model module output but *don't* want to include this column in model training (because
    it's just an arbitrary row tag), how do I go about accomplishing this?  
    I am able to Project Columns and eliminate the IDs entirely early in the process but then can't really determine which input row a prediction is associated with because I've lost the IDs.  I'm not quite sure how to accomplish what I'm trying to do via
    the Metadata Editor, either.
    Surely somebody else has dealt with this same question.  If the solution is implemented somewhere in a Gallery experiment that you'd like to point me at, too, that would also be just as good as a written explanation.
    Thanks in advance,
    Kevin

    Hey Kevin!
    Sorry for making this process unclear :( Azure ML has a notion of Feature Columns
    (by default everything is a Feature), that is columns/variables that are intended to be treated as part of the observation vector. You can use the Metadata Editor
    and (after selecting the column(s) you want), mark the column as
    Fields -> Clear Feature. This will have the semantics you desire - data attached to the input data while not being used for training.
    Regards,
    AK

  • Noob Question Re: Encoding to DVD

    This is my first post in the adobe forums , so hello all!
    I've been trolling this, and numerous other sites, hoping to understand the basic process of editing -> CD creation.
    So here it begins...I am working on "work-out" video tape. The footage was shot using a Canon H10 to removable memory card. All files are .MTS, which don't pose too many challenges for my computer (i7 processor w/ 6MB memory) after the most recent PP update. Editing, adding AE, titles, graphics, or using Sound Booth is relatively painless. I have a total of (4) timelines that comprise the total video (Trailer, Intro, Instructions, and Workout). As I edited the video I'd often render what I had testing formats such as avi, MPEG2, FLV/4, Blu-Ray H.264, etc. I was amazed with the clarity and sharpness as I stayed with in the confines of 1980x1020. So I have no problems there. Once the editing, I first created a blank timeline and pulled into it the other timelines to make on timeline called "Video Complete". I dynamic linked that timeline to Encore and found out that amount of data, in that format, created a very unstable Encore - it screamed and hollered about running out of memory, etc. I watched several tutorials and found that dynamic linking the indvidual timelines gave me a much more stable Encore.
    So I had the untranscoded .MTS files in Encore. I created my menu, linking the timelines, etc and built my project using the standard 720x480 (I believe) format. To say the least, I wasn't at all happy with the final product when watched on the television. Very pixalated/jagged around letters, etc.
    I don't mind shopping around for the correct answer or putting my time in on research, I'd just like to know if I am on the right playing field and/or headed in the right direction.
    So basically my questions are:
    1) Is dynamic linking .MTS files to Encore the correct approach as opposed to rendering the .MTS files in PPro to avi or MPEG2 before bringing them into the Encore project? (Based on wanting the best DVD quality possible)
    2) Transcoding settings for individual timelines should remain on automatic or should I adjust them and transcode before clicking on build project?
    3) Since I was able to see MPGE2 renderings (from PPro) on my computer screen as sharp and clear, should I expect the same quality from a DVD product?
    Any information would be helpful - thanks so much.
    Joe

    Re: Noob Question Re: Encoding to DVD
    Hi, great questions:
    I think this is a sound approach. MTS is short for MPEG-2 Transport Stream, so it's already MPEG-2 but will of course have to be re-transcoded for DVD to standard definition. If you want to experiment with high definition, you could try stripping the streams out of the MTS using a third party tool such as what you might find at videohelp.com - or not. Less transcoding is always better, but may not be practical. There's probably little advantage to doing this on the DVD side, but it might be worthwhile for Blu-ray? Or not.
    First, try using Interpret Footage on the asset (the MTS file itself) - set it to SD Widescreen. You may need to Revert to Original if it's already transcoded. Try building another DVD and check the footage.
    For the most part, yes. Of course, they will be standard definition on DVD.
    Message was edited by: jbowden
    Jbowden,
    Thanks for the response. I will check out "Interpret Footage" on the asset of the MTS file and toggle to SD Widescreen. Will do that tonight so I can compare the two for quality.
    Joe

  • 2 noob questions about speaker settin

    . What if I don't sync the Creative speaker settings with windows control panel speaker settings?
    2. What if I the speaker settings(both Creative and windows) don't match my speaker type?For example, I have only headphone connected to my Audigy 2 ZS but I set the speaker setting to 5. or whatever else. Will this improve my sound quality in games such as Battlefield 2? Am I?supposed to get the virtual 5. surround sound effect? Because I've heard that cmss upmixes stereo sound in?games to virtual 5. or 7. surround sound for headphones.
    Thanks.
    Message Edited by jermin on 06-24-2008 02:09 PM

    Re: 2 noob questions about speaker settings?slightlys I have a slightly different set up.
    I have 5. speakers that I use for movies and some games. For BF242 I use headphones because they give you an advantage as you can hear people creeping up behind. The virtual surround sound is really good with my XFi xtremeMusic.
    First I don't think it matters what you select under Windows Control Panel as the Creative Console Launcher updates speaker settings in Windows. Second if you want virtual 3d with CMSS on headphones just select headphones and enable CMSS3D. Then click the 'headphone' button on the CMSS3D tab and you can test the sound - a helicopter pans around in 360 degrees.
    Then in games set the software to output 5. - AFAIK. Battlefield seems to do this automatically but I can't speak for other games. I'm assuming the Audigy has the same CMSS3D tech that the XFi has.

  • Noob Question - PreComp Layers and Effects

    I have precomposed a layer and am wondering why when I apply an effect inside the precomposed layer, it cannot be seen in the main timeline... for instance, I've created a logo on a billboard and precomposed the layer. I added it to the timeline and all is fine. Now, I tried to apply a 'vector paint' effect to a layer inside the precomp. It looks fine in the precomp, but it disappears in the main timeline. Also, I added trapcode particles inside the precomp. They do not show up in the main timeline either. Any advice would be much appreciated. Thanks to all.

    I see them in the precomp but not in the main time.
    Date: Mon, 29 Jun 2009 16:11:50 -0600
    From: [email protected]
    To: [email protected]
    Subject: Noob Question - PreComp Layers and Effects
    Do you see them when you clic on the "continuosly rasterize" button of your precom. it's the little "*" icon of your precomposition.
    >

  • SSD and HDD? Noob questions

    Hi, I've just purchased a reconditioned Thinkpad W540, spec is Lenovo ThinkPad W540 16GB, 256GB SSD, i7-4800MQ 2.7Ghz, 20BHS1DJ00. Noob question, because I've not owned a SSD before, can I install a normal hard drive as well? There are 1TB external drives going for around $70. I've just noticed these hard drive caddys - should I be using one of these? Are all HDD SATA II or III these days? Could I use this drive :  http://www.ebay.co.uk/itm/1TB-HDD-HARD-DRIVE-FOR-LENOVO-THINKPAD-W540-Quad-Core-L430-L440-L540-S540-/321439122240?_trksid=p2141725.m3641.l6368 With this caddy: http://www.ebay.co.uk/itm/Nimitz-2nd-SATA-HDD-Caddy-for-Lenovo-Thinkpad-T440p-T540p-W540-/121509644281?hash=item1c4a8a07f9 Second question - what is the recommendation regarding installing software. Should I put it all on the SSD or on the new hard drive? I'll be using the Adobe suite so there's the whole scratch disks issue to get my head around. Thirdly, how do I prove my copy of Windows 8 is genuine and is there a backup of it sitting on my harddrive somewhere? I didn't receive a W8 disk. Thanks in advance for your help.

    1) SATA versions are cross-compatible with each other, so you should be fine regardless of which SATA it is.
    HDDs are also standard parts and aren't tied to a specific system. You can use anything that's 9.5mm thick and 2.5" diagonal. (Excluding WD VelociRaptors.)
    The caddy should work fine. Functionally, they're just a glorified cable. Third-party caddies may have a different fit and finish from the rest of the chassis, though.
    2) Depending on how much software you have, you'll want to choose the ones you use often and put those on the SSD. Ideally, none of the software you want to use while on battery should be on the HDD (avoids the HDD spinning up, thus draining battery).
    As for Adobe and it's scratch disks, I'd provision a bit of the faster SSD at the risk of wearing it out sooner. The speed helps especially if your workload is heavy. Ideally, you would have enough RAM to never need to page to scratch disks.
    3) The Windows 8 key is sitting in the BIOS. The installer should pick it up automatically.

  • NOOB Question: Insert a line break ( br or p )

    Hi,
    I try my first steps with webdynpro and find it a bit crazy.
    I now have created my first webapp and it rules but I have 2 questions:
    1. I have 10 elements, which are displayed all abreast, but I want at some elements a line break (<br> or <p>, I only have the solution with FormattedTextView where I can insert html)
    2. How I can add JavaScript-Functions and otherwise <html>-code? CSS-Tags and so on... Have I actually influence of the generated HTML?
    sorry for this noob-questions.
    Christian

    Hi
    In Web Dynpro You can not write HTML , Java Script or insert any CSS code.
    It is not possible.
    If you want a line break between UI elements, you should follow Layouts
    you have different types of Layouts
    1. Matrix Layout
    2. Grid Layout
    3. Row Layout
    4. Flow Layout
    You can control your layout only using the above options.
    Abhi

  • Z68A-GD80-G3 - installing radeon 6990 graphics card - noob question

    all, apologies for the noob question, but: how exactly do i install a radeon 6990 graphics card?
    i have a Enermax ERV1250EGT power supply. the card is in the top blue pcie slot. i have connected the PCI-E 2.0 6+2 (8)Pin connectors (see http://www.enermax.co.uk/revolution85 - connectors tab, sorry no direct link but they are the red ones to be seen in the the bottom left corner of the picture: http://www.hardwareheaven.com/reviewimages/enermax_revolution_1250w/thumbs/10.jpg, i.e. 6 pin + 2 pin = 8 pin).
    the card will just not start, i.e. when i boot the pc nothing happens. it works fine without and works fine with my old graphics card (gtx 260).
    pics of the asus radeon 6990 here:
    http://www.techpowerup.com/reviews/ASUS/Radeon_HD_6990/images/power.jpg
    any ideas? is there anything different to this card than with other cards? have installed systems over the past 10 years and never had an issue until now.

    Quote from: shell20110309 on 22-November-11, 17:35:16
    :lol_anim:Featuring 4GB of high-speed GDDR5 memory, the AMD Radeon™ HD 6990 is the definitive solution for ultra-high resolution gaming across up to six simultaneous displays.1
    May I know the purpose of this post?

  • 570 GTX TWINFROZR III Memory (noob question)

    So i finally received my MSI N570GTX TWINFROZR POWER EDITION/OC card a couple of days ago , sofar quite impressed except for 3DMark11 scores 
    Anyways, can someone please explain to me this "Memory Clock Speed(MHz)" as in the specifications on the MSI Site it states that it is 4000.
    On MSI Afterburner it says "Memory Clock (MHz)" is 2000. This confuses me
    Please do note this is a Noob Question.

    Quote from: mute_ZA on 14-June-11, 18:21:24
    Thanks Svet, that makes sense and gives me quite a relief.
    And if you look from some other applications like GPU-Z instead Afterburner, then you should multiply by 4 instead 2

  • Noob Question: Problem with Persistence in First Entity Bean

    Hey folks,
    I have started with EJB3 just recently. After reading several books on the topic I finally started programming myself. I wanted to develop a little application for getting a feeling of the technology. So what I did is to create a AppClient, which calls a Stateless Session Bean. This Stateless Bean then adds an Entity to the Database. For doing this I use Netbeans 6.5 and the integrated glassfish. The problem I am facing is, that the mapping somehow doesnt work, but I have no clue why it doesn't work. I just get an EJBException.
    I would be very thankfull if you guys could help me out of this. And don't forget this is my first ejb project - i might need a very detailed answer ... I know - noobs can be a real ....
    So here is the code of the application. I have a few methods to do some extra work there, you can ignore them, there are of no use at the moment. All that is really implemented is testConnection() and testAddCompany(). The testconnection() Methode works pretty fine, but when it comes to the testAddCompany I get into problems.
    Edit:As I found out just now, there is the possibility of Netbeans to add a Facade pattern to an Entity bean. If I use this, everythings fine and it works out to be perfect, however I am still curious, why the approach without the given classes by netbeans it doesn't work.
    public class Main {
        private EntryRemote entryPoint = null;
        public static void main(String[] args) throws NamingException {
            Main main = new Main();
            main.runApplication();
        private void runApplication()throws NamingException{
            this.getContext();
            this.testConnection();
            this.testAddCompany();
            this.testAddShipmentAddress(1);
            this.testAddBillingAddress(1);
            this.testAddEmployee(1);
            this.addBankAccount(1);
        private void getContext() throws NamingException{
            InitialContext ctx = new InitialContext();
            this.entryPoint = (EntryRemote) ctx.lookup("Entry#ejb.EntryRemote");
        private void testConnection()
            System.err.println("Can Bean Entry be reached: " + entryPoint.isAlive());
        private void testAddCompany(){
            Company company = new Company();
            company.setName("JavaFreaks");
            entryPoint.addCompany(company);
            System.err.println("JavaFreaks has been placed in the db");
        }Here is the Stateless Session Bean. I added the PersistenceContext, and its also mapped in the persistence.xml file, however here the trouble starts.
    import javax.ejb.Stateless;
    import javax.persistence.EntityManager;
    import javax.persistence.PersistenceContext;
    @Stateless(mappedName="Entry")
    public class EntryBean implements EntryRemote {
        @PersistenceContext(unitName="PersistenceUnit") private EntityManager manager;
        public boolean isAlive() {
            return true;
        public boolean addCompany(Company company) {
            manager.persist(company);
            return true;
        public boolean addShipmentAddress(long companyId) {
            return false;
        public boolean addBillingAddress(long companyId) {
            return false;
        public boolean addEmployee(long companyId) {
            return false;
        public boolean addBankAccount(long companyId) {
            return false;
    }That you guys and gals will have a complete overview of whats really going on, here is the Entity as well.
    package ejb;
    import java.io.Serializable;
    import javax.persistence.*;
    @Entity
    @Table(name="COMPANY")
    public class Company implements Serializable {
        private static final long serialVersionUID = 1L;
        @Id
        @GeneratedValue(strategy = GenerationType.AUTO)
        private Long id;
        @Column(name="COMPANY_NAME")
        private String name;
        public Long getId() {
            return id;
        public void setId(Long id) {
            this.id = id;
       public String getName() {
            return name;
        public void setName(String name) {
            this.name = name;
            System.err.println("SUCCESS:  CompanyName SET");
        @Override
        public int hashCode() {
            int hash = 0;
            hash += (id != null ? id.hashCode() : 0);
            return hash;
        @Override
        public boolean equals(Object object) {
            // TODO: Warning - this method won't work in the case the id fields are not set
            if (!(object instanceof Company)) {
                return false;
            Company other = (Company) object;
            if ((this.id == null && other.id != null) || (this.id != null && !this.id.equals(other.id))) {
                return false;
            return true;
        @Override
        public String toString() {
            return "ejb.Company[id=" + id + "]";
    }And the persistence.xml file
    <?xml version="1.0" encoding="UTF-8"?>
    <persistence version="1.0" xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd">
      <persistence-unit name="PersistenceUnit" transaction-type="JTA">
        <provider>oracle.toplink.essentials.PersistenceProvider</provider>
        <jta-data-source>jdbc/sample</jta-data-source>
        <exclude-unlisted-classes>false</exclude-unlisted-classes>
        <properties>
          <property name="toplink.ddl-generation" value="create-tables"/>
        </properties>
      </persistence-unit>
    </persistence>And this is the error message
    08.06.2009 10:30:46 com.sun.enterprise.appclient.MainWithModuleSupport <init>
    WARNUNG: ACC003: Ausnahmefehler bei Anwendung.
    javax.ejb.EJBException: nested exception is: java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
            java.rmi.RemoteException: Transaction aborted; nested exception is: javax.transaction.RollbackException: Transaktion für Zurücksetzung markiert.; nested exception is:
            javax.transaction.RollbackException: Transaktion für Zurücksetzung markiert.
    java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
            java.rmi.RemoteException: Transaction aborted; nested exception is: javax.transaction.RollbackException: Transaktion für Zurücksetzung markiert.; nested exception is:
            javax.transaction.RollbackException: Transaktion für Zurücksetzung markiert.
            at com.sun.corba.ee.impl.javax.rmi.CORBA.Util.mapSystemException(Util.java:243)
            at com.sun.corba.ee.impl.presentation.rmi.StubInvocationHandlerImpl.privateInvoke(StubInvocationHandlerImpl.java:205)
            at com.sun.corba.ee.impl.presentation.rmi.StubInvocationHandlerImpl.invoke(StubInvocationHandlerImpl.java:152)
            at com.sun.corba.ee.impl.presentation.rmi.bcel.BCELStubBase.invoke(BCELStubBase.java:225)
            at ejb.__EntryRemote_Remote_DynamicStub.addCompany(ejb/__EntryRemote_Remote_DynamicStub.java)I spend half the night figuring out whats wrong, however I couldnt find any solution.
    If you have any idea pls let me know
    Best regards and happy coding
    Taggert
    Edited by: Taggert_77 on Jun 8, 2009 2:27 PM

    Well I don't understand this. If Netbeans created a Stateless Session Bean as a facade then it works -and it is implemented as a CMP, not as a BMP as you suggested.
    I defenitely will try you suggestion, just for curiosity and to learn the technology, however I dont have see why BMP will work and CMP won't.
    I also don't see why a stateless bean can not be a CMP. As far as I read it should not matter. Also on the link you sent me, I can't see anything related to that.
    Maybe you can help me answering these questions.
    I hope the above lines don't sound harsh. I really appreciate your input.
    Best regards
    Taggert

  • Noob Question: T400 Switchable Graphics?

    Just got my T400 this weekend, and I have a question about the switchable graphics feature.
    I can't actually find any way to control the switchable graphics.  I see the different battery life options and that type of thing, but is there anything that actually says SWITCHABLE GRAPHICS?  
    I was looking in the Power Manager app but found nothing.
    I did go into the BIOS at startup and verified that I do have this option.
    Can anyone help a noob out?

    Vista: http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&lndocid=MIGR-70495
    XP: http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-71875
    T500: Vista 32, 2.8GHz, 4GB RAM, 15.4" 1680x1050, 500GB 7200rpm, ATI Radeon HD3650 + Intel 4500MHD. T42: XP, 1.7GHz, 2GB RAM, 14.1" 1024x768, 250GB PATA, ATI Radeon 7500.

Maybe you are looking for

  • Photoshop CS3 crashing when working on image with layer mask

    I've never had problems with Photoshop CS3 (or any other version) until now. Here's the problem: I created an image that has a layer mask applied to it. The image is saved in one layer (named Layer One) but not flattened in order to retain a transpar

  • Central Admin AND WebApp on 443 for hosting HNSC?

    Greetz! First a couple things about my environment: - I'm using SP2013 Enterprise on Windows 2012R2 with IIS8 - SNI isn't an option since I need to support IE on WinXP (plus I believe it needs to be part of the initial IIS installation which it wasn'

  • Adding a device type in SPAD - Printer installation

    Hi, For installing a new HP 9050 printer we do not have device type HPLJ9050 listed in SPAD. Please explain me how could we update it?

  • OBIEE Cluster

    Hi Obiee Experts, Kindly help me plz....... I am going to implement OBIEE (10.1.3.4.1 version) Clustering (Active-Active) mode. I had refered oracle document but no luck, I have few query's can you please share me for inputs... · We need to install c

  • My mp3 files aren't dragging into garageband?

    I've been using Garageband to edit my podcast for over 2 years. All of a sudden, I drag my mp3 into the track window and though it appears to be loading it, and the named track shows up for a second, when it's done "loading" there is nothing in the t