Re: [JBoss-user] XA Oracle + JMS

2003-01-20 Thread Anthony Geoghegan
That must be the issue we'd stabilised on 3.03
I'm going to see about deploying the 3.2 version once it goes from RC
status.
Just out of interest can you quote the SqlProperties attributes are you
using for the JDBC 2 Persistence configuration?

Best Regards,
Anthony Geoghegan.
J2EE Developer
CPS Ireland Ltd.
- Original Message -
From: Igor Fedorenko [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, January 19, 2003 2:18 PM
Subject: RE: [JBoss-user] XA Oracle + JMS


I am using exact same configuration (xa oracle, file-based jms) and did not
see this kind of problems. First thing to check is JBoss version -- it
should be at least 3.2RC1.

-Original Message-
From: Anthony Geoghegan [mailto:[EMAIL PROTECTED]]
Sent: Sunday, January 19, 2003 7:05 AM
To: [EMAIL PROTECTED]
Subject: [JBoss-user] XA Oracle + JMS


I've moved from the Local Transaction Oracle driver to the XA
implementation.  Everything works fine except JMS.
I'm using the File-based persistance manager.  When drop something on a JMS
queue after the XA transaction seems to timeout I get the following
exception:

Can somebody give me a clue as to the reason behind this?

11:13:28,218 WARN  [TxCapsule] XAException: tx=XidImpl [FormatId=257,
GlobalId=Developer2//1, BranchQual=] errorCode=XA_RETRY
oracle.jdbc.xa.OracleXAException
at
oracle.jdbc.xa.OracleXAResource.checkError(OracleXAResource.java:1157)
at
oracle.jdbc.xa.client.OracleXAResource.start(OracleXAResource.java:295)
at org.jboss.tm.TxCapsule.startResource(TxCapsule.java:1232)
at org.jboss.tm.TxCapsule.enlistResource(TxCapsule.java:718)
at
org.jboss.tm.TransactionImpl.enlistResource(TransactionImpl.java:102)
at
org.jboss.resource.connectionmanager.XATxConnectionManager$XAConnectionEvent
Listener.enlist(XATxConnectionManager.java:262)
at
org.jboss.resource.connectionmanager.XATxConnectionManager.managedConnection
Reconnected(XATxConnectionManager.java:202)
at
org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnecti
on(BaseConnectionManager2.java:534)
at
org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManage
rProxy.allocateConnection(BaseConnectionManager2.java:812)
at
org.jboss.resource.adapter.jdbc.JDBCDataSource.getConnection(JDBCDataSource.
java:110)
at
org.jboss.ejb.plugins.cmp.jdbc.JDBCAbstractQueryCommand.execute(JDBCAbstract
QueryCommand.java:92)
at
org.jboss.ejb.plugins.cmp.jdbc.JDBCFindEntityCommand.execute(JDBCFindEntityC
ommand.java:44)
at
org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.findEntity(JDBCStoreManager.
java:541)
at
org.jboss.ejb.plugins.CMPPersistenceManager.findEntity(CMPPersistenceManager
.java:336)
at
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.findEntity(
CachedConnectionInterceptor.java:301)
at org.jboss.ejb.EntityContainer.findLocal(EntityContainer.java:636)
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.ejb.EntityContainer$ContainerInterceptor.invokeHome(EntityContaine
r.java:1119)
at
org.jboss.ejb.plugins.AbstractInterceptor.invokeHome(AbstractInterceptor.jav
a:73)
at
org.jboss.ejb.plugins.EntitySynchronizationInterceptor.invokeHome(EntitySync
hronizationInterceptor.java:209)
at
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invokeHome(
CachedConnectionInterceptor.java:215)
at
org.jboss.ejb.plugins.AbstractInterceptor.invokeHome(AbstractInterceptor.jav
a:73)
at
org.jboss.ejb.plugins.EntityInstanceInterceptor.invokeHome(EntityInstanceInt
erceptor.java:88)
at
org.jboss.ejb.plugins.EntityLockInterceptor.invokeHome(EntityLockInterceptor
.java:79)
at
org.jboss.ejb.plugins.EntityCreationInterceptor.invokeHome(EntityCreationInt
erceptor.java:44)
at
org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor
.java:111)
at
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.
java:178)
at
org.jboss.ejb.plugins.TxInterceptorCMT.invokeHome(TxInterceptorCMT.java:52)
at
org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.jav
a:105)
at
org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:129)
at
org.jboss.ejb.EntityContainer.invokeHome(EntityContainer.java:487)
at
org.jboss.ejb.plugins.local.BaseLocalContainerInvoker.invokeHome(BaseLocalCo
ntainerInvoker.java:230)
at
org.jboss.ejb.plugins.local.LocalHomeProxy.invoke(LocalHomeProxy.java:110)
at $Proxy102.findByPrimaryKey(Unknown Source)
at
availability.availabilityEngineBean.killOldDays

Re: [JBoss-user] Calling an EJB from another EJB

2003-01-20 Thread Anthony Geoghegan
 Why it is not possible to call an EJB from another EJB using
 lookup(java:comp/env/ejb/EJBsName) ?

It is possible to do this, but only for a remote Bean.

