[JBoss-user] [Beginners Corner] - jboss 4 install continual scroll on run.bat

2006-06-13 Thread mapper399651
i am getting a scrolling message from win xp pro dos prompt: filename, 
directory or volume label syntax is incorrect after running run.bat? have 
check the only config i have done to this point: system/path variables a number 
of times.
already have ant 1.65/jdk 1.5.06/xdoclet successfully installed. can someone 
pls help/send to link that has had same problem.

thanks!

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3950744#3950744

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3950744


___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - JBOSS 4/EJB 2.1/TimedObject MDB Configuration

2005-08-29 Thread mjrpain
I have been scouring the internet for days trying to glean any information 
about how to define an MDB that's tied to a JBOSS Timer Service.  I want the 
MDB to check for some email which is not a problem.  But how do tie the MDB 
onMessage() to a Timer in JBOSS without launching a seperate thread?

Thank you in advance.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3892075#3892075

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3892075


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - JBoss 4, Sybase ASA 9: datasource getConnection throwing ex

2005-06-10 Thread lmasters
I'm setting up JBoss 4 with Sybase ASA 9 and jconnect 5.  I created a 
sybase-ds.xml file and deployed it.  JBoss boots and connects to the Sybase DB 
(I can see the initial 10 connections), but when I try to log into my app, I 
get an exception coming from my datasource.getConnection() call.  The exception 
stack is:

2005-06-10 07:57:36,322 INFO  
[org.jboss.resource.connectionmanager.CachedConnectionManager] Closing a 
connection for you.  Please close them yourself: [EMAIL PROTECTED]
java.lang.Exception: STACKTRACE
at 
org.jboss.resource.connectionmanager.CachedConnectionManager.registerConnection(CachedConnectionManager.java:321)
at 
org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:467)
at 
org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:874)
at 
org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:103)
at 
com.lognet.interfaces.DatabaseInterface.getDatabaseConnection(DatabaseInterface.java:127)
at 
com.lognet.interfaces.DatabaseInterface.getDatabaseConnection(DatabaseInterface.java:33)
at 
com.lognet.ejb.dispatcher.DispatcherBean.dispatch(DispatcherBean.java:82)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
...


My ds xml file follows:

datasources
  | local-tx-datasource
  |   jndi-namesybasePool/jndi-name
  |   
connection-urljdbc:sybase:Tds:1.1.1.1:2638?ServiceName=DBNAME;CON=JBOSS/connection-url
  |   driver-classcom.sybase.jdbc2.jdbc.SybDriver/driver-class
  |   user-namexxx/user-name
  |   passwordxxx/password
  |   min-pool-size40/min-pool-size
  |   
exception-sorter-class-nameorg.jboss.resource.adapter.jdbc.vendor.SybaseExceptionSorter/exception-sorter-class-name
  | 
  |   metadata
  |  type-mappingSybase/type-mapping
  |   /metadata
  | /local-tx-datasource
  | /datasources

My java code is:

InitialContext ctx = new InitialContext();
  | DataSource ds = (DataSource) ctx.lookup(java:+pool);
  | conn = ds.getConnection();  //EXCEPTION HERE


Please tell me I configured something wrong. 
Thanks.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3881077#3881077

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3881077


---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61 plasma display: http://www.necitguy.com/?r=20
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - JBoss 4.x: How to retrieve a Datasource from a standalone Ja

2005-03-15 Thread afl
I know that this is the 10.000.000 time this question is asked:

How can I retrieve a DataSource from a piece of Java code that does not run 
inside JBoss?  Just a few lines of sample code would be sufficient!

Please do not let me die stupid!

Regards,
Andreas


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3870181#3870181

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870181


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - JBoss 4 / Hibernate 3.0 / Jdk5

2005-03-07 Thread magicos2005
Hello,
Is it possible to integrate hibernate3 in Jboss4 ? I have seen nothing about 
this integration...

What are the steps to follow to configure jboss ?

Thanks for your help,
Emmanuel



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3869037#3869037

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3869037


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - JBoss 4

2005-03-04 Thread k_s_ashok
JBoss 4 is stabled version? when i see the downloaded page all shows SP's

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3868806#3868806

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868806


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Jboss 4 and Mac OS X 10.3

2005-01-14 Thread [EMAIL PROTECTED]
I am having difficulty starting any Jboss 4 configuration in which a WebServer 
is started. The exception thrown is as follow -- with appreciation to any/all 
who can help me to sort this out:

12:07:08,702 WARN  [ServiceController] Problem starting service 
jboss.web:service=WebServer
java.lang.ExceptionInInitializerError
at org.jboss.web.tomcat.tc5.Tomcat5.startService(Tomcat5.java:323)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:272)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:222)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:891)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:416)
at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy4.start(Unknown Source)
at org.jboss.deployment.SARDeployer.start(SARDeployer.java:261)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:964)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:775)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:738)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:122)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:131)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy8.deploy(Unknown Source)
at 
org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:305)
at 
org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:481)
at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:204)
at 
org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:277)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:272)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:222)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:891)
at 

[JBoss-user] [Beginners Corner] - Jboss 4.x seperate class loaders?

2005-01-09 Thread rhook
I get the feeling that this is a simple thing to resolve, but I cannot easily 
find the solution in the documentation.

We will have multiple web applications running in a single jboss installation. 
They are all internal products, for internal use at this stage. The 
applications are bundled in EAR, they use various third party libs (including 
Jakarta Commons and iBatis), and all of our own classes are in similar name 
spaces (ie rooted in au.com.hpa). We are working from inside Jbuilder 2005

The problem is this: we want the contents of each EAR to be loaded completely 
independently of all other EAR, while still potentially accessing classes that 
are in the {server}/lib directory.

Inside the EAR I have altered jboss-app.xml to read (for example for on EAR)


  | jboss-app  
loader-repositoryhpa.com.au:loader=AuthServerApp.ear/loader-repository
  | /jboss-app
  | 

however doing this  causes exceptions at deploy time:

ReflectionException: Cannot find setter method setDocBase null Cause: 
java.lang.NoSuchMethodException: 
org.apache.commons.modeler.BaseModelMBean.setDocBase(java.lang.String)

which suggests that classloading is breaking horribly, or classes that are in 
the classpath for JBoss are no longer visible.  Any advise is welcomed.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3861353#3861353

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3861353


---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - JBoss 4 production ready?

2004-12-26 Thread pergesu
Is the 4.0.1 release considered production ready?

How much RAM does JBoss require in a production environment?  If I run multiple 
instances, is the required RAM multiplied by the number of instances, or does 
the RAM usage just go up a little bit?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3859902#3859902

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3859902


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - JBoss 4 with EJB1.1

2004-11-08 Thread aibo
Hello everybody,

I'm using JBoss 4 und EJB1.1. Now I want to know if jaws.xml can further be 
used or if all specifications have to be in ejb-jar.xml (how does the 
ejb-jar.xml file look like then? - Example).

Many thanks.



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854259#3854259

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854259


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - JBoss 4.x.x FreeBSD 5.2.x

2004-10-08 Thread vasilenko
Hello, all !
Does anybody knows about JBoss 4.x.x  FreeBSD 5.2.x ? Is JBoss works correctly under 
that OS or ??? Any help would be appreciated...
Alex

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3850724#3850724

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3850724


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user