facebook

context is never read message in MyEclipse

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #243300 Reply

    amir55
    Participant

    when using xdoclet for code generation the variable context line comes in yellow

    context is never read message in MyEclipse though xdoclet itself creates the bean.

    this has effect in one bean and does not in anoather.

    so why on earth xdoclet creates this context line if it is never read.

    simply try to run the program in this url
    http://www.laliluna.de/integration-struts-ejb-tutorial.html
    if u have run it successfully, please kindly zip it to me on

    alhakim55@yahoo.com.

    I have spent 2 weeks on htis program.

    myEclipse configuration as follows
    *** Date: Sun Dec 18 11:06:10 GMT+04:00 2005

    *** System properties:
    OS=Windows2000
    OS version=5.0
    Java version=1.4.2_09 // my comment, I use jave 5 not 4 but why comes in the config version 4 ??!!

    *** MyEclipse details:
    MyEclipse Enterprise Workbench

    Version: 4.0.3 GA
    Build id: 20051025-4.0.3-GA

    *** Eclipse details:
    Eclipse SDK

    Version: 3.1.1
    Build id: M20050929-0840

    Eclipse Platform

    Version: 3.1.1
    Build id: M20050929-0840

    Eclipse RCP

    Version: 3.1.1
    Build id: M20050929-0840

    Eclipse Java Development Tools

    Version: 3.1.1
    Build id: M20050929-0840

    Eclipse Plug-in Development Environment

    Version: 3.1.1
    Build id: M20050929-0840

    Eclipse Project SDK

    Version: 3.1.1
    Build id: M20050929-0840

    Eclipse startup command=-os
    win32
    -ws
    win32
    -arch
    x86
    -launcher
    D:\Eclipse_Group\eclipse-3.1.1\eclipse.exe
    -name
    Eclipse
    -showsplash
    600
    -exitdata
    4c4_70
    -vm
    C:\WINNT\system32\javaw.exe

    thanks alot

    #243328

    Greg
    Member

    Java version=1.4.2_09 // my comment, I use jave 5 not 4 but why comes in the config version 4 ??!!

    When eclipse starts up, it just picks the first jvm it seems on your path to use when running eclipse. So basically it usees the same jvm that is returned from running “java -version” from the command line.

    As far as the EJB tutorial problems, have you read through our EJB development quickstart?
    http://www.myeclipseide.com/images/tutorials/quickstarts/firstejb/

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: context is never read message in MyEclipse

You must be logged in to post in the forum log in