Best Regards,
Anthony Geoghegan.
J2EE Developer
CPS Ireland Ltd.
- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, January 20, 2003 2:56 PM
Subject: [JBoss-user] Calling an EJB from another EJB


 Hi all.

 I wonder if it is possible for one of the developers of JBOSS to answer my
 question:

 Why it is not possible to call an EJB from another EJB using
 lookup(java:comp/env/ejb/EJBsName) ?

 I think this is a SUN's standart! Is it mandatory to declare an ejb-ref
 between the 2 EJBs

 in order to use lookup(java:comp/env/ejb/EJBsName) ?

 Why is that?

 Thanks,
 Vassilis


 ---
 This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
 are you planning your Web Server Security? Click here to get a FREE
 Thawte SSL guide and find the answers to all your  SSL security issues.
 http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
 ___
 JBoss-user mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-user




---
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] XA Oracle + JMS

2003-01-19 Thread Anthony Geoghegan
)
at
org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor
.java:107)
at
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.
java:178)
at
org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:60)
at
org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:13
0)
at
org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:203)
at
org.jboss.ejb.StatelessSessionContainer.invoke(StatelessSessionContainer.jav
a:313)
at
org.jboss.ejb.plugins.local.BaseLocalContainerInvoker.invoke(BaseLocalContai
nerInvoker.java:301)
at
org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionPro
xy.java:81)
at $Proxy189.regenerate(Unknown Source)
at
availability.availabilityRegenBean.onMessage(availabilityRegenBean.java:28)
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.ejb.MessageDrivenContainer$ContainerInterceptor.invoke(MessageDriv
enContainer.java:391)
at
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(Cach
edConnectionInterceptor.java:186)
at
org.jboss.ejb.plugins.MessageDrivenInstanceInterceptor.invoke(MessageDrivenI
nstanceInterceptor.java:88)
at
org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor
.java:107)
at
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.
java:178)
at
org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:60)
at
org.jboss.ejb.plugins.RunAsSecurityInterceptor.invoke(RunAsSecurityIntercept
or.java:100)
at
org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:203)
at
org.jboss.ejb.MessageDrivenContainer.invoke(MessageDrivenContainer.java:302)
at
org.jboss.ejb.plugins.jms.JMSContainerInvoker.invoke(JMSContainerInvoker.jav
a:962)
at
org.jboss.ejb.plugins.jms.JMSContainerInvoker$MessageListenerImpl.onMessage(
JMSContainerInvoker.java:1038)
at
org.jboss.jms.asf.StdServerSession.onMessage(StdServerSession.java:238)
at
org.jboss.mq.SpyMessageConsumer.sessionConsumerProcessMessage(SpyMessageCons
umer.java:603)
at
org.jboss.mq.SpyMessageConsumer.addMessage(SpyMessageConsumer.java:417)
at org.jboss.mq.SpySession.run(SpySession.java:259)
at org.jboss.jms.asf.StdServerSession.run(StdServerSession.java:177)
at
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.ja
va:642)
Best Regards,
Anthony Geoghegan.
J2EE Developer
CPS Ireland Ltd.



---
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] JMS Connection factory JNDI names

2003-01-19 Thread Anthony Geoghegan
Can someone tell me the difference between the:
java:/ConnectionFactory
java:/XAConnectionFactory
java:/JmsXA

Connection factory JNDI names and what their different purposes are?

Best Regards,
Anthony Geoghegan.
J2EE Developer
CPS Ireland Ltd.


---
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] oracle-xa-service.xml and JMS

2002-12-17 Thread Anthony Geoghegan
Is it necessary to use XA based transactions with the JDBC2 persistence
manager?
As up till now I've had no problems using just local transaction control.

Best Regards,
Anthony Geoghegan.
J2EE Developer
CPS Ireland Ltd.



---
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] Sample SQL Properties for Oracle implementation in JMS

2002-12-16 Thread Anthony Geoghegan
Does anyone have a sample set of SQL properties used for Oracle 8i for JMS
persistence Layer implementation?

Best Regards,
Anthony Geoghegan.
J2EE Developer
CPS Ireland Ltd.



---
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] Oracle JMS Issue.

2002-12-16 Thread Anthony Geoghegan
I seem to have it working now (I had to view the persistance manager source
to find what blob types were supported and how).
I used these settings:

attribute name=SqlProperties
  BLOB_TYPE=BINARYSTREAM_BLOB
  INSERT_TX = INSERT INTO JMS_TRANSACTIONS (TXID) values(?)
  INSERT_MESSAGE = INSERT INTO JMS_MESSAGES (MESSAGEID, DESTINATION,
MESSAGEBLOB, TXID, TXOP) VALUES(?,?,?,?,?)
  SELECT_ALL_UNCOMMITED_TXS = SELECT TXID FROM JMS_TRANSACTIONS
  SELECT_MAX_TX = SELECT MAX(TXID) FROM JMS_MESSAGES
  SELECT_MESSAGES_IN_DEST = SELECT MESSAGEID, MESSAGEBLOB FROM
JMS_MESSAGES WHERE DESTINATION=?
  SELECT_MESSAGE = SELECT MESSAGEID, MESSAGEBLOB FROM JMS_MESSAGES WHERE
MESSAGEID=? AND DESTINATION=?
  MARK_MESSAGE = UPDATE JMS_MESSAGES SET (TXID, TXOP) VALUES(?,?) WHERE
MESSAGEID=? AND DESTINATION=?
  DELETE_ALL_MESSAGE_WITH_TX = DELETE FROM JMS_MESSAGES WHERE TXID=?
  DELETE_TX = DELETE FROM JMS_TRANSACTIONS WHERE TXID = ?
  DELETE_MARKED_MESSAGES = DELETE FROM JMS_MESSAGES WHERE TXID=? AND
