[jboss-user] [JBoss Messaging] - Clustering question (1.4.4)

2009-06-19 Thread viniciuscarvalho
Hello there! We are preparing an environment that will consist of 2 physical servers, where we would have 2 instances on each server, a total of 4 JBoss AS instances. Those would be grouped in 2 separate partitions. So far this is working great. Now we need to add JBM to the cluster, and some qu

[jboss-user] [JBoss Tools (users)] - Re: Hibernate Tools: The chosen transaction strategy require

2009-02-18 Thread viniciuscarvalho
Well, nervermind I've recreated the hibernate.cfg.xml but using the wizzard and now it works... Regards View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211028#4211028 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=42110

[jboss-user] [JBoss Tools (users)] - Hibernate Tools: The chosen transaction strategy requires ac

2009-02-18 Thread viniciuscarvalho
Hello there! I've already used Hibernate tools on previous projects, now I've migrate to 3.0 version. And tried to configure an hibernate configuration for my jpa project (it is not a facet on eclipse, its just a plain java project with annotations). Well, here's my persistence.xml | |

[jboss-user] [Security & JAAS/JBoss] - Re: Retreiving user roles using a ClientLogin

2008-10-29 Thread viniciuscarvalho
Thanks, just a question tough! >From what I've read so far, the ClientLoginModule only stores the credentials >passed to it right? So when I perform a LoginContext.login(), it won't >actually validate my user, since the correct module (ldap) is stored on the >server side right? But, on my first

[jboss-user] [Security & JAAS/JBoss] - Retreiving user roles using a ClientLogin

2008-10-28 Thread viniciuscarvalho
Hello there! I know that is possible to use ClientLoginModule inside a swing app to authenticate on a remote jboss server and call secured ejbs. But is it possible to retreive the user's roles after he has been authenticated? I need this info to show/hide some gui functionalities. Regards View

[jboss-user] [Clustering/JBoss] - Load Balancing policies (client proxy)

2008-10-03 Thread viniciuscarvalho
Hello there! I'm just wondering that the current available policies (round-robin, first available) they all randomize the node to connect to, this might lead a situation where one of my nodes gets more clients than the other. Is there an way to create a custom policy that one could check the num

[jboss-user] [JBossWS] - Receiving notifications from endpoints

2008-08-25 Thread viniciuscarvalho
Hello there! Is there a way to be notified when new endpoints get registred? I was looking at the source code for the ManagedEndpointRegistry and could not find any notifications using the JMX notification mechanism. Is there an way to acomplish that? View the original post : http://www.jboss.c

[jboss-user] [JBossWS] - Can't get a dependency on jboss.ws:service=EndpointRegistry

