Skip to content

Instantly share code, notes, and snippets.

SELECT au.numero,tau.descrizione
FROM DATILINCE.aziendA a ,DATILINCE.infoeco i, DATILINCE.automezzi au,DATILINCE.tipo_automezzi tau
WHERE a.id_lince=943788
and a.data_annullamento is null
and i.data_annullamento is null
and a.id_lince=i.id_lince
and i.cd_infoeco=au.cd_infoeco
and au.cd_tipo_automezzi=tau.cd_tipo_automezzi
package it.lince.rivendell.connectionManagement;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
import oracle.jdbc.driver.OracleConnection;
import oracle.jdbc.driver.OracleDriver;
import org.jboss.resource.adapter.jdbc.WrappedConnection;
DefaultConnectionSet dcs=null;
try
{
dcs=DefaultConnectionSet.getInstance();
ReaScriptRule reaScriptRule = new ReaScriptRule(dcs);
return reaScriptRule.leggiDatiUltimaCamerale(IDLince, reaScriptRule.leggiElencoNumeriRea(IDLince));
}
catch(Exception e)
{
public class AnotherClass {
@TestedBy (class="NullVerifier" method="shouldNotreturnNull")
public String anotherMethod(String param);
}
Couldn't find a version in [0.0.1-SNAPSHOT] to match range [0.0.2-SNAPSHOT,)
lince.rivendell:rivendell-core:jar:null
from the specified remote repositories:
central (http://decanter.pitagora.it:8080/archiva/repository/Sviluppo/),
repository.jboss.org (http://repository.jboss.org/maven2),
snapshots.jboss.org (http://snapshots.jboss.org/maven2)
Path to dependency:
1) lince.corporate:report.core:jar:0.0.1
<dependency org="org.eclipse.jetty" name="jetty-xml" rev="${version.jetty}" conf="jetty"/>
<dependency org="org.hibernate" name="hibernate-validator" rev="${version.hibernate-validator}" conf="common"/>
<dependency org="org.jboss" name="jboss-common-core" rev="${version.jboss.common}" conf="common"/>
- <dependency org="org.jboss" name="jboss-mdr" rev="${version.jboss.mdr}" conf="common"/>
<dependency org="org.jboss" name="jboss-reflect" rev="${version.jboss.reflect}" conf="common"/>
- <dependency org="org.jboss" name="jbossxb" rev="${version.jboss.xb}" conf="common"/>
<dependency org="org.jboss.apiviz" name="apiviz" rev="${version.apiviz}" conf="common"/>
<dependency org="org.jboss.arquillian" name="arquillian-api" rev="${version.arquillian}" conf="embedded"/>
<dependency org="org.jboss.arquillian" name="arquillian-impl-base" rev="${version.arquillian}" conf="embedded"/>
@@ -87,8 +85,6 @@
Last week:
* StAX based metadata model
https://jira.jboss.org/browse/JBJCA-385
* move merge and validate capabilities inside metadata hierarchy
https://jira.jboss.org/browse/JBJCA-387
* set up of TCK
* new hardware (monitor-docking) configuration on fedora
<it.javalinux.testedby.metadata.impl.MetadataRepository>
<testsLinks>
<entry>
<it.javalinux.testedby.metadata.impl.MetadataRepository_-MethodInfo>
<classRef>it.javalinux.testedby.sample.instrumentation.AppTest</classRef>
<methodRef class="it.javalinux.testedby.metadata.impl.ImmutableMethodMetadata">
<name>testGetFooIntAlwaysPass</name>
<isConstructor>false</isConstructor>
<parameterTypes/>
</methodRef>
[ERROR] Failed to execute goal on project wise-core: Missing:
----------
1) jboss:jboss-container:jar:2.0.0.Beta
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=jboss -DartifactId=jboss-container -Dversion=2.0.0.Beta -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
<!--
~ JBoss, Home of Professional Open Source.
~ Copyright 2010, Red Hat, Inc., and individual contributors
~ as indicated by the @author tags. See the copyright.txt file in the
~ distribution for a full listing of individual contributors.
~
~ This is free software; you can redistribute it and/or modify it
~ under the terms of the GNU Lesser General Public License as
~ published by the Free Software Foundation; either version 2.1 of