TXOP=?
  DELETE_MESSAGE = DELETE FROM JMS_MESSAGES WHERE MESSAGEID=? AND
DESTINATION=?
  CREATE_MESSAGE_TABLE = CREATE TABLE JMS_MESSAGES ( MESSAGEID INTEGER
NOT NULL, \
 DESTINATION VARCHAR2(50) NOT NULL, TXID INTEGER, TXOP CHAR(1), \
 MESSAGEBLOB BLOB, PRIMARY KEY (MESSAGEID, DESTINATION) )
  CREATE_TX_TABLE = CREATE TABLE JMS_TRANSACTIONS ( TXID INTEGER )
/attribute

However I'm still getting an issue with the transaction not committing after
the bean executes.  I still have entries left in the JMS_Message queue
table.  Is this normal??
I get this exception if it helps:

javax.transaction.xa.XAException
at org.jboss.mq.SpyXAResource.prepare(SpyXAResource.java:173)
at org.jboss.tm.TxCapsule.prepareResources(TxCapsule.java:1619)
at org.jboss.tm.TxCapsule.commit(TxCapsule.java:402)
at org.jboss.tm.TransactionImpl.commit(TransactionImpl.java:73)
at
org.jboss.jms.asf.StdServerSession.onMessage(StdServerSession.java:319)
at
org.jboss.mq.SpyMessageConsumer.sessionConsumerProcessMessage(SpyMessageCons
umer.java:603)
at
org.jboss.mq.SpyMessageConsumer.addMessage(SpyMessageConsumer.java:417)
at org.jboss.mq.SpySession.run(SpySession.java:259)
at org.jboss.jms.asf.StdServerSession.run(StdServerSession.java:177)
at
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.ja
va:642)
at java.lang.Thread.run(Thread.java:536)
19:34:42,781 ERROR [StdServerSession] failed to commit/rollback
javax.transaction.RollbackException: Unable to commit, tx=XidImpl
[FormatId=257, GlobalId=Developer2//412, BranchQual=]
status=STATUS_ROLLEDBACK
at org.jboss.tm.TxCapsule.commit(TxCapsule.java:425)
at org.jboss.tm.TransactionImpl.commit(TransactionImpl.java:73)
at
org.jboss.jms.asf.StdServerSession.onMessage(StdServerSession.java:319)
at
org.jboss.mq.SpyMessageConsumer.sessionConsumerProcessMessage(SpyMessageCons
umer.java:603)
at
org.jboss.mq.SpyMessageConsumer.addMessage(SpyMessageConsumer.java:417)
at org.jboss.mq.SpySession.run(SpySession.java:259)
at org.jboss.jms.asf.StdServerSession.run(StdServerSession.java:177)
at
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.ja
va:642)
at java.lang.Thread.run(Thread.java:536)


Best Regards,
Anthony Geoghegan.
J2EE Developer
CPS Ireland Ltd.



---
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] SAR in EAR

2002-11-21 Thread Anthony Geoghegan
When you deploy an SAR in an EAR do you need to make an entry in the
application.xml or jboss-app.xml?
What would the relevant entry be like, if so?

Best Regards,
Anthony Geoghegan.
J2EE Developer
CPS Ireland Ltd.



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] What does Invalid Invocation Exception mean?

2002-11-19 Thread Anthony Geoghegan
I have a scheduled class using the Scheduler example given in the manual.
However when another object uses the create method or I redeploy the bean
(even without changes) I get this exception. What does this exception imply?

I get this stack trace:
13:30:47,171 ERROR [LogInterceptor] EJBException:
javax.ejb.EJBException: Invalid invocation, check your deployment packaging,
method=public abstract availability.availabilityEngine
availability.availabilityEngineHome.create() throws java.rmi.RemoteE
xception,javax.ejb.CreateException
at
org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invokeHome(Stat
elessSessionContainer.java:597)
at
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invokeHome(
CachedConnectionInterceptor.java:206)
at
org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invokeHome(Statele
ssSessionInstanceInterceptor.java:57)
at
org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor
.java:111)
at
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.
java:178)
at
org.jboss.ejb.plugins.TxInterceptorCMT.invokeHome(TxInterceptorCMT.java:52)
at
org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.jav
a:105)
at
org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:129)
at
org.jboss.ejb.StatelessSessionContainer.invokeHome(StatelessSessionContainer
.java:300)
at org.jboss.ejb.Container.invoke(Container.java:730)
at
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517)
at
org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:98)
at
org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:102)
at
org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:77
)
at
org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:80)
at
org.jboss.proxy.ejb.HomeInterceptor.invoke(HomeInterceptor.java:198)
at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:76)
at $Proxy137.create(Unknown Source)
at scheduleclient.killOldDays.perform(killOldDays.java:29)
at
org.jboss.varia.scheduler.Scheduler$Listener.handleNotification(Scheduler.ja
va:1046)
at
org.jboss.mx.server.NotificationListenerProxy.handleNotification(Notificatio
nListenerProxy.java:71)
at
javax.management.NotificationBroadcasterSupport.sendNotification(Notificatio
nBroadcasterSupport.java:84)
at javax.management.timer.Timer.sendNotifications(Timer.java:441)
at javax.management.timer.Timer.access$000(Timer.java:31)
at
javax.management.timer.Timer$RegisteredNotification.doRun(Timer.java:612)
at
org.jboss.mx.util.SchedulableRunnable.run(SchedulableRunnable.java:164)
at org.jboss.mx.util.ThreadPool$Worker.run(ThreadPool.java:225)
13:30:47,187 ERROR [STDERR] java.rmi.ServerException: EJBException:; nested
exception is:
javax.ejb.EJBException: Invalid invocation, check your deployment
packaging, method=public abstract availability.availabilityEngine
availability.availabilityEngineHome.create() throws java.rmi
.RemoteException,javax.ejb.CreateException
Best Regards,
Anthony Geoghegan.
J2EE Developer
CPS Ireland Ltd.



