Not sure I follow. Are you asking about ArtifactDeployer maven-compat or
some other class? If you can share your code via github (or some other
means) and tell me how to reproduce the problem, I'll have a look.
--
Regards,
Igor
On Sun, Sep 4, 2016, at 02:59 PM, Karl Heinz Marbaise wrote:
> Hi,
>
> so now I have moved a step forward...
>
> But:
>
> Now I get
>
> TRACE: Sisu - Potential problem: com.soebes.maven.extensions.xyz.XYZ
> java.lang.NoClassDefFoundError:
> org/apache/maven/shared/artifact/deploy/ArtifactDeployerException
> at java.lang.Class.getDeclaredFields0(Native Method)
> at java.lang.Class.privateGetDeclaredFields(Class.java:2499)
> at java.lang.Class.getDeclaredFields(Class.java:1811)
>
> but the given class is contained in the jar of the
> maven-artifact-transfer jar ?
>
> with the code:
>
> @Named
> @Singleton
> public class XYZ
> extends AbstractEventSpy
> {
> private final Logger LOGGER = LoggerFactory.getLogger( getClass() );
>
> @Inject
> private ArtifactDeployer deployer;
>
> public XYZ()
> {
> }
>
>
> Another good idea / hint?
>
> Kind regards
> Karl Heinz Marbaise
>
> On 04/09/16 20:29, Karl Heinz Marbaise wrote:
> > Hi Igor,
> >
> > On 04/09/16 19:40, Igor Fedorenko wrote:
> >> Sisu does not print component lookup exceptions by default, you need to
> >> run jvm with -Dsisu.debug system property to see them (and ton of other
> >> sisu debug information).
> >
> > Yes much of information but those contained the right information which
> > I needed to brought me find my problem...Missed to shaded my extensions
> > with dependencies. ;-(...
> >
> > Thank you very much..
> >
> > Kind regards
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]