[jboss-user] [JBoss Getting Started Documentation] - Where to find a binary download?

xgretsch do-not-reply at jboss.com
Sun Sep 30 01:44:02 EDT 2007


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
       ^

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090000#4090000

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4090000



More information about the jboss-user mailing list