---
This sf.net email is sponsored by: To learn the basics of securing 
your web site with SSL, click here to get a FREE TRIAL of a Thawte 
Server Certificate: http://www.gothawte.com/rd524.html
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] Schedular issue.

2002-11-15 Thread Anthony Geoghegan
I've just deployed an implementation of the scheduler example supplied in
the JBOSS documentation.
However I discovered this issue occurring in the Log.
Since I don't know squat about MBeans (apart from the types) and have never
deployed one can someone assist as to how to remove the error:

21:02:54,031 ERROR [URLDeploymentScanner] MBeanException: Exception in MBean
operation 'checkIncompleteDeployments()'
Cause: Incomplete Deployment listing:
Packages waiting for a deployer:
  none
Incompletely deployed packages:
  none
MBeans waiting for classes:
  none
MBeans waiting for other MBeans:
[ObjectName: jboss.util:service=Scheduler,type=killOldDays
 state: CREATED
 I Depend On:
 Depends On Me: ]
21:02:54,046 INFO  [URLDeploymentScanner] Started
21:02:54,046 INFO  [Scheduler] Starting
21:02:54,156 INFO  [Scheduler] Started
21:02:54,156 INFO  [MainDeployer] Deployed package:
file:/C:/jboss-3.0.3_tomcat-4.0.5/server/default/conf/jboss-service.xml
21:02:54,156 INFO  [Server] JBoss (MX MicroKernel) [3.0.3 Date:200209301503]
Started in 0m:32s:47ms
21:02:55,203 INFO  [killOldDays] Executed Availability Killer At: Fri Nov 15
21:02:55 GMT 2002

As you can see from the log it still executes

Best Regards,
Anthony Geoghegan.
J2EE Developer
CPS Ireland Ltd.



---
This sf.net email is sponsored by: To learn the basics of securing 
your web site with SSL, click here to get a FREE TRIAL of a Thawte 
Server Certificate: http://www.gothawte.com/rd524.html
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] clearing Entity cache

2002-10-10 Thread Anthony Geoghegan

Is it possible to manually force a complete cache flush of all the entity
beans of a certain type using JMX or some other mechanism?

Best Regards,
Anthony Geoghegan.
J2EE Developer
CPS Ireland Ltd.



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] JBOSS on solaris

2002-10-02 Thread Anthony Geoghegan

Any known issues executing JBOSS on a Solaris box?
Best Regards,
Anthony Geoghegan.
J2EE Developer
CPS Ireland Ltd.


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] JBOSS on solaris

2002-10-02 Thread Anthony Geoghegan

LOL
I read that article on the jboss.org homepage :-)
Best Regards,
Anthony Geoghegan.
J2EE Developer
CPS Ireland Ltd.
- Original Message - 
From: Sacha Labourey [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, October 02, 2002 1:32 PM
Subject: RE: [JBoss-user] JBOSS on solaris


 Except making Scott McNealy upset, everything is fine.
 
  Any known issues executing JBOSS on a Solaris box?
  Best Regards,
  Anthony Geoghegan.
 
 
 
 
 ---
 This sf.net email is sponsored by:ThinkGeek
 Welcome to geek heaven.
 http://thinkgeek.com/sf
 ___
 JBoss-user mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-user
 


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] EJB-QL For LIKE

2002-09-23 Thread Anthony Geoghegan

EJB-QL does not support like statements with input parameters:
It's to do with CMP field's data type not being known till runtime. Thus the
like comparison can only be used on string literals
Example:

SELECT OBJECT(o) FROM Orders AS o WHERE o.customer LIKE '%Bloggs%'
See no input parameters.

However JBossQL and certainly DeclaredSQL may provide a better avenue for
you to pursue if this is what you want.

Best Regards,
Anthony Geoghegan.
J2EE Developer
CPS Ireland Ltd.
- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, September 23, 2002 10:30 AM
Subject: [JBoss-user] EJB-QL For LIKE



 In the Oracle SQL command when we want to find data like

 SELECT * FROM tableName WHERE tableName.firstName LIKE 'Jo%'

 The result will map for all first name that first 2 char match to 'Jo'

 ex: 'John', 'Joe', 'Johanes', 'Johnsan', etc

 So what should be the ejb-ql command for the above query?

 -phu



 ---
 This sf.net email is sponsored by:ThinkGeek
 Welcome to geek heaven.
 http://thinkgeek.com/sf
 ___
 JBoss-user mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-user




---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] bundled tomcat version of 3.0.2

2002-09-12 Thread Anthony Geoghegan

Yes thanks a lot Scott.

