[jboss-user] [Installation, Configuration DEPLOYMENT] - Problem Regarding hsqldb-ds.xml

2008-10-03 Thread sachin.parnami
Hi All, I have a problem related to hsqldb-ds.xml when i uncomment below mention tag from hsqldb-ds.xml file, which says For totally in-memory db, not saved when jboss stops. does it means that data would not remain in permanent memory? like if restart server data will be lost? | For

[jboss-user] [JBossWS] - Username token is not interoperable with gSOAP client

2008-10-03 Thread navin_bhat
Environment:JBOSS AS 4.2.3,JBoss-native-3.0.3,JDK 5 update 15,Windows XP SP2,Eclipse 3.3.x. Description : I generated service code from wsdl using wsconsume (contract first approach). I wrote the service skeleton code as a stateless EJB.I enabled WS-Security features as described in the user

[jboss-user] [Installation, Configuration DEPLOYMENT] - Singleton mbean

2008-10-03 Thread roelof
hi we are currently running a very old version of jboss (4.0.2). in the process of migrating/upgrading to jboss 5.0 i've run into a problem related to a Singleton mbean. the error is: java.lang.IllegalStateException: HAPartition property must be set before starting HAServiceMBeanSupport the

[jboss-user] [Beginners Corner] - Uisng Twiddle in the cron job

2008-10-03 Thread youareapkman
Hi all, I don’t know if the questions of Twiddle should be posted in this forum. Please kindly inform me if I posted in the incorrect forum. My problem is about using twiddle in the cron job. When testing the following command in the command line, it runs successfully. [EMAIL PROTECTED]

[jboss-user] [Installation, Configuration DEPLOYMENT] - EJBDeployer + NotificationBroadcaster interface

2008-10-03 Thread roelof
hi all, in our application we subscribe to notifications from EJBDeployer. this is used to trigger additional, dynamic deployments as certain parts of the system are deployed. in the process of upgrading from 4.0.2 to 5.0.0, i've run in to the following error:

[jboss-user] [Management, JMX/JBoss] - Uisng Twiddle in the cron job

2008-10-03 Thread youareapkman
Hi all, I don’t know if the questions of Twiddle should be posted in this forum. Please kindly inform me if I posted in the incorrect forum. My problem is about using twiddle in the cron job. When testing the following command in the command line, it runs successfully. [EMAIL PROTECTED]

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Multiple mail sessions

2008-10-03 Thread jonathanztaub
Thanks! It worked without any problems. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4180210#4180210 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4180210 ___ jboss-user mailing

[jboss-user] [EJB 3.0] - Re: How to access EntityManager in a Thread run() method?

2008-10-03 Thread wolfc
Fixed in rev 61993 (so it's in AS 5 Beta 2). I suggest using AS 5.0 CR2. PS. You shouldn't access an EJBs EM in another thread. The transaction isn't propagated, so you'll probably run into interesting problems. View the original post :

[jboss-user] [EJB 3.0] - Re: Interceptors per MDB

2008-10-03 Thread wolfc
My is guess is you're running into this issue: https://jira.jboss.org/jira/browse/EJBTHREE-1246. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4180212#4180212 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4180212

[jboss-user] [JBoss Messaging] - Re: Takes much time to Startup - 1.4.0.SP3

2008-10-03 Thread timfox
If you've already created your tables then set createTablesOnStartup to false, since they're already there! http://www.jboss.org/file-access/default/members/jbossmessaging/freezone/docs/userguide-1.4.1.Beta1/html_single/index.html#conf.postoffice.attributes.createtables That's what it's for.

[jboss-user] [Security JAAS/JBoss] - Re: Invoke secured EJB from standalone Tomcat

2008-10-03 Thread craig1980
Hi. Thnx for the reply. My web application is on a stand alone Tomcat not in JBoss AS. So i need to configure Tomcat for the login module. I must understand what i'm missing. Any suggestion? Thanx. Angelo. View the original post :

[jboss-user] [JBossWS] - Re: Username token is not interoperable with gSOAP client

2008-10-03 Thread jopersson
If possible run Wireshark Network Analyzer with capture filter host and compare the two client messages sent to server...but this debugger does not work if you are running locally, then maybe tcpmon. View the original post :

[jboss-user] [Beginners Corner] - javax.ejb.EJBException: RMI class loader disabled)

