[JBoss-user] [Installation, Configuration Deployment] - Re: OracleConnectionPoolDataSource

2006-06-22 Thread Veniamin
Interesting question, Denis. If I understand it right, ConnectionManager MBean drives connection pool by itself, that is, JBoss has its own connection pool implementation. Download JBoss Application Server Guide from http://labs.jboss.com/portal/jbossas/docs if you haven't done it yet, and read

[JBoss-user] [JBoss jBPM] - how to change the beans

2006-06-22 Thread pmahesh
hi, i started workin with jbpm i have few doubts regarding beans, i want to add new beans and also wanted to change the existing beans, im not getting idea abt how to start with this. i will be thankful if u help me out in this issue View the original post :

[JBoss-user] [JBoss jBPM] - where will be the bean class files residing in jbpm

2006-06-22 Thread pmahesh
hi, i wanted to find the .class files of beans in jbpm, can u help me out View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952548#3952548 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952548 All the advantages of Linux

[JBoss-user] [JBoss jBPM] - Re: GPD 3.0.9 Freezes Upon Opening Sample Process

2006-06-22 Thread cfrasci
Hi I first had installed JBoss IDE 1.5.0 and never used jBPM before. Than I installed the jBPM plugin 3.0.9.2 because I started a new Project. So I can't make comparisons to older jBPM versions. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952550#3952550

[JBoss-user] [Installation, Configuration Deployment] - Re: OracleConnectionPoolDataSource

2006-06-22 Thread denis-karpov
Thanks. Yes. I understand it. The main question, is it possible to configure jBoss data source with DataSource class? Or it works only with Driver classes? Denis. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952551#3952551 Reply to the post :

[JBoss-user] [JCA/JBoss] - problem deploying Jboss portal- porbably Oracle DS problem

2006-06-22 Thread adik
Hi I working with jboss-4.0.4.GA jboss-portal-2.2.1-SP1 DB: Oracle10gR2 I need your help I can't deploy Jboss portal and I think the problem is with the Oracle driver or the DS configuration. The only thing I did is that I put the OJDBC14 in the lib directory did I had to do any other thing?

[JBoss-user] [JBoss jBPM] - Re: Unable to deploy process definition

2006-06-22 Thread wfenthusiast
You are right but I had pasted the entire exception and progressively cut down my search string to get more matches during which time the all important string_max was lost :( Anyway I did not find the excercise futile as I found possible pitfalls in embedding jBPM in a webapp :) View the

[JBoss-user] [JBossWS] - Webservices problem in JBOSS 4.0.1Sp1

2006-06-22 Thread arsathish
Hi, I am trying to deploy a simple EJBPoint as Webservice in JBOSS 4.0.1Sp1. I have generated all the necessary mapping.xml and WSDL files using JSWDP 1.6 from Sun. Now when I start my JBOSS server I am getting this error. I tried several times with some changes here and there.. BUt in vain.

[JBoss-user] [EJB 3.0] - Re: Unable to look up the Stateless Session Bean

2006-06-22 Thread abl
the default jndi name is: ReusableWeb/DataAccessBeanBean/[remote|local] but it looks like your bean is not registered in jndi. maybe the bean is not recognized by the ejb3 deployer if in a war. I recommend to try the following layout (always works for me without problems): - ReusableWeb.ear

[JBoss-user] [JCA/JBoss] - Sorry I didnt saw Adrian message

2006-06-22 Thread adik
I will write it in right forum View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952557#3952557 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952557 All the advantages of Linux Managed Hosting--Without the Cost and Risk!

[JBoss-user] [JBoss jBPM] - Re: MySQL schema creation mystery

2006-06-22 Thread wfenthusiast
mystery solved check out http://jboss.org/index.html?module=bbop=viewtopict=85272 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952558#3952558 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952558 All the advantages of

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Problem deploying Jboss Portal Probably Oracle driver or DS

2006-06-22 Thread adik
Hi I working with jboss-4.0.4.GA jboss-portal-2.2.1-SP1 DB: Oracle10gR2 I need your help I can't deploy Jboss portal and I think the problem is with the Oracle driver or the DS configuration. The only thing I did is that I put the OJDBC14 in the lib directory did I had to do any other