Best Regards,
Anthony Geoghegan.
J2EE Developer
CPS Ireland Ltd.
- Original Message -
From: Scott M Stark [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, September 12, 2002 1:21 AM
Subject: Re: [JBoss-user] bundled tomcat version of 3.0.2


 I just put out a jboss-3.0.2_tomcat-4.0.4 bundle on sourceforge. The Jetty
 listener bind address can be configured via an Address attribute:

 Call name=addListener
   Arg
 New class=org.mortbay.http.SocketListener
   Set name=Port80/Set
   Set name=Addressvhost.dot.com/Set
   Set name=MinThreads5/Set
   Set name=MaxThreads255/Set
   Set name=MaxIdleTimeMs3/Set
   Set name=MaxReadTimeMs1/Set
   Set name=MaxStopTimeMs5000/Set
   Set name=LowResourcePersistTimeMs5000/Set
 /New
   /Arg
 /Call

 
 Scott Stark
 Chief Technology Officer
 JBoss Group, LLC
 

 - Original Message -
 From: Emerson Cargnin - SICREDI Serviços [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Wednesday, September 11, 2002 3:35 PM
 Subject: Re: [JBoss-user] bundled tomcat version of 3.0.2


 nice to hear that, but meanwhile, could someone expert at jetty tell me
 where can I configure the bindaddress, or it is not possible?

 thanks

 David Jencks wrote:
  We plan to continue to support jboss-tomcat, it's just that we all only
  have so much time and Scott in particular who has done the previous
  integrations has been extremely busy lately.
 
  david jencks
 
  On 2002.09.11 17:56:42 -0400 Matthew Baird wrote:
 
 no not speaking for jboss group at all, just saying the questions been
 brought up and hte only response has been to build it yourself. I know
 JBoss group favors the jboss/jetty over jboss/tomcat bundling.
 
 m
 
 -Original Message-
 From: Emerson Cargnin - SICREDI Serviços
 [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, September 11, 2002 2:39 PM
 To: [EMAIL PROTECTED]
 Subject: Re: [JBoss-user] bundled tomcat version of 3.0.2
 
 
 
 
 Matthew Baird wrote:
 
 this has been asked a bunch of times. I think the answer is no one is
 
 working on it (support dropped, I don't know). Instructions exist to do
 the integration yourself which I'm looking through. From what I can tell
 it's not trivial, but do-able.
 
 you mean there won't be any other future versions of jboss-tomcat
 bundle??
 
 my worry is that we use a multi-developer machine with n instances of
 jboss. setting bindaddress tag of jboss and tomcat xml's i can redirect
 the ip to a virtual ip, allowing concurrent instances of jboss. the
 problem is that i couldn't find a way to configure jetty to bind to
 another address. discontinuing jboss-tomcat woul'd be very bad... if it
 will really happen (i was wainting for jboss-tomcat 3.0.2 version)
 pelase someone help me to find a way to redirect jetty to another ip
 address.
 
 Thanks in advance
 
 Emerson
 
 
 m
 
 -Original Message-
 From: Anthony Geoghegan [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, September 11, 2002 8:35 AM
 To: [EMAIL PROTECTED]
 Subject: [JBoss-user] bundled tomcat version of 3.0.2
 
 
 There doesn't seem to be a Tomcat bundled version of JBoss 3.0.2
 
 available
 
 on the sourceforge file download list yet.
 Is there any issue with deploying it?
 
 Best Regards,
 Anthony Geoghegan.
 J2EE Developer
 CPS Ireland Ltd.
 
 
 
 ---
 In remembrance
 www.osdn.com/911/
 ___
 JBoss-user mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-user
 
 
 ---
 In remembrance
 www.osdn.com/911/
 ___
 JBoss-user mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-user
 
 
 
 --
 Emerson Cargnin
 SICREDI - Tel : 3358-4860
 
 
 
 ---
 In remembrance
 www.osdn.com/911/
 ___
 JBoss-user mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-user
 
 
 ---
 In remembrance
 www.osdn.com/911/
 ___
 JBoss-user mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-user
 
 
 
 
 
  ---
  In remembrance
  www.osdn.com/911/
  ___
  JBoss-user mailing list
  [EMAIL PROTECTED]
  https://lists.sourceforge.net/lists/listinfo/jboss-user
 


 --
 Emerson Cargnin
 SICREDI - Tel : 3358-4860



 ---
 In remembrance
 www.osdn.com/911/
 ___
 JBoss-user mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] bundled tomcat version of 3.0.2

2002-09-11 Thread Anthony Geoghegan

There doesn't seem to be a Tomcat bundled version of JBoss 3.0.2 available
on the sourceforge file download list yet.
Is there any issue with deploying it?

Best Regards,
Anthony Geoghegan.
J2EE Developer
CPS Ireland Ltd.



---
In remembrance
www.osdn.com/911/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] RE: Indexing of finders

2002-09-10 Thread Anthony Geoghegan

EJBQL (CMP 2.0) does not support ORDER BY statements.
Thus, I don't believe you can index a finder method in standard EJBQL.
The various JBoss specific QL overrides though support it (e.g.. JBossQL).
Is this what you mean?

Best Regards,
Anthony Geoghegan.
J2EE Developer
CPS Ireland Ltd.
- Original Message -
From: Kevin Conner [EMAIL PROTECTED]
To: 'jboss users' [EMAIL PROTECTED]
Sent: Tuesday, September 10, 2002 5:20 PM
Subject: [JBoss-user] RE: Indexing of finders


  I have a simple question which I hope will have a simple answer :-)
 
  I have been going through the jboss 3.0.2 source to try and find out
  if there is any way to enable indexing for finder methods.  So far I
  have been unable to find any mechanism for achieving this.
 
  Can anyone tell me if this is possible and, if so, what I have missed
  in enabling it?

 Sorry, forgot to add that this is for CMP entity beans with finders
written
 in EJBQL.

 Thanks,
 Kev

 Kevin Conner
 Orchard Information Systems Limited
 Newcastle Technopole, Kings Manor
 Newcastle Upon Tyne, NE1 6PA. United Kingdom
 Registered in England, Number 1900078
 Tel: +44 (0) 191-2032536  Fax: +44 (0) 191 2302515


 ---
 This sf.net email is sponsored by: OSDN - Tired of that same old
 cell phone?  Get a new here for FREE!
 https://www.inphonic.com/r.asp?r=sourceforge1refcode1=vs3390
 ___
 JBoss-user mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-user




---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1refcode1=vs3390
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] RE: CMP2 java.lang.Short mapping for Oracle 9i

2002-09-05 Thread Anthony Geoghegan

I had this problem too.  Luckily it's a new app and I didn't have existing
code to support.  I just changed all the fields to java.lang.Integer type.
That ojdbc14.jar has had a lot of bug fixes applied recently so I don't know
if it's the most stable or not.
It's a cast exception of some sort you get isn't it?

Best Regards,
Anthony Geoghegan.
J2EE Developer
CPS Ireland Ltd.
- Original Message -
From: Boris Tamarkin [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Wednesday, September 04, 2002 10:53 PM
Subject: [JBoss-user] RE: CMP2 java.lang.Short mapping for Oracle 9i


 Thanks David,
 It as a driver issue.

 Boris

 From: David Ward [EMAIL PROTECTED]
 Organization: Distributed Object Technologies, Inc.
 To: [EMAIL PROTECTED]
 Subject: Re: [JBoss-user] RE: CMP2 java.lang.Short mapping for Oracle 9i
 Reply-To: [EMAIL PROTECTED]

 Just curious if you've tried the 9.2.0.1.0 driver, ojdbc14.jar
 Oracle has stopped calling it classes12.zip/jar.  Not sure if the latest
 would work better for you or not...

 David

 --

 Boris Tamarkin wrote:
  So java.lang.Short can't be mapped with CMP2 for Oracle?
  It is strange.
  I tried to replace jdbc-type with INTEGER, but it doesn't work as well.
  I don't wont to change existing code: replace java.lang.Short type with
  Integer, because it is already works with
  mySQL and MSSQL databases  fine. We just need to add support to Oracle.
  BTW, I have the Oracle 9i version of classes12.jar in lib directory
 
  Anyone knows how to resolve this issue with supporting java.lang.Short
  in CMP2?
  I have tried to search in forum archives without success.
  Dan, may be You can help?
  Thanks,
  Boris
 
  From: Saroj Kumar [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Subject: RE: [JBoss-user] CMP2 java.lang.Short mapping for Oracle 9i
  Date: Wed, 4 Sep 2002 10:42:02 +0530
  Organization: wipro
  Reply-To: [EMAIL PROTECTED]
 
  Try INTEGER.
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED]] On Behalf Of Boris
  Tamarkin
  Sent: Wednesday, September 04, 2002 3:44 AM
  To: '[EMAIL PROTECTED]'
  Subject: [JBoss-user] CMP2 java.lang.Short mapping for Oracle 9i
 
 
 
  What correct mapping for java.lang.Short should be for Oracle 9i in
  standardjbosscmp-jdbc.xml file?
  I have tried
  java-typejava.lang.Short/java-type
  jdbc-typeNUMERIC/jdbc-type
  sql-typeNUMBER(5)/sql-type
  also
  java-typejava.lang.Short/java-type
  jdbc-typeSMALLINT/jdbc-type
  sql-typeSMALLINT/sql-type
  also
  java-typejava.lang.Short/java-type
  jdbc-typeNUMERIC/jdbc-type
  sql-typeSMALLINT/sql-type
  also
  java-typejava.lang.Short/java-type
  jdbc-typeSMALLINT/jdbc-type
  sql-typeNUMBER(5)/sql-type
  and no success.
  I got java.lang.ClassCastException in ejbCreate(..., java.lang.Short
  arg, ).
 
  It happens when using CMP2 on JBoss3.0.0-tomcat4.0.3.
  Also I tried both SMALLINT and Number(5) types for column in table in
  Oracle 9i database that corresponds to Short type.
 
  with all combinations above.
  Will appreciate help.
  Thanks,
Boris




---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1refcode1=vs3390
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] Isolation level for resource connection oracle