2008-10-03 Thread emkong82
this is the error message displayed when i run my plug-in application. i dun know what should i do with it. can some one tell me what the problem is?and what to i do to solve it? javax.ejb.EJBException: RMI class loader disabled) at

[jboss-user] [JBoss Portal] - Re: Create Instance from remote portlet = NPE

2008-10-03 Thread cpage
thank you Chris. i'll create a JIRA request for the extraction of the wsrp component. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4180218#4180218 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4180218

[jboss-user] [JBoss Portal] - Re: 2.7.7CR Can't find resource for bundle... key LOGIN_TIT

2008-10-03 Thread [EMAIL PROTECTED]
I tried as well with the most recent version of Portal and didn't see any problem. Note that, as noted in: http://docs.jboss.com/jbportal/v2.7.0.B1/referenceGuide/html/installation.html#building_deploying_from_source sh build.sh deploy only deploys a minimal portal which is not very useful by

[jboss-user] [JBoss jBPM] - Re: Dying processes problem

2008-10-03 Thread Turanyi
I found that problem was fixed in 1.1.GA https://jira.jboss.org/jira/browse/BPEL-280 But I found it still remaining. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4180220#4180220 Reply to the post :

[jboss-user] [JBossWS] - Re: Are ports reusable/concurrent?

2008-10-03 Thread jorgemoralespou_2
I've seen the FAQ and the Jira request, and now my question is, how are users using JBossWS as a client for, for example, acting as a proxy? I hope there is a large users community that can share experience with us. View the original post :

[jboss-user] [JBoss Tools (users)] - rich:modalpanel visual editing

2008-10-03 Thread AJanz
i use eclipse ganymede with jboss tools for developping a seam application using richfaces. in the visual editor i can not edit modalpanels. is this normal? or is my installation wrong? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4180223#4180223 Reply to

[jboss-user] [JBossWS] - Re: Jar file for org.jboss.ws.core.soap.SAAJMetaFactoryImpl.

2008-10-03 Thread maffeis
Hi Thorsten I had the same issue after installing jbossws-metro-3.0.3 into jboss-4.2.3.GA. I then copied jbossws-client.jar from the client directory of the original jboss-4.2.3.GA distribution, and placed it into the server/default/lib directory (after applying jbossws-metro-3.0.3). Then the

[jboss-user] [Installation, Configuration DEPLOYMENT] - jboss 5.0 and ejb 2.1 deployments

2008-10-03 Thread roelof
hi all, in the process of migrating to jboss 5.0 i 've run into the following when deploying ejb 2.1 beans (entities and stateless session). the console prints several message like this: 10:38:39,554 INFO [EjbDeployer] installing bean:

[jboss-user] [JBoss Portal] - Re: Manually configure remote portlets

2008-10-03 Thread rplp
Thanks for the quick answear. I will post it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4180225#4180225 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4180225 ___ jboss-user

[jboss-user] [JBossWS] - Re: Jar file for org.jboss.ws.core.soap.SAAJMetaFactoryImpl.

2008-10-03 Thread maffeis
I filed a JIRA ticket: https://jira.jboss.org/jira/browse/JBWS-2335 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4180227#4180227 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4180227

[jboss-user] [EJB 3.0] - Re: How to access EntityManager in a Thread run() method?

2008-10-03 Thread jboss_raikankas
I read in EJB3 specs that this should not be done, but then... should I use a plain jdbc connection to handle databases querys inserts inside the Thread? Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4180232#4180232 Reply to the post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - which java version is used by jasper compiler (Jboss 4.0.5)