[JBoss-user] [Remoting] - Re: java.io.IOException: HTTPS hostname wrong: should be 1

2006-06-22 Thread vasanth_java
because of our wrong ip and port configurations only we got the connection time out exception. i think the org.jboss.security.ignoreHttpHost = true is disabled the host name verification. it corrects the java.io.IOException: HTTPS hostname wrong: exception. if we get any further issues, then

[JBoss-user] [JBoss jBPM] - Have swimlane any relation with the authorization on TaskIns

2006-06-22 Thread fengrux
In JBPM, If a task is assigned to the swimlane 'Boss' , a actor who is not a member of swimlane 'Boss' can end the taskinstance too . Is that right? Then are there any authorization mechanism on task execution in JBPM? View the original post :

[JBoss-user] [Installation, Configuration Deployment] - Re: Log4jRepositorySelector undeployment problem

2006-06-22 Thread phanir
I'm also facing the same problem. Anobody from jboss can help us resolve this? Looks like something related to cleaning up/destroying some logger related objects. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952562#3952562 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: JSF error

2006-06-22 Thread yeyus
It's already works... The problem was that I didn't delete jsf-api.jar of Web-inf/lib (maybe more people has the same problem...) Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952564#3952564 Reply to the post :

[JBoss-user] [JCA/JBoss] - Re: Problem deploying a JCA

2006-06-22 Thread r_washu
Finally i found a solution or workaround ? Just replacing in ra.xml : | connectionfactory-interfacejavax.resource.cci.ConnectionFactory/connectionfactory-interface | | connectionfactory-impl-classcom.test.cci.S3kConnectionFactory/connectionfactory-impl-class | | |

[JBoss-user] [Clustering/JBoss] - Problem with singleton Service and http reverse proxy.

2006-06-22 Thread greyfairer
Hi there, I have a cluster with two nodes, with hajndi and httpha-invoker deployed normally, and jbossmq and jbossmq-httpil deployed as singleton service, as described in the clustering documentation. For my web applications, my clients connect to a reverse proxy: apache with mod_jk

[JBoss-user] [JBoss Portal] - Re: File Required to write a simple Portlet

2006-06-22 Thread [EMAIL PROTECTED]
www.portletswap.com View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952568#3952568 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952568 All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained

[JBoss-user] [Remoting] - Re: java.io.IOException: HTTPS hostname wrong: should be 1

2006-06-22 Thread vasanth_java
Now we got another problem. the above SSL implementation is correctly working with in LAN. when using proxy server and static ip stuffs, then we are getting this following exception. (java.net.NoRouteToHostException: No route to host: connect) Actually our URI is like

[JBoss-user] [JBoss jBPM] - excecution of the task assigned

2006-06-22 Thread antitrust1982
Hello everybody, I create a portlet with some task without assigment to a specific person and some others assigned to a specific person. When I execute my process in anonymous person I can execute the task without assigment (It's logical) but I want to log me in order to execute the task

[JBoss-user] [JBoss Getting Started Documentation] - Re: jsp 2 output a variable

2006-06-22 Thread Gurnard
Hello I got it sorted in the end, the declaration I had in web.xml was incorrect. Thank you for taking the time to read and reply though. cheers Martin View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952571#3952571 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: jBPM workshop in Stuttgart (07.07.2006)

2006-06-22 Thread camunda
Hi all. There are a few places left on this workshop if anyone wants to join just in time... Finished the slides and the example/demo today, I think it will be a very interessting event :-) Regards Bernd View the original post :

[JBoss-user] [JBoss Messaging] - Re: MessageListener speed when connecting to local messaging

2006-06-22 Thread timfox
Very interesting. The jms server or client doesn't treat xml text any differently from any other text. In fact it doesn't even look at the messabe bodies at all, they're ignored. One possibility here is you have an XML firewall on your network between the server and the client. Some

[JBoss-user] [JBossWS] - Re: Validation of input

2006-06-22 Thread KermitTheFragger
Ok Thanks ! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952574#3952574 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952574 All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained

