Deploying ProductInventory Application --Please help !!!

Hi, I am trying to deploy the ProductInventory CMP Entity Bean described in the tutorial, I have validated the EJB, which is perfect, however I am getting the following error while deploying.
Could someone please help me as I am on tight schedule..
Thanks
Arup
/********* ERROR MESSAGE ********/
Validation failed for ProductInvServer.ProductInvBean. Verify that all fields are mapped.
CMP Mapping Error in bean ProductInv:: Warning: The bean pcImpl0.moduleComp1.ProductInvServer.ProductInv is not mapped.
Set the primary table for the bean.
No jndi-name defined for the cmp-resource element of this module.
Select the SunONE tab for the ejb module and configure the CMP Resource property.

Hi black_lotus,
Thanks for your reply. When you say upload into the server, do u mean uploading into the local tomcat webserver(/webapps) using the Tomcat Web Admin tool OR uploadin into the myjavaserver.com server.(ftp)
I tried using the admin tool and gives me an error saying Failing to upload..
I am not sure what url to use.
If my url is www.myjavaserver.com/~xyz, then what url should i use at the admin tool to deploy.
(I used www.myjavaserver.com/~xyz/myapp.war) and I used www.myjavaserver.com/~xyz/web.xml for the XML config file URL. But it did not work. ( I had the war file and config file at myjavaserver.com/~xyz)
Thanks u for ur reply,
kits

