[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Need Urgent help!!!! JDBC Driver class not found: com.my

2008-03-14 Thread jaikiran
JBoss comes with 3 different server profiles, namely minimal, default and all. You can see these folders under %JBOSS_HOME%/server. The difference between these profiles is that minimal provides the minimal functionality, default provides almost all the functionality except clustering, whereas

[jboss-user] [JBoss jBPM] - Re: Generate Form not load variables from Controller

2008-03-14 Thread pitcom
I am having the same problem..!!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4136516#4136516 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4136516 ___ jboss-user mailing list

[jboss-user] [JNDI/Naming/Network] - JNDI Datasource Lookup not working

2008-03-14 Thread ozguy
Hi I been stuck at this problem and can't seem to see what am doing wrong. I followed the wiki pages for Datasource config and did what it said but i still can't seem to make this work. Here is my *-ds.xml file This file is in the default/deploy folder of jboss. local-tx-datasource

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problems upgrading 4.0.4.GA to 4.2.2.GA

2008-03-14 Thread jaikiran
anonymous wrote : ObjectName: jboss.j2ee:ear=BeltMasta.ear,jar=BeltMasta-ejb.jar,name=EclipseCostRecordFacade,service= | EJB3 | State: NOTYETINSTALLED | I Depend On: | jboss.j2ee:ear=BeltMasta.ear,jar=BeltMasta-ejb.jar,name=CleatTypeFacade,service=EJB3 |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Issue with deploying to JBoss 5.0.0Beta4

2008-03-14 Thread jaikiran
anonymous wrote : 17:06:57,048 WARN [JBossEntityResolver] Cannot load publicId from resource: application_1_3.dtd I remember seeing this when i had a incorrect DOCTYPE declaration in one of the xmls (i guess application.xml). At that point, i had just removed that declaration and got it

[jboss-user] [JNDI/Naming/Network] - Re: JNDI Datasource Lookup not working

2008-03-14 Thread jaikiran
res-ref-namejdbc/questionnaire_DS/res-ref-name anonymous wrote : javax.naming.NameNotFoundException: questionnaier_DS not bound Looks like a typo in the lookup string that you are passing. Make sure the spelling is right. View the original post :

[jboss-user] [EJB 3.0] - Re: ejb-jar.xml a clear definition for EJB3

2008-03-14 Thread caili314
Overriding metadata through XML, which file should the following contents be put? | entity-mappings | xmlns=http://java.sun.com/xml/ns/persistence/orm; | xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; | xsi:schemaLocation=http://java.sun.com/xml/ns/persistence/orm

[jboss-user] [Beginners Corner] - Re: Getting

2008-03-14 Thread jaikiran
eightmd wrote : I am running into a problem with JBoss 4.2.2GA, front-ended with Apache 2.2.6 were JBoss or the webserver seems to be hanging on to connections and leaving them in the CLOSE_WAIT state. Then my application gets Too many open files. | | I personally, have not worked with

[jboss-user] [JNDI/Naming/Network] - META-INF/context.xml

2008-03-14 Thread ozguy
Hi Hope someone can help me out with this problem. I have datasource definitions in the *-ds.xml which is deployed in the default/deploy folder of Jboss. Now i want to use these datasource in my web app, so i have a jboss-web.xml file which looks as follows: jboss-web.xml resource-ref

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Session being stolen / assigned to wrong person

2008-03-14 Thread [EMAIL PROTECTED]
So according to your configuration and applications a user session can start in one server and go on in the other, correct? How do you recognize session created in one server or the other? Do you use JVMRoute? The problems caused by the CLOSE_WAIT issue don't get fixed without intervention.

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss 4.2.2 and APR overrides java.library.path

2008-03-14 Thread edykory
Ok, I will try that. Well, I was also wondering why do they set it up as bin/native on linux only (on windows, run.bat sets the java.library.path to bin/native;%PATH%, which makes more sense, but on linux that doesn't do the trick either). On the other hand, with that line commented, I

[jboss-user] [JBoss Messaging] - Re: no exception callback for JBM clients when server detect

2008-03-14 Thread timfox
I have added this task for someone to investigate whether this is a real issue or not: http://jira.jboss.org/jira/browse/JBMESSAGING-1249 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4136532#4136532 Reply to the post :

[jboss-user] [JBossWS] - Re: Error while starting server - SearchPortTypePort does no

2008-03-14 Thread [EMAIL PROTECTED]
| at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206) | at org.apache.axis.client.Call.invokeEngine(Call.java:2784) | at org.apache.axis.client.Call.invoke(Call.java:2767) | How does Axis come into the game? View the original post :

[jboss-user] [JBossWS] - Re: communicating with WS in c# thorugh Java - encoding prob

2008-03-14 Thread [EMAIL PROTECTED]
javax.xml.soap.SOAPMessage |/** Specifies the character type encoding for the SOAP Message. Valid values include utf-8 and utf-16. The default is utf-8. */ |public static final String CHARACTER_SET_ENCODING = javax.xml.soap.character-set-encoding; | The soap message can either

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Need Urgent help!!!! JDBC Driver class not found: com.my

2008-03-14 Thread mars1412
but what does it really buy me to provide a minimal configuration, that includes only stuff, I need in my application? I (newbie) find it very difficult to decicde what I really need and how to deactivate other stuff so I stick with the all profile for now. is it better performance, because

[jboss-user] [JBossWS] - Re: NullPointer in JavaToWSDL conversion using wstools

2008-03-14 Thread [EMAIL PROTECTED]
Wy are you not moving to jboss-4.2.x and use jax-ws? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4136535#4136535 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4136535 ___

[jboss-user] [JBossWS] - Re: Turn on clientAuth only on the web services

2008-03-14 Thread [EMAIL PROTECTED]
This is a general tomcat issue. Security is configured per endpoint. i.e. you should configure client authentication for every deployed endpoint View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4136539#4136539 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Deployment order of dependent process definitions

2008-03-14 Thread syedtaj
I tried this as well, with no effect. anonymous wrote : | JbpmConfiguration jbpmConfiguration = JbpmConfiguration.getInstance(); | JbpmContext jbpmContext = jbpmConfiguration.createJbpmContext(); | try { | ProcessDefinition processDefinition =

[jboss-user] [JBoss Messaging] - Re: no exception callback for JBM clients when server detect

2008-03-14 Thread bodrin
Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4136543#4136543 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4136543 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [Clustering/JBoss] - Re: StackOverflowError when starting JBoss Cluster

2008-03-14 Thread HappySpaceInvader
[EMAIL PROTECTED] wrote : Have you edited conf/jndi.properties? | No, I haven't altered this file at all. [EMAIL PROTECTED] wrote : | Or, do any of your deployments package a jndi.properties file? | I haven't deployed anything of my own yet - I've just got a fresh copy of JBoss

[jboss-user] [JBoss Messaging] - Re: Authentication of producers consumers in jboss messagi

2008-03-14 Thread timfox
[Moved thread from design forum] View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4136542#4136542 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4136542 ___ jboss-user mailing list

[jboss-user] [JBossWS] - Re: java.lang.NoClassDefFoundError: javax/jws/WebService

2008-03-14 Thread [EMAIL PROTECTED]
Is jbossws deployed? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4136537#4136537 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4136537 ___ jboss-user mailing list

[jboss-user] [Clustering/JBoss] - Re: StackOverflowError when starting JBoss Cluster

2008-03-14 Thread HappySpaceInvader
Hmmm.. your reply got me thinking about the way I'm starting up the cluster though. If I simply start up with ./run.sh -c all I get no StackOverflowError. Before I go down any blind alleys here, can I just confirm whether or not binding to a specific IP address is a valid practice with

[jboss-user] [Management, JMX/JBoss] - twiddle fails on listMessageCounter of DestinationManager

2008-03-14 Thread dhondts
Does anyone have an idea why the below twiddle call is failing? $ ./twiddle.sh invoke jboss.mq:service=DestinationManager listMessageCounter 10:14:47,830 ERROR [Twiddle] Exec failed java.lang.NullPointerException at javax.management.modelmbean.DescriptorSupport.readObject(DescriptorSu

[jboss-user] [JBoss jBPM] - question about JobExecutor and Threads

2008-03-14 Thread fengzhi
hi guys, Could you please give me some clue, what I need to read or learn to understand it ? What does the JobExecutor make? I mean what is its using, why do we need it? I have taken a look in the code, but I don't understand and didn't find some document about it. I am beginner in this area

[jboss-user] [JBoss Portal] - Re: Web Traffic Logging

2008-03-14 Thread Soon5
Hy, You can use an Apache Webserver with Mod_JK in front of the JBoss Embedded Tomcat. Apache Logs the Access for you. The Log Format is very easy, and because Apache is very popular, there should be enough software for it. Greetings Soon5 View the original post :

[jboss-user] [JBossWS] - Re: java.lang.NoClassDefFoundError: javax/jws/WebService

2008-03-14 Thread satyendrakpatel
yes Jbossws is already deployed there Is any thing else required for this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4136551#4136551 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4136551

[jboss-user] [JBoss Portal] - Problem with Seam Forum

2008-03-14 Thread Soon5
Hy there, I don't want to post my Seam Questions here, but I have no choice, because, when I try to create a new Topic in the Seam Forum I always get that Error: | Sorry, but only todo can read topics in this forum. | Could please someone of the moderators solve that Problem? If this

[jboss-user] [JBossWS] - Re: communicating with WS in c# thorugh Java - encoding prob

2008-03-14 Thread trouby
Hey, Well, something is wrong, I have a file saved as unicode, I read the content of the file into a java String variable and pass it to the WS, I see gibberish on the other side (C#), Is there any way to investigate it? are there any WS testcases in C#/.NET and WS client code in java so I

[jboss-user] [JBoss Portal] - Re: Problem with Seam Forum

2008-03-14 Thread emuckenhuber
Indeed - but there is a thread called 'please use the new forum' So you could check out the new and fancy http://seamframework.org page, where you should be able to find this new forum :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4136568#4136568 Reply to

[jboss-user] [Beginners Corner] - JBoss Tools with Eclipse suggestions

2008-03-14 Thread shine007
We just migrated to JBoss Server and development with Eclipse. We are using JBoss tools IDE, since it seems to be the only stable plugin to use inside Eclipse to manage JBoss AS. Are there any suggestion based on your similar experience ? Are there any suggested VM arguments ? We are

[jboss-user] [JBoss Portal] - Re: PermGen Space

2008-03-14 Thread khalidhafeez
Hi, Could u please let me know at which place it should be written in run.bat ? thanx View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4136584#4136584 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4136584

[jboss-user] [JBoss Portal] - Re: PermGen Space

2008-03-14 Thread emuckenhuber
You could also use the JAVA_OPTS in the bin/run.conf, which is maybe easier to find. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4136587#4136587 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4136587

[jboss-user] [JBoss Portal] - Re: PermGen Space

2008-03-14 Thread bdaw
In the AS /bin directory look for the run.conf file. You need to make it: if [ x$JAVA_OPTS = x ]; then |JAVA_OPTS=-Xms128m -Xmx512m -XX:PermSize=128m -Dsun.rmi.dgc.client.gcInterval=360 -Dsun.rmi.dgc.server.gcInterval=360 | fi View the original post :

[jboss-user] [JBossCache] - Re: Sharing object with READ_COMMITED?

2008-03-14 Thread [EMAIL PROTECTED]
When you say EJB3, are these objects EJB3/JPA entities? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4136580#4136580 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4136580 ___

[jboss-user] [JBossCache] - Re: TreeMap

2008-03-14 Thread [EMAIL PROTECTED]
I'm guessing you're trying to use POJO Cache? If so, please post to http://www.jboss.com/index.html?module=bbop=viewforumf=277 instead. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4136589#4136589 Reply to the post :

[jboss-user] [JBossCache] - New forum specific to POJO Cache

2008-03-14 Thread [EMAIL PROTECTED]
Hello all. To help organise these forum threads better, this forum will be dedicated to issues relating to the Core Edition of JBoss Cache. For discussions pertaining to the POJO Edition of JBoss Cache (also known as POJO Cache), please use the POJO Cache User Forums. Thanks, Manik View the

[jboss-user] [JBoss Portal] - UserProfileModule.setProperty() not saved

2008-03-14 Thread HerQpapa
Hi, Accept my apologies beforehand if this question had been asked before. I searched the forums but I did not find anything on this subject. I am using JBoss Portal 2.6.2-GA with MySQL backend. I have a portlet where the logged in user can add/delete and assign roles. Code snippet from my

[jboss-user] [EJB 3.0] - transaction timeout for managed conversation transaction

2008-03-14 Thread nes
Hello, I have this snippet: @Asynchronous public void rebuildIndex() { FullTextSession session = (FullTextSession) entityManager.getDelegate(); Transaction userTx = session.beginTransaction(); userTx.setTimeout(10); ... } Now, the problem is that the setTimeout call fails, because you

[jboss-user] [JBoss Portal] - Re: PermGen Space

2008-03-14 Thread sisepago
Hi patrickdalla, take a look at my blog, there I explained how to solve the java.lang.OutOfMemoryError: PermGen space problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4136600#4136600 Reply to the post :

[jboss-user] [JBossWS] - Single API called twice after certain time

2008-03-14 Thread rashmi_yes
Hi, My Client is calling an web service API in remote machine. This API will take around 7 minutes to execute. But before completing the execution, the same API is called again after 5 minutes. But actually, the client is not calling the same API again. It had been called automatically. When

[jboss-user] [JBoss Portal] - Re: UserProfileModule.setProperty() not saved

2008-03-14 Thread HerQpapa
I forgot to add that | userProfileModule.getProfileInfo().getPropertyInfo(User.INFO_USER_ENABLED).getAccessMode(); | returns: read-write View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4136607#4136607 Reply to the post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - How to setup custom DirContext (need a WebDavServlet that ac

2008-03-14 Thread CarstenRudat
Hello all, I'd like to have a WebDavServlet serving from a DB. I found org.apache.catalina.servlets.WebdavServlet and it works very well for me, except that it serves from the filesystem. I think, I can give it a DirContext (more precisely a ProxyDirContext) under a JNDI-Path. But I don't

[jboss-user] [Installation, Configuration DEPLOYMENT] - JBoss and Postgres on 2 machines

2008-03-14 Thread mglowacki
Hi I have performance problem I can't solve myself. I have two servers, quite good. Now, I run JBoss and Postgres on one machine - works fine - but I expect it can be not enough in near future. That's why I try to move JBoss to separate machine - Xeon 3GHZ (2x2 core) with 3.75 GB RAM. But

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: java.lang.NoSuchMethodException: org.jboss.resource.adap

2008-03-14 Thread cpnehete
Hi Jaikiran, Please find code for debuggable statement class below, And I think i didn't change any jar file. Please do the needful. | | package com.work.net; | | import java.io.InputStream; | import java.io.Reader; | import java.lang.reflect.InvocationTargetException; |

[jboss-user] [JBoss jBPM] - Problem with Timer execution. process classloader can't find

2008-03-14 Thread rayun
Hi, I have a problem with the execution of an action for my timers. I am using JBPM 3.2.2 with Tomcat and try to execute a process with a timer on 2 tasks in a fork. The part of the process which give me troubles is the following : | fork name=fork1 | transition name=To client

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: ERROR - as default value for output for java.util.loggin

2008-03-14 Thread Ravishatc
Hi Bartosz Baranowski, I'm facing same problem, could you please let me know if you have solved this issue. Thanks and Regards, Ravisha View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4136605#4136605 Reply to the post :

[jboss-user] [JBoss Portal] - PortletRequest.USER_INFO returns nothing

2008-03-14 Thread rob_gar_esp
Hi, I'm trying to retrieve user information from the PortletRequest.USER_INFO attribute, however it returns nothing all the time. The complete snippet is: protected void doView(RenderRequest rRequest, RenderResponse rResponse) throws PortletException, IOException, UnavailableException

[jboss-user] [JBossCache] - Re: JBoss cache syncronization with Database

2008-03-14 Thread [EMAIL PROTECTED]
How does the data in your DATABASE get into the cache in the first place? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4136623#4136623 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4136623

[jboss-user] [JBossCache] - Re: JBOSS Cache vs Gigaspaces

2008-03-14 Thread [EMAIL PROTECTED]
You need to build a WS wrapper yourself and expose whatever you need to expose. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4136626#4136626 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4136626

[jboss-user] [JBossCache] - Re: Exception in thread

2008-03-14 Thread [EMAIL PROTECTED]
We've created a new forum for POJO Cache specific questions - I suggest you post this question there. http://jboss.org/index.html?module=bbop=viewforumf=277 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4136632#4136632 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: question about JobExecutor and Threads

2008-03-14 Thread jbarrez
The JobExecutor is there to, like it's name says, execute Jobs. Such a Job is for example a Timer (Timer is a subclass of Job). If you look into the code of the JobExecutor, you will see that it queries the database for jobs whow duedate is passed, which means that this job should be executed.

[jboss-user] [JBossCache] - Re: FetchInMemoryState InitialStateRetrievalTimeout

2008-03-14 Thread [EMAIL PROTECTED]
Preload specifies which Fqns to preload from a cache loader, regardless of whether you are refereing to a ClusteredCacheLoader or a local persistence engine such as a JDBCCacheLoader. Also, preload allows you to be more fine-grained with what is preloaded, e.g., | preload/catalog, /users,

[jboss-user] [JBossWS] - Message faults not signed

2008-03-14 Thread mimra
We have a project running on JBoss 4.2.0 (JBossWS 1.2.1.GA) which exposes an EJB3 web service like: | @Stateless | @WebService(wsdlLocation=META-INF/wsdl/LovWS.wsdl, targetNamespace = http://rep.oio.dk/wmdata.dk/as2007/schemas/2006/11/20/;) | @SOAPBinding(style =

[jboss-user] [JBossCache] - Re: Replication setting per region

2008-03-14 Thread [EMAIL PROTECTED]
Hmm, that is a bit more tricky. Are you suggesting that some entities need to be replicated while others not? If that is the case, perhaps you could use different hibernate configurations, perhaps using shards? Disclaimer: I haven't investigated or thought about this too much, I could be

[jboss-user] [JBoss Portal] - blog portlet in jboss portal 2.6.3

2008-03-14 Thread phani424
hai to all, i need war file or source code for blog portlet in jboss portal 2.6.3.i am going to add this portlet in my application.I tried the preview version of blog portal of jboss but it is showing the deployment failure in jboss portal 2.6.3.please it is very urgent the code for that

[jboss-user] [JBoss Portal] - Re: UserProfileModule.setProperty() not saved

2008-03-14 Thread HerQpapa
Sorry for the post, I found that I had a typo in my code. My apologies again. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4136647#4136647 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4136647

[jboss-user] [JBossCache] - Re: Sharing object with READ_COMMITED?

2008-03-14 Thread domyalex
Hi Manik, I'm still in the design phase, so I don't know exactly what this objects I want to share will end up being. I know their general structure and the information they will hold. From some search around it seems like making them entities would allow some good results, but I'm concerned

[jboss-user] [JBoss Portal] - Re: Web Traffic Logging

2008-03-14 Thread stefan.kok
Hi Thanks for the reply. I was kind of hoping to avoid front ending it with apache ( resource are kind of limited) but it seems its the only way out. Regards Stefan. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4136651#4136651 Reply to the post :

[jboss-user] [JBossCache] - Re: FetchInMemoryState InitialStateRetrievalTimeout

2008-03-14 Thread jorgemoralespou_2
Thanks, It seems to make sense. I`ll do some test to fully understand it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4136653#4136653 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4136653

[jboss-user] [JBossCache] - Re: Sharing object with READ_COMMITED?

2008-03-14 Thread [EMAIL PROTECTED]
There are many tradeoffs that you need to consider, which are specific to your app's requirements. If the objects are EJB3 entities, they will already be cached in the 2nd-level cache. JBoss's EJB3 JPA implementation uses Hibernate, which in turn uses JBoss Cache. View the original post :

[jboss-user] Re: deploy/integrate Alfresco Content management in JBoss portal

2008-03-14 Thread samk
See Thread at: http://www.techienuggets.com/Detail?tx=21646 Posted on behalf of a User How can i see content of alfresco in JBoss In Response To: Hi, Can anybody please tell me How to deploy/integrate Alfresco Content management in JBoss portal. I want to integrate Alfresco Content

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Teradata Configuration stop log console

2008-03-14 Thread fhrocha
Hi Peter, You're alright, I forced the turn off code called Logger.shutdown() method in my code of application... But in my application I don't call this method or other to force stop of logging, now I have no idea where this call occour, have you? Hibernate code? Maybe... Thank you, Fabio.

[jboss-user] [JBossCache] - Re: Define CacheLoader for different Regions

2008-03-14 Thread [EMAIL PROTECTED]
If you have written a db4o Cache Loader and think it may be generally useful, do you feel like contributing it to JBoss Cache? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=413#413 Reply to the post :

[jboss-user] [JBossCache] - Re: newbie question - ReplicationException

2008-03-14 Thread [EMAIL PROTECTED]
Related to what you have been saying - http://www.jboss.com/index.html?module=bbop=viewtopict=131474 But yes, specific to your problem, I have created a JIRA task: JBCACHE-1307 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4136668#4136668 Reply to the post

[jboss-user] [JBoss jBPM] - Re: Generate Form not load variables from Controller

2008-03-14 Thread kukeltje
please read the previous post by me it is *not implemented* View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4136669#4136669 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4136669

[jboss-user] [JBossCache] - Re: Need some architectural suggestion about JBoss cache

2008-03-14 Thread [EMAIL PROTECTED]
Are you using something like Hibernate to store entities and run search queries? JBoss Cache, as a 2nd level cache in Hibernate, will ensure that cached objects are up-to-date cluster-wide. But basically, you're looking for Invalidation as a cache mode - so that changes in the cache aren't

[jboss-user] [JBoss jBPM] - Re: question about JobExecutor and Threads

2008-03-14 Thread kukeltje
or in the Enterprise version, it is based on EJB Timers View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4136671#4136671 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4136671 ___

[jboss-user] [JBossCache] - Re: Writting cleanup script in JBOSS3.2.6 to delete list of

2008-03-14 Thread [EMAIL PROTECTED]
check out the sheduler service in our documentation. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4136672#4136672 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4136672 ___

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Need Urgent help!!!! JDBC Driver class not found: com.my

2008-03-14 Thread jaikiran
anonymous wrote : is it better performance, because some services are deactivated, or is it just lower memory consumption, because some jar files are not loaded? | It depends on which service you deactivate. The default profile is the most commonly used. However, if you want to slim down

[jboss-user] [JBossCache] - Re: TreeMap

2008-03-14 Thread tfranconville
Sorry, I haven't seen the pojo cache forum. But strangely, there is no post on it ... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4136679#4136679 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4136679

[jboss-user] [JBoss jBPM] - JbpmException: couldn't delete timers for process instance

2008-03-14 Thread wootenator
I have a very straightforward jBPM prototype where I am using hibernate,and tomcat abd SQL Server database. I get this error sometimes on the second invocation of the same ActionHandler within a graph. I'm just prototyping now. My action handler just makes an update to a text field in the

[jboss-user] [Clustering/JBoss] - Re: StackOverflowError when starting JBoss Cluster

2008-03-14 Thread [EMAIL PROTECTED]
Sure, binding to an address is valid. If you don't specify an address, for security reasons all services bind to localhost, which is pretty useless for a production system. BTW, setting -Djboss.bind.address with the same value is redundant if you use -b. Have you tried this solution

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jsf for jboss 4.2

2008-03-14 Thread hryhory
Today I had the same problem. To avoid this exception you have to add to your web.xml following lines: context-param | param-nameorg.jboss.jbossfaces.WAR_BUNDLES_JSF_IMPL/param-name | param-valuetrue/param-value | /context-param This will disable the built-in jsf implementation

[jboss-user] [Performance Tuning] - Re: Performance Issue with large chunk of data retreival.

2008-03-14 Thread mark.spritzler
OK, I am posting this as just me, not who I work for. :) First, tell me who the person is that will actually ready that huge report? Must be one of the fastest speed readers in the world. OK, So first, reports like these should be run over-night, not as ad-hoc. 2. There are products out there

[jboss-user] [EJB 3.0] - Re: Email from the ejb layer

2008-03-14 Thread glad01
Sorry for the vagueness of this post. I think I was throwing the hook in the water with no bait on it to see what would appear showing my frustration. It occurred to me after this post that the request that comes in via the web service is persisted to the database (postgres) via

[jboss-user] [JBossWS] - Call a web service

2008-03-14 Thread rodosa
Hello! I'm new in JbossWS. I have been looking into the documentation but... I'm a bit lost. I've generated a web service that I can see at http://localhost:8080/jbossws/services. My problem is how I can access form a client application ... and if I have to produce something with

[jboss-user] [JBossCache] - Re: TreeMap

2008-03-14 Thread [EMAIL PROTECTED]
That's because we just created it yesterday. :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4136703#4136703 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4136703 ___

[jboss-user] [JBoss jBPM] - Re: JbpmException: couldn't delete timers for process instan

2008-03-14 Thread kukeltje
please use [ c o d e ] tags (without the spaces while posting View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4136705#4136705 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4136705

[jboss-user] [JBoss Portal] - Inter-Porlet Communication for WSRP

2008-03-14 Thread linpeizhang
We are trying to achieve Inter-Portlet Communication between WSRP porlets. However, we cannot find any documents for that in Jboss 2.6.4 reference guide. The best I found is this note: Note: The portlet 2.0 specification (JSR 286) will cover Inter Portlet Communication so that portlets using

[jboss-user] [JBossCache] - Re: Sharing object with READ_COMMITED?

2008-03-14 Thread domyalex
Thanks for the reply manik. What if I wanted to have the shared objects as POJOs? Can I use JBoss Cache or other frameworks to share them and coordinate their access? Regards View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4136715#4136715 Reply to the post :

[jboss-user] [Beginners Corner] - Re: WAR deployment problem

2008-03-14 Thread PeterJ
The missing class file is located in the server/default/deploy/console-mgr.sar/web-console.war/applet.jar file. You need to include that jar in your web-inf/lib directory. Actually, because you need this jar, I suspect that your code is not written correctly because you can lookup the MBean

[jboss-user] [EJB/JBoss] - Re: Too many open files exception JBOSS 4.2

2008-03-14 Thread georges.goebel
Hi, I had the same problem with the close_wait connections. I managed to solve the problem with the workaround of using the jbossnative 2.0.3 library Georges View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4136730#4136730 Reply to the post :

[jboss-user] [JBoss Portal] - Install Portal 2.6.4 to existing JBoss installation?

2008-03-14 Thread tachoknight
Hi all- I didn't find anything in the guides about installing the Portal SAR to an existing JBoss 4.2.2 installation, but I tried to do this and get a ton of errors upon startup: ObjectName: portal:service=Hibernate,type=CMS | State: CONFIGURED | I Depend On: |

[jboss-user] [JBoss Portal] - Re: Install Portal 2.6.4 to existing JBoss installation?

2008-03-14 Thread [EMAIL PROTECTED]
Where did you look? Our reference guide clearly talks about this. What you are missing is datasource descriptor for portal. Depending on which bundled you downloaded, there should be a setup folder that contains sample descriptor. if you are just test it, you can try portal-hsqll-ds.xml. View

[jboss-user] [Beginners Corner] - Re: Unable to read large BLOB values from MySQL db

2008-03-14 Thread PeterJ
The getObject method returns data in the format specified by the column in the database. Because the database column type is BLOB, getObject returns byte[]. If that data is a serialized Java object, you will have to unserialize it yourself in code. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss and Postgres on 2 machines

2008-03-14 Thread PeterJ
You did not say which machine goes over 80% cpu usage. Both of them? If so, I suspect that you are missing an index on one of your tables. Examining the database statistics (using a tool such as ptop) should tell you which table is the problem. View the original post :

[jboss-user] [Clustering/JBoss] - Re: XAConnectionFactory not found only in Clustering

2008-03-14 Thread taco24
I'm running JBoss 4.0.3SP1 and I've got the exact same problem with the XAConnectionFactory not bound exception. Unfortunately the solution with the -b Parameter does not work in my environment. Do I have to upgrade to a newer JBoss version, or is there a way to make this work with the

[jboss-user] [JBoss Portal] - Subdomain in jboss Portal ??

2008-03-14 Thread remi_dong
Hello, I want create 2 subdomain in portal. I add: virtual-hosttoto.google.com/virtual-host |virtual-hosttata.google.com/virtual-host in the file 'portal-server.war\WEB-INF\jboss-web.xml' , and i set the conf in the apache and tomcat. when i run the jboss, i can't get reponse with

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Teradata Configuration stop log console

2008-03-14 Thread PeterJ
I doubt that it is in the Hibernate code, having used Hibernate and Seam (which uses Hibernate), I have never experienced the logging being turned off. I suspect the Teradata JDBC driver. One way to locate the culrpit is to use AOP to instrument the Logger.shutdown() method. If you are not

[jboss-user] [Beginners Corner] - Creating a servlet

2008-03-14 Thread tracker
I have a JBoss Seam project already in place, and I'm trying to add a service that will return a PDF from a URL request. It's my understanding that to do that I will need to modify the HTTP response, and to do that I need a component that extends HTTPServlet. I've tried to do that but I suspect

[jboss-user] [JBoss Portal] - Re: Help with IPC

2008-03-14 Thread mikebutler
It was. The problem was that I was editing the jboss-service.xml for the portal app, instead of creating one for my own app. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4136755#4136755 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Issue with the JBoss HelloWorldIPC portlet

2008-03-14 Thread linpeizhang
briandehaven wrote : Found the problem. Simple fix in the end. You need to add the Required transaction attribute. The above portlet now spits out the entire deployed PortalNode structure. It should be easy to modify into a breadcrumb and/or sitemap portlet. | | jboss-portlet.xml | |

[jboss-user] [JBossWS] - Re: Call a web service

2008-03-14 Thread PeterJ
Yes, you use the files generated by wsconsume in your client. As an example, say you have a hello web service (I am not sowing all the code): class Hello { | public String sayHello(String name) {...} | } wsconsume will create an interface named Hello and a class named HelloService (and

[jboss-user] [JBoss jBPM] - How to get id of task

2008-03-14 Thread jagr
Hi. I'm trying to get the id of task. My process start and in determinate node has ActionHandler. In this action, i want to know task id. I'm be able to get node id with context.getNode().getId() and get token id with context.getToken().getId() but if I try context.getTask().getId() process

[jboss-user] [JBoss Portal] - Re: Unable to use WSRP over SSL for self producer

2008-03-14 Thread dkc
Chris: Thanks for your help - I got it to work :-) My original post had a typo (my apologies) - I am actually using https://localhost:8443 in jboss-portal.sar/portal-wsrp.sar/default-wsrp.xml. I think the thing that fixed this for me was to add the following to the JAVA_OPTS in bin/run.conf:

[jboss-user] [Installation, Configuration DEPLOYMENT] - Configuration of application outside EAR.

2008-03-14 Thread thundersmurf
I could not determine in which forum I should post. My apologies if this is not the correct forum. My application requires configuration parameters (like a props file) outside the EAR. For instance, parameters that may be different for different stages of development (dev, qa, prod). I have

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Session being stolen / assigned to wrong person

2008-03-14 Thread javaspack
Incorrect. We currently have just ONE JBoss server. When we had two, we used JvmRoute. But like I said, we don't use a second server anymore because we thought that might be the problem. The problem is that a user session can be transfered to a different user session. Example: 1. User logs

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools using Latest Seam

2008-03-14 Thread [EMAIL PROTECTED]
use the forum search on how to workaround it. (or use jboss tools 2.0.1.GA which will be announced soon) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4136770#4136770 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4136770

[jboss-user] [JBoss Portal] - Re: Unable to use WSRP over SSL for self producer

2008-03-14 Thread [EMAIL PROTECTED]
dkc wrote : | Thanks for your help - I got it to work :-) | Glad to hear you managed to get it to work! dkc wrote : | - Update server/default/deploy/jboss-portal.sar/portal-wsrp.sar/default-wsrp.xml. Comment-out the self wsrp-producer deployment on your non-SSL port, and add the

  1   2   >