[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2006) Improve handling of dependencies in examples
by Pete Muir (JIRA)
Improve handling of dependencies in examples
--------------------------------------------
Key: JBSEAM-2006
URL: http://jira.jboss.com/jira/browse/JBSEAM-2006
Project: JBoss Seam
Issue Type: Task
Affects Versions: 2.0.0.CR1
Reporter: Pete Muir
Assigned To: Pete Muir
Priority: Critical
Fix For: 2.0.1.GA
Currently dependencies are just handled as before, with all dependencies copied into lib/
I propose to replace lib/ with a local maven repository (just a simple directory structure). This will only be used if present (not present in CVS, created using dependency:copy-dependencies when running dist target). The fileset's used to declare example libraries and inclusion into deployed archives will be altered to use maven ant tasks to pull in these filesets from repositories (using the local repo if present).
This requires some extensions to existing ant tasks.
A similar scheme can be used for seam-gen
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 8 months
[JBoss JIRA] Created: (SEAMREMOTING-42) An namespace error occurs when start up tomcat
by hantsy bai (JIRA)
An namespace error occurs when start up tomcat
----------------------------------------------
Key: SEAMREMOTING-42
URL: https://issues.jboss.org/browse/SEAMREMOTING-42
Project: Seam Remoting
Issue Type: Bug
Affects Versions: 3.0.0.Final
Reporter: hantsy bai
I created a Seam 3 web project, run on tomcat 6.
After added seam 3 remoting, and start up tomcat, an error occurs.
The seam remoting depends on seam conversation, but it includes a namespace error.
=========================================================================
严重: Exception sending context initialized event to listener instance of class
org.jboss.weld.environment.servlet.Listener
org.jboss.weld.exceptions.DefinitionException: Exception List with 1 exceptions
Exception 0 :
org.jboss.seam.config.xml.util.XmlConfigurationException: Wrong root namespace
or XML config file, expected:urn:java:ee or http://java.sun.com/xml/ns/javaee f
und: at jar:file:/E:/Users/hantsy/.m2/repository/org/jboss/seam/conversation/se
m-conversation-spi/3.0.0.CR1/seam-conversation-spi-3.0.0.CR1.jar!/META-INF/bean
.xml:19
at org.jboss.seam.config.xml.model.ModelBuilder.build(ModelBuilder.java
77)
at org.jboss.seam.config.xml.bootstrap.XmlConfigExtension.beforeBeanDis
overy(XmlConfigExtension.java:98)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcce
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.weld.util.reflection.SecureReflections$13.work(SecureRefle
tions.java:305)
at org.jboss.weld.util.reflection.SecureReflectionAccess.run(SecureRefl
ctionAccess.java:54)
at org.jboss.weld.util.reflection.SecureReflectionAccess.runAsInvocatio
(SecureReflectionAccess.java:163)
at org.jboss.weld.util.reflection.SecureReflections.invoke(SecureReflec
ions.java:299)
at org.jboss.weld.introspector.jlr.WeldMethodImpl.invokeOnInstance(Weld
ethodImpl.java:188)
at org.jboss.weld.introspector.ForwardingWeldMethod.invokeOnInstance(Fo
wardingWeldMethod.java:59)
at org.jboss.weld.injection.MethodInjectionPoint.invokeOnInstanceWithSp
cialValue(MethodInjectionPoint.java:198)
at org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl
java:282)
at org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl
java:265)
at org.jboss.weld.event.ObserverMethodImpl.notify(ObserverMethodImpl.ja
a:234)
at org.jboss.weld.bootstrap.events.AbstractContainerEvent.fire(Abstract
ontainerEvent.java:88)
at org.jboss.weld.bootstrap.events.AbstractDefinitionContainerEvent.fir
(AbstractDefinitionContainerEvent.java:52)
at org.jboss.weld.bootstrap.events.BeforeBeanDiscoveryImpl.fire(BeforeB
anDiscoveryImpl.java:48)
at org.jboss.weld.bootstrap.WeldBootstrap.startInitialization(WeldBoots
rap.java:351)
at org.jboss.weld.environment.servlet.Listener.contextInitialized(Liste
er.java:170)
at org.apache.catalina.core.StandardContext.listenerStart(StandardConte
t.java:3972)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:
467)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045
at org.apache.catalina.core.StandardHost.start(StandardHost.java:785)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:44
)
at org.apache.catalina.startup.Embedded.start(Embedded.java:825)
at org.codehaus.mojo.tomcat.AbstractRunMojo.startContainer(AbstractRunM
jo.java:533)
at org.codehaus.mojo.tomcat.AbstractRunMojo.execute(AbstractRunMojo.jav
:239)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(Defaul
BuildPluginManager.java:101)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecuto
.java:209)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecuto
.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecuto
.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProj
ct(LifecycleModuleBuilder.java:84)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProj
ct(LifecycleModuleBuilder.java:59)
at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedB
ild(LifecycleStarter.java:183)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(Lifecyc
eStarter.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:537)
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:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcce
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Lau
cher.java:290)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.ja
a:230)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(L
uncher.java:409)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java
352)
at org.jboss.weld.bootstrap.events.AbstractDefinitionContainerEvent.fir
(AbstractDefinitionContainerEvent.java:55)
at org.jboss.weld.bootstrap.events.AfterBeanDiscoveryImpl.fire(AfterBea
DiscoveryImpl.java:43)
at org.jboss.weld.bootstrap.WeldBootstrap.deployBeans(WeldBootstrap.jav
:372)
at org.jboss.weld.environment.servlet.Listener.contextInitialized(Liste
er.java:205)
at org.apache.catalina.core.StandardContext.listenerStart(StandardConte
t.java:3972)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:
467)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045
at org.apache.catalina.core.StandardHost.start(StandardHost.java:785)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:44
)
at org.apache.catalina.startup.Embedded.start(Embedded.java:825)
at org.codehaus.mojo.tomcat.AbstractRunMojo.startContainer(AbstractRunM
jo.java:533)
at org.codehaus.mojo.tomcat.AbstractRunMojo.execute(AbstractRunMojo.jav
:239)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(Defaul
BuildPluginManager.java:101)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecuto
.java:209)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecuto
.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecuto
.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProj
ct(LifecycleModuleBuilder.java:84)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProj
ct(LifecycleModuleBuilder.java:59)
at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedB
ild(LifecycleStarter.java:183)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(Lifecyc
eStarter.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:537)
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:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcce
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Lau
cher.java:290)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.ja
a:230)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(L
uncher.java:409)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java
352)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 8 months
[JBoss JIRA] Created: (SEAMSECURITY-73) Follow Seam 3 example naming scheme
by Jozef Hartinger (JIRA)
Follow Seam 3 example naming scheme
-----------------------------------
Key: SEAMSECURITY-73
URL: https://issues.jboss.org/browse/SEAMSECURITY-73
Project: Seam Security
Issue Type: Task
Affects Versions: 3.0.0.Final
Reporter: Jozef Hartinger
Priority: Minor
Please, follow these naming constraints for the sample application to be consistent with other Seam 3 demos.
{noformat}
folder name: {example}
artifact id: seam-{module}-example-{example}
context path: {module}-{example}
package: org.jboss.seam.{module}.examples.{example}
{noformat}
* use dashes as delimiters
* if the example name uses dashes ( - ), these are removed in the package name
Current violations:
* openid-op
** incorrect package name
* openid-rp
** incorrect package name
* saml-idp
** incorrect artifact id
** incorrect context path (finalName)
** incorrect package name
* saml-sp
** incorrect artifact id
** incorrect context path (finalName)
** incorrect package name
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 8 months
[JBoss JIRA] Created: (SEAMPERSIST-62) Error in the reference doc
by hantsy bai (JIRA)
Error in the reference doc
--------------------------
Key: SEAMPERSIST-62
URL: https://issues.jboss.org/browse/SEAMPERSIST-62
Project: Seam Persistence
Issue Type: Bug
Reporter: hantsy bai
In the seam persistence doc, the configuartion section.
<dependency>
<groupId>org.jboss.seam.xml</groupId>
<artifactId>seam-xml-config</artifactId>
<version>${seam.xml.version}</version>
</dependency>
But after 3.0.0.Beta2, the xml config renamed.
<dependency>
<groupId>org.jboss.seam.config</groupId>
<artifactId>seam-config-xml</artifactId>
<version>${seam.xml.version}</version>
</dependency>
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 8 months