Similar Messages

  • Displaying Picture in a Java APPLICATION please help!!

    I have been trying to write a method that Displays a .jpg file when called. However I have not gotten far, every book I have tell you how to display pictures in an applet but not an application. I did find some code that is supposed to be for an application, but It does not compile right. Any help would be apprecidated!
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class PictureIt{
    public void makeImage() {
    //***Image Output Stream
    String imgFile
    = "d:\\temp\\TestImage.jpeg";
    out = new FileOutputStream(imgFile);
    BufferedImage image = null;
    image = (BufferedImage)createImage
    (panelJpeg.size.width, panelJpeg.size.height);
    Graphics g = image.getGraphics();
    panelJpeg.paintAll(g);
    }

    Displaying Picture in a Java APPLICATION please help!!
    Hope this helps.There is going to be two classes compile seperatly first class is what does the drawing
    here it is
    import javax.swing.*;
    import java.awt.*;
    public class draww extends JPanel {
    Image ball;
    int width1 = 100;
    int height1 = 100;
    public draww() {
    super();
    Toolkit kit = Toolkit.getDefaultToolkit();
    ball = kit.getImage("pic1.gif");
    public void paintComponent(Graphics comp) {
    Graphics2D comp2D = (Graphics2D) comp;
    comp2D.drawImage(ball, 20, 20, width1, height1, this);
    sound class is the container JFrame here it is
    import javax.swing.*;
    import java.awt.*;
    public class drawing extends JFrame {
    public drawing() {
    super("draw");
    setSize(400,400);
    setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    Container pane = getContentPane();
    draww d = new draww();
    pane.add(d);
    setContentPane(pane);
    setVisible(true);
    public static void main(String[] args) {
    drawing drawing1 = new drawing();
    PS Hope this helps and see you around

  • I use iphone4,but can't find apple store application please help me

    I use iphone4,but can't find apple store application please help me

    Malek,
    Facetime for iphone is not available in the App Store because it is already built into any iphone that is FaceTime compatible, and I think that includes iphone 4.  You should be able to find Facetime amongst the other built in applications that came with it.  However, it is possible that if it was purchased in certain countries where Facetime is not allowed, the App was not included.

  • My iPad 4 tried to open application but repeatedly iCloud asked for login with apple id password. I put my apple id password correct,even i reset it again but still it does not accept in iPad .i am bored with this 3rd class application.please help

    My iPad 4 tried to open application but repeatedly iCloud asked for login with apple id password. I put my apple id password correctly,even i reset it again but still it does not accepted in iPad .i am bored with this  class application.please help.After every 1 second icloud logoin asked.

    Find Apple ID
    https://iforgot.apple.com/applied
    iPad: Unable to update or restore
    http://support.apple.com/kb/ht4097
    iTunes: Specific update-and-restore error messages and advanced troubleshooting
    http://support.apple.com/kb/TS3694
    If you can’t update or restore your iOS device
    http://support.apple.com/kb/ht1808
     Cheers, Tom

  • Deployment of JRE with application please help

    Hello All. I am new to java. have managed to build a simple telephone directory running through a gui all is now working well. I would like to deploy my application to another machine how do i go about this?. I understand that any other pc without the J2SE software will require the runtime enviroment but little else. could someone point me in the direction of a usefull tutorial. I have looked around suns site but cannot seem to find a beginners guide for this topic.(I intend to run application on windows 98-xp)
    Many thanks
    Scott

    You have got three options:
    1) Distribute the JRE with your program and ask your users to install it. It is pretty easy to install. Download it from here: http://java.sun.com/j2se/1.4.1/download.html
    2) Direct the user to the following page for even easier install and download: http://java.sun.com/getjava
    3) Build an installer that takes care of everything for you. InstallAnywhere is a free one: http://www.zerog.com.

  • R2_AQ_JMS MDB deployment Error--Urgent, please help!!

    Deploy a simple MDB to Oracle9iASR2, follow the steps:
    1. Define the MDB in ejb-jar.xml
    <message-driven>
    <description>MDB Queue Listener</description>
    <display-name>QueueListener Message Driven Bean</display-name>
    <ejb-name>QueueListenerMDB</ejb-name>
    <ejb-class>mdb.QueueListenerMDB</ejb-class>
    <transaction-type>Container</transaction-type>
    <message-driven-destination>
    <jms-destination-type>javax.jms.Topic</jms-destination-type>
    </message-driven-destination>
    </message-driven>
    2. Modify the orion-ejb-jar.xml
    <message-driven-deployment
    name="QueueListenerMDB"
    destination-location="jms/SalesTopic"
    connection-factory-location="jms/theTopicConnectionFactory"
    subscription-name="MDBSUB"
    >
    </message-driven-deployment>
    3. define the resource-provider in application.xml
    <resource-provider class="oracle.jms.OjmsContext" name="SalesJMS">
    <description> OJMS/AQ </description>
    <property name="url" value="jdbc:oracle:thin:@dell2400:1521:mydb"></property>
    <property name="username" value="user"></property>
    <property name="password" value="pssword"></property>
    </resource-provider>
    4. Deploy the ear file and got the following error:
    java.lang.NullPointerException
    at com.evermind.server.ejb.MessageDrivenHome.<init>(MessageDrivenHome.java:280)
    at com.evermind.server.ejb.EJBPackageDeployment.bindHomes(EJBPackageDeployment.java:239
    at com.evermind.server.ejb.EJBContainer.postInit(EJBContainer.java:589)
    at com.evermind.server.Application.postInit(Application.java:420)
    at com.evermind.server.administration.ServerApplicationInstallation.finish(ServerApplic
    ationInstallation.java:491)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:80)
    at com.evermind.util.ThreadPoolThread.run(ThreadPoolThread.java:64)
    Any idea on what's the cause of this. It seems that the Oracle 9i's support of MDB differs significantly from R1. The demo sample that works for R1 no longer work for R2. For example, the following DD doesn't seem to work with R2.
    <resource-ref>
    <res-ref-name>jms/Queue/senderQueueConnectionFactory</res-ref-name>
    <res-type>javax.jms.QueueConnectionFactory</res-type>
    <res-auth>Container</res-auth>
    <res-sharing-scope>Shareable</res-sharing-scope>
    </resource-ref>
    <resource-env-ref>
    <resource-env-ref-name>jms/Queue/senderQueue</resource-env-ref-name>
    <resource-env-ref-type>javax.jms.Queue</resource-env-ref-type>
    </resource-env-ref>
    <resource-ref>
    <res-ref-name>jms/Topic/senderTopicConnectionFactory</res-ref-name>
    <res-type>javax.jms.TopicConnectionFactory</res-type>
    <res-auth>Container</res-auth>
    <res-sharing-scope>Shareable</res-sharing-scope>
    </resource-ref>
    Please help!! This is very urgent! Thanks in advance!

    <jms-destination_type> tag should be <destination-type> its a oracle error

  • R2_AQ_JMS deployment Error--Urgent, please help!!

    Deploy a simple MDB to Oracle9iASR2, follow the steps:
    1. Define the MDB in ejb-jar.xml
         <message-driven>
              <description>MDB Queue Listener</description>
              <display-name>QueueListener Message Driven Bean</display-name>
              <ejb-name>QueueListenerMDB</ejb-name>
              <ejb-class>mdb.QueueListenerMDB</ejb-class>
              <transaction-type>Container</transaction-type>
         <message-driven-destination>
         <jms-destination-type>javax.jms.Topic</jms-destination-type>     
         </message-driven-destination>          
         </message-driven>     
    2. Modify the orion-ejb-jar.xml
    <message-driven-deployment
    name="QueueListenerMDB"
    destination-location="jms/SalesTopic"
    connection-factory-location="jms/theTopicConnectionFactory"
    subscription-name="MDBSUB"
    >
    </message-driven-deployment>
    3. define the resource-provider in application.xml
    <resource-provider class="oracle.jms.OjmsContext" name="SalesJMS">
    <description> OJMS/AQ </description>
         <property name="url" value="jdbc:oracle:thin:@dell2400:1521:mydb"></property>
         <property name="username" value="user"></property>
         <property name="password" value="pssword"></property>
    </resource-provider>
    4. Deploy the ear file and got the following error:
    java.lang.NullPointerException
    at com.evermind.server.ejb.MessageDrivenHome.<init>(MessageDrivenHome.java:280)
    at com.evermind.server.ejb.EJBPackageDeployment.bindHomes(EJBPackageDeployment.java:239
    at com.evermind.server.ejb.EJBContainer.postInit(EJBContainer.java:589)
    at com.evermind.server.Application.postInit(Application.java:420)
    at com.evermind.server.administration.ServerApplicationInstallation.finish(ServerApplic
    ationInstallation.java:491)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:80)
    at com.evermind.util.ThreadPoolThread.run(ThreadPoolThread.java:64)
    Any idea on what's the cause of this. It seems that the Oracle 9i's support of MDB differs significantly from R1. The demo sample that works for R1 no longer work for R2. For example, the following DD doesn't seem to work with R2.
    <resource-ref>
    <res-ref-name>jms/Queue/senderQueueConnectionFactory</res-ref-name>
    <res-type>javax.jms.QueueConnectionFactory</res-type>
    <res-auth>Container</res-auth>
    <res-sharing-scope>Shareable</res-sharing-scope>
    </resource-ref>
    <resource-env-ref>
    <resource-env-ref-name>jms/Queue/senderQueue</resource-env-ref-name>
    <resource-env-ref-type>javax.jms.Queue</resource-env-ref-type>
    </resource-env-ref>
    <resource-ref>
    <res-ref-name>jms/Topic/senderTopicConnectionFactory</res-ref-name>
    <res-type>javax.jms.TopicConnectionFactory</res-type>
    <res-auth>Container</res-auth>
    <res-sharing-scope>Shareable</res-sharing-scope>
    </resource-ref>
    Please help!! This is very urgent! Thanks in advance!

    Chunming -- There was a change from v1022x to v902. This was required per the changes in the EJB specification as it was finalized. The tag <jms-destination-type> was changed to <destination-type>. If you make this change in your ejb-jar.xml that should work.
    Thanks -- Jeff

  • SAP Netweaver Developer Studio -- Deployment Error?  Please help!

    Hello there,
    I had just created a very very simple application on NWDS. When i tried the option 'deploy new Archive and Run'
    It gave me this error saying:
    Aug 16, 2008 4:00:25 PM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:
    [004]Deployment aborted
    Deployment exception : Cannot determine sdm host (is empty). Please configure your engine/sdm correctly !
    I was afraid maybe the SDM was not running. So, i went into the usr folder and clicked on 'RemoteGui.bat'  Then it started the SDM.
    But, again when I tried to -deploy new Archive and Run-, it gave me back the same error above in NWDS.
    Can somebody please help me with this? or How do i configure my SDM to match the requirements of NWDS ?
    Thank You
    Dino.

    UPDATE: ok. I went to Window >> Preferences>> J2EE engine >> and selected SAP J2EE engine is located on local host..
    It worked!
    The search function for some reason is not that particularly great on this forum. I typed exact error phrase, and it could not find the right thread. But, for some reason, i tried through GOOGLE with the error phrase and then it leaded to the right thread where few people on this forum had the same issue.

  • Can't update/install itunes- 'not a valid win32 application' PLEASE HELP

    Hi Guys,
    I'm having some serious problems with installing iTunes on my laptop. I have searched and searched the internet and can not find any solution to my problem. I am receiving the error "itunes is not a valid win32 application' after the program finishes downloading. Sometimes however it will just stop in the middle of the download. I use a SONY VAIO VGN-NW25GF which was only purchased last year. It uses windows 7. I had trouble downloading itunes to begin with though eventually it worked, however since the new 10.1 update has been available ive been attempting to update it almost every time i use itunes. Each and every time it fails and i've had enough as i need to update my iphone software. I’ve since uninstalled both itunes and quicktime hoping it will reinstall properly. But nothing, the same problem is occurring and now i have no itunes program!
    I've tried all the solutions online about deleting browing history/temp folder and any itunessetup.exe/quicktimesetup.exe files and nothing works. I've also tried downloading using a different browser and still nothing. I’ve done a virus scan, disk cleanup and disk defragment and NOTHIGN is working. I'm starting to get quite frustrated as i need this program for my iphone. Any help would be greatly appreciated!! Thanks 

    I have the same problem!!!!PLEASE HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    -I'm having some serious problems with installing iTunes on my laptop. I have searched and searched the internet and can not find any solution to my problem. I am receiving the error "itunes is not a valid win32 application' after the program finishes downloading. Sometimes however it will just stop in the middle of the download. I use a SONY VAIO VGN-NW25GF which was only purchased last year. It uses windows 7. I had trouble downloading itunes to begin with though eventually it worked, however since the new 10.1 update has been available ive been attempting to update it almost every time i use itunes. Each and every time it fails and i've had enough as i need to update my iphone software. I’ve since uninstalled both itunes and quicktime hoping it will reinstall properly. But nothing, the same problem is occurring and now i have no itunes program!
    I've tried all the solutions online about deleting browing history/temp folder and any itunessetup.exe/quicktimesetup.exe files and nothing works. I've also tried downloading using a different browser and still nothing. I’ve done a virus scan, disk cleanup and disk defragment and NOTHIGN is working. I'm starting to get quite frustrated as i need this program for my iphone. Any help would be greatly appreciated!! Thanks 

  • J2me bluetooth application please help it's urgent..

    Hi,
    i m new to this forum and j2me also.
    i tried to basic j2me bluetooth application which transfer file from pc to mobile.
    but at run time i got exception:
    java.lang.SecurityException: Application not authorized to access the restricted API
    also in bluetooth desktop application while calling searchService i got
    NullPointerException..
    please help me.
    i have already do permission for API in jad file...
    Thanks in advance...

    Hello Nikhil,
    In alv... field catalog consists one field called HOTSPOT...
    try like this...
    l_r_fieldcat-tabname        = 'G_T_ITAB'.
    l_r_fieldcat-fieldname      = 'LGORT'.
    l_r_fieldcat-ref_tabname    = 'MARD'.
    l_r_fieldcat-ref_fieldname  = 'LGORT'.
    l_r_fieldcat-col_pos        = 3.
    <b>l_r_fieldcat-hotspot        = 'X'.</b>
    append l_r_fieldcat to g_t_fieldcat.
    clear l_r_fieldcat.
    after that... at line selection... goto the VF03 using BDC.
    No need to double click when you are using HOTSPOT... Single click is enough.
    To get check box at the beginging of each and every record use the following code...
    Field having checkbox
      g_r_layout-box_fieldname = 'SEL'.
    here SEL is the field name in the internal table with char datape and length 1.
    To get ur own GUI Status... Go To Object list ( CTRL + SHIFT + F5 ). there click on GUI_STATUS. add one button for print priview and give one function code.
    in USER_COMMAND write code for function code... with function modules which are used to print forms.
    I'm give the remaing fields of fieldcatalog bellow. see last one... its HOTSPOT.
    ROW_POS
    COL_POS
    FIELDNAME
    TABNAME
    REF_FIELDNAME
    REF_TABNAME
    CURRENCY
    CFIELDNAME
    CTABNAME
    QUANTITY
    QFIELDNAME
    QTABNAME
    ROUNDFIELDNAME
    ROUNDTABNAME
    ROUND
    DECIMALSFIELDNAME
    DECIMALSTABNAME
    DECIMALS_OUT
    TEXT_FIELDNAME
    EXPONENT
    KEY
    ICON
    SYMBOL
    CHECKBOX
    JUST
    LZERO
    NO_SIGN
    NO_ZERO
    EDIT_MASK
    EMPHASIZE
    FIX_COLUMN
    DO_SUM
    NO_OUT
    TECH
    OUTPUTLEN
    OFFSET
    SELTEXT_L
    SELTEXT_M
    SELTEXT_S
    REPTEXT_DDIC
    DDICTXT
    ROLLNAME
    DATATYPE
    INTTYPE
    DDIC_OUTPUTLEN
    INTLEN
    LOWERCASE
    KEY_SEL
    NO_SUM
    SP_GROUP
    REPREP
    INPUT
    HOTSPOT
    Reward If Helpful.
    Regards
    Sasidhar Reddy Matli.

  • My iPhone 5s not showing radio in music application please help

    I have this problem for many month now please help me solve this problem

    What country are you in?
    iTunes Radio is currently only available in the US and Australia

  • Virtual Preload agreement/ Third parting applications Please help!

    Hi I am new to blackberry and smart phones. I have a Blackberry Curve and when I try to play games or other thing it is asking me this....
     If you agree to the conditions set out below by clicking “I Agree”, you will be linked to a third party site (“Linked Site”) not under the control of Research In Motion Limited or its affiliates (“RIM”).  RIM is offering this link to the Linked Site solely as a convenience to you, on the understanding that providing such link does not imply any endorsement by RIM of the Linked Site or its information or contents, nor does it imply any association between RIM and the Linked Site’s operator.  Also, any dealings with third parties conducted through the Linked Site are solely between you and such third party.  Any software application that you may download or otherwise acquire from the Linked Site for use on this handheld device is not licensed by RIM and is “Third Party Software” under the license agreement under which you, or the entity who authorized your use of this handheld device, originally licensed RIM’s proprietary software for this handheld device (“License Agreement”), and as such its use may be subject to certain terms and conditions established by a third party.  Please carefully review your License Agreement to understand your rights and obligations.  If you do not agree to the conditions set out here or do not wish to be linked to the Linked Site for any reason, do not click “I agree” below and please return to the home screen.
    I have read this about a million times and I have no idea what it is telling me. I need help understanding this more and I am also wondering is this going to cost money to agree to it and what it is linking me too 

    Hi and Welcome to the Community!
    The lawyers sure got ahold of that one, didn't they?!?!? All it is really saying is that, if you go to that linked site/3rd party app, RIM has no liability for whatever that linked site/3rd party app may do. When you agree, you absolve RIM of liability and agree that, no matter what, you will not seek any recourse from RIM. RIM has zero control over what that other site/app may do...anything they do is 100% between you and them, and RIM has no involvement (nor liability).
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Photo Booth Problems -- being used by another applications/ Please help!

    Hi everyone: I am having problems with my 17" iMac (C2D). Photo Booth worked great for the first few weeks. Now when I go to use it -- I get a message that says it is in use by another application or there is no camera attached. Well of course there is a camera attached and there is no other application running. I've tried shutting down and bring the computer back up, as suggested in other posts. That did not work.
    Any other suggestions please. I'd really like to get this going again.
    Sincerely,
    Anne

    Hello apple-chick
    Check to make sure that iSight was not left on in another app, it can only be used by one app at a time!
    1. See if the issue is application-specific.
    Try another application (iSight works with applications like iChat, PhotoBooth, and iMovie HD 6) to see if the iSight camera exhibits the same behavior in all applications.
    2. See if the issue is user-specific.
    Test your iSight camera in another user account. If the issue only occurs in one user, the issue would be isolated to user settings.
    3. Find out if the computer recognizes the iSight
    Check System Profiler (in the Utilities folder, inside the Applications folder). Under the USB header, check to see if the iSight camera is detected.
    4. Reset SMC
    Reset your computer's SMC and then check System Profiler again.
    http://docs.info.apple.com/article.html?artnum=303446
    Dennis
    17" iMac Intel Core Duo 1.5GB Ram   Mac OS X (10.4.9)   Maxtor 300GB FireWire Creative Inspire 2.1 2G Nano

  • How to do JAAS and J2EE Deployment Descriptor ACL : Please help

    I am trying to develop a Single sign on application using EJB's, JAAS,
    ACL, struts and JSP to Log in with a form authenticate (using
    j_security_check to hook into the web.xml security) then pull a user
    from a database and use the roles defined there for authorization in
    the rest of the system?
    The examples on the web are from java clients to RMI, they also sit
    alone. They dont say how to hook them into weblogic. They say to use
    JAAS but they have just JAAS examples! No hooking of it into an EJB,
    servlet, etc! They also dont show how to hook that code into web
    server to use it as your security module!
    What Settings/configuration I need to make in the web server for JAAS
    to work. How the logic proceeds to authorization after form is
    submitted using j_security_check. and to further logic in the
    application. How is it then integrated with the Struts action forms.
    Help, I'm at a loss. They recommend using JAAS but their documentation
    and examples do not explain how. We have a complex real world product
    and need examples of
    the same. Can somebody provide me a working real-life example which
    really work and give me some pointers to proceeds that will be really
    helpful.
    Thanks in advance for the help.

    I am trying to develop a Single sign on application using EJB's, JAAS,
    ACL, struts and JSP to Log in with a form authenticate (using
    j_security_check to hook into the web.xml security) then pull a user
    from a database and use the roles defined there for authorization in
    the rest of the system?
    The examples on the web are from java clients to RMI, they also sit
    alone. They dont say how to hook them into weblogic. They say to use
    JAAS but they have just JAAS examples! No hooking of it into an EJB,
    servlet, etc! They also dont show how to hook that code into web
    server to use it as your security module!
    What Settings/configuration I need to make in the web server for JAAS
    to work. How the logic proceeds to authorization after form is
    submitted using j_security_check. and to further logic in the
    application. How is it then integrated with the Struts action forms.
    Help, I'm at a loss. They recommend using JAAS but their documentation
    and examples do not explain how. We have a complex real world product
    and need examples of
    the same. Can somebody provide me a working real-life example which
    really work and give me some pointers to proceeds that will be really
    helpful.
    Thanks in advance for the help.

  • An AVIATION APPLICATION please help!!!

    I want someone to create and application that pilots can enter in airport codes and get information on that airport like the Name,Frequencies,Runways... This would be a BIG help for pilots out there
    Thanks
    Greg

    www.foreflight.com
    For logging use LogTen Pro and LogTen Mobile 2.0.
    Message was edited by: C. Mezriczky

Maybe you are looking for

  • Pages '09 won't open my AWK or DOC files

    I've bought iWork '09 to future proof myself against the day I finally have to abandon a computer running Snow Leopard + Rosetta (I can still run AppleWorks and Word 2001 on my present machine but that won't always be the case). However, now I'm begi

  • How do you Design and Develop?

    How do you Design and Develop? I know this varies based on alot of things such as knowledge, preference, purpose, resources, etc..but I am curious how different (level of expertise) designers actually prefer or implement their websites. I decided to

  • Can 2 Ipods have the exact same Itunes files?

    I have 2 30GB Video Ipods (5th gen I think). I would like to sync them to the same Itunes account on the same computer (including all the same folders). I have read the tutorial, but it sounds like they assume each Ipod would have different folders.

  • MSN Messenger video chat possible with imac?

    Just wondering. If it is can someone give me a link on how to make this possible? I thank you in advance, Steve

  • Getting runtime error when i am deploying my ear file in weblogic8.1

    I deployed my ear file into weblogic server, the below error i got in console of weblogic server. please tell where i need to setup class path. I am using eclipse as IDE and running the project in eclipse. How can i set classpath in weblogic server ?