[jboss-user] [Beginners Corner] - is there any way to use log4j's JDBCAppender with Jboss's ve

2007-02-22 Thread jibrankh
HI. is there any way to use log4j's JDBCAppender with Jboss's version of JDBC? as it is possible with Apache's version of Log4j. TIA. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020436#4020436 Reply to the post :

[jboss-user] [Management, JMX/JBoss] - Re: Connect to jmx server of JBoss 5.0 beta

2007-02-22 Thread nickmipt
Output to console JBoss Bootstrap Environment JBOSS_HOME: /opt/jboss-5.0.0.Beta1 JAVA: /usr/lib/jvm/java-1.5.0-sun-1.5.0_06/bin/java JAVA_OPTS: -Dprogram.name=run.sh -server -Xms128m -Xmx128m -Djavax.management.builder.initial=org.jboss.system.server.jmx.MBeanServerBuilderImpl

[jboss-user] [EJB 3.0] - Re: SerializationException when attempting to activate a sta

2007-02-22 Thread grdzeli_kaci
i have also this problem. can anybody help us ? Regards, Paata View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020441#4020441 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4020441

[jboss-user] [EJB 3.0] - Re: SerializationException when attempting to activate a sta

2007-02-22 Thread grdzeli_kaci
hi redyz, i did it, the problem is that in statefull session bean i had define Query class object and this class is not a serializable. you must define this class as transient or use it only method scope. my programm example | @Stateful | @Remote(CountFasade.class) | public

[jboss-user] [JBoss jBPM] - Re: compare dates

2007-02-22 Thread jbmp user
I am sorry!!! I want tell us: some idea?? I have not solution for this problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020451#4020451 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4020451

[jboss-user] [JBoss Seam] - injection into stateless bean (which is called from an MDB)

2007-02-22 Thread codelion
Wrote a MDB months ago, used @PersistenceContext and @EJB to inject. Inside the MDB via one of those @EJB got a stateless bean and called a method in it (to do the actual task). That stateless bean also used @PersistenceContext, @Resource and @EJB. Then I wanted to make better use of Seam,

[jboss-user] [JBoss jBPM] - Re: compare dates

2007-02-22 Thread RomeuFigueira
Just a theoretical thought, why don't you write the dates like MMDD instead of the DDMM that you showed us? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020456#4020456 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: NAKACK errors on retransmit when cluster is under heavy

2007-02-22 Thread [EMAIL PROTECTED]
What I meant was that if this was not intermittent, then the process would stop delivering messages due to the gap in sequence numbers. This does not appear to be the case View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020458#4020458 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Connecting to two JBoss messaging servers causes interfe

2007-02-22 Thread timfox
Ben - can you add a bug report in JIRA? BTW 1.2 will be out very soon which will have real transparent failover and clustering. 1.0 is really only intended as a single server installation - but it's obviously a plus if you can get it to work with more than one server. View the original post :

[jboss-user] [JBoss jBPM] - Re: compare dates

2007-02-22 Thread jbmp user
I write the dates like DDMM because I am spanish. Also, we would like compare if one date is 15 days great than other date, then if I write 16/01/2000 17/01/2000, the result is true and it is right, but I write 16/01/2000 01/01/2005, the result is false and it is wrong I am sorry my

[jboss-user] [Messaging, JMS JBossMQ] - EJB3 Cluster application JMS Error-JBoss 4.0.5GATrailBlazer