2008-10-03 Thread javatwo
In my development environment using JDK 1.5, the jsp compilation is fine. But after deploy to JBoss 4.0.5, the JSP compiler complains templates such as List I started JBoss using jdk 1.5, configured in run.sh (JAVA_HOME). It seems that the JSP compiler is not using the java version 1.5.

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: which java version is used by jasper compiler (Jboss 4.0

2008-10-03 Thread javatwo
it does not support template: ListString View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4180241#4180241 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4180241 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Re: Swimlane, groups and their fields

2008-10-03 Thread provaJbpm
i've do | TaskMgmtSession taskSession = jbpmContext.getTaskMgmtSession(); | ListTaskInstance listaTask = TaskSession.findTaskInstancesByProcessInstance(processInstance); | but my list is void !!! on my start node there are two groups of user like here: |swimlane name=Clienti

[jboss-user] [JBoss jBPM] - Using fileUpload (either gd:inputFile.. or rich:fileUpload

2008-10-03 Thread Neal
I am trying to implement file upload functionality (like a document variable) from within a task form. I tried using gravel or richFaces and both are not working 1) Gravel 1.a) The form has the following tags ui:component | jbpm:dataform | | f:facet name=header |

[jboss-user] [EJB 3.0] - Problems running TestNG

2008-10-03 Thread AJanz
i use JBoss 4.2.2 GA with seam 2.0.2 and jbpm with commandservicebean i tried to run some TestNG cases. I only could use the remoteInterface of EJB, because TestNG runs in a seperate Java Runtinme. although Jboss Server and TestNG were both running under eclipse. is that right? or dir i

[jboss-user] [EJB 3.0] - no ClassLoader found for myclass

2008-10-03 Thread AJanz
while running a TestNG i got the error. | Caused by: java.lang.ClassNotFoundException: No ClassLoaders found for: com.my.class | at org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:212) | at