2008-08-25 Thread viniciuscarvalho
Hello there! I've created MBeans several times on jboss, and I can't find what am I missing here. I'm developing a DatabaseRecordProcessor, it's start method looks like this: | public void start() throws Exception{ | try | { | MBeanServer server

[jboss-user] [JBoss Messaging] - Re: Topic Messages not being delivered

2008-08-13 Thread viniciuscarvalho
Thanks Peter, that was the "problem" Best regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4170441#4170441 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4170441 ___ jbos

[jboss-user] [JBoss Messaging] - Topic Messages not being delivered

2008-08-13 Thread viniciuscarvalho
Hello there! What are the dependencies that need to be fulfilled in order to send messages to a Topic? I have an MBean configured like this: | | | jboss:service=Naming | jboss.messaging.connectionfactory:service=ConnectionFactory | jboss.messaging.de

[jboss-user] [JBoss Portal] - Problems with CMS

2008-07-23 Thread viniciuscarvalho
Version 2.6.4 Well, we are using a portal url to redirect to one of our windows. When we fetch the portalnode and invoke node.createURL(Navigation.getPortalRuntimeContext()); We always get an url with an ?action=2 at the end. I have no idea of what does that means, but, I do know that it causes

[jboss-user] [JBoss Messaging] - JMS Benchmark

2008-07-23 Thread viniciuscarvalho
In case someone missed it : http://www.c2b2.co.uk/iPoint/ipoint?SelectedPage=69&110ArticleID=17 JBM is the best choice of the selected. Can't wait for 2.0 :D View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4166228#4166228 Reply to the post : http://www.jboss

[jboss-user] [Management, JMX/JBoss] - ClassCastException on remote Mbean invocation

2008-07-23 Thread viniciuscarvalho
Hello there! Our app is running inside JBoss portal and we have scoped deployment (we use a more up-to-date version of hibernate) So we set our loader-repository on the jboss-app.xml Well, in a certain moment we need to use the portal sessionfactory and we gain access to it through: MBeanServe

[jboss-user] [JBoss Portal] - Portal API : PortalNode

2008-07-22 Thread viniciuscarvalho
Hello there! We need to create links to our portlets in a component outside the portlet (so we do not have access to request/response objects) What we need is to generate a link for a given content on the cms. We know that it is possible to find the ObjectNode of a given content by querying the

[jboss-user] [Microcontainer] - Exposing a bean as JNDI object

2008-07-22 Thread viniciuscarvalho
Hello there! I've been looking at the MC for a few days now. I would like to integrate it with my seam app, and it seems that the easiest way is to expose my service beans as jndi objects. At the docs, chapt 5.5 it is mentioned that one should "(...)create an instance of JBoss NS using the micr

[jboss-user] [JBoss Portal] - Re: MyFaces Portlet called from a non-JSF request ..

2008-07-14 Thread viniciuscarvalho
We are facing the same problem here! Did you find another way around? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164292#4164292 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4164292 _

[jboss-user] [JBoss Messaging] - Re: Too many Timer-XXXX threads

2008-07-07 Thread viniciuscarvalho
Thanks Tim. We are still digging to see what can be the problem. So far I don't think its JBM, as I said I only post here because it seemed to be the best place :) We are using JBR 2.2.2.SP3, so I guess that specific problem is solved. I fear for the ESB listeners :( Regards View the original

[jboss-user] [JBoss Messaging] - DLQ messages (problem on startup)

2008-06-24 Thread viniciuscarvalho
[JBM 1.4.0.SP3] Hello there! We've simulated a situation (problaby won't happen in our production, but our customer asked us to). We have inserted 10.000 messages on the DLQ channel. There's no listener for this channel. With this small value, JBoss startup time is increased by a 5x factor. Th

[jboss-user] [JBoss Portal] - Re: PortletApplicationRegistryListener

2008-06-18 Thread viniciuscarvalho
ok I got it working. Just would like to share for others : | public void start() throws Exception { | MBeanServer server = MBeanServerLocator.locateJBoss(); | ObjectName name = new ObjectName("portal:service=WebAppRegistry"); | | ser

[jboss-user] [JBoss Portal] - ClassLoading issues

2008-06-02 Thread viniciuscarvalho
Hello there! I'm having some issues with jboss classloading inside portal. My problem is that I have an app that depends on lucene 2.3.2, and it seems that jackrabitt uses 1.4. What I need is a CMS interceptor that will index most of the things that are uploaded (html,xml,txt,pdf,doc,xsl, etc.)

[jboss-user] [JBoss Portal] - PortletApplicationRegistryListener

2008-05-05 Thread viniciuscarvalho
Hello there! I would like to register my own PortletApplicationRegistryListener in order to listen to portlets being deployed inside my portal. I can't find how to register it within the PortletApplicationRegistry. How can I do this? Regards View the original post : http://www.jboss.com/index.

[jboss-user] [JBoss Portal] - Search Function

2008-03-31 Thread viniciuscarvalho
Hello there! I've just started with jackrabbit API and it's use inside jboss portal. Still have a lot to learn. We are building a search functionality for our portal, our first idea was to use lucene to index the documents as they were added (using cms interceptors to ask our indexer to do so).

[jboss-user] [JBoss Portal] - Re: Myfaces vs Sun RI

2008-03-18 Thread viniciuscarvalho
Hi there! What about your bridge? We are just trying the JSR-301 bridge impl from you guys? Does it work with Sun-RI? Regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137624#4137624 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[jboss-user] [JBossWS] - Yet another WS-Security question ...

2008-03-10 Thread viniciuscarvalho
Hello there! I'm using JBoss 4.2.1.GA with JBoss WS Before one can point, I've already read: http://jbws.dyndns.org/mediawiki/index.php?title=User_Guide#WS-Security http://www.jboss.com/index.html?module=bb&op=viewtopic&t=105580&postdays=0&postorder=asc&start=10 http://jbws.dyndns.org/mediawiki/

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Hibernate 3.2.3 update large columns problem

2008-02-09 Thread viniciuscarvalho
Hibernate Version: 3.2.3 Hibernate Entity Manager:3.2.1.GA Hibernate Annotations:3.2.1.GA | | | org.hibernate.ejb.HibernatePersistence | OracleDS | | | | | | | 0 | | | | Hello there! I'm facin

[jboss-user] [Security & JAAS/JBoss] - Custom Login Module not working

2008-02-08 Thread viniciuscarvalho
Hello there! I've remember doing this before (4.0.1 version) and was pretty easy, as explained here: http://wiki.jboss.org/wiki/Wiki.jsp?page=CreatingACustomLoginModule I've followed all the steps (basically almost copied and pasted the code, replacing only the encode algorithm for password), b

[jboss-user] [Beginners Corner] - Re: JBoss + Xerces + Xalan ... lots of problems

2007-12-21 Thread viniciuscarvalho
If someone cares ... I've solved this by using the VM parameter : -Djavax.xml.transform.TransformerFactory=com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl" I have no idea why the Xalan transformer causes this, but it solved my problem, and that what matters ;) View the orig

[jboss-user] [Beginners Corner] - JBoss + Xerces + Xalan ... lots of problems

2007-12-20 Thread viniciuscarvalho
Hello there! I'm living a nightmare with xml-apis I have a transformation that works fine in my eclipse test cases: | | | 1234 | | | | | | | | | What I need is to copy the id from header to customer. Well hereś the xsl: | | | http://www.w3.org/1999/X

[jboss-user] [EJB 3.0] - Re: Transaction rolled back question

2007-11-16 Thread viniciuscarvalho
"yilmaz_" wrote : if an excetion occurs container rollbacks automatically. | if you want to hold the state of transaction use UserTransaction | and this is not a good idea to catch exceptions | anonymous wrote : try{...} | | catch(SQLEXception e){ | | throw new RuntimeException(e);//

[jboss-user] [EJB 3.0] - Transaction rolled back question

2007-11-16 Thread viniciuscarvalho
Hello there! I have an MDB that calls a SLSB to process a message. The SLSB perform some operations on the database. The SLSB captures all the exceptions that might happen never throwing them. But I'm getting in a sistuation where and SQLException happens, the Transaction is rolled back (even t

[jboss-user] [EJB/JBoss] - JBoss 4.2 + JBoss Messaging MDB performance issues

2007-11-07 Thread viniciuscarvalho
Hello there! My application uses JMS heavily. It is a series of MessageListeners that through a central router communicate with each other. Almost all of my listeners are created as jms clientes with MessageConsumers (the reason for that is because I was not able to create mdbs "on-the-fly" on

[jboss-user] [EJB 3.0] - Re: MDB MessageType problems

2007-10-19 Thread viniciuscarvalho
Forget it :) Correct way was messageListenerInterface=MessageListener.class Sorry :P View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4097114#4097114 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4097114

[jboss-user] [EJB 3.0] - MDB MessageType problems

2007-10-19 Thread viniciuscarvalho
Hello there! I'm running JBoss 4.2.1 and I have this class inheritance: | public abstract class AbstractMDB implements MessageListener{ | @EJB | private bizRef; | | public abstract void operateMessage(Element message); | | public void onMessage(Message message){ | bizRef

[jboss-user] [Remoting] - JBoss Remoting Clients (not using InvokerLocator)

2007-10-16 Thread viniciuscarvalho
Hi there! I was looking in the docs, is it possible to use jboss remoting to be listening to a client that does not uses InvokerLocator? For instance, the create a TFTP service? I've seen that I can manipulate the socket using SocketCreationListeners. But after that my processing chain continues

[jboss-user] [JBossWS] - Re: Raw Style webservices

2007-10-04 Thread viniciuscarvalho
Richard, that did not work either :( The same error was thrown. I tried: | DocumentBuilder db = DOMUtils.getDocumentBuilder(); | Document doc = db.newDocument(); | and also | Document doc = DOMUtils.getOwnerDocument(); | Both throws the same error. Regards View the original post

[jboss-user] [JBossWS] - "

2007-10-04 Thread viniciuscarvalho
Sure :) Here's the code: | public SOAPMessage invoke(SOAPMessage message) { | SOAPMessage returnMessage = null; | try { | MessageFactory mf = MessageFactory.newInstance(); | returnMessage = mf.createMessage(); |

[jboss-user] [JBossWS] - Re: Raw Style webservices

2007-10-04 Thread viniciuscarvalho
Yeah, believe that there's a bug, the following work with no problem at all: | SOAPElement test = f.createElement("CommandResponse","sys","http://www.acme.com/sys/schemas";); | returnMessage.addChildElement(test); | View the original post : http://www.jboss.com/index.html?module=bb&op=v

[jboss-user] [JBossWS] - Re: Raw Style webservices

2007-10-04 Thread viniciuscarvalho
Well, that did not work as well. It also throws an exception when I try: | MessageFactory mf = MessageFactory.newInstance(); | returnMessage = mf.createMessage(); | SOAPFactory f = SOAPFactory.newInstance(); | SOAPBody body = re

[jboss-user] [JBossWS] - Raw Style webservices [Design question]

2007-10-03 Thread viniciuscarvalho
Hello there! I'm developing a Topdown webservice, and defining my own WSDL, and using @WebserviceProvider annotations. The service is running, I can access it using webservice explorer or SOAPUI. When I generate the client using JBoss WS, I'm getting some errors on the response. I know it's som

[jboss-user] [JBossWS] - Re: Raw Style webservices

2007-10-03 Thread viniciuscarvalho
Thanks, I gave up on the Message style to go to Payload. this problem was solved :) Have new ones :( Regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4091220#4091220 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [JBossWS] - Raw Style webservices

2007-10-01 Thread viniciuscarvalho
Hello there! As I've been reporting here [and getting good support]. I'm developing a rawstyle ws using @WSProvide annotation. After getting things working (jboss WS 2.0.1, downgrading to jdk 5 because SAAJ version). Now things are starting to work, but I'm getting an exception: NAMESPACE_ERR:

[jboss-user] [JBossWS] - Re: SOAPMessage error: setProperty must be overridden by all

2007-10-01 Thread viniciuscarvalho
Thanks Richard, Oskar. What is really tricking me is the fact that both my endorsed dirs (default from VM and JBoss) have the jboss-saaj.jar. And still, it complains about the error described. Does this qualifies as a Bug? Regards View the original post : http://www.jboss.com/index.html?modu

[jboss-user] [JBossWS] - Re: SOAPMessage error: setProperty must be overridden by all

2007-09-28 Thread viniciuscarvalho
Yeah, that's correct! But, shouldn't I be able to use the endorsed dirs? my jboss-endorsed has the jboss-saaj.jar and also my JAVA_HOME/jre/lib/endorsed Should I downgrade my JVM? Best regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089863#4089863 R

[jboss-user] [JBossWS] - SOAPMessage error: setProperty must be overridden by all sub

2007-09-28 Thread viniciuscarvalho
Hello there! From what I've searched so far, this error happens when I have a sun RI SAAJ in my classloader. I've searched my entire harddisk (literally) for a reference to anothar SAAJ implementation that's not jboss-saaj.jar. And could not find. I've also used some operations on the classloade

[jboss-user] [JBossWS] - Re: @WebServiceProvider not being deployed

2007-09-28 Thread viniciuscarvalho
Well, it turns that version 2.0.0 does not support it. When I've upgraded my jbossws to 2.0.1 on my jboss 4.2.0 server. It worked with no problem at all. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089805#4089805 Reply to the post : http://www.jboss.com

[jboss-user] [JBossWS] - @WebServiceProvider not being deployed

2007-09-27 Thread viniciuscarvalho
Hello there! I'm using JBoss 4.2.0 GA, and after deploying my service it deploys the EJB SLSB but not the endpoint. Here's my code: | @Local | @Stateless | @WebServiceProvider(wsdlLocation="META-INF/wsdl/CommandProcessor.wsdl", | targetNamespace="http

[jboss-user] [JBossWS] - Re: Help with WSDL and extensions

2007-09-27 Thread viniciuscarvalho
Just found @WebserviceProvider :D. Well, may not be the best way, but I need the flexibility :) Regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089329#4089329 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40893

[jboss-user] [JBossWS] - Help with WSDL and extensions

2007-09-27 Thread viniciuscarvalho
Hello there! I'm trying to figure out how one can achieve an way to use inheritance with WSDL. On a previous post url][http://www.jboss.org/index.html?module=bb&op=viewtopic&t=119507[/url] (Still not answered :( ) I've explained that I need to find a way to use the same contract and have differ

[jboss-user] [JBossWS] - Using inheiritance with WSDL

2007-09-24 Thread viniciuscarvalho
Hello there! Although this is not related specific to JBossWS, since I'm using it as my Webservice stack, I was wondering if I could get some assistance here. I'd like to know if I can get inheritance using WSDL, let me try to explain: Suppose I have a complexType of Command: | | |

[jboss-user] [EJB 3.0] - @EJB annotation inside a SAR module

2007-09-18 Thread viniciuscarvalho
I'm trying to use a @EJB annotation inside a pojo that is deployed in a SAR file. It's not working. Is it possible to get it working? Regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085485#4085485 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss Messaging] - Service Dependency order

2007-09-18 Thread viniciuscarvalho
Hello there! This is not a specific question to messaging, but it depends on the messaging deployer, so I hope I find some help here! I'm creating a custom deployer, that loads some message consumers on startup. I'm having a little problem with dependency. If I startup my jboss instance, and the

[jboss-user] [JBoss Messaging] - Re: Jboss hangs when target provider is offline

2007-09-18 Thread viniciuscarvalho
I'm using 1.4 RC1. Should I upgrade it? I'll try with a newer version and check it. Best regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085471#4085471 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085471

[jboss-user] [Management, JMX/JBoss] - Re: Lifecycle methods not being called

2007-09-17 Thread viniciuscarvalho
Sorry, found the answer at the great wiki, just took a lit bit (sorry for being lazy :) ) http://wiki.jboss.org/wiki/Wiki.jsp?page=ProgrammaticServices View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085299#4085299 Reply to the post : http://www.jboss.com/i

[jboss-user] [Management, JMX/JBoss] - Lifecycle methods not being called

2007-09-17 Thread viniciuscarvalho
Hello there! I'm registering an mbean using the server.registerMBean(objectname,object); method. I have a sar file that contains a custom deployer. This deployer reads a custom xml and register mbeans according to it. Although I can see the managed bean on my jmx-console. after being registred

[jboss-user] [JBoss Messaging] - Re: Jboss hangs when target provider is offline

2007-09-12 Thread viniciuscarvalho
Sorry forgot to mention, I will need 2 bridges one on each side, so does that means I'll have a deadlock? one will not startup before other? Regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083610#4083610 Reply to the post : http://www.jboss.com/index

[jboss-user] [JBoss Messaging] - Jboss hangs when target provider is offline

2007-09-12 Thread viniciuscarvalho
Hello there! Jboss (4.2.0) startup fails when the target provider is offline. Is this the expected behaviour? I tried to set the maxRetries to 0, but had no effect. So does it means that my server depends on the other to startup? Regards View the original post : http://www.jboss.com/index.html

[jboss-user] [Beginners Corner] - Re: How to create a POJO at the the start of application and

2007-09-03 Thread viniciuscarvalho
You could try to create a sar archive to load your bean and then rebind it to the initial context. If that helps, I could post an example View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080692#4080692 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [EJB 3.0] - Registring new MDBs on startup

2007-09-03 Thread viniciuscarvalho
Hello there! I'd like to know if it is possible to register new MDBs on the startup. I'm developing a custom deployer, that reads an specific configuration-file. I need to register message listeners according to the xml. Registring the listeners is no problem at all. What I really would like to

[jboss-user] [Beginners Corner] - Re: Can't get Datasource outside container (4.2)

2007-09-03 Thread viniciuscarvalho
Thanks, that did the trick :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080486#4080486 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4080486 ___ jboss-user mailing list j

[jboss-user] [Beginners Corner] - Can't get Datasource outside container (4.2)

2007-08-31 Thread viniciuscarvalho
Hello there! This is a very dumb question, I know. But it's friday, past 6pm, and its annoying me a lot. I'm running some junit tests, and I'm not being able to get the datasource from the jndi. It's deployed. My SLSBs do have access on them (through entity manager) but on the unit test it says

[jboss-user] [JBoss/Spring Integration] - Source code

2007-08-30 Thread viniciuscarvalho
Hi! Where can I find the project source code? Regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079629#4079629 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079629 ___

[jboss-user] [JBoss Messaging] - Re: Problems changing defaultds

2007-08-17 Thread viniciuscarvalho
Yep :) Thanks :D Regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075226#4075226 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075226 ___ jboss-user mailing list jboss

[jboss-user] [JBoss Messaging] - Re: JMS Bridge Question

2007-08-13 Thread viniciuscarvalho
Hello Tim. you mean both source and target loaders? I've seen many references on the topic, I searched quit a lot before annoying you guys :P. I'm using a target as the remote destination, so it's not implemented yet? If you don't mind, is there a date for the CR2? Best regards View the origina

[jboss-user] [JBoss Messaging] - Re: JMS Bridge Question

2007-08-13 Thread viniciuscarvalho
I've enabled TRACE level for log, and just before the error I get: | 2007-08-13 15:39:59,519 TRACE [org.jboss.jms.server.endpoint.ServerConnectionEndpoint] ConnectionEndpoint[q-5a18bb5f-1-a4h7bb5f-b090ze-110j3] processing transaction TX(15360):ACTIVE | 2007-08-13 15:39:59,519 TRACE [org.jb

[jboss-user] [JBoss Messaging] - Re: Problems changing defaultds

2007-08-13 Thread viniciuscarvalho
just a depends, yet, can't get the bridge to work, and still wondering why jgroups is needed when we change the DS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073576#4073576 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [JBoss Messaging] - Problems changing defaultds

2007-08-13 Thread viniciuscarvalho
Hello there! my previous question http://www.jboss.com/index.html?module=bb&op=viewtopic&t=115867 I was asking about a bridge config, still can't get it to work. I noticed that I was running with defaulds and that might be the problem (RELIABLE might be related to the isolation level, at least

[jboss-user] [JBoss Messaging] - JMS Bridge Question

2007-08-10 Thread viniciuscarvalho
Hello there! I'm configuring a jms-bridge here. Both sides have identical configuration: *JBoss AS 4.2.0.GA *JBoss Messaging 1.4.0CR1 On the producer side I have a queue named CMSOutboundQueue (the source) and on the receiver side (CMSInboundQueue). Here's my configuration: My remote Loader (jm

[jboss-user] [JBoss Messaging] - Re: Running Smoke tests

2007-08-09 Thread viniciuscarvalho
I ran the examples, they work fine :) I'm using 1.4 with a jboss 4.2. I was just hoping the smoke test could give me some benchmarks. I'm pretty sure Jboss Messaging is gonna handle the requirements with no sweat, we only need around 50k messages a day :) But would be nice to show how far can it