[JBoss-user] [JBoss Seam] - Re: java.lang.NoSuchMethodError: org.jboss.seam.core.Interpo

2006-06-22 Thread [EMAIL PROTECTED]
i'll fix it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952575#3952575 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952575 All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained

[JBoss-user] [JBoss Messaging] - Re: Security Exception

2006-06-22 Thread timfox
Martin-I ran your test program with 50 messages - it took a few hours and after my fix I didn't notice any memory leak. This fix will be in the 1.0.1GA release which should be out fairly soon once we've cleared up this latest few issues we are having. View the original post :

[JBoss-user] [JBoss Seam] - Re: SFSB are evil? (The eternal Update problem)

2006-06-22 Thread fhh
Well, this is how stateful session beans are supposed to work. They save their state and that includes your List _vertraege. So the question is what you really want to do. If you want to keep in sync with the database at any cost, you could user a stateless session bean. But doing so will cost

[JBoss-user] [JBoss Portal] - Re: Jboss 2.4 and portlet-instances.xml

2006-06-22 Thread bdaw
In 2.4 descriptor changed. Because of WSRP implementation which forced some architectural changes portlet-instances.xml was introduced. But there is still suppor for legacy 2.2 descriptors and that's why you receive the warning. So you need to follow what is written on the console: 1) in

[JBoss-user] [JBoss jBPM] - Re: GPD Locking Up Eclipse

2006-06-22 Thread kukeltje
I'm not completely sure, but the latest jboss IDE does not contain the latest GPD, so it could well be that you are seeing the issues reported (which version of the jboss ide btw, the 'latest' does not mean much a few months from now) View the original post :

[JBoss-user] [JBoss jBPM] - Re: GPD Locking Up Eclipse

2006-06-22 Thread [EMAIL PROTECTED]
You are quite right Ronald. Version 1.6 of JBoss IDE contains the 3.0.9 release of the GPD, which has this nasty issue... Regards, Koen View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952580#3952580 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: Process Deployment Issue

2006-06-22 Thread [EMAIL PROTECTED]
The recommended approach is indeed storing the classes in your processarchive. This is one of the options I suggested above, but maybe I should have put it first. You shouldn't use the jbpm.files.dir property anymore, it is a legacy property used before for database that were not able to handle

[JBoss-user] [JBoss jBPM] - Re: problems using jbpm 3.1 with jboss 4.0.0

2006-06-22 Thread [EMAIL PROTECTED]
Do you see something when you connect to your database with a client such as DBVisualizer? Is there something in the JBPM_USER table? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952582#3952582 Reply to the post :

[JBoss-user] [JBoss Messaging] - Re: MessageListener speed when connecting to local messaging

2006-06-22 Thread timfox
Just to be sure I have tried on my test setup with text messages containing xml (jaws.dtd) and others of the same size with non XML text and send/receive times are the same. As I say, Jboss messaging treats the message bodies as completely opaque anyway. View the original post :

[JBoss-user] [JBoss Messaging] - Re: Security Exception

2006-06-22 Thread mwelss
Sounds great. Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952584#3952584 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952584 All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully

[JBoss-user] [JBoss jBPM] - Re: How to programatically deploy a PAR to a remote JBoss in

2006-06-22 Thread [EMAIL PROTECTED]
You can leverage the deployment servlet in the jBPM webapp if you like... But I agree that an MBean could be a better solution. Let us know if you are planning to contribute ;-) Cheers, Koen View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952585#3952585 Reply

[JBoss-user] [JBoss Messaging] - Re: IllegalStateException: Cannot find consumer

2006-06-22 Thread timfox
Hi Dennis- Can you post your code and config please? Thx View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952587#3952587 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952587 All the advantages of Linux Managed

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: 2 hot deploy questions

2006-06-22 Thread LORDs_diakonos
OK well 3 more questions then 1. Regarding the jsp hot deploy. Would it work if I wrote a program that could look at all jsps and if they have been modified deploy them and make the program a builder that fires on auto build? 2. Is there a way to make a button on teh toolbar or some easier

[JBoss-user] [JBoss jBPM] - Re: Unable to deploy process definition