2002-09-05 Thread Anthony Geoghegan

Can anyone suggest the most sensible isolation level to use for jdbc locking
when making JDBC calls to an Oracle 8i database?
Best Regards,
Anthony Geoghegan.
J2EE Developer
CPS Ireland Ltd.



---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1refcode1=vs3390
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] Appologies regarding last post

2002-09-04 Thread Anthony Geoghegan

Sorry last post was a false alarm :-).

Best Regards,
Anthony Geoghegan.
J2EE Developer
CPS Ireland Ltd.


---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1refcode1=vs3390
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] Foreignkey field issue when used with CHAR data type and CMP 2.0

2002-09-04 Thread Anthony Geoghegan

I'm using JBOSS 3.01.RC1 and Oracle 8i Enterprise.
I get the following Oracle error when using CMP and creating a EJB-QL
relation on a foreign key called TRANSACTION_ID
TRANSACTION_ID is a CHAR(20) as are all my keys as I use abase64 encoded
UUID generation technique for keys.

Error:
2002-09-04 12:59:09,875 ERROR [org.jboss.ejb.GlobalTxEntityMap] Store failed
on entity: 4dMAQiOEFMcxCv7FIMHc
javax.ejb.EJBException: Store failed; CausedByException is:
 ORA-01722: invalid number

