WildFly Application Server - plugin detail
Plugin for WildFly Application Server.
[ You have to be logged in to be able to comment. ] User CommentsRE: links
Please be so kind to put this information within the Introduction block, just like you did it with that Windows tutorial.
e.g. "DISCONTINUED As of NetBeans 8.1 WildFly plugin became an internal part of NetBeans IDE. Source: -link- Bugtracker: -link-" I assume this is the actual Link to sources: http://hg.netbeans.org/main/file/8866218befc0/javaee.wildfly/src/org/netbeans/modules/javaee/wildfly
Posted by adamk on Nov 08, 2015
Links
Look into the comments for the bug tracker: I've posted the link at least 3 times
https://netbeans.org/bugzilla/enter_bug.cgi?product=serverplugins The plugin is discontinued on the portal, refer to the official plugin coming with NetBeans distribution.
Posted by ehsavoie on Nov 08, 2015
Please add links
to
1) proper bug tracker queue 2) to plugin repository Thank you for a great plugin! Best regards Adam
Posted by adamk on Nov 08, 2015
Use the bug tracker
This is not a bug tracker, there is bugzilla for this. had you used it you would have known that this is fixed in the nightly build version of netbeans.
Posted by ehsavoie on Nov 25, 2014
Unable to use if You have an NVidia Graphics card
Any chance we can manually set the ports in the plugin? If you use an nvidia graphics card they hardwired their service to 9990. The plugin stop working if your server isn't on that default port though.
Posted by huhlig on Nov 24, 2014
java.lang.IllegalStateException: JBAS015849: Home directory does not exist
java.lang.IllegalStateException: JBAS015849: Home directory does not exist: C:\Program Files\wildfly-8.1.0.CR2" -c standalone-full.xml -c standalone-full.xml
at org.jboss.as.server.ServerEnvironment.(ServerEnvironment.java:345) at org.jboss.as.server.Main.determineEnvironment(Main.java:262) at org.jboss.as.server.Main.main(Main.java:92) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.jboss.modules.Module.run(Module.java:312) at org.jboss.modules.Main.main(Main.java:460) Probably there's a problem with windows?
Posted by epdv on May 25, 2014
NPE when pressing`next` button in Add Server Wizard
java.lang.NullPointerException
at org.netbeans.modules.javaee.wildfly.ide.ui.WildflyPluginUtils$Version.compareToIgnoreUpdate(WildflyPluginUtils.java:457) at org.netbeans.modules.javaee.wildfly.ide.ui.WildflyPluginUtils$Version.compareTo(WildflyPluginUtils.java:443) at org.netbeans.modules.javaee.wildfly.ide.ui.WildflyPluginProperties.getAdminPort(WildflyPluginProperties.java:180) at org.netbeans.modules.javaee.wildfly.ide.ui.AddServerLocationPanel.isValid(AddServerLocationPanel.java:124) at org.openide.WizardDescriptor.updateStateOpen(WizardDescriptor.java:874) at org.openide.WizardDescriptor.updateState(WizardDescriptor.java:822) at org.netbeans.modules.server.ui.wizard.AddServerInstanceWizard.updateState(AddServerInstanceWizard.java:238) at org.openide.WizardDescriptor._updateState(WizardDescriptor.java:800) at org.openide.WizardDescriptor.goToNextStep(WizardDescriptor.java:1072) at org.openide.WizardDescriptor.access$1900(WizardDescriptor.java:92) at org.openide.WizardDescriptor$Listener$1.run(WizardDescriptor.java:2208) at org.openide.WizardDescriptor.lazyValidate(WizardDescriptor.java:1516) at org.openide.WizardDescriptor.access$2000(WizardDescriptor.java:92) at org.openide.WizardDescriptor$Listener.actionPerformed(WizardDescriptor.java:2227) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at org.openide.util.WeakListenerImpl$ProxyListener.invoke(WeakListenerImpl.java:461) at com.sun.proxy.$Proxy85.actionPerformed(Unknown Source) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022) at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2346) at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402) at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252) at java.awt.Component.processMouseEvent(Component.java:6527) at javax.swing.JComponent.processMouseEvent(JComponent.java:3321) at java.awt.Component.processEvent(Component.java:6292) at java.awt.Container.processEvent(Container.java:2234) at java.awt.Component.dispatchEventImpl(Component.java:4883) at java.awt.Container.dispatchEventImpl(Container.java:2292) at java.awt.Component.dispatchEvent(Component.java:4705) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4898) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4533) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4462) at java.awt.Container.dispatchEventImpl(Container.java:2278) at java.awt.Window.dispatchEventImpl(Window.java:2739) at java.awt.Component.dispatchEvent(Component.java:4705) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:746) at java.awt.EventQueue.access$400(EventQueue.java:97) at java.awt.EventQueue$3.run(EventQueue.java:697) at java.awt.EventQueue$3.run(EventQueue.java:691) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:86) at java.awt.EventQueue$4.run(EventQueue.java:719) at java.awt.EventQueue$4.run(EventQueue.java:717) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75) at java.awt.EventQueue.dispatchEvent(EventQueue.java:716) at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:159) [catch] at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:109) at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:184) at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:229) at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:227) at java.security.AccessController.doPrivileged(Native Method) at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:227) at java.awt.Dialog.show(Dialog.java:1084) at org.netbeans.core.windows.services.NbPresenter.superShow(NbPresenter.java:1065) at org.netbeans.core.windows.services.NbPresenter.doShow(NbPresenter.java:1115) at org.netbeans.core.windows.services.NbPresenter.run(NbPresenter.java:1087) at org.netbeans.core.windows.services.NbPresenter.run(NbPresenter.java:128) at org.openide.util.Mutex.doEventAccess(Mutex.java:1376) at org.openide.util.Mutex.readAccess(Mutex.java:278) at org.netbeans.core.windows.services.NbPresenter.show(NbPresenter.java:1072) at java.awt.Component.show(Component.java:1656) at java.awt.Component.setVisible(Component.java:1608) at java.awt.Window.setVisible(Window.java:1014) at java.awt.Dialog.setVisible(Dialog.java:1005) at org.netbeans.modules.server.ui.wizard.AddServerInstanceWizard.showAddServerInstanceWizard(AddServerInstanceWizard.java:210) at org.netbeans.modules.server.ui.wizard.AddServerInstanceWizard.showAddServerInstanceWizard(AddServerInstanceWizard.java:130) at org.netbeans.modules.server.ui.node.AddServerInstanceAction.actionPerformed(AddServerInstanceAction.java:59) at org.openide.awt.AlwaysEnabledAction$1.run(AlwaysEnabledAction.java:198) at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:95) at org.openide.util.actions.ActionInvoker.doPerformAction(ActionInvoker.java:116) at org.openide.util.actions.ActionInvoker.invokeAction(ActionInvoker.java:99) at org.openide.awt.AlwaysEnabledAction.actionPerformed(AlwaysEnabledAction.java:201) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022) at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2346) at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402) at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259) at javax.swing.AbstractButton.doClick(AbstractButton.java:376) at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:833) at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:877) at java.awt.Component.processMouseEvent(Component.java:6527) at javax.swing.JComponent.processMouseEvent(JComponent.java:3321) at java.awt.Component.processEvent(Component.java:6292) at java.awt.Container.processEvent(Container.java:2234) at java.awt.Component.dispatchEventImpl(Component.java:4883) at java.awt.Container.dispatchEventImpl(Container.java:2292) at java.awt.Component.dispatchEvent(Component.java:4705) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4898) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4533) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4462) at java.awt.Container.dispatchEventImpl(Container.java:2278) at java.awt.Window.dispatchEventImpl(Window.java:2739) at java.awt.Component.dispatchEvent(Component.java:4705) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:746) at java.awt.EventQueue.access$400(EventQueue.java:97) at java.awt.EventQueue$3.run(EventQueue.java:697) at java.awt.EventQueue$3.run(EventQueue.java:691) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:86) at java.awt.EventQueue$4.run(EventQueue.java:719) at java.awt.EventQueue$4.run(EventQueue.java:717) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75) at java.awt.EventQueue.dispatchEvent(EventQueue.java:716) at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:159) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
Posted by ZuzEL on Apr 17, 2014
NPE
java.lang.NullPointerException
at org.netbeans.modules.javaee.wildfly.ide.ui.WildflyPluginUtils$Version.compareToIgnoreUpdate(WildflyPluginUtils.java:457) at org.netbeans.modules.javaee.wildfly.ide.ui.WildflyPluginUtils$Version.compareTo(WildflyPluginUtils.java:443) at org.netbeans.modules.javaee.wildfly.ide.ui.WildflyPluginProperties.getAdminPort(WildflyPluginProperties.java:180) at org.netbeans.modules.javaee.wildfly.ide.ui.AddServerLocationPanel.storeSettings(AddServerLocationPanel.java:159) at org.openide.WizardDescriptor.storeSettingsAndNotify(WizardDescriptor.java:1391) at org.openide.WizardDescriptor.access$1800(WizardDescriptor.java:92) at org.openide.WizardDescriptor$Listener$1.run(WizardDescriptor.java:2203) at org.openide.WizardDescriptor.lazyValidate(WizardDescriptor.java:1516) at org.openide.WizardDescriptor.access$2000(WizardDescriptor.java:92) at org.openide.WizardDescriptor$Listener.actionPerformed(WizardDescriptor.java:2227) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at org.openide.util.WeakListenerImpl$ProxyListener.invoke(WeakListenerImpl.java:461) at com.sun.proxy.$Proxy53.actionPerformed(Unknown Source) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022) at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2346) at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402) at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252) at java.awt.Component.processMouseEvent(Component.java:6527) at javax.swing.JComponent.processMouseEvent(JComponent.java:3321) at java.awt.Component.processEvent(Component.java:6292) at java.awt.Container.processEvent(Container.java:2234) at java.awt.Component.dispatchEventImpl(Component.java:4883) at java.awt.Container.dispatchEventImpl(Container.java:2292) at java.awt.Component.dispatchEvent(Component.java:4705) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4898) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4533) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4462) at java.awt.Container.dispatchEventImpl(Container.java:2278) at java.awt.Window.dispatchEventImpl(Window.java:2739) at java.awt.Component.dispatchEvent(Component.java:4705) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:746) at java.awt.EventQueue.access$400(EventQueue.java:97) at java.awt.EventQueue$3.run(EventQueue.java:697) at java.awt.EventQueue$3.run(EventQueue.java:691) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:86) at java.awt.EventQueue$4.run(EventQueue.java:719) at java.awt.EventQueue$4.run(EventQueue.java:717) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75) at java.awt.EventQueue.dispatchEvent(EventQueue.java:716) at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:159) [catch] at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:109) at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:184) at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:229) at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:227) at java.security.AccessController.doPrivileged(Native Method) at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:227) at java.awt.Dialog.show(Dialog.java:1084) at org.netbeans.core.windows.services.NbPresenter.superShow(NbPresenter.java:1065) at org.netbeans.core.windows.services.NbPresenter.doShow(NbPresenter.java:1115) at org.netbeans.core.windows.services.NbPresenter.run(NbPresenter.java:1087) at org.netbeans.core.windows.services.NbPresenter.run(NbPresenter.java:128) at org.openide.util.Mutex.doEventAccess(Mutex.java:1376) at org.openide.util.Mutex.readAccess(Mutex.java:278) at org.netbeans.core.windows.services.NbPresenter.show(NbPresenter.java:1072) at java.awt.Component.show(Component.java:1656) at java.awt.Component.setVisible(Component.java:1608) at java.awt.Window.setVisible(Window.java:1014) at java.awt.Dialog.setVisible(Dialog.java:1005) at org.netbeans.modules.server.ui.wizard.AddServerInstanceWizard.showAddServerInstanceWizard(AddServerInstanceWizard.java:210) at org.netbeans.modules.server.ui.wizard.AddServerInstanceWizard.showAddServerInstanceWizard(AddServerInstanceWizard.java:130) at org.netbeans.modules.server.ui.node.AddServerInstanceAction.actionPerformed(AddServerInstanceAction.java:59) at org.openide.awt.AlwaysEnabledAction$1.run(AlwaysEnabledAction.java:198) at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:95) at org.openide.util.actions.ActionInvoker.doPerformAction(ActionInvoker.java:116) at org.openide.util.actions.ActionInvoker.invokeAction(ActionInvoker.java:99) at org.openide.awt.AlwaysEnabledAction.actionPerformed(AlwaysEnabledAction.java:201) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022) at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2346) at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402) at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259) at javax.swing.AbstractButton.doClick(AbstractButton.java:376) at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:833) at com.apple.laf.AquaMenuItemUI.doClick(AquaMenuItemUI.java:157) at javax.swing.plaf.basic.BasicMenuItemUI$Handler.menuDragMouseReleased(BasicMenuItemUI.java:943) at javax.swing.JMenuItem.fireMenuDragMouseReleased(JMenuItem.java:586) at javax.swing.JMenuItem.processMenuDragMouseEvent(JMenuItem.java:483) at javax.swing.JMenuItem.processMouseEvent(JMenuItem.java:429) at javax.swing.MenuSelectionManager.processMouseEvent(MenuSelectionManager.java:322) at javax.swing.plaf.basic.BasicPopupMenuUI$MouseGrabber.eventDispatched(BasicPopupMenuUI.java:870) at java.awt.Toolkit$SelectiveAWTEventListener.eventDispatched(Toolkit.java:2440) at java.awt.Toolkit$ToolkitEventMulticaster.eventDispatched(Toolkit.java:2332) at java.awt.Toolkit$ToolkitEventMulticaster.eventDispatched(Toolkit.java:2331) at java.awt.Toolkit.notifyAWTEventListeners(Toolkit.java:2290) at java.awt.Component.dispatchEventImpl(Component.java:4779) at java.awt.Container.dispatchEventImpl(Container.java:2292) at java.awt.Component.dispatchEvent(Component.java:4705) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4898) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4533) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4462) at java.awt.Container.dispatchEventImpl(Container.java:2278) at java.awt.Window.dispatchEventImpl(Window.java:2739) at java.awt.Component.dispatchEvent(Component.java:4705) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:746) at java.awt.EventQueue.access$400(EventQueue.java:97) at java.awt.EventQueue$3.run(EventQueue.java:697) at java.awt.EventQueue$3.run(EventQueue.java:691) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:86) at java.awt.EventQueue$4.run(EventQueue.java:719) at java.awt.EventQueue$4.run(EventQueue.java:717) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75) at java.awt.EventQueue.dispatchEvent(EventQueue.java:716) at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:159) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
Posted by heyzooi on Apr 14, 2014
Not deploying when a new Datasource is created
I don't know how I can verified this, because no log is displayed... When I remove the datasource that I have created the app is deployed correctly.
Posted by Lynx6 on Apr 07, 2014
Not working on NB 8
I have the same problem like jojoka, no error is shown, I don't know how I can report this. I'm using proxy because of restrictions in my local network.
Posted by Lynx6 on Apr 03, 2014
Deploy already not working
Hello
I have updated the plugin to the latest. And since netbeans does not deploy my app. I really don't see any error message. The last lines: BUILD SUCCESS ------------------------------------------------------------------------ Total time: 4.868s Finished at: Wed Apr 02 15:57:00 CEST 2014 Final Memory: 14M/177M ------------------------------------------------------------------------ NetBeans: Deploying on WildFly Application Server profile mode: false debug mode: false force redeploy: true And in the wildfly window: 15:56:52,210 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS018559: Deployed "postgresql-9.3-1101.jdbc4.jar" (runtime-name : "postgresql-9.3-1101.jdbc4.jar") 15:56:52,444 INFO [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management 15:56:52,444 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990 15:56:52,444 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: WildFly 8.0.0.Final "WildFly" started in 6007ms - Started 265 of 319 services (97 services are lazy, passive or on-demand) And when I add war by copy to standalone/deployments: 16:00:36,640 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "WildFl2-1.0-SNAPSHOT.war" (runtime-name: "WildFl2-1.0-SNAPSHOT.war") 16:00:38,824 INFO [javax.enterprise.resource.webcontainer.jsf.config] (MSC service thread 1-4) Initializing Mojarra 2.2.5-jbossorg-3 20140128-1641 for context '/WildFl2-1.0-SNAPSHOT' 16:00:41,008 INFO [org.hibernate.validator.internal.util.Version] (MSC service thread 1-4) HV000001: Hibernate Validator 5.0.3.Final 16:00:41,148 INFO [org.primefaces.webapp.PostConstructApplicationEventListener] (MSC service thread 1-4) Running on PrimeFaces 4.0 16:00:41,195 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) JBAS017534: Registered web context: /WildFl2-1.0-SNAPSHOT 16:00:41,554 INFO [org.jboss.as.server] (DeploymentScanner-threads - 1) JBAS018559: Deployed "WildFl2-1.0-SNAPSHOT.war" (runtime-name : "WildFl2-1.0-SNAPSHOT.war")
Posted by jojoka on Apr 02, 2014
Guys there is a bugtracker for issues , far easier for me to keep the job done / fixed.
chintan4fun you should use the bugzilla for this :
For creating new entries : https://netbeans.org/bugzilla/enter_bug.cgi?product=serverplugins For this specific issue : https://netbeans.org/bugzilla/show_bug.cgi?id=242661
Posted by ehsavoie on Mar 20, 2014
Entity classes from Databse not working
I have successfully configured Wildfly 8.0.0 Final in NB 8.0.
I have configured the Datasource properly in both - standalone.xml and standalone-full.xml. But when I select the DataSource from "New Entity Classes from Database", I get following error: "Unable to find the driver com.mysql.jdbc.Driver. Register the driver in the Databases tab." I can see that mysql-connector-java.5.1.23.bin.jar is already registered. Tried copying the driver jar in $JBOSS_HOME/standalone/lib, $JBOSS_HOME/standalone/lib/ext, $JBOSS_HOME/modules/com/mysql/jdbc/main and same has been referenced in standalone/-full.xml. The above setup works with JBoss EAP 6.2.0 Final. Kindly help on the same.
Posted by chintan4fun on Mar 20, 2014
Buguilla
Of course. I was not aware that I can use the official Netbeans Bugtracker for this Plugin.
Link: https://netbeans.org/bugzilla/show_bug.cgi?id=242661
Posted by daedalus on Mar 07, 2014
Bugzilla
Could you please enter your bug in Bugzilla ?
https://netbeans.org/bugzilla/enter_bug.cgi?product=serverplugins
Posted by ehsavoie on Mar 06, 2014
1.0.10 is not working
Hello, the current version 1.0.10 is not working anymore.
If I start wildfly I only see the following message in the Netbeans output window: "|" kann syntaktisch an dieser Stelle nicht verarbeitet werden. Calling "D:\appservers\wildfly-8.0.0.Final\bin\standalone.conf.bat" Translation: "|" Cannot be syntactically processed at this point. I tried to remove the server and added it again but no success. I'm using the current Netbeans development version. The old version of your Plugin (1.0.8) did work. Can you please have a look?
Posted by daedalus on Mar 06, 2014
|