facebook

Content Assist for Composite Component

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

    maiconramones
    Participant

    Hi guys,

    I use MyEclipse 2015 CI.

    I have 2 projects using maven:

    – project A jar > containing composite component
    – project B web > using project A as dependency

    The project B works fine when deployed in glassfish but the problem is the content assist.

    In xhtml files doesn’t show content assist for composite component, in header MyEclipse show the warning with “Can’t find tag library for uri http://java.sun.com/jsf/composite/pnp” that is my composite component.

    Can be related with this: http://www.myeclipseide.com/PNphpBB2-printview-t-29780-start-0.html

    But in my case the IDE is updated.

    Some idea?

    Thanks

    #353867 Reply

    support-swapna
    Moderator

    Hi,

    Thank you for trying MyEclipse 2015 CI. The attributes of the composite component are not displayed as proposals which is a bug and is already filed for the dev team to investigate.

    Ex : Invoking content assist after <util: will show the proposals but invoking content assist inside <util:register/> will not show the proposals for the attributes of the composite component.

    It looks like the composite component is not defined correctly at your end.
    Please check this tutorial for the detailed steps.

    Also make sure the namespace declaration is right.
    Ex : xmlns:pnp=”http://java.sun.com/jsf/composite/pnp&#8221;

    If you are still seeing issues,please share the project with us along with the MyEclipse Installation Details from MyEclipse > Installation Summary > Installation Details to help us replicate the issue at our end.

    Also check if you are seeing any errors of interest logged in the .log file which is located at <workspace dir>/.metadata/.log. If there are errors, please send us the .log file as well for further investigation.

    Let us know how it works for you.

    #353905 Reply

    maiconramones
    Participant

    Hi Swapna,

    I think my project it’s correct because works perfectly in Netbeans 8.0.2

    I provide below the details about MyEclipse installation summary, error log and the projects to replicate the error.

    Installation summary:
    *** Date:
    Segunda-feira, 16 de Março de 2015 15h09min12s BRT

    *** System properties:
    OS=MacOSX
    OS version=10.9.5
    OS arch=x86_64
    Profile arch=x86_64
    Window system=cocoa
    Java version=1.7.0_45
    Workspace=file:/Users/maicon/Workspaces/MyEclipse 2015 CI/
    VM Args=-Xmx768m
    -XX:MaxPermSize=320m
    -XX:ReservedCodeCacheSize=64m
    -Dosgi.nls.warnings=ignore
    -Dorg.eclipse.swt.internal.carbon.smallFonts
    -XstartOnFirstThread
    -Xdock:name=MyEclipse
    -Djava.class.path=/Applications/MyEclipse 2015 CI/MyEclipse 2015 CI.app/Contents/Profile/myeclipse.app/Contents/MacOS//../../../plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar

    *** Subscription information
    Product Id: E3MP (MyEclipse Professional Subscription)
    License version: 3.0
    Full Maintenance Included
    Subscription expiration date (YYYYMMDD): 20150813
    Number of users: 1

    *** Eclipse details:
    MyEclipse Enterprise Workbench

    Version: 2015 CI 11
    Build id: 13.0.0-20150216

    com.genuitec.eclipse.mobile.feature – 13.0.0.me201502181324
    com.genuitec.myeclipse.database – 13.0.0.me201502181324
    com.genuitec.myeclipse.db2 – 13.0.0.me201502181324
    com.genuitec.myeclipse.desktop – 13.0.0.me201502181324
    com.genuitec.myeclipse.enterprise.workbench – 13.0.0.me201502181324
    com.genuitec.myeclipse.icefaces.feature – 13.0.0.me201502181324
    com.genuitec.myeclipse.jsf – 13.0.0.me201502181324
    com.genuitec.myeclipse.maven – 13.0.0.me201502181324
    com.genuitec.myeclipse.persistence – 13.0.0.me201502181324
    com.genuitec.myeclipse.reports – 13.0.0.me201502181324
    com.genuitec.myeclipse.struts – 13.0.0.me201502181324
    com.genuitec.myeclipse.uml2 – 13.0.0.me201502181324
    com.genuitec.myeclipse.visualvm – 13.0.0.me201502181324
    com.genuitec.myeclipse.ws – 13.0.0.me201502181324
    com.skyway.myeclipseforspring.feature – 13.0.0.me201502181324
    org.eclipse.birt – 4.4.1.me201502181324
    org.eclipse.datatools.connectivity.feature – 1.12.0.me201502181324
    org.eclipse.datatools.enablement.feature – 1.12.0.me201502181324
    org.eclipse.datatools.modelbase.feature – 1.12.0.v201406061321-7707GCcNBHLDaKTEcRi
    org.eclipse.datatools.sqldevtools.feature – 1.12.0.me201502181324
    org.eclipse.emf – 2.10.1.v20140901-1055
    org.eclipse.gef – 3.9.101.201408150207
    org.eclipse.graphiti.feature – 0.11.1.v20140903-1228
    org.eclipse.jpt.jpa.feature – 3.4.0.me201502181324
    org.eclipse.jpt.jpadiagrameditor.feature – 1.2.100.me201502181324
    org.eclipse.jst.common.fproj.enablement.jdt – 3.6.1.me201502181324
    org.eclipse.jst.enterprise_ui.feature – 3.6.1.me201502181324
    org.eclipse.jst.server_adapters.ext.feature – 3.3.300.me201502181324
    org.eclipse.jst.server_adapters.feature – 3.2.301.me201502181324
    org.eclipse.jst.server_ui.feature – 3.4.101.me201502181324
    org.eclipse.jst.ws.axis2tools.feature – 1.1.301.me201502181324
    org.eclipse.m2e.feature – 1.5.0.me201502181324
    org.eclipse.sapphire.platform – 8.0.2.201411041416
    org.eclipse.wst.common.fproj – 3.6.1.me201502181324
    org.eclipse.wst.server_adapters.feature – 3.2.401.me201502181324
    org.eclipse.xsd – 2.10.0.v20140901-1055
    org.springframework.ide.eclipse.feature – 3.6.2.me201502181324

    angularjs-eclipse-feature – 0.9.0.me201502181324
    angularjs-eclipse-jsp-feature – 0.9.0.me201502181324
    angularjs-eclipse-php-feature – 0.9.0.me201502181324
    com.vmware.vfabric.ide.eclipse.tcserver – 3.6.2.me201502181324
    com.vmware.vfabric.ide.eclipse.tcserver.insight – 3.6.2.me201502181324
    fr.obeo.acceleo.bridge.feature – 2.6.0.me201502181324
    net.jeeeyul.swtend.feature – 2.2.2
    org.eclipse.cvs – 1.4.100.v20140925-0400
    org.eclipse.draw2d – 3.9.101.201408150207
    org.eclipse.e4.rcp – 1.3.100.v20140909-1633
    org.eclipse.e4.rcp.R441patch – 1.0.0
    org.eclipse.ecf.core.feature – 1.1.0.v20140827-1444
    org.eclipse.ecf.core.ssl.feature – 1.0.0.v20140827-1444
    org.eclipse.ecf.filetransfer.feature – 3.9.0.v20140827-1444
    org.eclipse.ecf.filetransfer.httpclient4.feature – 3.9.1.v20140827-1444
    org.eclipse.ecf.filetransfer.httpclient4.ssl.feature – 1.0.0.v20140827-1444
    org.eclipse.ecf.filetransfer.ssl.feature – 1.0.0.v20140827-1444
    org.eclipse.egit – 3.4.2.201412180340-r
    org.eclipse.epp.mpc – 1.3.1.v20140908-1651
    org.eclipse.equinox.p2.core.feature – 1.3.0.v20140523-0116
    org.eclipse.equinox.p2.discovery.feature – 1.0.200.v20140512-1802
    org.eclipse.equinox.p2.extras.feature – 1.2.0.v20140911-0143
    org.eclipse.equinox.p2.rcp.feature – 1.2.0.v20140523-0116
    org.eclipse.equinox.p2.user.ui – 2.2.0.v20140911-0143
    org.eclipse.help – 2.0.102.v20140925-0400
    org.eclipse.jdt – 3.10.0.v20140925-0400
    org.eclipse.jet – 1.1.1.v201101271243-5319sC7HCAGERASDK3924
    org.eclipse.jet.uml2 – 1.1.0.v201006011447-2-07w311A1A152813
    org.eclipse.jgit – 3.4.2.201412180340-r
    org.eclipse.jsf.feature – 3.8.0.me201502181324
    org.eclipse.mylyn.bugzilla_feature – 3.13.0.v20140830-0030
    org.eclipse.mylyn.commons – 3.13.0.v20140704-2323
    org.eclipse.mylyn.commons.identity – 1.5.0.v20140702-2248
    org.eclipse.mylyn.commons.notifications – 1.5.0.v20140702-2248
    org.eclipse.mylyn.commons.repositories – 1.5.0.v20140905-0008
    org.eclipse.mylyn.context_feature – 3.13.0.v20140819-2236
    org.eclipse.mylyn.cvs – 1.5.0.v20140702-2223
    org.eclipse.mylyn.discovery – 3.13.0.v20140820-1854
    org.eclipse.mylyn.git – 1.5.0.v20140702-2223
    org.eclipse.mylyn.ide_feature – 3.13.0.v20140702-2225
    org.eclipse.mylyn.java_feature – 3.13.0.v20140819-2236
    org.eclipse.mylyn.monitor – 3.13.0.v20140702-2155
    org.eclipse.mylyn.tasks.ide – 3.13.0.v20140704-0050
    org.eclipse.mylyn.team_feature – 3.13.0.v20140702-2225
    org.eclipse.mylyn.versions – 1.5.0.v20140702-2223
    org.eclipse.mylyn_feature – 3.13.0.v20140826-1734
    org.eclipse.ocl – 3.1.0.v20110606-1427
    org.eclipse.pde – 3.10.0.v20140925-0400
    org.eclipse.platform – 4.4.0.v20140925-0400
    org.eclipse.rcp – 4.4.0.v20140925-0400
    org.eclipse.wb.core.feature – 1.7.0.r44x201405021445
    org.eclipse.wb.core.java.feature – 1.7.0.r44x201405021448
    org.eclipse.wb.core.ui.feature – 1.7.0.r44x201405021455
    org.eclipse.wb.core.xml.feature – 1.7.0.r44x201405021458
    org.eclipse.wb.doc.user.feature – 1.7.0.r44x201405021506
    org.eclipse.wb.layout.group.feature – 1.7.0.r44x201405021517
    org.eclipse.wb.rcp.SWT_AWT_support – 1.7.0.r44x201405021546
    org.eclipse.wb.rcp.doc.user.feature – 1.7.0.r44x201405030426
    org.eclipse.wb.rcp.feature – 1.7.0.r44x201405021526
    org.eclipse.wb.swing.doc.user.feature – 1.7.0.r44x201405030444
    org.eclipse.wb.swing.feature – 1.7.0.r44x201405021531
    org.eclipse.wb.swt.feature – 1.7.0.r44x201405021519
    org.eclipse.wb.xwt.feature – 1.7.0.r44x201405021548
    org.sonatype.m2e.mavenarchiver.feature – 0.16.0.201401211452-signed-20140310144306
    org.springsource.ide.eclipse.commons – 3.6.2.me201502181324
    tern-feature – 0.9.0.me201502181324
    tern-jsdt-feature – 0.9.0.me201502181324
    tern-server-nodejs-feature – 0.9.0.me201502181324
    tern.eclipse.ide.tools.feature – 0.9.0.me201502181324

    Eclipse startup command=-os
    macosx
    -ws
    cocoa
    -arch
    x86_64
    -showsplash
    -launcher
    /Applications/MyEclipse 2015 CI/MyEclipse 2015 CI.app/Contents/Profile/myeclipse.app/Contents/MacOS/myeclipse
    -name
    Myeclipse
    –launcher.library
    /Applications/MyEclipse 2015 CI/MyEclipse 2015 CI.app/Contents/Profile/myeclipse.app/Contents/MacOS//../../../plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.200.v20140603-1326/eclipse_1601.so
    -startup
    /Applications/MyEclipse 2015 CI/MyEclipse 2015 CI.app/Contents/Profile/myeclipse.app/Contents/MacOS//../../../plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
    –launcher.overrideVmargs
    -configuration
    /Applications/MyEclipse 2015 CI/MyEclipse 2015 CI.app/Contents/Profile/configuration
    -install
    /Applications/MyEclipse 2015 CI/MyEclipse 2015 CI.app/Contents/Profile
    -keyring
    /Users/maicon/.eclipse_keyring
    -showlocation
    -vm
    /Applications/MyEclipse 2015 CI/MyEclipse 2015 CI.app/Contents/Profile/binary/com.sun.java.jdk7.macosx.x86_64_1.7.0.u45/jre/lib/jli/libjli.dylib

    <workspace dir>/.metadata/.log.
    Attached

    The projects are attached too.

    Attachments:
    You must be logged in to view attached files.
    #353909 Reply

    support-swapna
    Moderator

    Hi,

    Thank you for the project files. I have filed it for investigation with the dev team.
    I will get back to you when I have more information.

    Thanks for your patience.

    #354063 Reply

    maiconramones
    Participant

    Hi

    Any news?

    #354070 Reply

    support-swapna
    Moderator

    maiconramones,

    We could replicate the issue at our end and we have prioritized the fix for the next CI release.

    Thanks for your patience.

    #354071 Reply

    maiconramones
    Participant

    When the next CI will be released?

    Please let me know when the issue is fixed.

    I think the Netbeans IDE is not so bad…

    #354078 Reply

    support-swapna
    Moderator

    maiconramones,

    A dev team member will get back to you about the CI release schedule.
    Thanks for your patience.

    #354097 Reply

    Brian Fernandes
    Moderator

    maicon,

    We’ve been able to reproduce the problem internally are our team is currently working on providing a robust fix for this.

    At this point we do not have a fixed date for the next CI release but it would be at least a couple of weeks away. When we have a fix working, we can workout a way in which we can get the fix to you sooner than that as well.

    Sorry for the inconvenience caused and thank you for your patience.

    #389643 Reply

    support-swapna
    Moderator

    maiconramones,

    The fix is out with our latest CI release, MyEclipse 2015 CI 13. Please go to Help > Check for Updates and update to CI 13.

    Let us know if you see any issues.

    –Swapna
    MyEclipse Support

    #392137 Reply

    maiconramones
    Participant

    Sorry guys I have not received any email from the forum.

    But the project used as example still not working for me.

    It’s necessary some action like create a new workspace or some new configuration on the projects like facets or other action?

    Thanks.

    #392291 Reply

    support-swapna
    Moderator

    maiconramones,

    Can you please remove both the pnp-component-framework and pnp-core-framework projects from the workspace and import them back with the pnp-component-framework project first followed by the pnp-core-framework project and see if the Content Assist works?

    It is a bug at our end where the changes made to the Deployment Assembly of the pnp-core-framework project is not reflected when the component-framework project is imported second.The dev team is working on it.

    So you have to either follow the order i.e importing the pnp-component-framework (web fragment) first or if you are importing the pnp-core-framework first followed by the pnp-component-framework then make sure the pnp-component-framework is listed in the DA page of the pnp-core-framework project (right click on the project > Properties > MyEclipse > Deployment Assembly), restart the IDE and check if the Content Assist works.If the DA page does not list the pnp-component-framework, then add the project manually and restart the IDE.

    Let us know how it works for you.

    –Swapna
    MyEclipse Support

    #392307 Reply

    maiconramones
    Participant

    Hi guys,

    The Content Assist works! But without attributes.

    I think is correct at this time, while the dev team work for a complete feature for content assist.

    I will wait for news about this. After the fix I will return to use the MyEclipse all the time.

    Thanks

Viewing 13 posts - 1 through 13 (of 13 total)
Reply To: Content Assist for Composite Component

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