Why is JBOSS assuming that foreign keys are NUMBER types?
Can I change this?

Best Regards,
Anthony Geoghegan.
J2EE Developer
CPS Ireland Ltd.



---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1refcode1=vs3390
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] Foreignkey field issue when used with CHAR data type and CMP 2.0

2002-09-04 Thread Anthony Geoghegan

Dain I had spotted this mistake early and posted a retraction (under a
different subject unfortunately)
Yes indeed you are correct it was an old table design that hadn't been
updated, mea maxima culpa.
Best Regards,
Anthony Geoghegan.
J2EE Developer
CPS Ireland Ltd.
- Original Message -
From: Dain Sundstrom [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, September 04, 2002 3:59 PM
Subject: Re: [JBoss-user] Foreignkey field issue when used with CHAR data
type and CMP 2.0


 Anthony Geoghegan wrote:
  I'm using JBOSS 3.01.RC1 and Oracle 8i Enterprise.
  I get the following Oracle error when using CMP and creating a EJB-QL
  relation on a foreign key called TRANSACTION_ID
  TRANSACTION_ID is a CHAR(20) as are all my keys as I use abase64 encoded
  UUID generation technique for keys.
 
  Error:
  2002-09-04 12:59:09,875 ERROR [org.jboss.ejb.GlobalTxEntityMap] Store
failed
  on entity: 4dMAQiOEFMcxCv7FIMHc
  javax.ejb.EJBException: Store failed; CausedByException is:
   ORA-01722: invalid number
 
  Why is JBOSS assuming that foreign keys are NUMBER types?
  Can I change this?

 JBoss makes no such assumption.  This is an oracle error message and
 number.  Here is some info on this error:

 http://www.orafaq.com/error/ora-01722.htm

 Now the question is why does oracle think that your TRANSACTION_ID field
 is a number.  Did you allow JBoss to create the table for you or did you
 create it your self?  Either way check the sql used to create the table.
   Also turn the log level up to DEBUG for the org.jboss.ejb.plugins.cmp
 to DEBUG so you can see the insert/ update sql.

 -dain



 ---
 This sf.net email is sponsored by: OSDN - Tired of that same old
 cell phone?  Get a new here for FREE!
 https://www.inphonic.com/r.asp?r=sourceforge1refcode1=vs3390
 ___
 JBoss-user mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-user




---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1refcode1=vs3390
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] ejb-link

2002-08-19 Thread Anthony Geoghegan

I have a ejb-local-ref  element pointing to a bean in a seperate jar.
However when I deploy the bean I get:

2002-08-19 11:01:57,984 WARN  [org.jboss.system.ServiceController] Problem
starting service
jboss.j2ee:service=EJB,jndiName=comp/env/ejb/messageDirector
org.jboss.deployment.DeploymentException: Local references currently require
ejb-link

I understood that ejb-link only points to refernces within the current
JAR.  When I asked on Friday could local references be made between seperate
JARs I was told I could.  What am I doing wrong?

Best Regards,
Anthony Geoghegan.
J2EE Developer
CPS Ireland Ltd.



---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1refcode1=vs3390
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] ejb-link

2002-08-19 Thread Anthony Geoghegan

Perfect!
JBuilder Enterprise doesn't seem to like the syntax but hey!
Also Class loading order seems to make a huge issue.
Does anybody know why JBoss doesn't just load classes on demand but actually
seems to pre-load classes jar by jar?

Best Regards,
Anthony Geoghegan.
J2EE Developer
CPS Ireland Ltd.
- Original Message -
From: Ole Husgaard [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, August 19, 2002 2:44 PM
Subject: Re: [JBoss-user] ejb-link


 Hi,

 I have no problems refering to my IntegerSequence bean in
 base-ejb.jar:
   ejb-local-ref
 descriptionPrimary key generator/description
 ejb-ref-nameejb/IntegerSequenceLocal/ejb-ref-name
 ejb-ref-typeEntity/ejb-ref-type
 local-homedk.sparre.book.base.IntegerSequenceLocalHome/local-home
 localdk.sparre.book.base.IntegerSequenceLocal/local
 ejb-linkbase-ejb.jar#IntegerSequence/ejb-link
   /ejb-local-ref

 Hope this helps.


 Best Regards,

 Ole Husgaard.


 Anthony Geoghegan wrote:
 
  I have a ejb-local-ref  element pointing to a bean in a seperate jar.
  However when I deploy the bean I get:
 
  2002-08-19 11:01:57,984 WARN  [org.jboss.system.ServiceController]
Problem
  starting service
  jboss.j2ee:service=EJB,jndiName=comp/env/ejb/messageDirector
  org.jboss.deployment.DeploymentException: Local references currently
require
  ejb-link
 
  I understood that ejb-link only points to refernces within the current
  JAR.  When I asked on Friday could local references be made between
seperate
  JARs I was told I could.  What am I doing wrong?
 
  Best Regards,
  Anthony Geoghegan.
  J2EE Developer
  CPS Ireland Ltd.
 
  ---
  This sf.net email is sponsored by: OSDN - Tired of that same old
  cell phone?  Get a new here for FREE!
  https://www.inphonic.com/r.asp?r=sourceforge1refcode1=vs3390
  ___
  JBoss-user mailing list
  [EMAIL PROTECTED]
  https://lists.sourceforge.net/lists/listinfo/jboss-user


 ---
 This sf.net email is sponsored by: OSDN - Tired of that same old
 cell phone?  Get a new here for FREE!
 https://www.inphonic.com/r.asp?r=sourceforge1refcode1=vs3390
 ___
 JBoss-user mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-user




---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1refcode1=vs3390
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] Local Interfaces to seperate Jars

