Seam render issue with @include in scaffolding
by Ronald van Kuijk
I'm making nice progress with extending the scaffolding of webpages from
entities. To keep the different pages for different JSF component frameworks
as short as possible I'm thinking of working with mvel/seam-render @include
templates.
Just adding a small line like
@include{'rf-colum.mv'}
results in the error below when starting seam-forge
It does not even make a difference whether the file even exists or not. I'm
not sure if this is a seam-render issue or a seam-forge issue, So therefor I
post the question here. I have debugged the code and have seen that the
*BeanManagerProviders do indeed not give back a BeanManager.
Any clues?
Cheers,
Ronald
[ERROR] Failed to execute goal
org.codehaus.mojo:exec-maven-plugin:1.1.1:java (default-cli) on project
forge-distribution: An exception occured while executing the Java class.
[Error: Failed to locate BeanManager using any of these providers:
org.jboss.seam.solder.beanManager.DefaultJndiBeanManagerProvider(11),
org.jboss.seam.solder.beanManager.ServletContainerJndiBeanManagerProvider(10)]
[ERROR] [Near : {... @include{'pf.mv'} ....}]
[ERROR] ^
[ERROR] [Line: 11, Column: 0]
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
goal org.codehaus.mojo:exec-maven-plugin:1.1.1:java (default-cli) on project
forge-distribution: An exception occured while executing the Java class.
[Error: Failed to locate BeanManager using any of these providers:
org.jboss.seam.solder.beanManager.DefaultJndiBeanManagerProvider(11),
org.jboss.seam.solder.beanManager.ServletContainerJndiBeanManagerProvider(10)]
[Near : {... @include{'pf.mv'} ....}]
^
[Line: 11, Column: 0]
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
at
org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
at
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:534)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
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:616)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
at
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.apache.maven.plugin.MojoExecutionException: An exception
occured while executing the Java class. [Error: Failed to locate BeanManager
using any of these providers:
org.jboss.seam.solder.beanManager.DefaultJndiBeanManagerProvider(11),
org.jboss.seam.solder.beanManager.ServletContainerJndiBeanManagerProvider(10)]
[Near : {... @include{'pf.mv'} ....}]
^
[Line: 11, Column: 0]
at org.codehaus.mojo.exec.ExecJavaMojo.execute(ExecJavaMojo.java:338)
at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:107)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
... 19 more
Caused by: [Error: Failed to locate BeanManager using any of these
providers:
org.jboss.seam.solder.beanManager.DefaultJndiBeanManagerProvider(11),
org.jboss.seam.solder.beanManager.ServletContainerJndiBeanManagerProvider(10)]
[Near : {... @include{'pf.mv'} ....}]
^
[Line: 11, Column: 0]
at
org.jboss.seam.render.template.compiler.CustomTemplateCompiler.compileFrom(CustomTemplateCompiler.java:295)
at
org.jboss.seam.render.template.compiler.CustomTemplateCompiler.compile(CustomTemplateCompiler.java:88)
at
org.jboss.seam.render.template.compiler.CustomTemplateCompiler.compileTemplate(CustomTemplateCompiler.java:493)
at
org.jboss.seam.render.template.CompiledTemplateResource.<init>(CompiledTemplateResource.java:99)
at
org.jboss.seam.render.TemplateCompiler.compile(TemplateCompiler.java:140)
at
org.jboss.seam.render.TemplateCompiler.compile(TemplateCompiler.java:129)
at
org.jboss.seam.render.TemplateCompiler.compile(TemplateCompiler.java:107)
at
org.metawidget.forge.MetawidgetScaffold.<init>(MetawidgetScaffold.java:122)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
at
org.jboss.weld.introspector.jlr.WeldConstructorImpl.newInstance(WeldConstructorImpl.java:239)
at
org.jboss.weld.injection.ConstructorInjectionPoint.newInstance(ConstructorInjectionPoint.java:134)
at org.jboss.weld.bean.ManagedBean.createInstance(ManagedBean.java:385)
at
org.jboss.weld.bean.ManagedBean$ManagedBeanInjectionTarget.produce(ManagedBean.java:234)
at org.jboss.weld.bean.ManagedBean.create(ManagedBean.java:338)
at
org.jboss.weld.context.unbound.DependentContextImpl.get(DependentContextImpl.java:67)
at
org.jboss.weld.manager.BeanManagerImpl.getReference(BeanManagerImpl.java:690)
at
org.jboss.weld.manager.BeanManagerImpl.getReference(BeanManagerImpl.java:728)
at
org.jboss.weld.bean.builtin.InstanceImpl.iterator(InstanceImpl.java:147)
at
org.jboss.forge.project.services.FacetFactory.getFacets(FacetFactory.java:59)
at
org.jboss.forge.project.services.ProjectFactory.registerFacets(ProjectFactory.java:184)
at
org.jboss.forge.project.services.ProjectFactory.findProjectRecursively(ProjectFactory.java:129)
at
org.jboss.forge.shell.project.ProjectInitializer.doInit(ProjectInitializer.java:87)
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:616)
at
org.jboss.weld.util.reflection.SecureReflections$13.work(SecureReflections.java:305)
at
org.jboss.weld.util.reflection.SecureReflectionAccess.run(SecureReflectionAccess.java:54)
at
org.jboss.weld.util.reflection.SecureReflectionAccess.runAsInvocation(SecureReflectionAccess.java:163)
at
org.jboss.weld.util.reflection.SecureReflections.invoke(SecureReflections.java:299)
at
org.jboss.weld.introspector.jlr.WeldMethodImpl.invokeOnInstance(WeldMethodImpl.java:188)
at
org.jboss.weld.introspector.ForwardingWeldMethod.invokeOnInstance(ForwardingWeldMethod.java:59)
at
org.jboss.weld.injection.MethodInjectionPoint.invokeOnInstanceWithSpecialValue(MethodInjectionPoint.java:198)
at
org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:270)
at
org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:253)
at
org.jboss.weld.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:222)
at
org.jboss.weld.manager.BeanManagerImpl.notifyObservers(BeanManagerImpl.java:632)
at
org.jboss.weld.manager.BeanManagerImpl.fireEvent(BeanManagerImpl.java:625)
at org.jboss.weld.event.EventImpl.fire(EventImpl.java:75)
at
org.jboss.forge.shell.project.CurrentProject.setCurrentResource(CurrentProject.java:91)
at org.jboss.forge.shell.ShellImpl.init(ShellImpl.java:317)
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:616)
at
org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:48)
at
org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:125)
at org.jboss.forge.shell.org
$jboss$weld$bean-classpath-ManagedBean-org$jboss$forge$shell$ShellImpl[@javax$enterprise$context$ApplicationScoped()]{org$jboss$forge$shell$ShellImpl$commandHolder[@javax$inject$Inject()]$org$jboss$forge$shell$ShellImpl$environment[@javax$inject$Inject()]$org$jboss$forge$shell$ShellImpl$fshRuntime[@javax$inject$Inject()]$org$jboss$forge$shell$ShellImpl$manager[@javax$inject$Inject()]$org$jboss$forge$shell$ShellImpl$parameters[@javax$inject$Inject()@org$jboss$weld$environment$se$bindings$Parameters()]$org$jboss$forge$shell$ShellImpl$postStartup[@javax$inject$Inject()]$org$jboss$forge$shell$ShellImpl$projectContext[@javax$inject$Inject()]$org$jboss$forge$shell$ShellImpl$promptTypeConverter[@javax$inject$Inject()]$org$jboss$forge$shell$ShellImpl$resourceFactory[@javax$inject$Inject()]$org$jboss$forge$shell$ShellImpl$shellConfig[@javax$inject$Inject()]$org$jboss$forge$shell$ShellImpl$shutdown[@javax$inject$Inject()]$org$jboss$forge$shell$ShellImpl$doShell(org$jboss$forge$shell$events$AcceptUserInput[@javax$enterprise$event$Observes(during=IN_PROGRESS,notifyObserver=ALWAYS)])$org$jboss$forge$shell$ShellImpl$init(org$jboss$forge$shell$events$Startup[@javax$enterprise$event$Observes(during=IN_PROGRESS,notifyObserver=ALWAYS)],org$jboss$forge$shell$completer$PluginCommandCompleter)$org$jboss$forge$shell$ShellImpl$teardown(org$jboss$forge$shell$events$Shutdown[@javax$enterprise$event$Observes(during=IN_PROGRESS,notifyObserver=ALWAYS)],javax$enterprise$event$Event<org$jboss$forge$shell$events$PreShutdown>)$}_$$_WeldClientProxy.init(org$jboss$weld$bean-classpath-ManagedBean-org$jboss$forge$shell$ShellImpl[@javax$enterprise$context$ApplicationScoped()]{org$jboss$forge$shell$ShellImpl$commandHolder[@javax$inject$Inject()]$org$jboss$forge$shell$ShellImpl$environment[@javax$inject$Inject()]$org$jboss$forge$shell$ShellImpl$fshRuntime[@javax$inject$Inject()]$org$jboss$forge$shell$ShellImpl$manager[@javax$inject$Inject()]$org$jboss$forge$shell$ShellImpl$parameters[@javax$inject$Inject()@org$jboss$weld$environment$se$bindings$Parameters()]$org$jboss$forge$shell$ShellImpl$postStartup[@javax$inject$Inject()]$org$jboss$forge$shell$ShellImpl$projectContext[@javax$inject$Inject()]$org$jboss$forge$shell$ShellImpl$promptTypeConverter[@javax$inject$Inject()]$org$jboss$forge$shell$ShellImpl$resourceFactory[@javax$inject$Inject()]$org$jboss$forge$shell$ShellImpl$shellConfig[@javax$inject$Inject()]$org$jboss$forge$shell$ShellImpl$shutdown[@javax$inject$Inject()]$org$jboss$forge$shell$ShellImpl$doShell(org$jboss$forge$shell$events$AcceptUserInput[@javax$enterprise$event$Observes(during=IN_PROGRESS,notifyObserver=ALWAYS)])$org$jboss$forge$shell$ShellImpl$init(org$jboss$forge$shell$events$Startup[@javax$enterprise$event$Observes(during=IN_PROGRESS,notifyObserver=ALWAYS)],org$jboss$forge$shell$completer$PluginCommandCompleter)$org$jboss$forge$shell$ShellImpl$teardown(org$jboss$forge$shell$events$Shutdown[@javax$enterprise$event$Observes(during=IN_PROGRESS,notifyObserver=ALWAYS)],javax$enterprise$event$Event<org$jboss$forge$shell$events$PreShutdown>)$}_$$_WeldClientProxy.java)
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:616)
at
org.jboss.weld.util.reflection.SecureReflections$13.work(SecureReflections.java:305)
at
org.jboss.weld.util.reflection.SecureReflectionAccess.run(SecureReflectionAccess.java:54)
at
org.jboss.weld.util.reflection.SecureReflectionAccess.runAsInvocation(SecureReflectionAccess.java:163)
at
org.jboss.weld.util.reflection.SecureReflections.invoke(SecureReflections.java:299)
at
org.jboss.weld.introspector.jlr.WeldMethodImpl.invokeOnInstance(WeldMethodImpl.java:188)
at
org.jboss.weld.introspector.ForwardingWeldMethod.invokeOnInstance(ForwardingWeldMethod.java:59)
at
org.jboss.weld.injection.MethodInjectionPoint.invokeOnInstanceWithSpecialValue(MethodInjectionPoint.java:198)
at
org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:270)
at
org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:253)
at
org.jboss.weld.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:222)
at
org.jboss.weld.manager.BeanManagerImpl.notifyObservers(BeanManagerImpl.java:632)
at
org.jboss.weld.manager.BeanManagerImpl.fireEvent(BeanManagerImpl.java:619)
at
org.jboss.weld.manager.BeanManagerImpl.fireEvent(BeanManagerImpl.java:613)
at org.jboss.forge.shell.Bootstrap$2.run(Bootstrap.java:92)
at java.lang.Thread.run(Thread.java:636)
Caused by:
org.jboss.seam.solder.beanManager.BeanManagerUnavailableException: Failed to
locate BeanManager using any of these providers:
org.jboss.seam.solder.beanManager.DefaultJndiBeanManagerProvider(11),
org.jboss.seam.solder.beanManager.ServletContainerJndiBeanManagerProvider(10)
at
org.jboss.seam.solder.beanManager.BeanManagerLocator.getBeanManager(BeanManagerLocator.java:91)
at
org.jboss.seam.render.template.nodes.ContextualNode.init(ContextualNode.java:58)
at
org.jboss.seam.render.template.nodes.ContextualNode.<init>(ContextualNode.java:40)
at
org.jboss.seam.render.template.nodes.IncludeNode.<init>(IncludeNode.java:35)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
at java.lang.Class.newInstance0(Class.java:372)
at java.lang.Class.newInstance(Class.java:325)
at
org.jboss.seam.render.template.compiler.CustomTemplateCompiler.compileFrom(CustomTemplateCompiler.java:257)
... 69 more
13 years, 5 months
forge on osgi
by Paul Bakker
Hi guys,
Since I started to work with OSGI a lot recently I start to feel more and
more that Forge should run on OSGI. We have discussed this before but I now
have a more clear view of how to do that.
How I would like to structure it:
-The shell becomes the most important bundle. In the bundle activator we
bootstrap Forge
-Every plugin (including all internal ones) become OSGI services in separate
bundles (this will hardly require any code changes)
-We deploy all bundles in an OSGI runtime (e.g. Felix) and start up from
there
When the shell needs to execute a plugin, or need to create a list of
plugins it uses the BundleContext to retrieve all services that publish the
Plugin interface (which is currently already a marker interface). We iterate
over the list of services and check the @Alias annotation to know which
plugins are there.
After the plugin has been found we can iterate over all methods to find all
commands.
The service lookup mechanism can probably even be done in a nicer way by
using https://github.com/mathieuancelin/weld-osgi which looks excellent.
For plugins, everything will stay the same, we can still inject the Shell
etc, the only thing is that we actually inject services under the hood. It
will require a significant rewrite at the core, but I think it's do-able and
will avoid a lot of difficult problems later on. The largest problem at the
moment that I still worry about is that plugins are not really isolated from
the core at the moment, which makes it impossible for plugins to use
additional libraries for example. The maven build and project structure
won't have to change.
If we do this, it will give us a nice way to solve the plugin repository
problem too. We can use the existing bundle repository spec. for this which
includes transitive dependencies etc.
Just to demonstrate my idea I uploaded a very, very, simple prototype. This
uses bndtools which should be replaced by weld-osgi, but the code is pretty
similar: https://github.com/paulbakker/forge-osgi
Paul
13 years, 5 months
[JBoss JIRA] Created: (SEAMFORGE-193) add war explode goal to scaffold pom
by Kevin Sapper (JIRA)
add war explode goal to scaffold pom
------------------------------------
Key: SEAMFORGE-193
URL: https://issues.jboss.org/browse/SEAMFORGE-193
Project: Seam Forge
Issue Type: Enhancement
Components: Forge Build, Maven Integration
Environment: JBoss 6, Glassfish 3.1, JBoss 7?
Reporter: Kevin Sapper
Hi Guys,
One of the most compelling features about seam-gen is that after you've build the projects scaffold deploying and exploding to an application server just goes by calling an ant target. It really would be nice to have such a goal in the projects pom.xml after creating the scaffold and boilerplate code. Adding that functionality yourself really takes an awful lot of time. Especially with glassfish 3.1 I failed to accomplish that task.
Best regards//Kevin
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months
[JBoss JIRA] Created: (SEAMFORGE-221) ClassNotFoundException when Deploying against AS7
by Michael Schuetz (JIRA)
ClassNotFoundException when Deploying against AS7
-------------------------------------------------
Key: SEAMFORGE-221
URL: https://issues.jboss.org/browse/SEAMFORGE-221
Project: Seam Forge
Issue Type: Bug
Environment: mac os, Boss AS 7.0.0.Beta3, forge-1.0.0.Alpha4
Reporter: Michael Schuetz
created simple project, one entity and scaffold and got exception during deploying manually against AS/:
3:08:16,720 INFO [org.jboss.as.server.deployment] (MSC service thread 1-13) Starting deployment of "xyz.war"
23:08:16,758 WARN [org.jboss.vfs] (MSC service thread 1-1) VFS was unable to set the URLStreamHandlerFactory. This will have unpredictable results
23:08:16,833 WARN [org.jboss.as.server.deployment.module] (MSC service thread 1-1) META-INF directory /content/xyz.war/WEB-INF/classes/META-INF ignored as it is not a valid location for META-INF
23:08:17,376 INFO [org.jboss.jpa] (MSC service thread 1-14) read persistence.xml for forge-default
23:08:17,453 INFO [org.jboss.weld] (MSC service thread 1-4) Processing CDI deployment: xyz.war
23:08:17,837 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-10) MSC00001: Failed to start service jboss.deployment.unit."xyz.war".INSTALL: org.jboss.msc.service.StartException in service jboss.deployment.unit."xyz.war".INSTALL: Failed to process phase INSTALL of deployment "xyz.war"
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:108)
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1675)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_24]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_24]
at java.lang.Thread.run(Thread.java:680) [:1.6.0_24]
Caused by: java.lang.NoClassDefFoundError: org/springframework/context/MessageSource
at java.lang.Class.getDeclaredFields0(Native Method) [:1.6.0_24]
at java.lang.Class.privateGetDeclaredFields(Class.java:2291) [:1.6.0_24]
at java.lang.Class.getDeclaredFields(Class.java:1743) [:1.6.0_24]
at org.jboss.as.server.deployment.reflect.ClassReflectionIndex.<init>(ClassReflectionIndex.java:53)
at org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex.getClassIndex(DeploymentReflectionIndex.java:65)
at org.jboss.as.ee.component.AbstractComponentDescription.prepareComponentConfiguration(AbstractComponentDescription.java:392)
at org.jboss.as.ee.component.AbstractComponentDescription.createComponentConfiguration(AbstractComponentDescription.java:363)
at org.jboss.as.ee.component.ComponentInstallProcessor.deployComponent(ComponentInstallProcessor.java:104)
at org.jboss.as.ee.component.ComponentInstallProcessor.deploy(ComponentInstallProcessor.java:67)
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:102)
... 4 more
Caused by: java.lang.ClassNotFoundException: org.springframework.context.MessageSource from [Module "deployment.xyz.war:main" from Service Module Loader]
at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:184) [jboss-modules.jar:1.0.0.Beta17]
at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:357) [jboss-modules.jar:1.0.0.Beta17]
at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:329) [jboss-modules.jar:1.0.0.Beta17]
at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:306) [jboss-modules.jar:1.0.0.Beta17]
at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:100) [jboss-modules.jar:1.0.0.Beta17]
... 14 more
23:08:17,858 INFO [org.jboss.as.server] (MSC service thread 1-14) Service status report
New missing/unsatisfied dependencies:
service jboss.deployment.unit."xyz.war".beanmanager (missing)
service jboss.naming.context.java.comp.xyz.xyz.CustomerBean (missing)
service jboss.naming.context.java.module.xyz.xyz (missing)
Services which failed to start:
service jboss.deployment.unit."xyz.war".INSTALL: org.jboss.msc.service.StartException in service jboss.deployment.unit."xyz.war".INSTALL: Failed to process phase INSTALL of deployment "xyz.war"
23:08:17,874 INFO [org.jboss.as.server.deployment] (MSC service thread 1-12) Stopped deployment xyz.war in 13ms
23:08:17,874 INFO [org.jboss.as.server] (MSC service thread 1-11) Service status report
Newly corrected services:
service jboss.deployment.unit."xyz.war".beanmanager (no longer required)
service jboss.naming.context.java.comp.xyz.xyz.CustomerBean (no longer required)
service jboss.naming.context.java.module.xyz.xyz (no longer required)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months
[JBoss JIRA] Created: (SEAMFORGE-219) FacesPlugin should be able to create new empty views
by Lincoln Baxter III (JIRA)
FacesPlugin should be able to create new empty views
----------------------------------------------------
Key: SEAMFORGE-219
URL: https://issues.jboss.org/browse/SEAMFORGE-219
Project: Seam Forge
Issue Type: Feature Request
Components: Builtin Plugins, Java EE APIs
Affects Versions: 1.0.0.Alpha4
Reporter: Lincoln Baxter III
Fix For: 1.0.0.Beta1
[prettyfaces-examples] prettyfaces-examples $ faces new-view --target src/main/webapp/empty.xhtml
***ERROR*** [faces new-view] command option '--target' must be of type 'Resource'
[prettyfaces-examples] prettyfaces-examples $ cd barcode/
[barcode] barcode $ faces new-view --target src/main/webapp/empty2.xhtml
Wrote /Users/lbaxter/Projects/prettyfaces-examples/barcode/src/main/webapp/empty2.xhtml
[barcode] barcode $
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months