2006-06-22 Thread kukeltje
the forum by default uses an OR search if you do not use the radio buttons to configure otherwise View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952591#3952591 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952591 All

[JBoss-user] [JBoss jBPM] - Re: Managing Task and Log ???

2006-06-22 Thread Nomad
Update : The case where the log sequence is out of order only happens if I cancel the task, but if I remove the task, the log is ok. Now after playing around for a while with canceling and removing task instances, I just found something that I really don't understand. Base on the question

[JBoss-user] [JBoss jBPM] - Re: New jBPM Getting Started Documentation

2006-06-22 Thread labadi1
Hello I am new to JBPM i had started reading about a week ago, and after reading and reviewing the examples i had finally did the JBPM integration in my project. But unfortantly i couldnot be sure that my solution is complete or not i am feeling that i am missing something in my code. This

[JBoss-user] [JBossWS] - Re: JSR-181 EJB Endpoint with BASIC Authentication

2006-06-22 Thread alxs
[EMAIL PROTECTED] wrote : This should be fixed in jbossws-1.0.1 Since I ran into the same problem I wonder how I can figure out what version was installed with my jboss 4.0.4.GA and how I can upgrade to 1.0.1 or newer? Thanks, Alex View the original post :

[JBoss-user] [JBoss Seam] - JBoss Seam and myfaces sandbox inputSuggestAjax