2002-08-16 Thread Anthony Geoghegan

Is it possible to use local interfaces to beans in another Jar file without
getting a NoClassDefFoundError?

Best Regards,
Anthony Geoghegan.
J2EE Developer
CPS Ireland Ltd.



---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1refcode1=vs3390
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] Classloader issue regarding locally Interfaced beans in seperate Jar

2002-08-16 Thread Anthony Geoghegan

Can alphabetical issues (Jar A being loaded before Jar Z)
cause a locally interfaced EJB appear to be not found i.e. NoClassDefFound.
Best Regards,
Anthony Geoghegan.
J2EE Developer
CPS Ireland Ltd.


---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1refcode1=vs3390
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] Oracle sequence with CMP

2002-08-12 Thread Anthony Geoghegan

Is there anyway of using an Oracle sequence with CMP in JBOSS 3.0.1?
Any indication I have is that you must use BMP
Best Regards,
Anthony Geoghegan.
J2EE Developer
CPS Ireland Ltd.


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] Urgent: Can't get Session bean to execute from external Tomcat installation

2002-08-09 Thread Anthony Geoghegan

I sure you've seen this issue before chaps:
When I call the home.create() method I get an RMI marshelling exception.
The tomcat installation is a stand-alone installation in a seperate JVM from
located on the same box.
The code works fine in a test client outside of tomcat.
The box is a windows 200 professional installation and there are no spaces
in the TEMP folder.
There are spaces however in the TOMCAT working directory.

here's the relevant snippet of the stacktrace:

java.rmi.MarshalException: error marshalling arguments; nested exception is:
 java.net.SocketException: Software caused connection abort: socket write
error
 at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:129)
 at org.jboss.invocation.jrmp.server.JRMPInvoker_Stub.invoke(Unknown Source)
 at
org.jboss.invocation.jrmp.interfaces.JRMPInvokerProxy.invoke(JRMPInvokerProx
y.java:128)
 at
org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:108)
 at
org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:73
)
 at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:76)
 at org.jboss.proxy.ejb.HomeInterceptor.invoke(HomeInterceptor.java:198)
 at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:76)
 at $Proxy0.create(Unknown Source)

Any ideas?

Best Regards,
Anthony Geoghegan.
J2EE Developer
CPS Ireland Ltd.



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] Urgent: Can't get Session bean to execute from external Tomcat installation

2002-08-09 Thread Anthony Geoghegan

I've improved my position a bit here for anyone's information.
M$ is a *** for putting folders in with spaces.
I had a tomcat webapp working from a documents and settings folder
this seems to be the root of the issue.
The JBoss client jars just don't seem to like spaces anywhere within the
same universe :-)

Best Regards,
Anthony Geoghegan.
J2EE Developer
CPS Ireland Ltd.
- Original Message -
From: Anthony Geoghegan [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, August 09, 2002 9:55 AM
Subject: [JBoss-user] Urgent: Can't get Session bean to execute from
external Tomcat installation


 I sure you've seen this issue before chaps:
 When I call the home.create() method I get an RMI marshelling exception.
 The tomcat installation is a stand-alone installation in a seperate JVM
from
 located on the same box.
 The code works fine in a test client outside of tomcat.
 The box is a windows 200 professional installation and there are no spaces
 in the TEMP folder.
 There are spaces however in the TOMCAT working directory.

 here's the relevant snippet of the stacktrace:

 java.rmi.MarshalException: error marshalling arguments; nested exception
is:
  java.net.SocketException: Software caused connection abort: socket write
 error
  at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:129)
  at org.jboss.invocation.jrmp.server.JRMPInvoker_Stub.invoke(Unknown
Source)
  at

org.jboss.invocation.jrmp.interfaces.JRMPInvokerProxy.invoke(JRMPInvokerProx
 y.java:128)
  at

org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:108)
  at

org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:73
 )
  at
org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:76)
  at org.jboss.proxy.ejb.HomeInterceptor.invoke(HomeInterceptor.java:198)
  at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:76)
  at $Proxy0.create(Unknown Source)

 Any ideas?

 Best Regards,
 Anthony Geoghegan.
 J2EE Developer
 CPS Ireland Ltd.



 ---
 This sf.net email is sponsored by:ThinkGeek
 Welcome to geek heaven.
 http://thinkgeek.com/sf
 ___
 JBoss-user mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-user




---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] JBoss's catalina

2002-07-25 Thread Anthony Geoghegan

It is the full tomcat 4.01 or 4.03 depending on which implementation of
JBOSS 3.x you have.

Best Regards,
Anthony Geoghegan.
J2EE Developer
CPS Ireland Ltd.
- Original Message -
From: Preeti Sood [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, July 25, 2002 11:08 AM
Subject: [JBoss-user] JBoss's catalina


 Hi,
 Can anyone tell me something about Catalina webserver that comes with
Jboss.
 Is it as good as a seperate Tom Cat server OR it has some minimal features
 only?

 Regards,
 Preeti



 ---
 This sf.net email is sponsored by: Jabber - The world's fastest growing
 real-time communications platform! Don't just IM. Build it in!
 http://www.jabber.com/osdn/xim
 ___
 JBoss-user mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-user




---
This sf.net email is sponsored by: Jabber - The world's fastest growing 
real-time communications platform! Don't just IM. Build it in! 
http://www.jabber.com/osdn/xim
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user