[jboss-user] [JBossWS] - jbossws-cxf on jboss 4.2.0

2009-07-26 Thread DGuralnik
Hello, I've installed jbossws-cxf on jboss 4.2.0. There is an exception during jboss starting: 01:20:43,611 ERROR [AbstractKernelController] Error installing to Described: nam e=WSContainerMetaDataDeploymentAspect state=Not Installed mode=Manual requiredSt ate=Create java.lang.ClassNotFoundExcep

[jboss-user] [Messaging, JMS & JBossMQ] - Local or XA datasource

2007-12-03 Thread DGuralnik
Hello, My EJB3 session bean sends messages to a topic. Application tables and JMS tables are in the same Oracle schema that is connected through mcpDS pool. Is it ok if I define mcpDS as local-tx-datasource or I must define it as a XA datasource? Thank you. Dmitry View the original post : h

[jboss-user] [Remoting] - Client lost connection notification

2007-10-30 Thread DGuralnik
The server has lots of remote clients (Swing apllication). Is there any way to get notification on the server that a client application has lost a connection to the server. Thank you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100386#4100386 Reply to th

[jboss-user] [Beginners Corner] - Client lost connection listener on the server

2007-10-30 Thread DGuralnik
Hi, The server has lots of remote clients (Swing apllication). Is there any way to define on the server that a client application has lost a connection to the server. Thank you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100340#4100340 Reply to the po

[jboss-user] [Installation, Configuration & Deployment] - 4.2: SpyJMSException

2007-05-25 Thread DGuralnik
Hi All, I've deployed my application on 4.2. Before I used 4.0.5. The worrying thing is an exception I get during shutdown the server. I didn't get it on 4.0.5. The application uses JMS to send messages. 2007-05-25 21:07:35,180 WARN [org.jboss.resource.adapter.jms.JmsManagedConnection] Handlin

[jboss-user] [JBossCache] - Re: TreeCache and enum

2007-05-16 Thread DGuralnik
Thanks for explanation. I've just started using a cache for my application, didn't use it before. I found some issues regarding enum in caching http://jira.jboss.com/jira/browse/JBCACHE-619 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046202#4046202 Reply

[jboss-user] [JBossCache] - TreeCache and enum

2007-05-16 Thread DGuralnik
Hello All, I've just switched on TreeCache for my EJB3 application. But rather offen I get en exception (see below). resourceType property is TerminalResourceType enum. It also happenns for other entity beans with enum attribute. So can I use TreeCach for entities with enum attributes? Tha

[jboss-user] [EJB 3.0] - BLOB: Lazy loading

2007-04-16 Thread DGuralnik
Hello, I've got the same problem describing in here: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=91231 But switching to a Blob attribute didn't help: it is still loading BLOB column in a query! I played with hibernate.bytecode.use_reflection_optimizer but got the same result. A

[jboss-user] [EJB 3.0] - Re: BLOB: Lazy loading

2007-04-16 Thread DGuralnik
It is the link to the post http://www.jboss.com/index.html?module=bb&op=viewtopic&t=91231 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4037449#4037449 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4037449 _

[jboss-user] [EJB 3.0] - Re: Lazy byte array gets loaded on query

2007-04-15 Thread DGuralnik
Hello, I've got the same problem. But switching to a Blob attribute didn't help: it is still loading BLOB column in a query! I played with hibernate.bytecode.use_reflection_optimizer but got the same result. Another idea was calling hibernate's javassist instrument task during building the app

[jboss-user] [Beginners Corner] - Re: java.lang.NoClassDefFoundError: com/thoughtworks/xstream

2007-01-16 Thread DGuralnik
It was my fall. Wrong jar name at Class-Path... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002465#4002465 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4002465 ___ jboss-u

[jboss-user] [Beginners Corner] - java.lang.NoClassDefFoundError: com/thoughtworks/xstream/XSt

2007-01-16 Thread DGuralnik
Hi All, I am using EJB3 and have an entity bean with a listener. @Entity | @EntityListeners( { ServiceCommandListener.class }) | @Table(name = "ServiceCommand", uniqueConstraints = {}) | public class ServiceCommand extends BaseEntity { | ... This listener calls XStream library to do seri

[jboss-user] [Microcontainer] - Re: Beans loading with Microcontainer in JBoss AS

2007-01-09 Thread DGuralnik
Is it really enough just to register ActionFactory in MBeanServer or provide it a jndi name? Why KernelControllerContextAware must be called in this case by the server? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999497#3999497 Reply to the post : http:/

[jboss-user] [Microcontainer] - Re: Beans loading with Microcontainer in JBoss AS

2007-01-08 Thread DGuralnik
Thank you. I am new with JBoss. Well Is it NOT enough to have mcp.beans file with the beans and the xml description that is packed to my ear? If it is NOT, what way is to have all environment things about Microcontainer beans in ear? Anyway, please give me some detail (example) how to use M

[jboss-user] [Microcontainer] - Re: Beans loading with Microcontainer in JBoss AS

2007-01-08 Thread DGuralnik
I wouldn't like switching to 2.0 because JBoss AS 4.0.5 has Microcontainer 1.0. I think the stateless bean is not important in the discussion. I don't understant how to use this Microcontainer. Spring was pretty easy. So I has beans I declared in jboss-beans.xml. To load them I need a kernel co

[jboss-user] [Microcontainer] - Re: Beans loading with Microcontainer in JBoss AS

2007-01-08 Thread DGuralnik
Sorry, here is jboss-beans.xml: | http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation="urn:jboss:bean-deployer bean-deployer_1_0.xsd" xmlns="urn:jboss:bean-deployer"> | | | View the original post : http://www.jboss.com/index.html?module=bb&op=vi

[jboss-user] [Microcontainer] - Beans loading with Microcontainer in JBoss AS

2007-01-08 Thread DGuralnik
Hi, I have ear with mcp.beans in with jboss-beans.xml: http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="urn:jboss:bean-deployer bean-deployer_1_0.xsd" xmlns="urn:jboss:bean-deployer"> I wanted get my beans defined in xml to use them in stateless beans.

[jboss-user] [Beginners Corner] - Re: Remote client - @EJB

2007-01-02 Thread DGuralnik
It is 4.0.5. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3997199#3997199 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3997199 ___ jboss-user mailing list jboss-user@lists.j

[jboss-user] [Beginners Corner] - Remote client - @EJB

2007-01-01 Thread DGuralnik
Hi, I've got a problem in my test remote appplication: public class TerminalTest { @EJB(name = "mcp/TerminalDao/remote") private TerminalDao terminalDao; public TerminalDaoTest() { //try { // InitialContext ctx = new InitialContext();