2006-06-22 Thread sducas
Hello, I had a NPE while using the sandbox inputSuggestAjax with a SEAM component method as suggestedItemsMethod : The reason is that there is no PhaseId setted during the ajaxRequest... So here is what I have done in the PageContext class: PageContext.getCurrentReadableMap(){ PhaseId

[JBoss-user] [JBoss Seam] - Re: JBoss Seam and myfaces sandbox inputSuggestAjax

2006-06-22 Thread [EMAIL PROTECTED]
Whose sandbox is this? MyFaces? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952596#3952596 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952596 All the advantages of Linux Managed Hosting--Without the Cost and Risk!

[JBoss-user] [JBoss jBPM] - Re: jBPM workshop in Stuttgart (07.07.2006)

2006-06-22 Thread kukeltje
Sorry, to far away from Utrecht (NL) ;-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952597#3952597 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952597 All the advantages of Linux Managed Hosting--Without the Cost and

[JBoss-user] [Remoting] - Re: java.io.IOException: HTTPS hostname wrong: should be 1

2006-06-22 Thread vasanth_java
we got the problem and solution. we mistaken in the protocol name of system properties. actually we specified as http instead of https. that's the problem. while u r using https, u have to specify the system properties like https.proxySet. sample code: System.setProperty(https.proxySet,

[JBoss-user] [JBoss jBPM] - Re: Have swimlane any relation with the authorization on Tas

2006-06-22 Thread kukeltje
no, just in the webapp. There is a jira issue (searhc for iand vote for it) for this to have some kind of authorization mechanism in jbpm View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952599#3952599 Reply to the post :

[JBoss-user] [JCA/JBoss] - Re: JBOSS DataSource configuration for Oracle database

2006-06-22 Thread xjchen001
Hi Weston, Thank you very much for your info. I realized that I am facing the problem of migrating application from WebLogic to JBoss. I googled and found that I need to modify the deployment descriptors for all the modules. This seems not a trivial process since WebLogic's and JBoss'

[JBoss-user] [Installation, Configuration Deployment] - Minimum system requirements??

2006-06-22 Thread AlliumPorrum
Hi! I have searched for a while from jboss.org, but I just can't find any information of minimum hardware requirements for JBoss 3 4. Could someone please tell me where can I find these?? I'm running on Ubuntu 6, and I'm not sure yet if I should use version 3 or 4 from JBoss, so are there

[JBoss-user] [JBoss Messaging] - Re: Problem re-delivering to Durable Subscriber

2006-06-22 Thread timfox
Hi- I was wondering if you are still seeing this problem? We are going to cut a release fairly soon, so if there is an issue here we want to get a fix in ASAP Thanks for your patience. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952602#3952602 Reply to

[JBoss-user] [JBoss Seam] - Re: JBoss Seam and myfaces sandbox inputSuggestAjax

2006-06-22 Thread sducas
Yep myfaces sandbox... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952603#3952603 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952603 All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully

[JBoss-user] [JBoss Seam] - Re: JBoss Seam and myfaces sandbox inputSuggestAjax

2006-06-22 Thread [EMAIL PROTECTED]
Well, I'm inclined to think this is bad design on the part of MyFaces, but if you add a JIRA issue, I suppose we can try to be more robust, or if that's not possible, at least throw a more meaningful exception. View the original post :

[JBoss-user] [Clustering/JBoss] - HA-JMS fails, Master node undeploying channels, no failover

2006-06-22 Thread jkressin
First, sorry for the lengthy post, but I need to describe the problem in detail: We have a cluster of 6 JBoss instances (JBoss 4.0.3SP1) on 3 physical machines. Each machine runs two JBoss instances and each JBoss instance has its own IP. The machines have one network adapter with two

[JBoss-user] [Clustering/JBoss] - JBoss Cluster issue

2006-06-22 Thread tterm
Hello, I tried to setup a cluster with 3 nodes (A,B,C). The apllication which should run is the xpetstore from the JBoss CVS which I updated for clustering support. The app server is the newest JBoss 4.0.4GA (session replication). I used the apache web server as loadbalancer with

[JBoss-user] [Installation, Configuration Deployment] - Problem with installing Portal on JBOSS

2006-06-22 Thread m_ucar
Dear @ experts, I´m trying to install JBOSS Portal 2.2 on JBOSS 4.0.4 with mySql 4.1 and 3.0.16 Connector Java on Windows XP Professional. I followed the installation guide in JBossPortalUserGuides. But after restarting the JBOSS Server. I get the following message in the console: ObjectName:

[JBoss-user] [JBoss Portal] - Session Timeout

2006-06-22 Thread keletappi
I can't find in documentation, how to control session timeout in JBoss portal. Anyone having links to correct place for me ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952608#3952608 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: Problem with GraphElement.raiseException

2006-06-22 Thread camunda
The problem is the ExceptionHandling, see http://docs.jboss.com/jbpm/v3/userguide/processmodelling.html#exceptionhandling anonymous wrote : | When an exception occurs in a delegation class, the process element parent hierarchy is serached for an appropriate exception-handler. When it is

[JBoss-user] [JBoss jBPM] - Re: Problem with GraphElement.raiseException

2006-06-22 Thread camunda
I've created a JIRA Issue for that: http://jira.jboss.com/jira/browse/JBPM-681. Our temporarly workaround is, to comment out the raiseException code and only throw the DelegationException | throw new DelegationException(exception, executionContext); | Because we don't use

[JBoss-user] [Installation, Configuration Deployment] - Re: Minimum system requirements??

2006-06-22 Thread [EMAIL PROTECTED]
JBoss is quite lightweight and you can slim it down further if needed. Use the latest 4.0.4.GA View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952611#3952611 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952611 All the

[JBoss-user] [JBoss Seam] - Re: JBoss Seam and myfaces sandbox inputSuggestAjax

2006-06-22 Thread sducas
Does my fix will cause side effects?? Can I leave my seam version like that (it works well!)? THANKS View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952612#3952612 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952612 All

[JBoss-user] [EJB 3.0] - Re: EJB @Service Attribute/Property setting

2006-06-22 Thread jlowcock
This is close, it shows how to deploy the same class as two separately identified services which is half the problem. The issue I'm facing is how do I access the details of ejb-name and service/cluster name within the Service code. I need this information to form the primary key of an EJB

[JBoss-user] [JBoss Portal] - Problem with installing Portal

2006-06-22 Thread m_ucar
Dear @ experts, I´m trying to install JBOSS Portal 2.2 on JBOSS 4.0.4 with mySql 4.1 and 3.0.16 Connector Java on Windows XP Professional. I followed the installation guide in JBossPortalUserGuides. But after restarting the JBOSS Server. I get the following message in the console: ObjectName:

[JBoss-user] [JBoss Seam] - Proposed move of components.xml location

2006-06-22 Thread jtucker
I'm suggesting that components.xml be moved from it's hard-coded location at /WEB-INF/components.xml to simply be loaded from the classpath. The main reason is that I'm having to do workarounds when using SeamTest to include the WEB-INF directory in my test classpath. I can't think of any

[JBoss-user] [JBoss Portal] - Re: Problem with installing Portal

2006-06-22 Thread adik
I have similiar problem on oracle10 I also don't know what to do I hope you'll get the answer I didn't get it yet http://www.jboss.com/index.html?module=bbop=viewtopicp=3951703#3951703 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952618#3952618 Reply to the

[JBoss-user] [Beginners Corner] - System properties

2006-06-22 Thread andydale
hi, I have jsut started to use JBoss (4.0.4) and now need to be able to set a system property. Form what i have managed to find out i need to create a properties-service.xml file in the /deploy directory of the server. I have done this, plese see below server | mbean

[JBoss-user] [JBoss Seam] - Re: Client-State Saving - which technique is used?

2006-06-22 Thread bambata
thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952620#3952620 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952620 All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians.

[JBoss-user] [JBoss Portal] - Re: Problem with installing Portal

2006-06-22 Thread [EMAIL PROTECTED]
i'm looking at your problem View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952621#3952621 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952621 All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully

[JBoss-user] [EJB/JBoss] - Re: Documentation on Default transaction type

2006-06-22 Thread gerd
At least in 2005, the default was required. See: http://jboss.com/index.html?module=bbop=viewtopict=63115 Gerd View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952623#3952623 Reply to the post :

[JBoss-user] [JBoss Seam] - Seam Booking example does not sorport chinese character

2006-06-22 Thread lws688
I tried seam booking example and found that it did not support chinese character input as real user name. Can anyone help me on this? (my seam version is 1.0.1 GA) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952624#3952624 Reply to the post :

[JBoss-user] [Management, JMX/JBoss] - Re: Using an MBean to spawn native Process with JBoss AS/4.0

2006-06-22 Thread [EMAIL PROTECTED]
Just as an update, I was able to find a solution to the problem. In order to spawn a native Process from an MBean required 3 threads and a signal handler. One thread handled the exec() and destroy() of the Process and implemented a signal handler to catch SIGTERM. The other two threads were

[JBoss-user] [Installation, Configuration Deployment] - Re: Minimum system requirements??

2006-06-22 Thread visolvejboss
Hello, The Minimum Hardware Requirements for JBoss can be found in the following link. http://www.jboss.com/pdf/JBossASBrochure-Mar2006.pdf I hope this may be helpful. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952626#3952626 Reply to the

[JBoss-user] [JBossWS] - Re: jbossws-1.0.1 released

2006-06-22 Thread alxs
Same issue here. Looks as if the deployment order is incorrect. Alex View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952627#3952627 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952627 All the advantages of Linux Managed

[JBoss-user] [JBoss Portal] - Re: Problem with installing Portal

2006-06-22 Thread [EMAIL PROTECTED]
Ok, please edit: portal-core-sar/META-INF/jboss-service.xml and replace: |!-- Transient cache for component security store -- |mbean | code=org.jboss.cache.TreeCache | name=portal:service=TreeCache,type=transient | attribute

[JBoss-user] [JBoss Seam] - Re: SFSB are evil? (The eternal Update problem)

2006-06-22 Thread baz
Hello, Your problem looks very common for me. anonymous wrote : I checked it, and the find() method is not called when I revisit the page. That is correct. The find() method is only called when vertraege is null. That is the meaning of a factory method. anonymous wrote : How can I enforce that

[JBoss-user] [EJB 3.0] - How to map entity bean on dynamicly created names of table?

2006-06-22 Thread missaak
Hi, I'm using legacy database schema where is one table (e.g. laboratory) and for each laboratory exists one table (e.g. [laboratory_shortcut]_order) with same structure. example: table laboratory id - shortcut- description 1 - bio - biochemistry 2 - hem -

[JBoss-user] [Installation, Configuration Deployment] - Re: Hi Installation Problem

2006-06-22 Thread visolvejboss
Hello, Refer the following link. http://www.jboss.com/index.html?module=bbop=viewtopict=85319 I hope this may solve your problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952635#3952635 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - Why does JBossMQ not retry transaction after ApplicationDead

2006-06-22 Thread khamre
Our application uses a pattern similar to ServiceActivator to call methods on session beans at the end of a jms queue. The methods are called via reflection and this works wonderfully for the normal case or if we have RunTimeExceptions any other than ApplicationDeadlockException. If the

[JBoss-user] [JBoss Seam] - Re: Seam Booking example does not sorport chinese character

2006-06-22 Thread liudan2005
this has got nothing to do with Seam. a common way to solve this problem is to write a filter like this: | public class SetCharacterEncodingFilter implements Filter { |public void doFilter(ServletRequest request, ServletResponse response, |FilterChain chain)

[JBoss-user] [JBoss Seam] - Re: Proposed move of components.xml location

2006-06-22 Thread [EMAIL PROTECTED]
Actually I don't love WEB-INF as a place for it. But I'm not sure where it should go. META-INF in the ear? the ejb-jar? I'm really not certain... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952638#3952638 Reply to the post :

[JBoss-user] [JBoss Portal] - Re: Reload a portlet without restarting the server

2006-06-22 Thread jaymuthus
hai danny_hon, Thank you very much. I followed your advise and deployed a SAR file. Now, the potlets are redeployed with out restarting the server. thanks, View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952639#3952639 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: SFSB are evil? (The eternal Update problem)

2006-06-22 Thread dahm
Hi, thanks for the reply... anonymous wrote : | How can I enforce that the list is reread? | anonymous wrote : | Easy answer. You have to set vertraege to null. | But to implement it is sometimes not so easy. Look at the hotelbooking example for a hint. | It's not that easy

[JBoss-user] [JBoss Portal] - Re: Reload a portlet without restarting the server

2006-06-22 Thread jaymuthus
hai hamsol, 1. Check your portlet.xml for the declaration of the portlet. 2. Check your porlet-instances.xml for the declaration of portlet instances. 3. check your jboss-portlet.xml for the declaration of the porlet use 4. check your *-object.xml for the declaration of portlet page

[JBoss-user] [Installation, Configuration Deployment] - Re: Suggested configuration for Migration to JavaEE 5

2006-06-22 Thread alxs
Alex, While looking for a way to get jbossws 1.0.1 installed I was reading your post again. It seems as if jbossws 1.0.1 is not part of the 1.2.0BETA. However something must have changed because the file now downloadable is bigger than the file I downloaded some days ago. Can you tell me what

[JBoss-user] [JBoss jBPM] - Concurrent access problem

2006-06-22 Thread Nomad
I have a Task node where a number of task instances are created and assigned to mulpile actors. Each of these actors has his/her own task list page where they can mark the task instance as finished. However whenever more than 1 actors trying to finish the task instances, only 1 actor can

[JBoss-user] [JBoss Seam] - Re: Proposed move of components.xml location

2006-06-22 Thread jtucker
My vote is either META-INF or right next to components.properties at the root of the classpath. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952645#3952645 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952645 All the

[JBoss-user] [JBoss Seam] - Re: Seam Booking example does not sorport chinese character

2006-06-22 Thread [EMAIL PROTECTED]
Right, it really has nothing to do with Seam. The character set is defined in the .xhtml pages like so: meta http-equiv=Content-Type content=text/html; charset=iso-8859-1 / Not sure if there are other places you would need to change. View the original post :

[JBoss-user] [JBoss jBPM] - Re: how to do jbpm run on tomcat?

2006-06-22 Thread ASH
noboyanyone wrote : i flow your step,but it not work. | when i click the create new web sale order,it throw the exception : | javax.faces.FacesException: javax.servlet.jsp.PageContext.getVariableResolver()Ljavax/servlet/jsp/el/VariableResolver; |

[JBoss-user] [JBoss jBPM] - Re: how to do jbpm run on tomcat?

2006-06-22 Thread ASH
noboyanyone wrote : i flow your step,but it not work. | when i click the create new web sale order,it throw the exception : | javax.faces.FacesException: javax.servlet.jsp.PageContext.getVariableResolver()Ljavax/servlet/jsp/el/VariableResolver; |

[JBoss-user] [JBoss jBPM] - Re: how to do jbpm run on tomcat?

2006-06-22 Thread ASH
noboyanyone wrote : i flow your step,but it not work. | when i click the create new web sale order,it throw the exception : | javax.faces.FacesException: javax.servlet.jsp.PageContext.getVariableResolver()Ljavax/servlet/jsp/el/VariableResolver; |

[JBoss-user] [EJB 3.0] - Re: strange exception during JUnit tests with EJB3 embeddabl

2006-06-22 Thread ramazanyich
After some investigations I found that some times tests can be run without any changes in environment. But I didn't found why and when it happens. After one successful run it take some time until tests can be run again successfully. It seems like somewhere some kind of caching is done on system

[JBoss-user] [JBoss jBPM] - Re: how to do jbpm run on tomcat?

2006-06-22 Thread ASH
sorry for multiple post View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952651#3952651 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952651 All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully

[JBoss-user] [JBoss Seam] - Re: Seam Booking example does not sorport chinese character

2006-06-22 Thread lws688
[EMAIL PROTECTED] wrote : Right, it really has nothing to do with Seam. | | The character set is defined in the .xhtml pages like so: | | meta http-equiv=Content-Type content=text/html; charset=iso-8859-1 / | | Not sure if there are other places you would need to change. Thank

[JBoss-user] [JBoss jBPM] - Re: problems using jbpm 3.1 with jboss 4.0.0

2006-06-22 Thread jainer
SURE!! From the first day the data base has had data, specially in table JBPM_ID_USER and as I had said to you before, I worked with the server that offers jbpm, and the console always showed the data with that server View the original post :

[JBoss-user] [Installation, Configuration Deployment] - Scheduler and fixed intervals

2006-06-22 Thread apinto
Hi there, I'm having some problems with the JBoss Scheduler MBean. I need the scheduled job to be executed at a fixed rate, i.e., the time interval between consecutive perform() method invocations is constant. The problem is that the next invocation occurs SchedulePeriod milliseconds

[JBoss-user] [JBoss jBPM] - Re: Concurrent access problem

2006-06-22 Thread kukeltje
- assign it to multiple actors (pooled actors) - it shows up in the poolerd list - once an actor has to perform it, assign it to that actor - it shows up on the personal list - have the actor act on it (no concurrency) - done hth View the original post :

[JBoss-user] [JBossWS] - [ServiceEndpointServlet] Cannot get axis service: null

2006-06-22 Thread b.saric
Sorry for making topic in here, if it is trouble, but i thought it belong here. I have jboss 4.0.2. I just started using it, so i need help. Right now, i want to check services on http://localhost:8080/ws4ee/services/Version?wsdl, and all i receive is [ServiceEndpointServlet] Cannot get axis

[JBoss-user] [Security JAAS/JBoss] - Re: Roles issue

2006-06-22 Thread tzablock
In fact the session is being invalidated and the problem still persists. Considering things you've said I think this is a JBossSX issue. Any ideas on how to flush the databaseloginmodule data? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952658#3952658

[JBoss-user] [JBossWS] - Re: jbossws-thirdparty.jar

2006-06-22 Thread [EMAIL PROTECTED]
Congrats mylene, you opened JBWS-1000. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952659#3952659 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952659 Using Tomcat but need to do more? Need to support web services,

[JBoss-user] [JBoss Seam] - Re: java.lang.NoSuchMethodError: org.jboss.seam.core.Interpo

2006-06-22 Thread kuntz
I've created a JIRA issue: http://jira.jboss.com/jira/browse/JBSEAM-272 I guess you should fix it in jBPM. It seems I can not access jBPM CVS for some reason and can not build it myself. How can I get a hold of the new jbpm-3.1.1.jar? Thanks View the original post :

[JBoss-user] [JBossWS] - Re: jbossws and jetty

2006-06-22 Thread [EMAIL PROTECTED]
You would need to provide an integration layer for jetty (http://fisheye.jboss.com/viewrep/JBossWS/trunk/src/main/java/org/jboss/ws/integration). It's not on our todo list, but if you volunteer for that we will gladly assist. View the original post :

  1   2   3   >