[jboss-user] [JBoss Messaging] - Running Smoke tests

2007-08-08 Thread viniciuscarvalho
Hello there! I not being able to run the smoke tests suite. I've created the 3 instances (messaging -> default, messaging0,messaging1->all with cluster, they can see each other :) ) To run, I've bound each of ther servers to an ip: 10.0.0.11,10.0.0.12,10.0.0.13 (none of them are my localhost, b

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Multiple instances with multiple configurations

2007-07-30 Thread viniciuscarvalho
Hello there! I've already ran multiple instances of jboss on the same machine, but I'm having problems trying to use multiple run.conf for those instances. We are using 4.0.1sp1 in a Suse linux We trigger the start using jboss_init_suse.sh What I've did was to create multiple runXX.conf for eac

[jboss-user] [EJB 3.0] - Automatic startup of TimerService

2007-07-05 Thread viniciuscarvalho
Hello there! Is it possible to have a timerservice object be fired on startup? It does not seems to be an reasonable thing, having a client invoking a method to register the timer, and just after that have the @Timeout method be triggered. So, is it possible to create the timerservice after a

[jboss-user] [JBoss Messaging] - Features question

2007-06-25 Thread viniciuscarvalho
Hello there! I'd like to know if it is possible to achieve the following functionalities with version 1.3.0 (I've looked at the docs but could not find it) 1- Have a message router to dispatch XML message using XPath (I know its an ESB feature, but is it possible to have it on messaging?) 2-