2007-02-22 Thread mp123
Hello JBoss Folks, While I'm trying to deploy the clusterstore(EJB3TrailBlazer POJO Clustering demo)application, getting the following Error. I'm using JBoss 4.0.5.GA - EJB3 Cluster configuration in HP-UX system. 09:54:12,228 WARN [JmsActivation] Failure in jms activation [EMAIL

[jboss-user] [JBoss Seam] - Conversation @Begin

2007-02-22 Thread quilleashm
Hi there, I have a question about the implementation of @Begin. At the moment the @Begin is only done AFTER a bean method has completed it's invocation. Is there any reason why it is done like this rather than beginning the conversation before the method invocation. The only thing I could

[jboss-user] [JBoss jBPM] - Re: jpdl-3.2.Beta2: how to access variable from task form in

2007-02-22 Thread avbentem
cdart_rrr wrote : looks to be a bug in org.jbpm.jpdl.xml.JpdlXmlReader in resolveTransitionDestination() (l 805 of my version of 3.2beta2). It tries to get the expression from the text of element - if null it then goes to try to get it from the expression attribute. Only trouble is the text is

[jboss-user] [JBoss Messaging] - jboss 1.2.0.CR1 MDB Cluster

2007-02-22 Thread fancoli
I have installed successfully jboss 1.2.0.CR1 on a cluster partition; when I use MDB all works well except that all message in a queue are processed by the same node... if I look inside the table I have CHANNEL_COUNT = 1... anywhone got this problem View the original post :

[jboss-user] [JBoss jBPM] - Re: jpdl-3.2.Beta2: how to access variable from task form in

2007-02-22 Thread avbentem
The URL I posted is wrong; see JpdlXmlReader#resolveTransitionDestination at http://fisheye.jboss.com/browse/JBPM/jbpm.3/jpdl/jar/src/main/java/org/jbpm/jpdl/xml/JpdlXmlReader.java?r=1.7#l731 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020468#4020468 Reply

[jboss-user] [JBoss Messaging] - Re: jboss 1.2.0.CR1 MDB Cluster

2007-02-22 Thread timfox
I'm not sure I understand your problem. Can you please explain it in more detail and explain your cluster topology in more detail? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020469#4020469 Reply to the post :

[jboss-user] [JBoss and NetBeans] - Re: JBoss NetBeans IDE: JBoss Server can't start on port 808

2007-02-22 Thread lkotouc
You must change the HTTP connector port in server_installation/server/default/deploy/jbossweb-tomcat55.sar/server.xml. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020470#4020470 Reply to the post :

[jboss-user] [Performance Tuning] - Re: JBoss Performance Tuning

2007-02-22 Thread obobogo
Thanks, Jerry, i open a open a case and i am waiting for a quick answer from jboss. I check my log every time that the server crash, i see a NestedSQLException from jboss log. He said that there is not available connexion managed from the pool. When i check my database, there is not any cpu

[jboss-user] [JBoss Seam] - seam-gen error (generate-entities did not work)

2007-02-22 Thread grdzeli_kaci
hi all, seam version : 1.1.6 GA (i got it from CVS few days ago) jboss version : 4.0.5 GA ant version : 1.7.0 os version : SUSE LINUX 10.1 (i586) java version : 5.0 i tryed to use seam gen template, fierst i did seam setup, then seam new-project, all works fine now i want generate entities but

[jboss-user] [JBoss Seam] - Re: more the one DataModel in one bean

2007-02-22 Thread ido_tamir
http://docs.jboss.com/seam/1.1.5.GA/api/org/jboss/seam/annotations/datamodel/DataModelSelection.html value public abstract String value The context variable name of the DataModel. Defaults to the name for the outjected @DataModel if there is exactly one @DataModel for the component. HTH ido

[jboss-user] [JBoss Messaging] - Re: jboss 1.2.0.CR1 MDB Cluster

2007-02-22 Thread fancoli
Yes of course, I have two jboss instance on two physical machines; I have removed JBossMQ and then deployed JBossMessaging inside deploy folder of both server; here there is a queue definition: | mbean code=org.jboss.jms.server.destination.QueueService |

[jboss-user] [JBoss Messaging] - Re: jboss 1.2.0.CR1 MDB Cluster

2007-02-22 Thread timfox
Probably your best place to start is the distributed queue example in the distribution. Is this working for you? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020479#4020479 Reply to the post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - URL Encrypting

2007-02-22 Thread srinivasbijjam
Hi I want to Encryprt/Hide the URL that is shown in Address Bar. I have already done with Coding , testing and on final stage for Prod. Now I got the request not to show actual URL ( It contains Report ID which Customer is feeling Unsecure). I dont want to change entire code. Is there

[jboss-user] [Performance Tuning] - JBoss- How to big /incrase Heap size?

2007-02-22 Thread mdpatil
Hi - I'm looking for some advice as to how I should set the JVM memory size parameters (-Xmx and -Xms) when starting JBoss. My JBoss server is running on a REdHat Linux installation and is basically the only thing running on the box with 12gig ram, other than the OS and a few network

[jboss-user] [JBoss jBPM] - Re: jpdl-3.2.Beta2: how to access variable from task form in

2007-02-22 Thread kukeltje
the desicion attribute on transitions is for 'guarding' them. Depending on e.g. role, values of variables, etc... the transitions are valid or not and can be shown or not in de ui View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020489#4020489 Reply to the

[jboss-user] [Performance Tuning] - Re: JBoss- How to incrase Heap size?

2007-02-22 Thread mdpatil
mdpatil wrote : Hi - | | I'm looking for some advice as to how I should set the JVM memory size parameters (-Xmx and -Xms) when starting JBoss. | | My JBoss server is running on a REdHat Linux installation and is basically the only thing running on the box with 12gig ram, other than

[jboss-user] [JBossWS] - WsTool NoClassDefFoundError ObjectModelFactory

2007-02-22 Thread petertuerk
Hello, running wstools as AntTask i get the following error: [wstools] log4j:WARN No appenders could be found for logger (org.jboss.ws.tools.WSTools). [wstools] log4j:WARN Please initialize the log4j system properly. BUILD FAILED java.lang.NoClassDefFoundError:

[jboss-user] [JBoss Eclipse IDE (users)] - jpdGraphical process designer (jGPD)

2007-02-22 Thread roberto.guarino
hi all, it is possible to modify the source code of Graphical process designer (jGPD) thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020492#4020492 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4020492

[jboss-user] [JBoss jBPM] - Re: compare dates

2007-02-22 Thread jbmp user
In http://docs.jboss.org/jbpm/v3/userguide/jpdl.html#expressions I read: expression=#{myVar.handler[assignments].assign} can it be useful?? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020494#4020494 Reply to the post :

[jboss-user] [EJB 3.0] - Re: relationship does not prevent from deleting referenced e

2007-02-22 Thread alexg79
You can instruct MySQL to create InnoDB tables by default. Just put | default-table-type=innodb | under [mysqld], and you're set. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020499#4020499 Reply to the post :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: jpdGraphical process designer (jGPD)

2007-02-22 Thread [EMAIL PROTECTED]
yes, its opensource. go to jbpm site and find their cvs/svn instructions. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020500#4020500 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4020500

[jboss-user] [JBoss Seam] - Re: seam-gen error (generate-entities did not work)

2007-02-22 Thread [EMAIL PROTECTED]
do you have any file listing cglib as the bytecodeprovider ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020503#4020503 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4020503

[jboss-user] [JBoss jBPM] - Re: Problem with process composition

2007-02-22 Thread Dennys
nicolemans72 wrote : I have a problem with my process composition. | | I have a sub-process like that: | | | | process-state name=process1 | |sub-process name=implementation / | |variable name=crStatut access=read,write mapped-name=crStatut / | | variable

[jboss-user] [JBoss Portal] - programmatic portlet isntance cache expiration for all sessi

2007-02-22 Thread radzish
Hi! Can i perform global portlet cache expiration for all users/sessions of particular portlet instance? My use-case is fas ollowing: I have users of following roles: administrator and visitor. Administrator updates content on the portlets from time-to-time. It would be nice to expire cache

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - HQL and enum constants

2007-02-22 Thread alexg79
According to the Hibernate manual, it is possible to use public static final constants directly in HQL queries. Why then can I not use enums there as well? I tried | SELECT DISTINCT m FROM Material m, IN(m.suppliers) s WHERE m.unit Material.MaterialUnit.SQUARE_METRES AND s.id = :id | and

[jboss-user] [JBoss Messaging] - Re: jboss 1.2.0.CR1 MDB Cluster

2007-02-22 Thread timfox
For the 1.2 GA release I will be putting together some documentation on how to configure clustering for several classic deployment scenarios and usage patterns. E.g. Bank of homogenous MDBs and few producers. Bank of homogenous MDBs and many well distributed producers. Consumers that consume

[jboss-user] [JBoss Seam] - Re: JBoss Seam and Web Services using OC4J stack

2007-02-22 Thread [EMAIL PROTECTED]
Well, I didn't get to find that invokation as a servlet invokation, so I changed to axis2 yesterday, which seems to work as I expect. It is a servlet that I can intercept using Seam Servlet Filter and the resources are injected properly. The problem with OC4J is that, even if I forced the URL

[jboss-user] [Beginners Corner] - External WAR Configuration

2007-02-22 Thread pander
Hi, Can anyone give me some ideas as to the best way to approach and implement external configuration for a WAR WepApp. My WebApp has grown considerably in size and scope since its inception and is requiring more and more on the fly changes to various parameters. At the moment I am struggling

[jboss-user] [JBoss jBPM] - Re: Invoke an external web service

2007-02-22 Thread agusgr
Thanks Alejandro. Now I have another problem. When the process invoke the external web service, it sends a SOAP message like this: anonymous wrote : env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/' | env:Header/ | env:Body | defaultNS:CapitalCity

[jboss-user] [JBoss Eclipse IDE (users)] - Re: jpdGraphical process designer (jGPD)

2007-02-22 Thread roberto.guarino
thank you View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020521#4020521 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4020521 ___ jboss-user mailing list

[jboss-user] [Clustering/JBoss] - Re: Clustering / Multicast routing

2007-02-22 Thread lludlow2
In regards to setting the mutlicast port as a variable, do I need to set a variable for both the cluster-service.xml as well as the tomcat cluster config? Or can I get away with just changing the port for jgoups?? View the original post :

[jboss-user] [JBossCache] - Re: java.io.StreamCorruptedException: invalid stream header

2007-02-22 Thread vbatista
Now it works fine. Thanks. Victor View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020533#4020533 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4020533 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Re: Singleton MDB

2007-02-22 Thread LGSW_Sam
Hi wolfc! Thanks for the tip! I'll try that when I have some time! Br, Sami Männistö View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020534#4020534 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4020534

[jboss-user] [EJB 3.0] - Re: relationship does not prevent from deleting referenced e

2007-02-22 Thread micho
thanks a lot, that works fine now, and with innodb tables the referential integritay is not violated. But I´, not sure, how to act here correctly. I catch two (identical?) runtimeexceptions - why two? java.lang.RuntimeException: org.jboss.tm.JBossRollbackException: Unable to commit,

[jboss-user] [JBoss Portal] - Re: Installed JbossAS+Portal 2.4.1 Bundle what to convert to

2007-02-22 Thread nataleja
Deleted gthe entire Data directory and restarted. JBoss recreated the directory but while the error message looks different it's still the same I think. 2007-02-22 08:33:02,676 ERROR [org.jboss.deployment.scanner.URLDeploymentScanner] Incomplete Deployment listing: --- MBeans waiting for

[jboss-user] [JBoss Seam] - Re: New fileUpload component

2007-02-22 Thread Newlukai
Hi, is this upload tag compatible with ICEfaces? Or should the ICEfaces fileUpload be used? Regards Newlukai View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020539#4020539 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Monitoring the depth of a Queue/Topic

2007-02-22 Thread jurivrljicak
this way? QueueBrowser browser = s.createBrowser(queue); int depth= getDepth(browser); private int getDepth(QueueBrowser browser) throws JMSException { int i=0; for(Enumeration e = browser.getEnumeration(); e.hasMoreElements(); ){ i++;

[jboss-user] [EJB 3.0] - Re: Custom LoginModule and ClassCastException

2007-02-22 Thread CarstenRudat
Hi edek5472, I had the same problem... I think classes for your bean are loaded from different resources (one in .../lib and one out of the ear-file). Two instances of one type are different, if they were loaded through different class-loaders (e.g. different resources). I'm sorry, but I have

[jboss-user] [JBossCache] - Re: Using JBossCache on Webpshere 6.x

2007-02-22 Thread esspe
Hello, I tried to use JBOSS Cache (1.4.1 SP1) in WAS V6.1. I set up a shared library dir which was assigned to the application I wanted to use the cache with. Eveythings works fine till I want to start the cache with cache.startService(). I receive a

[jboss-user] [EJB 3.0] - Re: eager vs. lazy fetching

2007-02-22 Thread [EMAIL PROTECTED]
You cannot programatically set the eager/lazy setting. You either set it to EAGER and have it always fetch, or you set it to lazy and for those things (like servlets) that need to force an eager fetch, they would need to call into some SLSB or some such thing that performs a FETCH JOIN query.

[jboss-user] [JBoss Seam] - Re: Identity.login adds a hardcoded message

2007-02-22 Thread [EMAIL PROTECTED]
I've just committed a change to cvs that will allow you to override the message key used for the login success/failure messages. I.e. if you don't want a message, set loginSuccessfulKey to an empty string, e.g. security:identity authenticate-method=#{authenticator.authenticate} |

[jboss-user] [JBoss Seam] - how to generate all code to many module using seam-gen?

2007-02-22 Thread chlol
eg: i have 20 tables,i want to generate 1-5 tables code to admin module,and 6-10 tables code to system module, and 10-20 tables code to forum module. but in current version,jboss-seam generate all tables code to only one direction,include entity,session and view. View the original post :

[jboss-user] [EJB 3.0] - Re: eager vs. lazy fetching

2007-02-22 Thread eiben
[EMAIL PROTECTED] wrote : You cannot programatically set the eager/lazy setting. You either set it to EAGER and have it always fetch, or you set it to lazy and for those things (like servlets) that need to force an eager fetch, they would need to call into some SLSB or some such thing that

[jboss-user] [JBoss Portal] - Declarative Security and Portlets

2007-02-22 Thread karink
Hi, I just would like to discuss an issue about the portlet specification and security. Reading the portlet spec again and again there is one issue that I do not really understand: The chapter PLT.20.2 Roles states: anonymous wrote : The Portlet Specification shares the same definition as

[jboss-user] [EJB 3.0] - Re: Annotations with interceptor behavior

2007-02-22 Thread dsouza42
Actually I don't have an ejb-jar.xml file. I'm trying to avoid xml and use annotations for everything instead. From the book I was under the impression that xml was not necessary to do this, at least that's what I understood from the last page in the Interceptors chapter. Thanks, anyway. View

[jboss-user] [JBossWS] - Re: EJB2.1/J2EE1.4 Web service fails in jboss-4.0.4RC1

2007-02-22 Thread garambu
I've the same problem. I'm using JBOSS4.0.4 GA. Does anyone know how to solve this problem? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020562#4020562 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4020562

[jboss-user] [JBoss Messaging] - Re: jboss 1.2.0.CR1 MDB Cluster

2007-02-22 Thread fancoli
Thanks a lot Tim, I am waiting for documentation. Max View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020564#4020564 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4020564 ___

[jboss-user] [JBoss and NetBeans] - Re: JBoss NetBeans IDE: JBoss Server can't start on port 808

2007-02-22 Thread [EMAIL PROTECTED]
Okay, I changed the connection port and the JBoss Server now starts on the new port. There is no longer any conflict. Thanks for your help. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020567#4020567 Reply to the post :

[jboss-user] [JBoss Seam] - Re: DataModelSelection property not set after using the back

2007-02-22 Thread mjek2
AFAIK it works fine in Seam examples (and I also use @DataModelSelection in my app, it works even after back button usage, I'm currently on Seam1.1.1). Do you have just one @DataModelSelection in your component? Could you show some more code (complete xhtml page and related java components)?

[jboss-user] [EJB 3.0] - Re: Injected MBean is not re-injected after SB-activation

2007-02-22 Thread wolfc
Transient re-injection is currently broken. http://jira.jboss.com/jira/browse/EJBTHREE-883[/url] View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020570#4020570 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4020570

[jboss-user] [JBoss Messaging] - Re: Monitoring the depth of a Queue/Topic

2007-02-22 Thread timfox
jurivrljicak wrote : this way? | | QueueBrowser browser = s.createBrowser(queue); | int depth= getDepth(browser); | | private int getDepth(QueueBrowser browser) throws JMSException { | int i=0; | for(Enumeration e = browser.getEnumeration(); e.hasMoreElements();

[jboss-user] [JBoss Portal] - Re: wsrp with https

2007-02-22 Thread karink
Hi Chris, I finally found the problem. It was caused by the configuration of the https connector from tomcat. I used this configuration | Connector port=9100 address=${jboss.bind.address} |maxThreads=100 strategy=ms maxHttpHeaderSize=8192 |

[jboss-user] [EJB 3.0] - Re: eager vs. lazy fetching

2007-02-22 Thread [EMAIL PROTECTED]
There's a lot of resources on the 'net that explain FETCH JOINs and its syntax. Bill Burke's EJB3 book also has a chapter on JPA Queries that is good. Google FETCH JOIN. e.g. Here's a hibernate page that may be helpful. http://www.hibernate.org/hib_docs/reference/en/html/queryhql.html View

[jboss-user] [Installation, Configuration Deployment] - Deployment Problems on Linux

2007-02-22 Thread Torgue
Hi, i'm using the version 4.0.1 SP1 of JBoss. I have an application which works without problems on Windows and Linux(Debian) but it doesn't work on Linux(Suse 9.1). The Problem seems to have something to do with the way the jar libraries are processed. Maybe the loading order of the

[jboss-user] [JBoss jBPM] - Insert TaskNode and Task at runtime via an ActionHandler

2007-02-22 Thread warmonga
Hello, I am trying to insert a new TaskNode together with a Task and a TaskInstance into a ProcessInstance at run-time through an ActionHandler. When testing it through the Jbpm API it executes fine but after deploying the process i get a TransientObjectException. The code looks like this:

[jboss-user] [JBossWS] - Re: NoSuchMethodError on TypeBinding.setBeforeMarshallingCal

2007-02-22 Thread [EMAIL PROTECTED]
It looks like you have a wrong jboss-xml-binding.jar in the client classpath. Check the jbossws instructions and make sure you use the right one. It might as well be, that you mix two version of that jar. It's aswell bundled with jboss-all-client.jar View the original post :

[jboss-user] [JBossWS] - Re: NullPointerException while using JBossWS 1.0.4.GA

2007-02-22 Thread [EMAIL PROTECTED]
What was it? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020585#4020585 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4020585 ___ jboss-user mailing list

[jboss-user] [JBossWS] - Re: Problems ejb call and jaxrpc / principal

2007-02-22 Thread penguine
if I use in the ejb-jar.xml method-permission method-permission instead of method-permission role-namefriend/role-name it works. And I have to disabled the http authorization for my example: port-component

[jboss-user] [Installation, Configuration Deployment] - JBoss slow in debug mode

2007-02-22 Thread dArignac
Hi there, I'm running a JBoss 4.0.4 GA on WindowsXP and I develop within Eclipse with the JBoss IDE. Everything worked fine until yesterday. I did not change anything (at least I don't remember) but the JBoss server is running very slow in debug mode. It needs more than 5 minutes to start and

[jboss-user] [JBoss Messaging] - Re: Configuring Destinations

2007-02-22 Thread apk2072
[EMAIL PROTECTED] wrote : *I guess * it would be nice if the next JMS spec version could add an Admin API. Tim, Thanks for the feedback, do you have any such samples? -APK View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020589#4020589 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Configuring Destinations

2007-02-22 Thread apk2072
apk2072 wrote : [EMAIL PROTECTED] wrote : *I guess * it would be nice if the next JMS spec version could add an Admin API. | View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020591#4020591 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Configuring Destinations

2007-02-22 Thread apk2072
timfox wrote : You can create destinations programmatically using the ServerPeer MBean interface. | | So I guess you could write a program that read the data from the database and called the mbean server to create the destinations. Tim, Thanks for the feedback, do you have any such

[jboss-user] [JBoss Seam] - Re: Identity.login adds a hardcoded message

2007-02-22 Thread [EMAIL PROTECTED]
-1. messages.properties is the place to config messages. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020594#4020594 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4020594 ___

[jboss-user] [Clustering/JBoss] - Re: Clustering / Multicast routing

2007-02-22 Thread lludlow2
Brian, Thanks allot setting the port to a variable, and adding the bind.address in the start script seems to have done the trick. Now all I have left to do is create a script to do this all for us :) loads of fun. Larry View the original post :

[jboss-user] [Clustering/JBoss] - Re: Clustering / Multicast routing

2007-02-22 Thread [EMAIL PROTECTED]
Glad it worked. :-) I'm curious: why 50 partitions? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020598#4020598 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4020598 ___

[jboss-user] [JBoss Seam] - Re: injection into stateless bean (which is called from an M

2007-02-22 Thread petemuir
Please post some code, your description is hard to follow. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020602#4020602 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4020602 ___

[jboss-user] [JBoss jBPM] - Re: What should happen if exception occurs in Action?

2007-02-22 Thread clandestino_bgd
Just to add that I am using: jbpm-3.1.3 starters kit. The previosly reported exception after trying to delete process instance after FK constrain exception is thrown: | [executive] ERROR [http-8180-Processor25] PARSER.reportError(33) | AST:0:0: unexpected end of subtree |

[jboss-user] [JBoss Messaging] - Re: Configuring Destinations

2007-02-22 Thread timfox
There should be plenty of examples of how to call an MBean operation on the jboss wiki. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020605#4020605 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4020605

[jboss-user] [JBoss Seam] - Re: New fileUpload component

2007-02-22 Thread henrik.lindberg
Newlukai, unless I am misinformed - if you use ICEFaces 1.5.3, and Seam 1.1.6GA neither the ICEFAces file upload, nor the Seam upload works. This is logged as an issue in Jira View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020606#4020606 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: Clustering / Multicast routing

2007-02-22 Thread lludlow2
We have somewhere from 70-80 apps, and we need them to all (well not all but most) be separate, something to do with SAS70 compliance. My boss came up with the idea of using a separate instance per application, except for some small apps / websites. I don't exactly agree, but they are willing

[jboss-user] [JCA/JBoss] - Connection closed problem after DB restart.

2007-02-22 Thread java123
It looks like JBoss datasource does not handle DB restarts well. We are getting Connection closed errors after the DB restarts. Is there a way for datasource to handle DB restarts? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020608#4020608 Reply to the

[jboss-user] [JBoss Portal] - Re: Installed JbossAS+Portal 2.4.1 Bundle what to convert to

2007-02-22 Thread nataleja
I know that this shouldn't matter at all because it should just be a JDBC connection but unlike in the documentation or the sample portal-oracle-ds.xml file my Oracle database is not local to the JBoss Portal server it is on it's own server. View the original post :

[jboss-user] [JBossWS] - receiving a AxisFault in the client

2007-02-22 Thread flaviafm
Hi all, I'm starting study Web services and I'm trying to use a client to test the web service that I just create and I'm receiving the follow error em I execute the client program. I'm using Eclipse 3.2 and Jboss4.0.1ps1 The client source is : | package com.myapp; | | import

[jboss-user] [JBossWS] - Re: NullPointerException while using JBossWS 1.0.4.GA

2007-02-22 Thread vink
This happened because I'm referring some interface in my sample, which was not included in the archive I've deployed on JBoss. And, now it is running fine. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020612#4020612 Reply to the post :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: could not define a configuration

2007-02-22 Thread [EMAIL PROTECTED]
JBoss IDE 1.6 is not compatible with Eclipse 3.2. Either use JBoss IDE 2.0 beta, or downgrade your eclipse to eclipse 3.1. If you use the JBoss IDE 2.0 beta, most of the tutorials will be outdated as documentation has not yet caught up with development. View the original post :

[jboss-user] [JNDI/Naming/Network] - Accessing another service's mbean from a web service?

2007-02-22 Thread kc7bfi
I have a web service and I want to lookup another service to see if it has started. I have tried: Context jndiContext = new InitialContext(); | ServiceMBean serviceMBean = (ServiceMBean)jndiContext.lookup(orci:service=SerialCommSvc); | The service is defined as server | mbean

[jboss-user] [JBoss jBPM] - Re: Jbpm issues

2007-02-22 Thread Johan.Parent
I had the problem listed below. Turns out is was a classpath issue. In my case there was some interference in lookup of the JpdlEntityResolver and the EntityResolver setup provided by my Weblogic.jar. Maybe this solves the problem for you. If not crank up your log4j.properties to DEBUG and see

[jboss-user] [JBoss jBPM] - Re: Jbpm issues

2007-02-22 Thread Johan.Parent
I had the problem listed below. Turns out is was a classpath issue. In my case there was some interference in lookup of the JpdlEntityResolver and the EntityResolver setup provided by my Weblogic.jar. Maybe this solves the problem for you. If not crank up your log4j.properties to DEBUG and see

[jboss-user] [Clustering/JBoss] - Re: Clustering / Multicast routing

2007-02-22 Thread [EMAIL PROTECTED]
Missed your question about the tomcat cluster. Yes, you should use a separate variable for that :(. With JBoss 5, this will be easier as by default all services will share a single JGroups channel. And there will be a startup switch (a la -u, -b, etc.) for setting the mcast_port for the

[jboss-user] [Beginners Corner] - A new understanding of ClassLoaders...

2007-02-22 Thread mbabauer
Recently I have been playing a lot with the new JBoss 4.0.x, Spring, and the like. As an excercise in learning, I have constructed a little project to build a Hash Generator (MD5, SHA, etc). This little project uses: - Hibernate for persistance of data - Spring for DI (dependency

[jboss-user] [Beginners Corner] - Re: Inability to Run a JSF Application on JBoss

2007-02-22 Thread jhimmel
Thanks. After I figured out how to remove the RI from the application on JBuilder, I ran this again. This time I obtained the following error display: HTTP Status 404 - /JSFTutorialAttempt2/login.faces type Status report message

[jboss-user] [JBoss Seam] - Re: Identity.login adds a hardcoded message

2007-02-22 Thread [EMAIL PROTECTED]
I've rolled back the changes previously mentioned... Gavin has been so kind as to modify FacesMessages to not add blank messages so my changes are redundant. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020624#4020624 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: Clustering / Multicast routing

2007-02-22 Thread lludlow2
we are using 4.0.5 I have done some testing with 4.0.4 in the past, and did see when not using different multicast addresses and ports that I get chatter in the logs from other clusters. We are using the most recent jdk so I don't think the we will run into the Promiscuous Traffic issue.

[jboss-user] [JBoss Seam] - How to configure persistenceContextName?

2007-02-22 Thread baz
Hello i have created a feature request http://jira.jboss.com/jira/browse/JBSEAM-902 This request was rejected with comment RTM I have not found a way to configure the persistenceContextName in the docs. All i found is to configure the entityManger or the HibernateSession for each and every

[jboss-user] [Performance Tuning] - Re: JBoss- How to big /incrase Heap size?

2007-02-22 Thread PeterJ
I would advise against setting the heap to 5GB (or 10GB), because when you hit your first major garbage collection, you will find that it will take several minutes during which time all of the application processing will be suspended. (If you have multiple CPUs, you could look into the

[jboss-user] [JBoss Portal] - Management Portlet - Destroy Page

2007-02-22 Thread hemmer
Hello, I'm having the following problem with the jboss portal 2.4.1. After deploying the portal server on Windows machine everything works out fine and I can use every function of the management portlet. But if I copy exactly the same jboss server and jboss portal server on a linux machine

[jboss-user] [JBoss Seam] - Re: Feature request - @InOut

2007-02-22 Thread andrew.rw.robinson
http://jira.jboss.org/jira/browse/JBSEAM-903 I put in @Bidirectional. @Bi doesn't sound any less perverted than @InOut :-). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020637#4020637 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Setting a

2007-02-22 Thread petemuir
So I think the thing is here that unless Seam actually started providing a basic User class (which would be a bad thing as this is domain model specific) there is no sensible way to store any information about the user on Identity. FWIW I just extend Identity and add get/setUser methods to it

[jboss-user] [JBoss Seam] - Re: Easy way to secure all pages in an app?

2007-02-22 Thread petemuir
page view-id=/* login-required=true / View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020640#4020640 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4020640 ___ jboss-user mailing

[jboss-user] [JBoss Messaging] - 1.2CR1 - AS 4.0.5 Install - ClassNotFoundException on Failov

2007-02-22 Thread jeanbobby
Hello, Im trying to setup 1.2CR1 on a 4.0.5 default. Im running a co-located test sar that's already running with a 1.0.1SP4 / 4.0.5 install (to work with Tim on case 00014299). It just requires a simple non clustered config and a test queue. My 1.0.1SP4 / 4.0.5 install is the default patch

  1   2   3   >