[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

[jboss-user] [JBossMQ] - Re: Configure Queue from EAR

2008-10-03 Thread jinpsu
Nevermind, got it working now. Had to put the destinations file in the root of the ear and referenced it as a service module in jboss-app.xml. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4180257#4180257 Reply to the post :

[jboss-user] [Remoting] - Re: Which thread pool services SLSB requests in AS?

2008-10-03 Thread justinwalsh
Hi Ron, Thanks for your reply - appreciate it. I probably should have mentioned that I'm using 2.1 EJBs and not EJB3. So I assume that the the equivalent of the $JBOSS_HOME/server/$CONFIG/deploy/ejb3.deployer/META-INF/jboss-service.xml is $JBOSS_HOME/server/$CONFIG/deploy/ejb-deployer.xml

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: which java version is used by jasper compiler (Jboss 4.0

2008-10-03 Thread jaikiran
See this http://www.jboss.com/index.html?module=bbop=viewtopict=128837 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4180264#4180264 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4180264

[jboss-user] [JBoss jBPM] - Re: Removing the identity component

2008-10-03 Thread salaboy21
Like you see, in jBPM the identity integration is very decoupled, so if you want to integrate you identity component, the only thing that you should do is to query your identity component for your users and then in an AssignmentHandler set the ActorId or the PooledActors property. I hope it

[jboss-user] [JBoss jBPM] - Re: Swimlane, groups and their fields

2008-10-03 Thread salaboy21
Before your query for obtain the tasks | TaskMgmtSession taskSession = jbpmContext.getTaskMgmtSession(); | ListTaskInstance listaTask = TaskSession.findTaskInstancesByProcessInstance(processInstance); | Do you create your process Instance right? View the original post :

[jboss-user] [JBoss jBPM] - Re: Swimlane, groups and their fields

2008-10-03 Thread provaJbpm
Of course: | | jbpmConfiguration = JbpmConfiguration.getInstance(WEB-INF/jbpm.cfg.xml); | jbpmContext = jbpmConfiguration.createJbpmContext(); | graphSession = jbpmContext.getGraphSession(); | | processDefinition =

[jboss-user] [JBoss jBPM] - Re: Swimlane, groups and their fields

2008-10-03 Thread salaboy21
Ok, now i think i can see the problem. You are not working with persistence? (a Database for storing the process information?) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4180269#4180269 Reply to the post :

[jboss-user] [Microcontainer] - Microcontainer articles @ DZone

2008-10-03 Thread alesj
A series of articles discussing various Microcontainer's aspects. #1 - Component Models - http://java.dzone.com/articles/a-look-inside-jboss-microconta View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4180262#4180262 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Swimlane, groups and their fields

2008-10-03 Thread provaJbpm
i'm working with HyperSqL default db for jbpm-suite. this is my flow: | process-definition | xmlns=urn:jbpm.org:jpdl-3.2 name=trip |swimlane name=Clienti | assignment expression=group(Clienti)/assignment |/swimlane |swimlane name=TourOperator |

[jboss-user] [JBoss Portal] - Re: Manually configure remote portlets

2008-10-03 Thread cpage
I'm also very interested by this feature. thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4180274#4180274 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4180274 ___

[jboss-user] [JBoss Portal] - Re: Manually configure remote portlets

2008-10-03 Thread Puls3
JIRA issue opened here: https://jira.jboss.org/jira/browse/JBPORTAL-2188 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4180279#4180279 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4180279

[jboss-user] [EJB 3.0] - EJB 3.1/2 Embeddable Usage

2008-10-03 Thread wolfc
Yesterday Kenneth announced the public review of the EJB 3.1 JSR (http://jcp.org/en/jsr/detail?id=318). I've been mucking around a bit, especially with chapter 22, the Embeddable Usage. And thus came up with a prototype which should be usable in any Maven project:

[jboss-user] [JBossWS] - Re: JBossWS 3.0.3 with heavy load

2008-10-03 Thread Marlboro
For anybody who will have same troubles. I fixed it by using wsdl file from local storage not from network. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4180286#4180286 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4180286

[jboss-user] [EJB 3.0] - Re: deployment of ejb3 in jboss-5.0.0 CR2

2008-10-03 Thread huberth
Thanks for the reply. What about keeping everything outside of an ear: par's, sar's, etc? Should the services then be able, somehow, to reference a persistence unit deployed directly in the deploy directory? I've given this a quick try and couldn't get it to work, but perhaps there's

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Webservice Hosting and MalformedURLException

2008-10-03 Thread miketech
Hi, yup sorry, that was my mistake :) But thanks, now it works. Greetings Mike View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4180290#4180290 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4180290

[jboss-user] [EJB 3.0] - Re: deployment of ejb3 in jboss-5.0.0 CR2

2008-10-03 Thread wolfc
You don't have to alter the application.xml. EE 8.4.2 bullet 1 shows the rules when you don't have one. Most likely all the jars are correctly designated and the application will come up. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4180292#4180292 Reply to

[jboss-user] [JBoss jBPM] - dynamically create tasks

2008-10-03 Thread AJanz
i got the following code to generate dynamically tasks on a node. | public Object execute(JbpmContext jbpmContext) throws Exception { | // TODO Auto-generated method stub | // TODO Auto-generated

[jboss-user] [JBossWS] - Eclipse JEE and JAX WS 2

2008-10-03 Thread miketech
Hi, I want to write a webservice and deploy it to JBoss. There are several ways to do this. I can write a webservice as PoJo and with two clicks in Eclipse JEE the service is created and deployed. But I wanna use JAX WS with the annotations WebService and WebMethods. I've created the

[jboss-user] [JBoss jBPM] - Re: dynamically create tasks

2008-10-03 Thread salaboy21
One of the first things that come into my mind is that you probably have an InvalidStateException because you are saving the task in a loop. Check your StackTrace, and let us know if you find the problem. View the original post :

[jboss-user] [EJB 3.0] - Re: Interceptors per MDB

2008-10-03 Thread bfach
Perhaps. There are so many methods of how to make an interceptor. The other way i saw was implementing the Interceptor interface and using the InterceptorDef annotation however when i attempted this, this did not work at all. I am searching for the solution that will could have 1

[jboss-user] [JBoss jBPM] - Re: dynamically create tasks

2008-10-03 Thread AJanz
no it was only called once. but i must call it because i create n tasks. or is there an other way to save it? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4180303#4180303 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Setting codebase in jboss ejb3 application has no efffe

2008-10-03 Thread esalagea
I keep putting answers for myself .. maybe one day someone will help me ... finally i found out that, for some reason, the java.rmi.server.codebase property is only read once by the jboss jvm. If my bean application changes this property (adds a new codebase) the classes will still be

[jboss-user] [JBoss jBPM] - Re: Dying processes problem

2008-10-03 Thread kukeltje
then report that... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4180316#4180316 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4180316 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: jBPM + jBoss Portal

2008-10-03 Thread kukeltje
ear or war whatever you want. Keep in mind that without customization it uses a separate jBPM config then (including scheduler etc) So I'd customize it a little. anonymous wrote : | I saw in old posts, some people having trouble integrated jBPM and Portal/Portlet. Is there any

[jboss-user] [JBoss jBPM] - Re: Swimlane, groups and their fields

2008-10-03 Thread kukeltje
MAKE A SMALL UNIT TEST PLEASE.. that demonstrates the problem... not code snippets process snippets, postting assumptions please... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4180319#4180319 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: dynamically create tasks

2008-10-03 Thread kukeltje
like in another post... please make a unittest with embedded processdefinition that demonstrates (although it is not always here) the problem View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4180322#4180322 Reply to the post :

[jboss-user] [EJB 3.0] - Re: deployment of ejb3 in jboss-5.0.0 CR2

2008-10-03 Thread huberth
Excellent. Thanks for your help. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4180325#4180325 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4180325 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - Log to syslog

2008-10-03 Thread npope
All, I am trying to set JBoss 4.2.3 to log to syslog. I have edited jboss-log4j.xml with this... {code} !-- Syslog events -- {code} I have also added this statement to my syslog.conf configuration {code} # Log JBoss JBOSS.*

[jboss-user] [EJB 3.0] - Method-level interceptors callback methods

2008-10-03 Thread ivan.rododendro
Hello, we're running under JBAS 5CR2 and it seems that callback methods on Interceptors are not called if the interceptor is declared method-level on the EJB. | public class MyInterceptor { | | @PostConstruct | public void init(InvocationContext c) { | // do some stuff

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Log to syslog

2008-10-03 Thread npope
hmmm... dont know how to edit this post so I will repost the Syslog config which magically disappeared !-- Syslog events -- View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4180331#4180331 Reply to the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Log to syslog

2008-10-03 Thread npope
doh why will it not take it !-- Syslog events -- |appender name=SYSLOG class=org.apache.log4j.net.SyslogAppender | errorHandler class=org.jboss.logging.util.OnlyOnceErrorHandler/ | param name=Facility value=JBOSS/ | param name=FacilityPrinting value=true/ |

[jboss-user] [JBossWS] - Re: Not getting instance of Service object from a WSDL file.

2008-10-03 Thread PeterJ
I hope this was a typo: $JBOSS_HOME/client/lib, and that you really meant $JBOSS_HOME/client. As I mentioned before PeterJ wrote : (Though I vaguely recall that one or two of [the necessary JAR files] are not there but in the server/xxx/lib directory. Anyway, if after adding all of the

[jboss-user] [JBoss jBPM] - Re: dynamically create tasks

2008-10-03 Thread AJanz
do i need to save the taskinstance seperate? or would jbpmContext.save(pi); be enough? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4180335#4180335 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4180335

[jboss-user] [JBossWS] - Re: Not getting instance of Service object from a WSDL file.

2008-10-03 Thread PeterJ
I decided to deploy my simple hello EJB-based web service on 4.2.2. I used the wsrunclient to run my client and the only JAR files I had to add to the classpath were: 1 - the JAR file containing my client code and the subs generated by wsconsume 2 - jboss_home/client/jbossall-client.jar Then

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem Regarding hsqldb-ds.xml

2008-10-03 Thread PeterJ
The hsqldb-ds.xml file contains three connection-url entries, two of which must always be commented out, and one of which must always be uncommented. The one that is not commented out determines the behavior. In all cases, all of the database data is kept in memory while running. The default

[jboss-user] [JBoss jBPM] - Re: dynamically create tasks

2008-10-03 Thread kukeltje
anonymous wrote : | or would | | jbpmContext.save(pi); | | be enough? | | It should be View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4180339#4180339 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4180339

[jboss-user] [Beginners Corner] - Re: Uisng Twiddle in the cron job

2008-10-03 Thread PeterJ
Based on this: /usr/lib64/libgcj.so.5.0.0, it would appear that you do not have JAVA_HOME set properly because (I think) this shared object is for the GNU Java environment. I suggest you make a copy of twiddle.sh as crontiwwdle,sh, and set your environment in crontwiddle.sh, making sure you set

[jboss-user] [Management, JMX/JBoss] - Re: Uisng Twiddle in the cron job

2008-10-03 Thread PeterJ
Please do not ask the same question in multiple forums: http://www.jboss.com/index.html?module=bbop=viewtopicp=4180342 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4180343#4180343 Reply to the post :

[jboss-user] [JCA/JBoss] - Transaction error when using multiple xa-datasources

2008-10-03 Thread kurtu2
Hi, I have a problem using multiple xaresources on jboss-4.2.2. The scenario is the following one: I have an EJB3 application which needs to connect to 3 different databases (i.e. 3 different database schemas) and exxecute update operations on the schemas within ine transaction. The database

[jboss-user] [Beginners Corner] - Re: javax.ejb.EJBException: RMI class loader disabled)

2008-10-03 Thread PeterJ
As this is an issues with Eclipse plug-in, this might be an issue with Eclipse itself. I suggest you ask this on an Eclipse developer's forum. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4180345#4180345 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Problems running TestNG

2008-10-03 Thread PeterJ
That is correct. If an EJB client is not running in the same process (that is, same JVM) as JBossAS (and the EJB), then the EJB needs a remote interface. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4180347#4180347 Reply to the post :

[jboss-user] [Remoting] - Re: Which thread pool services SLSB requests in AS?

2008-10-03 Thread [EMAIL PROTECTED]
Hey Justin, justinwalsh wrote : | So I assume that the the equivalent of the $JBOSS_HOME/server/$CONFIG/deploy/ejb3.deployer/META-INF/jboss-service.xml is $JBOSS_HOME/server/$CONFIG/deploy/ejb-deployer.xml file | Good guess, but as you know, nothing is ever that simple. :) Actually,

[jboss-user] [EJB 3.0] - Re: no ClassLoader found for myclass

2008-10-03 Thread PeterJ
According to the error message, it is expecting a class named class in a package named com.my. Frankly, I am amazed that you were able to declare a class named class. I think we need to see some code, but based on the scant information that you have provided, I don't know exactly what source

[jboss-user] [JCA/JBoss] - HeuristicMixed Exception (javax.jms.IllegalStateException: T

2008-10-03 Thread pdevireddy
Hello Everyone, This issue is haunting us. We have recently moved to JBoss 4.2.2 GA from Orion application server. We have four instances of JBoss Servers on one Linux machine. We are consistently getting the HeuristicMixed Exception. We switched the JBoss JTA to the deprecated

[jboss-user] [JBossWS] - Re: Eclipse JEE and JAX WS 2

2008-10-03 Thread PeterJ
What do you mean by the configuration for jboss is created without JAX WS.? How can you tell? What was it that you expected but was missing? I have create JAX-WS POJO web services and there is little difference between the resulting WAR and that of a web application. Finally, this could be an

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Setting codebase in jboss ejb3 application has no efffe

2008-10-03 Thread PeterJ
One of the issues with asking questions in a user's forum is that at times you just might be treading in areas where no-one has gone before. In addition, if you attempt to combine several technologies, then the number of forum readers who have used that particular combination tapers off

[jboss-user] [Remoting] - Re: WebServiceClientDeployer

2008-10-03 Thread [EMAIL PROTECTED]
Your question is way out of the purview of the Remoting project. I'm going to suggest you try the Installation, Configuration DEPLOYMENT forum at http://www.jboss.com/index.html?module=bbop=viewforumf=61. View the original post :

[jboss-user] [Remoting] - Re: org.jboss.remoting.marshal.InvalidMarshallingResource: C

2008-10-03 Thread [EMAIL PROTECTED]
This is a very strange exception, since the existence of a marshaller for the serializable datatype is hard coded in Remoting. If you go to $JBOSS_HOME/server/$CONFIG/lib and type java -jar jboss-remoting.jar you'll get the version of Remoting. What is it? What version of the Application

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Log to syslog

2008-10-03 Thread PeterJ
According to the javadoc: anonymous wrote : The facilityName parameter must be one of the | strings KERN, USER, MAIL, DAEMON, AUTH, SYSLOG, LPR, NEWS, UUCP, | CRON, AUTHPRIV, FTP, LOCAL0, LOCAL1, LOCAL2, LOCAL3, LOCAL4, | LOCAL5, LOCAL6, LOCAL7. Case is unimportant. And it

[jboss-user] [JBossMQ] - HeuristicMixed Exception (javax.jms.IllegalStateException: T

2008-10-03 Thread pdevireddy
Hello Everyone, This issue is haunting us. We have recently moved to JBoss 4.2.2 GA from Orion application server. We have four instances of JBoss Servers on one Linux machine. We are consistently getting the HeuristicMixed Exception. We switched the JBoss JTA to the deprecated in-memory

[jboss-user] [JBossMQ] - Re: HeuristicMixed Exception (javax.jms.IllegalStateExceptio

2008-10-03 Thread [EMAIL PROTECTED]
Ok, So you were getting errors with the new tx manager that said WARN Adding multiple last resources is disallowed. Current resource is . So you moved back to old deprecated tx manager so you could enlist multiple 1phase commit resources. Am I right so far? You may have even changed the

[jboss-user] [JBossMQ] - Re: HeuristicMixed Exception (javax.jms.IllegalStateExceptio

2008-10-03 Thread pdevireddy
hi Jay, Thanks a lot for taking a quick look at the issue. Let me digest what you said. I will get back to you with more information. Pradeep View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4180365#4180365 Reply to the post :

[jboss-user] [EJB/JBoss] - Are these warnings on startup anything to be concerned with?

2008-10-03 Thread rickcr
I want to make sure I'm doing things the proper way in the setup of this JBoss5 EJB3 application. I'm noticing a few warnings, but googling about them hasn't been too helpful. Just wondering if there is something I should be doing differently to avoid the warnings or maybe they are fine and

[jboss-user] [EJB 3.0] - Multiple MDBs, multiple queues

2008-10-03 Thread eidolon1138
I have an MDB that listens to an ActiveMQ queue. It work beautifully. It registers with AMQ and onMessagae fires for each message posted to the queue. I have a business rule that forces me to process all messages in the order they were posted to the queue. To accomplish this, I have set

[jboss-user] [JBoss jBPM] - Jbpm BPEL HelloWorld Example Ant Test Build Failure Problem

2008-10-03 Thread judyzhifu
Hello, All, I have been stuck on this problem for a while. Tried everything I could think of but still couldn't get it work. Hope someone here could give me some suggestions. I installed Jbpm BPEL and Jboss AS. I followed user guide at http://docs.jboss.com/jbpm/bpel/v1.1/userguide/. I

[jboss-user] [EJB 3.0] - Re: no ClassLoader found for myclass

2008-10-03 Thread AJanz
ok too little information. of course class was just a place holder. the name is WorkflowData i use jboss 4.2.2 GA on windows 2003 server with seam 2.0.2 and jbpm enterprise. i develop under eclipse ganymede with jboss tools. JDK is 1.6.04 i try to test ejb functionality. i run the test with

[jboss-user] [EJB 3.0] - Re: no ClassLoader found for myclass

2008-10-03 Thread PeterJ
Is WorkflowData the full class name? No package name? Is it your class? (Without the package name I cannot tell who 'owns' it.) If it is your class, then this is prabably an Eclipse or JBoss Tools issue in which case the Jboss Tools forum might be better for getting answers (about the only

[jboss-user] [Beginners Corner] - java.lang.OutOfMemoryError: PermGen space

2008-10-03 Thread AJanz
i use jboss 4.2.2 ga with seam 2.0.2 on windows 2003 server with jdk 1.6.04 after hours i got java.lang.OutOfMemoryError: PermGen space is there a simple way in jboss to track memory allocation to identify where the problem comes from? View the original post :

[jboss-user] [Beginners Corner] - Re: java.lang.OutOfMemoryError: PermGen space

2008-10-03 Thread PeterJ
You can use JConsole or VisualVM to track the permgen usage. I prefer JConsole because it causes less strain on the app server (VisualVM generates a lot of garbage on the app server which then has to be collected) You should set a larger permgen on the command line. Edit the run script, the

[jboss-user] Delivery Failure

2008-10-03 Thread Postmaster
- The message you sent to mdfilmfest.com/info was rejected because it would exceed the quota for the mailbox. The subject of the message follows: Subject: =?windows-1251?B?0fPk5eHt4P8g6CDi7eXx8+Tl4e3g/yDn4Pno8uA=?=

[jboss-user] Re: can not unsubscribe durable subscriber in jboss-messaging 1.

2008-10-03 Thread samk
See Thread at: http://www.techienuggets.com/Detail?tx=39229 Posted on behalf of a User Try subscriber.close() before unsubscribe. In Response To: When my program tries to unsubscribe its durable subscriber, it throws errors: javax.jms.IllegalStateException: Cannot unsubscribe durable

[jboss-user] [JBoss Tools (users)] - Re: 3.0.0 alpha, and seam tutorial problem

2008-10-03 Thread jjfraney
oops. Sorry. Looks like I messed up on this one. The 1.5 32-bit jdk I have been using on my ubuntu 64bit system has been running fine up until a recent upgrade of ubuntu. Now, with a 64-bit 1.5 jdk, seam runs without error. Sorry for the alarm. Thanks for your time. John View the

[jboss-user] [JBoss jBPM] - Re: Not able to login as a different user

2008-10-03 Thread danya
in the task list... I will post as a new topic View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4180378#4180378 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4180378 ___ jboss-user

[jboss-user] [JBoss jBPM] - Role assignment problem-Task of one user can be accessed by

2008-10-03 Thread danya
hi all, I am doing the example given in the ebook business process management with jboss jbpm. In this eg different roles are assigned to different people,like Talent scout, Legal adviser,Band member etc. When i deployed the process, once talent scout has completed his task and next task is

[jboss-user] [EJB/JBoss] - Re: Are these warnings on startup anything to be concerned w

2008-10-03 Thread jaikiran
From what i know, these messages can be ignored. Carlo (from EJB3 dev team) had once mentioned in the EJB3 forum and in the JIRA that : anonymous wrote : For a bean developer this warning can be safely ignored. View the original post :

[jboss-user] [EJB/JBoss] - Re: Are these warnings on startup anything to be concerned w

2008-10-03 Thread jaikiran
Just a FYI - You might get better response about EJB3 questions in the EJB3 forum at http://www.jboss.com/index.html?module=bbop=viewforumf=221 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4180381#4180381 Reply to the post :

[jboss-user] [EJB 3.0] - Re: EJB 3.1/2 Embeddable Usage

2008-10-03 Thread jaikiran
Carlo, I see that a EJBContainer can be created using the jar files in the classpath: | /** | * Create and initialize an embeddable EJB container. | * JVM classpath is searched for all ejb-jars or exploded ejb-jars in directory format. | * | * @return EJBContainer

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss 5.0 and ejb 2.1 deployments

2008-10-03 Thread jaikiran
Which exact version of JBoss-5.0 do you use? And which version of Java? Please post the contents of your JNDI tree. Also, do you have a jboss.xml where you specify the JNDI names for your EJBs? If yes, then post that too. While posting the logs or xml content or code, remember to wrap it in a