[JBoss JIRA] Updated: (SOLDER-6) Poor error message when there are multiple generic producer methods resolved
by Shane Bryzak (JIRA)
[ https://issues.jboss.org/browse/SOLDER-6?page=com.atlassian.jira.plugin.s... ]
Shane Bryzak updated SOLDER-6:
------------------------------
Fix Version/s: 3.0.0.Beta3
(was: 3.0.0.Beta2)
> Poor error message when there are multiple generic producer methods resolved
> ----------------------------------------------------------------------------
>
> Key: SOLDER-6
> URL: https://issues.jboss.org/browse/SOLDER-6
> Project: Seam Solder
> Issue Type: Bug
> Components: Generic Beans
> Affects Versions: 3.0.0.Beta1
> Reporter: Pete Muir
> Fix For: 3.0.0.Beta3
>
>
> org.jboss.arquillian.impl.event.FiredEventException: org.jboss.weld.exceptions.DeploymentException: WELD-001409 Ambiguous dependencies for type [BlobStore] with qualifiers [@TestContainer] at injection point [[field] @Inject @TestContainer private org.jboss.seam.jclouds.test.blobstore.Consumer.blobStore]. Possible dependencies [[Producer Method [BlobStore] with qualifiers [@Any @GenericMarker @Synthetic] declared as [[method] @Produces public org.jboss.seam.jclouds.blobstore.BlobStoreManager.getBlobStore()], Producer Method [BlobStore] with qualifiers [@Any @GenericMarker @Synthetic] declared as [[method] @Produces public org.jboss.seam.jclouds.blobstore.BlobStoreManager.getBlobStore()]]]
> This somehow needs to indicate the path the possible producers.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months
[JBoss JIRA] Updated: (SOLDER-3) OTT Exception wrapping
by Shane Bryzak (JIRA)
[ https://issues.jboss.org/browse/SOLDER-3?page=com.atlassian.jira.plugin.s... ]
Shane Bryzak updated SOLDER-3:
------------------------------
Fix Version/s: 3.0.0.Beta3
(was: 3.0.0.Beta2)
> OTT Exception wrapping
> ----------------------
>
> Key: SOLDER-3
> URL: https://issues.jboss.org/browse/SOLDER-3
> Project: Seam Solder
> Issue Type: Bug
> Components: Unwraps
> Affects Versions: 3.0.0.Beta1
> Reporter: Pete Muir
> Assignee: Stuart Douglas
> Fix For: 3.0.0.Beta3
>
>
> This piece of code
> try
> {
> M obj = proxyClass.newInstance();
> ((ProxyObject) obj).setHandler(hdl);
> creationalContext.push(obj);
> return obj;
> }
> catch (Exception e)
> {
> throw new RuntimeException(e);
> }
> in UnwrapsProducerBean is over-zealous in wrapping exceptions. It should only wrap specific exceptions, adding additonal info (e.g. the proxyClass it was trying to create)
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months
[JBoss JIRA] Created: (JBSEAM-4768) Seam metawidget/dvdstore example throws a compilation error
by Martin Gencur (JIRA)
Seam metawidget/dvdstore example throws a compilation error
-----------------------------------------------------------
Key: JBSEAM-4768
URL: https://issues.jboss.org/browse/JBSEAM-4768
Project: Seam
Issue Type: Bug
Components: Examples
Affects Versions: 2.2.1.CR3
Reporter: Martin Gencur
Assignee: Martin Gencur
Fix For: 2.2.1.Final
Likely caused by:
gethsearch3.1:
[copy] Copying 6 files to /home/mgencur/Java/Seam_2_2/examples/metawidget/dvdstore/${example.lib.dir}
Compilation error:
compile:
[javac] Compiling 39 source files to /home/mgencur/Java/Seam_2_2/examples/metawidget/dvdstore/exploded-archives/seam-metawidget-dvdstore.jar
[javac] /home/mgencur/Java/Seam_2_2/examples/metawidget/dvdstore/staging/src/com/jboss/dvd/seam/Product.java:25: package org.apache.solr.analysis does not exist
[javac] import org.apache.solr.analysis.LowerCaseFilterFactory;
[javac] ^
[javac] /home/mgencur/Java/Seam_2_2/examples/metawidget/dvdstore/staging/src/com/jboss/dvd/seam/Product.java:26: package org.apache.solr.analysis does not exist
[javac] import org.apache.solr.analysis.NGramFilterFactory;
[javac] ^
[javac] /home/mgencur/Java/Seam_2_2/examples/metawidget/dvdstore/staging/src/com/jboss/dvd/seam/Product.java:27: package org.apache.solr.analysis does not exist
[javac] import org.apache.solr.analysis.StandardTokenizerFactory;
[javac] ^
[javac] /home/mgencur/Java/Seam_2_2/examples/metawidget/dvdstore/staging/src/com/jboss/dvd/seam/Product.java:43: cannot find symbol
[javac] symbol: class StandardTokenizerFactory
[javac] @AnalyzerDef(name="ngrams", tokenizer=(a)TokenizerDef(factory=StandardTokenizerFactory.class),
[javac] ^
[javac] /home/mgencur/Java/Seam_2_2/examples/metawidget/dvdstore/staging/src/com/jboss/dvd/seam/Product.java:45: cannot find symbol
[javac] symbol: class LowerCaseFilterFactory
[javac] @TokenFilterDef(factory = LowerCaseFilterFactory.class),
[javac] ^
[javac] /home/mgencur/Java/Seam_2_2/examples/metawidget/dvdstore/staging/src/com/jboss/dvd/seam/Product.java:46: cannot find symbol
[javac] symbol: class NGramFilterFactory
[javac] @TokenFilterDef(factory = NGramFilterFactory.class,
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 6 errors
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months