Help with Workshop tutorial : building an ejb

Hi, I've been trying to compile a project, with no luck.
Please help!
I have an entity bean and a session bean that references the entity bean. I can compile the entity bean by itself, but when I add the session bean, I'm not able to compile :-( I'm really new to ejbs & java. Please help!
Thanks,
Meera
Here is the error log:
Build project MyEJBProject started.
BUILD STARTED
build:
check-env:
WARNING: Checking to see if there is anything new to build...
no-ejbgen:
run-build:
clean-modules:
removed module 'MyEJBProject.jar'
WARNING: Running EJBGen...
Loading source file C:\Temp\/wlw_MyEJBProject_build/../wlw_ejb_crc//ejbgentemp/Hello\HelloBean.java...
Loading source file C:\Temp\/wlw_MyEJBProject_build/../wlw_ejb_crc//ejbgentemp/Hello\VisitBean.java...
Constructing Javadoc information...
EJBGen 2.16
[Info:] Creating C:\Temp\/wlw_MyEJBProject_build/../wlw_ejb_crc//ejbgentemp\Hello\HelloHome.java
[Info:] Creating C:\Temp\/wlw_MyEJBProject_build/../wlw_ejb_crc//ejbgentemp\Hello\Hello.java
[Info:] Creating C:\Temp\/wlw_MyEJBProject_build/../wlw_ejb_crc//ejbgentemp\Hello\Visit.java
[Info:] Creating C:\Temp\/wlw_MyEJBProject_build/../wlw_ejb_crc//ejbgentemp\Hello\VisitHome.java
[Info:] Creating C:\Temp\/wlw_MyEJBProject_build/../wlw_ejb_crc//ejbgentemp\META-INF\ejb-jar.xml
[Info:] null [Bean] MAKE CLASS NAME G:HelloHome P:Hello N:HelloHome
[Info:] null [Bean] MAKE CLASS NAME G:Hello P:Hello N:Hello
[Info:] null [Bean] MAKE CLASS NAME G:VisitHome P:Hello N:VisitHome
[Info:] null [Bean] MAKE CLASS NAME G:Visit P:Hello N:Visit
[Info:] Creating C:\Temp\/wlw_MyEJBProject_build/../wlw_ejb_crc//ejbgentemp\META-INF\weblogic-ejb-jar.xml
[Info:] Creating C:\Temp\/wlw_MyEJBProject_build/../wlw_ejb_crc//ejbgentemp\META-INF\weblogic-cmp-rdbms-jar.xml
[Info:] Creating C:\Temp\/wlw_MyEJBProject_build/../wlw_ejb_crc//ejbgentemp\ejbgen-build.xml
post-ejbgen:
clean-ejbc:
Copying 10 files to C:\Temp\wlw_MyEJBProject_build
WARNING: EJBGen ok. Compiling...
runjavac:
Compiling 14 source files to C:\Temp\wlw_MyEJBProject_build
C:\Temp\wlw_MyEJBProject_build\Hello\Hello_oztp1s_EOImpl.java:15: cannot resolve symbol
symbol : class Hello
location: interface Hello.Hello
implements Hello.Hello, weblogic.utils.PlatformConstants
^
C:\Temp\wlw_MyEJBProject_build\Hello\Hello_oztp1s_HomeImpl.java:13: cannot resolve symbol
symbol : class HelloHome
location: interface Hello.Hello
implements Hello.HelloHome, weblogic.utils.PlatformConstants
^
C:\Temp\wlw_MyEJBProject_build\Hello\Hello_oztp1s_HomeImpl.java:68: cannot resolve symbol
symbol : class Hello
location: interface Hello.Hello
public Hello.Hello create ()
^
C:\Temp\wlw_MyEJBProject_build\Hello\Visit_cbnl1s_ELOImpl.java:15: cannot resolve symbol
symbol : class Visit
location: interface Hello.Hello
implements Hello.Visit, weblogic.utils.PlatformConstants, java.io.Serializable
^
C:\Temp\wlw_MyEJBProject_build\Hello\Visit_cbnl1s_Intf.java:33: cannot resolve symbol
symbol : class Visit_cbnl1s_Intf
location: interface Hello.Hello
(java.sql.ResultSet rs, java.lang.Integer offset, Object __WL_pk, Hello.Visit_cbnl1s_Intf var)
^
C:\Temp\wlw_MyEJBProject_build\Hello\Visit_cbnl1s_LocalHomeImpl.java:13: cannot resolve symbol
symbol : class VisitHome
location: interface Hello.Hello
implements Hello.VisitHome, weblogic.utils.PlatformConstants
^
C:\Temp\wlw_MyEJBProject_build\Hello\Visit_cbnl1s_LocalHomeImpl.java:70: cannot resolve symbol
symbol : class Visit
location: interface Hello.Hello
public Hello.Visit create (java.lang.String arg0)
^
C:\Temp\wlw_MyEJBProject_build\Hello\Visit_cbnl1s_LocalHomeImpl.java:95: cannot resolve symbol
symbol : class Visit
location: interface Hello.Hello
public Hello.Visit findByPrimaryKey(java.lang.String arg0)
^
C:\Temp\wlw_MyEJBProject_build\Hello\Visit_cbnl1s__WebLogic_CMP_RDBMS.java:76: cannot resolve symbol
symbol : class VisitBean
location: interface Hello.Hello
public final class Visit_cbnl1s__WebLogic_CMP_RDBMS extends Hello.VisitBean
^
C:\Temp\wlw_MyEJBProject_build\Hello\Visit_cbnl1s__WebLogic_CMP_RDBMS.java:604: cannot resolve symbol
symbol : class Visit_cbnl1s_Intf
location: interface Hello.Hello
Hello.Visit_cbnl1s_Intf beanIntf)
^
C:\Temp\wlw_MyEJBProject_build\Hello\Hello_oztp1s_HomeImpl.java:72: cannot resolve symbol
symbol : class Hello
location: interface Hello.Hello
return (Hello.Hello) super.create(md_ejbCreate);
^
C:\Temp\wlw_MyEJBProject_build\Hello\Visit_cbnl1s_LocalHomeImpl.java:74: cannot resolve symbol
symbol : class Visit
location: interface Hello.Hello
return (Hello.Visit) super.create(md_ejbCreate_S,
^
C:\Temp\wlw_MyEJBProject_build\Hello\Visit_cbnl1s_LocalHomeImpl.java:99: cannot resolve symbol
symbol : class Visit
location: interface Hello.Hello
return (Hello.Visit)
^
C:\Temp\wlw_MyEJBProject_build\Hello\Visit_cbnl1s__WebLogic_CMP_RDBMS.java:238: cannot resolve symbol
symbol : variable super
location: class Hello.Visit_cbnl1s__WebLogic_CMP_RDBMS
super.setEntityContext(arg0);
^
C:\Temp\wlw_MyEJBProject_build\Hello\Visit_cbnl1s__WebLogic_CMP_RDBMS.java:251: cannot resolve symbol
symbol : variable super
location: class Hello.Visit_cbnl1s__WebLogic_CMP_RDBMS
super.unsetEntityContext();
^
C:\Temp\wlw_MyEJBProject_build\Hello\Visit_cbnl1s__WebLogic_CMP_RDBMS.java:263: cannot resolve symbol
symbol : variable super
location: class Hello.Visit_cbnl1s__WebLogic_CMP_RDBMS
super.ejbActivate();
^
C:\Temp\wlw_MyEJBProject_build\Hello\Visit_cbnl1s__WebLogic_CMP_RDBMS.java:367: cannot resolve symbol
symbol : class Visit_cbnl1s__WebLogic_CMP_RDBMS
location: interface Hello.Hello
Hello.Visit_cbnl1s__WebLogic_CMP_RDBMS __WL_bean = null;
^
C:\Temp\wlw_MyEJBProject_build\Hello\Visit_cbnl1s__WebLogic_CMP_RDBMS.java:443: cannot resolve symbol
symbol : class Visit_cbnl1s__WebLogic_CMP_RDBMS
location: interface Hello.Hello
__WL_bean = (Hello.Visit_cbnl1s__WebLogic_CMP_RDBMS)__WL_pm.getBeanFromRS(__WL_pk, __WL_rsInfo);
^
C:\Temp\wlw_MyEJBProject_build\Hello\Visit_cbnl1s__WebLogic_CMP_RDBMS.java:607: cannot resolve symbol
symbol : class Visit_cbnl1s__WebLogic_CMP_RDBMS
location: interface Hello.Hello
Hello.Visit_cbnl1s__WebLogic_CMP_RDBMS __WL_bean = (Hello.Visit_cbnl1s__WebLogic_CMP_RDBMS)beanIntf;
^
C:\Temp\wlw_MyEJBProject_build\Hello\Visit_cbnl1s__WebLogic_CMP_RDBMS.java:607: cannot resolve symbol
symbol : class Visit_cbnl1s__WebLogic_CMP_RDBMS
location: interface Hello.Hello
Hello.Visit_cbnl1s__WebLogic_CMP_RDBMS __WL_bean = (Hello.Visit_cbnl1s__WebLogic_CMP_RDBMS)beanIntf;
^
C:\Temp\wlw_MyEJBProject_build\Hello\Visit_cbnl1s__WebLogic_CMP_RDBMS.java:733: cannot resolve symbol
symbol : variable super
location: class Hello.Visit_cbnl1s__WebLogic_CMP_RDBMS
super.ejbLoad();
^
C:\Temp\wlw_MyEJBProject_build\Hello\Visit_cbnl1s__WebLogic_CMP_RDBMS.java:747: cannot resolve symbol
symbol : variable super
location: class Hello.Visit_cbnl1s__WebLogic_CMP_RDBMS
super.ejbStore();
^
C:\Temp\wlw_MyEJBProject_build\Hello\Visit_cbnl1s__WebLogic_CMP_RDBMS.java:761: cannot resolve symbol
symbol : variable super
location: class Hello.Visit_cbnl1s__WebLogic_CMP_RDBMS
super.ejbRemove();
^
C:\Temp\wlw_MyEJBProject_build\Hello\Visit_cbnl1s__WebLogic_CMP_RDBMS.java:826: cannot resolve symbol
symbol : class Visit_cbnl1s__WebLogic_CMP_RDBMS
location: interface Hello.Hello
case 0: __WL_loadGroup0FromRS(rs, offset, __WL_pk, (Hello.Visit_cbnl1s__WebLogic_CMP_RDBMS)eb); break;
^
C:\Temp\wlw_MyEJBProject_build\Hello\Visit_cbnl1s__WebLogic_CMP_RDBMS.java:919: reference to + is ambiguous, both method +(java.lang.String,java.lang.String) in and method +(java.lang.String,int) in match
if(__WL_verbose) Debug.say("setting("+this+") 'visitNumber' using column " __WL_num ". Value is " + this.visitNumber);
^
C:\Temp\wlw_MyEJBProject_build\Hello\Visit_cbnl1s__WebLogic_CMP_RDBMS.java:1359: cannot resolve symbol
symbol : variable super
location: class Hello.Visit_cbnl1s__WebLogic_CMP_RDBMS
super.ejbCreate( arg0);
^
C:\Temp\wlw_MyEJBProject_build\Hello\Visit_cbnl1s__WebLogic_CMP_RDBMS.java:1398: cannot resolve symbol
symbol : variable super
location: class Hello.Visit_cbnl1s__WebLogic_CMP_RDBMS
super.ejbPostCreate( arg0);
^
C:\Temp\wlw_MyEJBProject_build\Hello\Visit_cbnl1s__WebLogic_CMP_RDBMS.java:1543: cannot resolve symbol
symbol : variable super
location: class Hello.Visit_cbnl1s__WebLogic_CMP_RDBMS
super.ejbRemove();
^
C:\Temp\wlw_MyEJBProject_build\Hello\Visit_cbnl1s__WebLogic_CMP_RDBMS.java:1603: cannot resolve symbol
symbol : variable super
location: class Hello.Visit_cbnl1s__WebLogic_CMP_RDBMS
super.ejbLoad();
^
C:\Temp\wlw_MyEJBProject_build\Hello\Visit_cbnl1s__WebLogic_CMP_RDBMS.java:1634: cannot resolve symbol
symbol : variable super
location: class Hello.Visit_cbnl1s__WebLogic_CMP_RDBMS
super.ejbStore();
^
C:\Temp\wlw_MyEJBProject_build\Hello\Visit_cbnl1s__WebLogic_CMP_RDBMS.java:1750: cannot resolve symbol
symbol : variable super
location: class Hello.Visit_cbnl1s__WebLogic_CMP_RDBMS
super.ejbPassivate();
^
31 errors
BUILD FAILED
ERROR: Compile failed; see the compiler error output for details.

It seems that the example provided (in the link) requires a web serverNo it doesn't. It requires an HTTP server.
tomcat will be a better option which you can useThe Apache HTTP server might be more to the point.
But If you are new to RMI and need to understand the exact flow of RMI I think this will not be a better exercise to start withI agree. I would get it running without the codebase feature. This isn't as widely used as you might think, and anyway it is a deployment option not something you need to engage with much when developing.
@OP: ignore the HTTP stuff and the codebase feature and build 3 JAR files:
(a) the common stuff (remote interface, stubs if any, and any classes referecned by the remote interface)
(b) the server (the remote object itself and anything server-side it uses)
(c) the client.
The common JAR file should be deployed to both the server and the client, and both the other JARs should name it in their Class-Path entry in the manifest.

Similar Messages

  • Help with RMI tutorial (and Eclipse)

    Hi!
    I need a little help with RMI tutorial. I have all source files from tutorial downloaded, but I never did anything like this and don't know, how to run it. I somehow did Building a JAR File of Interface Classes from [http://download.oracle.com/docs/cd/E17409_01/javase/tutorial/rmi/compiling.html], but got stuck on simple HTTP server, I didn't understand, what to do.
    Bonus question: is it possible to do those commands from Eclipse? How?
    Thanks a lot!

    It seems that the example provided (in the link) requires a web serverNo it doesn't. It requires an HTTP server.
    tomcat will be a better option which you can useThe Apache HTTP server might be more to the point.
    But If you are new to RMI and need to understand the exact flow of RMI I think this will not be a better exercise to start withI agree. I would get it running without the codebase feature. This isn't as widely used as you might think, and anyway it is a deployment option not something you need to engage with much when developing.
    @OP: ignore the HTTP stuff and the codebase feature and build 3 JAR files:
    (a) the common stuff (remote interface, stubs if any, and any classes referecned by the remote interface)
    (b) the server (the remote object itself and anything server-side it uses)
    (c) the client.
    The common JAR file should be deployed to both the server and the client, and both the other JARs should name it in their Class-Path entry in the manifest.

  • Help with connection flash builder 4.5 to remote php database

    help with connection flash builder 4.5 to remote php database

    Fatal error: require_once() [function.require]: Failed opening required 'Zend/Loader/Autoloader.php' (include_path='.;C:\php5\pear;D:/webserver/apache2/htdocs/ZendFramework/library') in D:\webserver\apache2\htdocs\giga\first-debug\gateway.php on line 27

  • I need help with the conditional build tag option RoboHelp 10

    I need help with the conditional build tag option. I want to apply CBT to content in a topic. I looked at the Help topics and believed that I applied the feature correctly. Howver, it is not working as desired. In the 2nd sentence below I want the text highlighted in blue to only appear for the printed output and the text printed in purple to only appear for the .htm /online output. Please help.
    There are common tasks used to manage the folders in the Navigator and the folders
    in the BBS Folders Viewer Grid. For more information on these common tasks see Help
    and Support in Success Enterprise. click the links below.

    Hi there
    Using tagging is a two part process.
    Part One
    You create and apply the tags to the information you wish to control.
    Part Two
    You create a Build Expression that is used when you generate your output. The Build Expression typically reads something like: NOT Tag1 (or whatever your tag name is)
    Then when you generate and use the Build Expression, the information tagged is not included in the build.
    Cheers... Rick

  • I need help with this tutorial from the Adobe website

    I'm almost done with my flash game which I created with flash pro cc. And i have been looking for tutorials to integrate my game to the Facebook and this is the only one I found. http://www.adobe.com/devnet/games/articles/getting-started-with-facebooksdk-actionscript3. html
    Am I on the right track?? The editor uses Flash Builder but I'm using Flash Pro cc.
    --- On Step 2: "Set up a development server for the Flash app",
            Sub-step #2. "To simplify the development process, configure Flash Builder to compile into your htdocs/fbdemo folder and run (or debug) the app on your server (see Figure 2)."
    1) But I can't find "ActionScript Build Path"(which is highlighted on the Figure 2 screenshot) or anything like that in Flash pro. Same for the "Output folder URL".
    Can I actually do the same things with Flash Pro cc?? Also #3 is "Verify that your app runs from your server." How do you run your app from your server??
    ---- On Step 4: "Initialize the Facebook JS SDK",
    2) so if I setup a server on a localhost just like the tutorial, I don't need to change the following? This is on line #6.
    channelUrl : 'www.YOUR_DOMAIN.COM/channel.html'
    can i just leave it like that ?
    3) So if I complete the tutorial, can facebook users play my game? or do i have more things to do?
    4) is there any other tutorial for Flash Pro CC to Facebook integration???
    Thank you so much for your help and time.

    this is an excerpt from http://www.amazon.com/Flash-Game-Development-Social-Mobile/dp/1435460200/ref=sr_1_1?ie=UTF 8&qid=1388031189&sr=8-1&keywords=gladstien
    The simplest way to hook into Facebook is to add their Plugins to add a Like button, Send button, Login button etc to your game.  If you only want to add a Like button to a page on your website, you can use the following iframe tag anywhere (between the body tags) in your html document where you want the Facebook Like button to appear:
    <iframe src="http://www.facebook.com/plugins/like.php?href=yoursite.com/subdirectory/page.html" scrolling="no" frameborder="0" style="border:none; width:500px; height:25px"></iframe> 
    Where the href attribute is equal to the absolute URL to your html file.  For example:
    <iframe src="http://www.facebook.com/plugins/like.php?href=kglad.com/Files/fb/" scrolling="no" frameborder="0" style="border:none; width:500px; height:25px"></iframe>
    points to index.html in kglad/com/Files/fb.
    However, to get the most out of Facebook you will need to use JavaScript or the Facebook ActionScript API and register your game on the Facebook Developer App page.  Before you can register your game with Facebook, you will need to be registered with Facebook and you will need to Login. 
    Once you are logged-in, you can go to https://developers.facebook.com/apps and click Create New App to register your game with Facebook.  (See Fig11-01.) 
    ***Insert Fig11-01.tif***
    [Facebook's Create New App form.]
    Enter your App Name (the name of your game) and click continue.  Complete the Security Check (see Fig11-02) and click Submit.  You should see the App Dashboard where you enter details about your game.  (See Fig11-03.)
    ***Insert Fig11-02.tif***
    [Security Check form.]
    ***Insert Fig11-03.tif***
    [App Dashboard with Basic Settings selected.]
    If you mouse over a question mark, you will see an explanation of what is required to complete this form.  Enter a Namespace, from the Category selection pick Games, and then select a sub-category. 
    Your game can integrate with Facebook several ways and they are listed above the Save Changes button. You can select more than one but for now only select Website with Facebook Login and App on Facebook, enter the fully qualified URL to your game and click Save Changes. (See Fig11-04.)
    ***Insert Fig11-04.tif***
    [Facebook integration menu expanded.]
    You can return to https://developers.facebook.com/apps any time and edit your entries.  Your game(s) will be listed on the left and you can use the Edit App button to make changes and the Create New App button to add another game.
    Click on the App Center link on the left.  (See Fig11-05a and Fig11-05b.)  Fill in everything that is not optional and upload all the required images. Again, if you mouse over the question marks you will see requirement details including exact image sizes for the icons, banners and screenshots.
    ***Insert Fig11-05a.tif***
    [Top half of the App Center form.]
    ***Insert Fig11-05b.tif***
    [Bottom half of the App Center form.]
    When you are finished click Save Changes and Submit App Detail Page.  You should then see Additional Notes and Terms. (See Fig11-06.)
    ***Insert Fig11-06.tif***
      [Additional Notes and Terms.]
    Tick the checkboxes and click Review Submission.  If everything looks acceptable, click Submit.  You should then see something like Fig11-07.
    ***Insert Fig11-07.tif***
      [After agreeing with Facebook's terms, you should be directed back to App Center and see this modal window.]
    You are now ready to integrate your game with Facebook's API.  Because there is a Facebook ActionScript API that communicates with Facebook's API, you need not work directly with the Facebook API.
    But before I cover Adobe's Facebook ActionScript API, I am going to cover how you can use the Facebook JavaScript API directly.  There no reason to actually do that while the Facebook ActionScript API still works but by the time you read this, the Facebook ActionScript API may no longer work.
    In addition, this section shows the basics needed to use any JavaScript API so it applies to any social network that has a JavaScript API including the next "hot" social network that will arise in the future.

  • Help with JDveloper Tutorial

    Hi,
    I am doing the "Build a Web Application with JDeveloper 10g Using EJB, JPA, and JavaServer Faces" tutorial.
    The link to this tutorial is:
    http://www.oracle.com/technology/obe/obe1013jdev/10131/ejb_and_jpa/master-detail_pagewith_ejb.htm?msgid=5571696
    In the section "Creating a Master-Detail JavaServer Faces Page " it says:
    9. Drag and drop the departmentCollection on the page, and from the dynamic menu select the Create Master-Details | ADF Master Form, Detail Table.
    I don't see "departmentCollection" anywhere in the Data Control Palette. I am using the Oracle XE and the HR schema that comes with it.
    Thanks

    After posting my message, I dragged "employeeList" and dropped it and could go to the next step.
    So it's a typo in the tutorial.
    Instead of
    9. Drag and drop the departmentCollection on the page, and from the dynamic menu select the Create Master-Details | ADF Master Form, Detail Table.
    it should be
    9. Drag and drop employeeList on the page, and from the dynamic menu select the Create Master-Details | ADF Master Form, Detail Table.
    I want to get it corrected. There are other typos too. Whom should I inform?
    Thanks

  • Help with Oracle Report Builder and SQL Server2000

    Hey guys,
    I just installed it Oracle Developer Suite10g with Report Builder and I am trying to use Report builder and wants to connect with SQL Server 2000. The problem that I am running in to is SQL Server 2000 i have is Window Authentication so Does not required to enter user name and password. So how can i connect my report builder to SQL server or is it possible to connect Report builder to SQL server?
    Also, I want to create small practice version of database in Oracle how do i do it? what i mean by that is I installed trial version or Oracle developer 10g from www.oracle.com and now trying to get some knowledge with oracle. Could any one can give me some direction in this matter please.
    Thank You
    Key

    Have a look at the reports help for the purpose header and trailer sections. Here is an exert:
    "Report sectioning enables you to define multiple layouts in the same report, each with a different target audience, output format, page layout, page size, or orientation. You can define up to three report sections, each with a body area and a margin area: the names of the sections are Header, Main, and Trailer. By default, a report is defined in the Main section. In the other sections, you can define different layouts, rather than creating multiple separate reports. If you wish, you can use the margin and body of the Header and Trailer sections to create a Header and Trailer page for your reports."

  • Help with Mega PC build

    This is my first time to build a PC and its been SUCH a headache.
    I purchased the MEGA barebones pc with the P4 socket.  I bought everything new (except the TV Card) and put it together.  So far... really easy.  The CD I received didn't work, so I just found this website and used the auto-updaters for everything.  I installed MCE 2005 but I get the same error as some people on here (video card not supported) when I launch Media Center, and then a display error when I try to launch live TV....
    Now, I'm not sure which Mega PC I purchased... its the orange one so I'm assuming the 651.  Now, I don't know a whole lot about this.  Is the VGA card SiS?  I've read in two places to use NVidea drivers... and that it could be because the card isn't DirectX9... and that its because SiS doesn't make MCE compatible drivers... and... and... and...
    Does it ACTUALLY mean the video card isn't supported?  Or is it talking about the tuner card?  My other Media Center PC (HP) said the same thing when I installed the new tuner card and all I had to do was update the drivers for it.
    Because of the problems, I uninstalled everything and downloaded the drivers for the video card, sound, and ethernet directly from the manufacturer's sites... but MCE still doesn't work.
    In the CMOS I changed the video to 64MB (as referenced in yet another thread) and that didn't seem to make any difference.  When I run the Media Center Diagnostics Tool the only place where I'm told my system doesn't pass is Adapter DXVA Deinterlacing.  Where can I get this?  I downloaded DirectX 9.0 from the Microsoft website and the Diagnostic Tool says that is the version I have, but if the VGA card doesn't support it, would the tool still tell me I have it?
    help :-(
    Mega PC 651
    512 DDR RAM
    80 GB HD
    P4 1600

    you have a Mega 651. the onboard SiS VGA is NOT MCE2005 compatible, so you will need to buy a new AGP VGA card that is. nvidia drivers only work on nvidia graphics chipsets. i had the same problem before when i had a Mega 651, in fact i mentioned this in my "Things to know about Mega 651 sticky", so i fitted a FX5200 with integrated TV-out and it worked a treat.
    you don't say what TV card you have but if it is the Mega TV Tuner or TV@nywhere Master, then I'm afraid neither of those is MCE compatible either.
    you will need either a analogue tv card with hardware MPEG2 encoder (such as Hauppage PVR series) or a digital DVB-T card which doesn't need a hardware MPEG encoder, as the stream is already in MPEG2 format.
    i noticed that MSI have launched two new TV cards (see the sticky in the TV@nywhere forum), but i'm afraid i don't know much else about them.
    hope this helps you!

  • Help with flex4unit ant build.xml: Socket timeout waiting for flexunit report

    I'm having trouble setting up ant to build and test my project locally and I'm not sure what the next step is.
    Info:
    Running on XP/Cygwin.
    All of the files that FlexUnit4 references when used in Flash Builder are in my '${basename}/libs' folder (eg FlexUnit4_1.0.swc).
    I've placed the flexunit4 task in my ant/libs folder.
    I'm getting two errors...
    I don't think I've set up the 'socket' stuff right for the tests. It just sits and waits then dies...
    [flexunit] Waiting for client connection ...
    (about a minute later)
    [flexunit] Stopping server ...
    [flexunit] End of test data reached, sending acknowledgement to player ...
    [flexunit] Closing client connection ...
    [flexunit] Closing server on port [1024] ...
    BUILD FAILED
    java.util.concurrent.ExecutionException: Socket timeout waiting for flexunit report
    Plus this is the error I get from the flash player:
    ReferenceError: Error #1065: Variable mx.skins.spark::BorderSkin is not defined.
    I don't know why it's complaining about Borderskin as I think I have included all the flex4 libs I could find. I suspect this second error is causing the first error?
    Any help appreciated. I think I'm just setting it up all wrong.
    Screencap of errors:
    http://twitpic.com/l7ay8
    build.xml:
    http://gist.github.com/20804

    Finally got everything working using the files from the CI Example which what i probably should have done in the first place.
    So a rough guide for anyone just starting out with this:
    Download the Flex 4 'workspace' from the digital primates hudson server . This appears to contain flexunit library and examples in various stages of development.
    I used Flex Builder 4 Beta 2 to set up my Test Suite and Test Cases.
    I then loaded the libs folder from:
    workspace.zip\workspace\project\FlexUnit4SampleCIProject
    into my flex project's libs folder:
    this includes:
    FlexUnit4.swc
    FlexUnit4CIListener.swc
    flexUnit4UIRunner.swc
    flexTasks.jar
    flexUnitTasks.jar
    I didn't need to remove the FlexUnit4 stuff that is 'referenced' automatically by flash builder when you start adding flexunit4 tests/suites.
    Then I used a modified version of the TestRunner.mxml found in:
    workspace.zip\workspace\project\FlexUnit4SampleCIProject\src\test\flex
    The lines to pay attention to are the ones that look like:
    static public function currentRunTestSuite():Array {
        var testsToRun:Array = new Array();
        testsToRun.push(packagename.TestSuiteName);
        testsToRun.push(packagename.TestClassName);
        return testsToRun;
    Just make sure you update this list to include all of the test suites &/or individual tests you want to run.
    I made this a static function and modified the code in the "FlexUnitApplication.mxml" file to use this function so i'd only need to update one list of suites/tests.
    FlexUnitApplication.mxml is generated automatically when you run FlexUnit4 tests in the Flash Builder 4 Beta 2 IDE.
    This is the build.xml file I'm using in the project:
    http://gist.github.com/208211
    Change the name of the project from "Flare" to whatever and adjust the other path settings where required (though you might want to write this from scratch at least once so you understand roughly what is going on).
    The Debug Flash Player must be installed on the server otherwise you'll get a:
    java.util.concurrent.ExecutionException: Socket timeout waiting for flexunit report
    ...while it waits for the non-existant debugger to attach. (This is obvious but I did forget and was a bit bewildered for a moment)
    Need to also ensure the environment variable:FLEX_HOME is set to the location you installed the flex sdk...by editing your .bashrc setting the environment variable the in the Hudson Configuration.
    You'll need to point Hudson at your ant installation and your jdk installation. If you downloaded he sdk, be aware you might need to point it to the jdk folder inside the place you installed the sdk.
    And I think that's all the problems I had. Hope it's useful to someone... if anyone who actually knows what they are doing can point out any potential issues/better ways of doing things, feel free to comment.
    Thanks to Brian (legrosb) and Mike (mlabriola) for their assistance!

  • Help with Flex Ant build.xml error

    So I've started on a new project and I'm new to Flex. A lot of learning curve here. Anyway, I'm trying to deploy a project that uses flex and is built with Ant. We've moving up from a version of Flex 2 to Flex 3. The build file works fine in the Flex 2 app but for some reason does not seem to be working with Flex 3. I'm hoping someone can give me some insight on what might be wrong or where to start.
    The error is Command not found: compc
    The part of the build file it has a problem with is:
    <compc include-classes="${classes}"
         ouput="${flex.dist.dir}/${flex.app.name}.swc"
         keep-generated-actionscript="false"
         headless-server="${headless.server}"
         incremental="true">
    <load_config filename="${FLEX_HOME}/frameworks/flex-config.xml" />
    <source-path path-element="${FLEX_HOME}/frameworks" />
    <source-path path-element="${flex.app.root}" />
    <compiler.library-path dir="${FLEX_HOME}/frameworks" append="true">
         <include name="libs" />
         <include name="../bundles/{local}" />
    </compiler.library-path>
    <compiler.library-path dir="${flex.app.root}" appent="true">
         <include name="libs" />
    </compiler.library-path>
    </compc>
    Any help at all would be greatly appreciated, thank you.

    Sorry, I meant to address that. Yes, since we've moved up to the Flex 3 sdk, we are pointing at a new directory. The old directory was flex_sdk and the new directory is flex_sdk_340.
    FLEX_HOME is being set in the build.properties file for local building and then overidden in the build.xml file with this code:
    <target name="build">
         <available property="FLEX_HOME" value="/apps/flex_sdk_340" file="/apps/flex_sdk_340" />
         <echo>FLEX_HOME = ${FLEX_HOME}</echo>
         <antcall target="compile" />
    </target>
    I did notice a warning about not using the available property, so I removed it and just changed what FLEX_HOME was set to in the build.properties file to the server directory. Would mess up local building but regardless it didn't matter because it had no effect on the error being generated. I alos looked a little into the file property of the available tag trying to figure out if that was somehow an issue but I wasn't able to come to any conclusion.
    Before the program errors out, it does displayt he echo statement and the value of FLEX_HOME appears to be correct in that it does show /apps/flex_sdk_340.
    Thank you so much for your continued help. This is truly frustrating because nothing but a directory name has really changed and yet it stopped working. I can't find any information anywhere on what could be wrong and this is really my last resort.

  • [WLW 10.3] keepgenerated option with workshop generated build script

    I want to generate java files out of JSPs for the application on weblogic 10.3.
    I am using build script generated by workshop which contains the following entry for jsp compiler:
    <jspc classpathref="jspc.classpath" source="${staging.dir}" library="${appc.library}"> </jspc>
    Now I want to know how to use keepgenerated option to generate java files using this script.
    I do not want to do the following:
    - Set this property in weblogic.xml file
    - Use manual build script such as following:
    <wlappc source= "D:\DELETE\JSP_Appc\Test_Appc" output= "D:\DELETE\JSP_Appc\Test_Appc_Output" forceGeneration= "true" verbose= "true" keepgenerated="true" deprecation= "true">
    Any pointers related to this issue will be of great help. Thank you.
    Ravikiran

    I want to generate java files out of JSPs for the application on weblogic 10.3.
    I am using build script generated by workshop which contains the following entry for jsp compiler:
    <jspc classpathref="jspc.classpath" source="${staging.dir}" library="${appc.library}"> </jspc>
    Now I want to know how to use keepgenerated option to generate java files using this script.
    I do not want to do the following:
    - Set this property in weblogic.xml file
    - Use manual build script such as following:
    <wlappc source= "D:\DELETE\JSP_Appc\Test_Appc" output= "D:\DELETE\JSP_Appc\Test_Appc_Output" forceGeneration= "true" verbose= "true" keepgenerated="true" deprecation= "true">
    Any pointers related to this issue will be of great help. Thank you.
    Ravikiran

  • Need help with JCAPS tutorial

    Hi,
    I'm just getting started with JCAPS, and am going through the Java(TM) Composite Application Platform Suite Tutorial. I'm at the point of defining the fields for the CustomerInfo message. The tutorial says to set the Part Type to xsd:string. However, when I click on the [...] to select type, I get an error dialog "Fail to load Simple Types". The 'Select part' dialog that comes up is completely empty.
    Any clues as to what I have missed? Is there something I need to install in the repository?
    Thanks in advance,
    Dave

    OK, never mind. I went back into the repository and loaded a bunch of stuff, updated eDesigner, and now I get the list.
    I must say I'm finding this to be very confusing. The tutorial is a lot of "do this, then do this" with no explaination of why or how it all fits together. That is where I am the most confused; how does it all fit together. Just like with this problem; I really don't like taking such a shotgun approach to solving problems. I have no idea what the problem was, or what I did that fixed it. That, to me, isn't really helpful.

  • Need help with dreamweaverMX tutorial

    I am using dreamweaverMX tutorial with coldfusion free
    edition developement.
    On dreamweaver, when I tried to insert a record on the server
    behavior panel, I get this message saying:
    "This server behavior requires a Coldfusion data source".
    Please Help!
    Georgeslys,

    You are trying to add a recordset to a page, right? You need
    to have told
    the page where to GET that recordset first, by adding a data
    connection to
    it.
    Maybe this will help -
    http://www.adobe.com/devnet/dreamweaver/articles/develop_web_application.html
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "georgeslys" <[email protected]> wrote in
    message
    news:fooa82$eb4$[email protected]..
    > Dear Murry,
    > What exactly do you mean by specify data source?
    >
    > Georgeslys,
    >
    >
    >
    >
    >
    >
    >
    >
    >
    >
    >
    >

  • Help with blank folio builder panel in InDesign CS6?

    Hello. I am having the same peoblem that was discussed on February 7th regarding a blank folio builder screen. Mine looks exactly like the image posted during that thread (i.e., no actionable items in the panel... not even hints just empty. This occured as soon as I installed the 8.0.1 unpdate of 7 February.
    1. Following the suggestions in the previous thread I uninstalled InDesign using the Adobe cleaner program. I reinstalled InDesign from the Adobe Application Mamager (as I am a Creative Cloud member) and once installed, ran the updates from within InDesign (2.0.6) and reset the preferences. Over the past day I have repeated the cleaner/uninstall/reinstall/update/clear preferences 3 more times. The updates had been about 72MB. Today after loading InDesign I checked for updates and it showed an 8.0.1 update of about 43MB. I tried that. Same results. I'm running the software on a 15" MacBook Pro with up to date OS X software. I have also run the current DPS updates.
    Help!

    Go to help Menu in InDesign and click on Update. Install DPS Tools. If that does not help, go to http://www.adobe.com/downloads/ and install DPS Tools for InDesign CS6.

  • Please help with a tutorial on Abode Flash

    Have been using abode photoshop for years. Downloaded flash each time it tells me to upgrade, but never used it. would dearly love to use it in my new website.
    Can someone tell me how to access it on my computer. I dont have an icon of flash that specifically says Flash, unlike photoshop and reader. Although it see that is installed on the computer, how to access it.
    Obviously I am not not savy, but would love help.
    Many thanks
    Debby

    Hi Debby and Tony,
    Are you referring to Adobe Flash Pro or Adobe Flash Player?
    Adobe Flash is a multimedia and software platform used for authoring of vector graphics, animation, games and rich Internet applications (RIAs) that can be viewed, played and executed in Adobe Flash Player. Flash is frequently used to add streamed video or audio players, advertisement and interactive multimedia content to web pages.
    Flash manipulates vector and raster graphics to provide animation of text, drawings, and still images. It allows bidirectional streaming of audio and video, and it can capture user input via mouse, keyboard, microphone and camera. Flash applications and animations can be programmed using the object-oriented language called ActionScript. Adobe Flash Professional is the most popular and user-friendly authoring tool for creating the Flash content, which also allows automation via the JavaScript Flash language (JSFL).
    You can download the trial version of Adobe Flash Pro from : https://creative.adobe.com/products/flash
    Tutorials
    http://www.adobe.com/accessibility/products/flash/tutorial.html
    http://tv.adobe.com/videos/flash-tutorial/
    Adobe Flash Player is the standard for delivering high-impact, rich Web content. Designs, animation, and application user interfaces are deployed immediately across all browsers and platforms, attracting and engaging users with a rich Web experience
    Flash Player is a free software and you can fownload it from http://get.adobe.com/flashplayer

Maybe you are looking for

  • Deploy CR 10 from VS 2005 C#  fails to login on 2nd try

    Hi, I'm new to CR and .NET in general, but I've got a working app on my development m/c.  I built a setup project in .NET and deployed the app to our test lab. From there I was able to generate a report on my first request, but when I returned to the

  • How to unlock my refurbished phone that apple sent me

    Hi, apple sent me a phone that is locked to virgin mobile australia even though my original phone was an unlocked phone that i purchased from Apple online store.  Its of course out of the 1yr warranty.  So, how do i contact apple to unlock the phone

  • Exact adapter I need to connect to an older boxed television?

    I have a mid 2009 Macbook and have baught without any results several adapters and come to the conclusion each device varies on output adapter. I have a dead backlight on my macbook, which I can't even attempt to reach because of a stuck battery (my

  • Using php to connect to Oracle Database 11g Release 2 Enterprise Edition EE

    Greetings everyone! Please i dont know how to connect to Oracle Database 11g Release 2 Enterprise Edition with php even though i connected with php successfully with Oracle Database 11g Express Edition with the php code below. can someone help please

  • Lumia 535 - All Settings

    My girlfriend recently bought me the Lumia 535 from Tesco's   Ever since turning it on for the first time I have been unable to go to all settings. From the drop down menu, touching all settings does nothing. Also, in the apps menu (on the right), th