[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - using hibernate with mysql and option skip-networking

2008-12-13 Thread vlad2005
I want to use hibernate with mysql, using option skip-networking. My hibernate.cfg is like this: | | | org.hibernate.transaction.JDBCTransactionFactory | com.mysql.jdbc.Driver | | jdbc:mysql://localhost:3306/test | |

[jboss-user] [Microcontainer] - Re: Does the Microcontainer register MBeans that it deploys

2008-12-13 Thread alesj
I have no problems querying mbeans. Just added MBeanServerQuery class | public class MBeanServerQuery | { |private Logger log = Logger.getLogger(getClass()); |private MBeanServer server; | |public MBeanServerQuery(MBeanServer server) |{ | if (server == null)

[jboss-user] [JBoss Cache: Core Edition] - Re: How to listen to network connected and disconnected even

2008-12-13 Thread manik.surt...@jboss.com
Look at the @ViewChanged annotation, with which you can annotate methods on registered @CacheListener objects so that they are invoked whenever a change in the cluster membership is detected. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4196346#4196346 Repl

[jboss-user] [JBossWS] - Re: Problem with inheritance and JBossWS

2008-12-13 Thread a.gazzarini
Excuse me, just a simple question...with @XmlSeeAlso annotation you MUST list in the superclass all the required subclasses (subclasses that need to be declared / defined in WSDL schema portion) ...isn't it absurd from an OO point of view? I mean, a superclass should ignore whenever there are

[jboss-user] [Security & JAAS/JBoss] - Using JAAS Authentication with JBOSS and Tomcat on different

2008-12-13 Thread carcophan
Hi, I am developing a Struts Webapp for a Team thats working on an EJB 2 Enterprise Application using JBoss 4.0.3 and JAAS. The EJB Application is very large and takes long to deploy and start JBoss so I was wondering if it is possible to use a standalone Tomcat for developing the Webapp which con

[jboss-user] [JBoss Messaging] - Re: Client jars for 5.0.0.GA/1.4.1.GA

2008-12-13 Thread clebert.suco...@jboss.com
Depending on the JBAS features you're using, you may find other libraries not listed here, or maybe need less jars than I originally listed. but that will be totally specific to your case, and that's more a JBAS question. jboss-all-client.jar was someting evil on JBAS as any time we (everybody a

[jboss-user] [JBossWS] - Re: Help with WS - No Content-type in the header!

2008-12-13 Thread rodosa
hello!!! I forget to comment that thought Jboss deploy and start the WS : 19:01:08,390 INFO [TomcatDeployer] undeploy, ctxPath=/Requirements-JbpmWebServices, warUrl=.../tmp/deploy/tmp7817Requirements-JbpmWebServices-exp.war/ 19:01:08,609 INFO [TomcatDeployer] deploy, ctxPath=/Requiremen

[jboss-user] [EJB 3.0] - Re: Please help~~deployment of webservice

2008-12-13 Thread rodosa
Hello!! Are you solved this problem?? How??? I've a similar problem than yours. Thanks in advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4196362#4196362 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4196362

[jboss-user] [JBoss jBPM] - Re: Wierd Problem in Hibernate session

2008-12-13 Thread kukeltje
Thanks for reporting back. Recalling is not always good, since now people that encounter the same issue maybe get a clue... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4196364#4196364 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [JBoss jBPM] - Re: how do I use reminders ?

2008-12-13 Thread kukeltje
With access to it, I meant the custom resolver. Is that on the classpath? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4196365#4196365 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4196365 _

[jboss-user] [JBoss jBPM] - Re: HTML support in mail templates

2008-12-13 Thread kukeltje
You've not been asking *me* that all along, you asked the forum. So many things are asked in one way or another that often things get lost. E.g. look at the subject of this topic and your last question... totally not related So I'm sorry you've been asking this all along funny thing is

[jboss-user] [JBoss jBPM] - Re: Decision Handler to result in default transition

2008-12-13 Thread kukeltje
anonymous wrote : Was this intentionally taken away? I think it is, not sure anonymous wrote : | Is there a way to accomplish the same behavior, which is to default the "default" transition if the DecisionHandler doesn't evaluate? I think not. Personally I'd have my decisionhandler return w

[jboss-user] [JBoss jBPM] - Re: Tying domain objects to JBPM Processes

2008-12-13 Thread kukeltje
That or the other way around: Use a businesskey in jBPM that you fill with the key relevant to your case. Or do both View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4196368#4196368 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [Beginners Corner] - Backups and migrations

2008-12-13 Thread fortxun
Hi, I have absolutely no experience of JBoss, I would like to know if it has any built in functionality for exporting a java webapp with database configuration and everything with a view to import later into another server. Along the lines of backup but to make the migration from one hosting pr

[jboss-user] [EJB 3.0] - JBoss AS InterceptorRegistry warning

2008-12-13 Thread bdlink
What does the following warning mean, where is it documented, what do I do to get rid of it? I know EJBTHREE-1246 says bean developers do not have to worry. Example is from O'Reilly EJB3 workbook. example 4.1. 13:11:44,515 WARN [InterceptorsFactory] EJBTHREE-1246: Do not use InterceptorsFact

[jboss-user] [EJB 3.0] - jboss.xml question AS 5

2008-12-13 Thread bdlink
The following jboss.xml would bind a jndi name under jboss as 4, but does not do so under jboss as 5, even though the dtd would seem to indicate that it is still supported: http://www.jboss.com/xml/ns/javaee"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; |

[jboss-user] [JBoss Tools (users)] - Re: How to do exploded deployment?

2008-12-13 Thread rob.stry...@jboss.com
The JBossTools server adapter for webtools does exploded deployment by default. In fact, there's no way to make it do zipped deployment without using the "project archives" view. Make sure your server is of the "JBoss, a division of Red Hat" type and not just "JBoss". The "JBoss" one is cont

[jboss-user] [JBoss Portal] - Re: Injection of header content (title, scripts) with portal

2008-12-13 Thread dkrieger
I am running into the same problem as andiXT. I am running with JDK 6: 1.6.0_07 Doing a bit more inspecting I think I have found the problem, but unfortunately do not have a solid solution for it: PortletResponseImpl creates an element based on the default document factory for your java implem

[jboss-user] [JBoss Messaging] - JBossMessaging 1.4.2: When?

2008-12-13 Thread Juergen.Zimmermann
Is there a coarse estimation when 1.4.2 will be available? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4196382#4196382 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4196382

[jboss-user] [Microcontainer] - DeploymentUnitRegistry: exists?

2008-12-13 Thread ALRubinger
Is there an equivalent of a DeploymentUnitRegistry? For instance: Collection deploymentUnits = DeploymentUnitRegistry.getAllDeploymentUnits(); S, ALR View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4196383#4196383 Reply to the post : http://www.jboss.com/in

[jboss-user] [Microcontainer] - Re: DeploymentUnitRegistry: exists?

2008-12-13 Thread alesj
You can probably combine the usage of - http://anonsvn.jboss.org/repos/jbossas/projects/jboss-deployers/trunk/deployers-client-spi/src/main/java/org/jboss/deployers/client/spi/DeployerClient.java - http://anonsvn.jboss.org/repos/jbossas/projects/jboss-deployers/trunk/deployers-structure-spi/src