[jboss-user] [EJB 3.0] - Re: Cluster Stateful EJB 3.0 problems

2007-06-12 Thread viniciuscarvalho
Thanks a LOT That was it :) I was not using -b to bind the correct IP address. Thanks a lot! Thanks for all the help! Cluster is now working smoothly :D Best Regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4053716#4053716 Reply to the post : http://w

[jboss-user] [EJB 3.0] - Re: Cluster Stateful EJB 3.0 problems

2007-06-12 Thread viniciuscarvalho
Well, I've turned on the tracing on the client, and here's what I get before the first invocation: | TRACE [main] HARMIClient.readObject(314) | Init, clusterInfo: [EMAIL PROTECTED]/HAJNDI,targets=[HARMIServerImpl_Stub[UnicastRef2 [liveRef: [endpoint:[127.0.0.1:1101](remote),objID:[-63ed3ba3:1

[jboss-user] [EJB 3.0] - Re: Cluster Stateful EJB 3.0 problems

2007-06-12 Thread viniciuscarvalho
Well here's the code for the client: | public void execute(){ | Contador contador = obterContador(); | int total = 0; | for(int i=0;ihttp://www.jboss.com/index.html?module=bb&op=viewtopic&p=4053674#4053674 Reply to the post : http://www.jboss.com/index

[jboss-user] [EJB 3.0] - Re: Cluster Stateful EJB 3.0 problems

2007-06-12 Thread viniciuscarvalho
Also, there's no firewall between machines. Machines are behind a proxy server, but its for HTTP only, dunno if it matters. Regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4053460#4053460 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [EJB 3.0] - Re: Cluster Stateful EJB 3.0 problems

2007-06-11 Thread viniciuscarvalho
Yep Brian. When deploying to the farm, the other node deploys the bean, I can check it on the webconsole and it is deployed. Tried on a different machine (previously I was using Ubuntu + WinXP) now tried on two ubuntu machines and go the same problem. Best regards View the original post : htt

[jboss-user] [EJB 3.0] - Cluster Stateful EJB 3.0 problems

2007-06-11 Thread viniciuscarvalho
Hello there! I'm trying to get a SFSB in a jboss 4.2.0 cluster. It's a simple example. A bean that increments a value. My bean's interface and implementation: | @Remote | public interface Contador { | | public abstract int increase(); | | public abstract int decrease(); |

[jboss-user] [Installation, Configuration & Deployment] - ClassLoading questions

2007-06-05 Thread viniciuscarvalho
Hi there! According to http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossClassLoadingUseCases When I have a non-scoped deploy, and a version of a class on my server/default/lib and on my war/lib I get the version loaded by the first UCL (the 2nd scenario on the page). Well I give it a try. Created

[jboss-user] [JBoss Seam] - Seam + Remoting + ajax4jsf question

2007-06-01 Thread viniciuscarvalho
Hello there! I'm trying these combination, and I'm bit confused with the mix, hope someone help me out. I'm using a Stateful bean that has a property: | @Stateful | @Name("userService") | @Scope(SESSION) | public class UserServiceBean implements UserSession{ | private User user; | /

[jboss-user] [JBoss Seam] - Re: Really simple, please advice (passing h:dataTable to eve

2007-05-04 Thread viniciuscarvalho
I'll give a try, but why on the examples (booking) we have this: | | Action | | | and it works? And on my version (as I stated before, I'm using the booking as reference, and almost everythng is the same) it does not work? Regar

[jboss-user] [JBoss Seam] - Re: Really simple, please advice (passing h:dataTable to eve

2007-05-03 Thread viniciuscarvalho
Thanks, now, just to understand, why my idea did not work? I'm using the booking example as reference and its pretty much the same code. Could not find why hotelSearch.selectHotel(hot) works and rentalService.start(c) does not... :( Any ideas? View the original post : http://www.jboss.com/ind

[jboss-user] [JBoss Seam] - Really simple, please advice (passing h:dataTable to event)

2007-05-03 Thread viniciuscarvalho
Hi there! I have a really simple question, can not find the answer :( I'm trying to start a conversation on a second page after the user clicks on a link in a view: | | | | | | | My RentalService: | | @Name("rentalService") | @Stateful | @Scope(ScopeType.SESSION

[jboss-user] [JBoss Seam] - Seam-gen + RichFaces + Firefox = null page

2007-05-03 Thread viniciuscarvalho
Hello there! I've started a project with seam gen, using richfaces, and sometimes (mostly when an error happen) it stops displaying the page only on firefox. On IE it keep running ok. Is there any issue with the browser? Regards PS: So far I've only used the rich:panel component. View the orig

[jboss-user] [JBoss Seam] - Re: problems with Sun JSF implementation

2007-04-25 Thread viniciuscarvalho
Any suggestions please? I tried to switch to RI 1.2 from sun, but still nothing. Any ideas? Regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4040721#4040721 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4040721 _

[jboss-user] [JBoss Seam] - problems with Sun JSF implementation

2007-04-25 Thread viniciuscarvalho
Hi there! I've seen ppl discussing this here before. I'm having problems when deploying the jbpm-console on a instance (4.0.5-ejb3) that has a seam 1.2.1 app. If I take out the app, the console is deployed, if not I get the following exception: | 09:32:00,236 ERROR [STDERR] Apr 25, 2007 9:32

[jboss-user] [JBoss jBPM] - Re: jBMP for SOA

2007-04-25 Thread viniciuscarvalho
thanks, I've solved most of the issues, but one that's not connected to jbpm, but the UCL :( I'm seeking help/guidance on the AS forum, even call-by-value is not helping me so far. BTW: Would you know why the MBean was discontinued on 3.2? I've created my own and we intend to use that way (one

[jboss-user] [Installation, Configuration & Deployment] - Re: Classloader problems

2007-04-24 Thread viniciuscarvalho
More info... even with jndi call-by-value set to true, I still got the same problem. regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4040409#4040409 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4040409 ___

[jboss-user] [Installation, Configuration & Deployment] - Classloader problems

2007-04-24 Thread viniciuscarvalho
Hi there! I'm having a few problems with the UCL and jboss seam :( I have two applications with different jsf versions, so I need classloading isolation (using jboss-app.xml for that). So far things were ok. I also have a sar deployment (jbpmConfiguration). So both applications have classloading

[jboss-user] [JBoss jBPM] - JBpm 3.2 : Version column

2007-04-24 Thread viniciuscarvalho
Hello there! Well, never surrender... I'm still trying to get jbpm 3.2 and seam 1.2.1, so what I've done is create an MBean (since it seems that the jndi jbpmconfiguration is not present on the 3.2) and registred my jbpmconfiguration inside jndi. Working fine. inside my action I have: | Jb

[jboss-user] [JBoss Seam] - jbpm deploying new definitions on startup

2007-04-24 Thread viniciuscarvalho
Hello there! Does seam re-deploys jbpm definitions every time I start my app? Can it be turned off? Every time I start my app, it inserts new definitions on my jbpm_processdefinition table. Regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4040291#404029

[jboss-user] [JBoss jBPM] - jBMP for SOA

2007-04-24 Thread viniciuscarvalho
Hello there! I've restarted the idea to use jBPM in a SOA project. I'm struggling against jBPM for a LOOONG time, far more time than anyone would care for a product, I guess. Today I need to decide if we either use IBM SOA products or shall we keep with JBoss products (believe me, I'm really try

[jboss-user] [Installation, Configuration & Deployment] - Socket Factory

2007-04-10 Thread viniciuscarvalho
Hello there! Our application need to listen in a certain socket. Instead of coding it on the hard way (using channels, sockets etc...) I was wondering If I could use the JBoss infrastructure and create an XMBean that would have an interceptor that would be listening the desired port. Is it possi

[jboss-user] [JBoss jBPM] - jBPM 3.2 + Seam 1.2.1

2007-04-05 Thread viniciuscarvalho
I'm having an issue (as I reported here: http://jboss.org/index.html?module=bb&op=viewtopic&t=105796) when combining this two products. A user raised this question, is it possible to have both running on this version? I'm having problems with transactions, it states that there's no jbpm tx pres

[jboss-user] [JBoss Seam] - Yet another JBPM + Seam question

2007-04-04 Thread viniciuscarvalho
Hello there! I'm still confused about this integration. I've read the post from fady.matar http://jboss.org/index.html?module=bb&op=viewtopic&t=105036 And I believe I have a similar question. Gavin helped me out few days ago, but I still have a problem here. I'm using jbpm-console and the same d

[jboss-user] [JBoss jBPM] - Re: Wait state how to?

2007-04-04 Thread viniciuscarvalho
"kukeltje" wrote : look at the testcases in the source... so much info in there What I've noticed is the use of taskInstance.end() in every test. Looking at websale's test case I think my tests are just wrong :). But on the jbpm-console my process also starts and ends when I just click on the Sta

[jboss-user] [JBoss jBPM] - Re: Wait state how to?

2007-04-03 Thread viniciuscarvalho
"kukeltje" wrote : in 3.1 ordinary nodes were waitstates, in 3.2 this changed to it not being a wait state (afaik, or was that in the new upcomming core?) I'm using 3.2, so does it mean that my ordinary node ain't in a wait state any longer? PS: I have checked the source, not the unit tests to

[jboss-user] [JBoss jBPM] - Wait state how to?

2007-04-03 Thread viniciuscarvalho
Hello there! I have a simple process with few actions and one decision, one fork and one join. I can't post the actual process here due NDA but I'll change names and if needed I change the whole processdefinition and attach it here. My question is regarding wait states. I want to have a wait stat

[jboss-user] [JBoss jBPM] - newbie question on tasks

2007-04-03 Thread viniciuscarvalho
Hello there! Suppose I'm modeling a Loan process, which involves several applications and actors. So the first node is the user registrar which is made by a teller on a bank. The application starts a process instance and triggers the first action. The process goes on until it stops on an approva

[jboss-user] [JBoss jBPM] - Re: jBPM : Couldn't be that complicated...

2007-03-29 Thread viniciuscarvalho
"mputz" wrote : If you are still interested in working mysql db scripts, look at this wiki entry http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmOnTomcat and the sql scripts I have attached to it. | | Regards, | Martin Thanks Martin, yesterday I got it working by using 3.2 scripts + the iden

  1   2   >