4 Replies Latest reply on Oct 2, 2007 4:17 PM by mcq

    Where to find a binary download?

    xgretsch

      Help - I'm a newbie and confused.

      I can find a source download by following a link in the installation guide (http://labs.jboss.org/portal/jbossas/download/ gets me to a file jboss-4.2.1.GA-src), but I can't seem to find a binary download. Tantalisingly, I can see a page with what looks like a binary download, but it then moves me off to the page with only source downloads before I can click on anything.

      Currently trying to build the source, but I get a bunch of errors and warnings (of which I've pasted the first few below).

      Can someone please help? I'm failing at square one here!

      Thanks

      David
      -----------------
      compile-classes:
      [mkdir] Created dir: C:\JBOSS-~1.GA-\connector\output\classes
      [javac] Compiling 156 source files to C:\JBOSS-~1.GA-\connector\output\class
      es
      C:\JBOSS-~1.GA-\connector\src\main\org\jboss\resource\JBossResourceException.jav
      a:98: warning: [deprecation] setLinkedException(java.lang.Exception) in javax.re
      source.ResourceException has been deprecated
      setLinkedException(process(linked));
      ^
      C:\JBOSS-~1.GA-\connector\src\main\org\jboss\resource\JBossResourceException.jav
      a:111: warning: [deprecation] setLinkedException(java.lang.Exception) in javax.r
      esource.ResourceException has been deprecated
      setLinkedException(process(linked));
      ^
      C:\JBOSS-~1.GA-\connector\src\main\org\jboss\resource\adapter\jdbc\WrappedConnec
      tion.java:47: org.jboss.resource.adapter.jdbc.WrappedConnection is not abstract
      and does not override abstract method createStruct(java.lang.String,java.lang.Ob
      ject[]) in java.sql.Connection
      public class WrappedConnection implements Connection
      ^
      C:\JBOSS-~1.GA-\connector\src\main\org\jboss\resource\adapter\jdbc\CachedPrepare
      dStatement.java:49: org.jboss.resource.adapter.jdbc.CachedPreparedStatement is n
      ot abstract and does not override abstract method setNClob(int,java.io.Reader) i
      n java.sql.PreparedStatement
      public class CachedPreparedStatement implements PreparedStatement
      ^
      C:\JBOSS-~1.GA-\connector\src\main\org\jboss\resource\adapter\jdbc\WrapperDataSo
      urce.java:47: org.jboss.resource.adapter.jdbc.WrapperDataSource is not abstract
      and does not override abstract method isWrapperFor(java.lang.Class<?>) in java.s
      ql.Wrapper
      public class WrapperDataSource implements Referenceable, DataSource, Serializabl
      e
      ^