[jboss-user] [JBoss Tools (users)] - Re: Hibernate Configurations problem

2009-03-05 Thread paulkeogh
Thank you very much. That was the problem, but in a more indirect way. The .classpath file in the xxx-ejb project had an entry of; when I removed the excluding attribute and reopened the Hibernate Configurations view, it worked fine. I wonder how the excluding attribute got added

[jboss-user] [Microcontainer] - Re: Attachments eligible for being passed to the deployers?

2009-03-05 Thread jaikiran
anonymous wrote : So at a later point of time, will the attachment of MyType be passed on to the available deployers? Yes it will. I did not put up my question correctly. Let me just debug through the issue that i am running into, before maybe posting the correct question. View the original

[jboss-user] [Beginners Corner] - Re: Connetion timeout in jboss

2009-03-05 Thread venuwin
Hi Jaikiran, We have a HTTPUnit module that sits inside an EAR along with some EJBs and all. The servlet would invoke a HTTPUnit class for fetching some information from few websites. This HTTPUnit class would fill some web forms in 2rd party websites and submit them. The servlet would get the

[jboss-user] [Microcontainer] - Re: Attachments eligible for being passed to the deployers?

2009-03-05 Thread alesj
jaikiran wrote : anonymous wrote : So at a later point of time, will the attachment of MyType be passed on to the available deployers? | | Yes it will. | Sure, that's the whole point of attachments. jaikiran wrote : | I did not put up my question correctly. Let me just debug through

[jboss-user] [JBoss Messaging] - Bridge error because of network problems also influences oth

2009-03-05 Thread mclu
Hi Tim, Hi Howard. Its me again and I a remoting problem. I am using JBM 1.4.2.GA.SP1 with remoting SP11Brew. I have 4 Jboss 4.2.3GA instances A B C X (non clustered) A C and X are running on the same machine (OVSPC186) using different ports (development) B is running on a different one.

[jboss-user] [JBoss Messaging] - Re: non-serializable XAResource error from JBoss Messaging -

2009-03-05 Thread ataylor
I'm not sure this has anything to do with JBoss Messaging. The guys on the transaction forum should be able to help View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215131#4215131 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Hibernate Configurations problem

2009-03-05 Thread max.ander...@jboss.com
The xml snippet got quoted out - what was in it ? With respect to errors, yeah - we could make it better. Could you report it in jira so we don't forget ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215137#4215137 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Hibernate Configurations problem

2009-03-05 Thread paulkeogh
.classpath entry; View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215138#4215138 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4215138 ___ jboss-user mailing list

[jboss-user] [JBoss Messaging] - Re: Bridge error because of network problems also influences

2009-03-05 Thread mclu
Some further test: I also tried to kill instance A, so a local instance. Then also C is influenced once. After my 50s retrytime the bridge to C is back again. (no, C is not the problem. It also happes the other way round) After restarting instance A the connection from X to A is reestablished

[jboss-user] [JBoss Tools (users)] - Re: Hibernate Configurations problem

2009-03-05 Thread paulkeogh
Argh.. classpathentry excluding=META-INF/|META-INF/ kind=src path=ejbModule/ I'll create a JIRA ticket. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215140#4215140 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Opening a new JMS session for an already existing transa

2009-03-05 Thread ataylor
If you are using an XASession then you can join an already running tx if you know the Xid, just specify the Join flags: | XAResource res = xaSession.getXAResource(); | res.start(xid, XAResource.TMJOIN); | View the original post :

[jboss-user] [JBoss Portal] - Re: WSRP resources URLs

2009-03-05 Thread cpage
Thanks for your response. It's a bad news for us. All our resources are given by dynamic URL (we use JSF). We will consider a new solution for our resources. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215143#4215143 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Hibernate Configurations problem

2009-03-05 Thread max.ander...@jboss.com
yeah that exclusion looks really really weird. How was this project created exactly ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215145#4215145 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4215145

[jboss-user] [Microcontainer] - Re: Attachments eligible for being passed to the deployers?

2009-03-05 Thread jaikiran
So here's the real question :) Do attachments to component contexts of an unit get treated the same way? Do these attachments to component contexts get passed onto the deployers? From what i see this is not the case. Here's the example: // This one doesn't do much and is not of much relevance

[jboss-user] [JBossWS] - Re: WebServices logging

2009-03-05 Thread alessio.sold...@jboss.com
The documentation clearly says the Record Management is available starting from version 2.0.3. Which version of JBossWS are you using? The version that comes with JBoss 4.2.2.GA is 2.0.1.SP2, thus if you did not change anything about that, you would simply need to upgrade to a more recent

[jboss-user] [EJB 3.0] - Re: Service Bean - Strange behaviour on redeploy

2009-03-05 Thread rnicholson10
Because for the moment message order is critical, and allows us to design/test both source and destination systems knowing that message order is preserved. Eventually we will use MDB's (for performance reasons) but they will still need to be sorted/processed at a central location, which will

[jboss-user] [JBoss Messaging] - Re: Bridge error because of network problems also influences

2009-03-05 Thread mclu
I also noticed then that in this case above where the message bridge is reconnected no messages are send anymore. I debugged in the code because I first thought that the BatchTimeChecker was failing. But this works fine. I also see that the message list was empty. Then I created a new

[jboss-user] [JBoss Tools (users)] - Re: Hibernate Configurations problem

2009-03-05 Thread paulkeogh
It was created using Eclipse 3.4.1/Seam 2.1.1 CR2/JBT 3.0.0 CR1, selecting the New/Seam Web project option and building as an EAR. That generated the four standard projects which worked fine. I then added some jBPM artefacts following the instructions in Chapter 14 of the Seam In Action book,

[jboss-user] [JBoss Messaging] - Re: Bridge error because of network problems also influences

2009-03-05 Thread timfox
Did you give each node a unique serverpeerid? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215157#4215157 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4215157 ___ jboss-user

[jboss-user] [Microcontainer] - Re: Attachments eligible for being passed to the deployers?

2009-03-05 Thread alesj
jaikiran wrote : | So the question is - what am i missing? :) Your #3 deployer is not a component deployer. Your #2 puts attachment into component, hence it's only component deployers that can see that. Component deployers should mostly consume attachments not creating them - hence the name

[jboss-user] [JBoss Messaging] - Re: Bridge error because of network problems also influences

2009-03-05 Thread mclu
Hi Tim A What a stupid beginner error! Someone else changed the configuration scripts which creates the deployment files and I have not checked it because it worked before. Ok now I can explain most of the errors. I have to retest. Results are postet to this thread sorry for

[jboss-user] [Microcontainer] - Re: Attachments eligible for being passed to the deployers?

2009-03-05 Thread jaikiran
alesj wrote : | | Your #3 deployer is not a component deployer. | That's correct. alesj wrote : | Your #2 puts attachment into component, | hence it's only component deployers that can see that. | Any specific reason for this special treatment? Because after all that is a

[jboss-user] [JBoss Portal] - Re: WSRP consumer never contact producer if first try failed

2009-03-05 Thread cpage
We don't use JBoss admin console for our portal. We have developped our proper simple admin portlets. In my scenario i notice that : - the table JBP_ENDPOINT_INFO contain : 2 | MUST BE SET | MUST BE SET | (null) | (null) | http://localhost:8180/portal-wsrp/MarkupService?wsdl - the table

[jboss-user] [Microcontainer] - Re: Attachments eligible for being passed to the deployers?

2009-03-05 Thread jaikiran
alesj wrote : | Your #3 deployer is not a component deployer. | Just as a FYI - making my #3 deployer a component deployer did get it working. The #3 deployer was give the chance of deploying the deployment. View the original post :

[jboss-user] [JBoss Tools (users)] - Re: Hibernate Configurations problem

2009-03-05 Thread max.ander...@jboss.com
just weird that the exclusion is there - we don't add it afaik (our tests would fail if we did) hence trying to understand how it got there... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215163#4215163 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Bridge error because of network problems also influences

2009-03-05 Thread mclu
Hi Tim! Sorry... forget my last mail! My fault. One Server was startet 2 times or at least the old output was shown so I thought the serverpeers are the same. BUT THEY DON'T . 4 Servers 4 ServerPeers. Behaviour retested and still happens Have not tested this A SourceListener Issue yet

[jboss-user] [Microcontainer] - couldn't find process definition ERROR

2009-03-05 Thread zhangcht
I add JBPM to the Project of Hibernate ,Spring and Struts. In the Struts Action, I could deploy the ProcessDefinition to the database(MySQL),but when I try to get the ProcessDefinition or deploy a new version of ProcessDefinition, the error occurs: Here is the code: | JbpmContext jbpmContext

[jboss-user] [JBoss Portal] - Re: JBoss configuration with Microsoft Sharepoint Server

2009-03-05 Thread Tof
Hi I am working with JBoss Portal 2.7.1 and Sharepoint 2007. The weather portlet is rendered in Sharepoint but i still get some problems. If i change the zipcode, the portlet still show me the weather of Miami (and yes the weather is nice today). Miami is the default location. So i have tried

[jboss-user] [JBoss Cache: Core Edition] - Re: Timeout on node -- possible??

2009-03-05 Thread manik.surt...@jboss.com
Configure an expiration policy. This way you can specify when objects expire. In addition, you should change the EvictionActionPolicy from the default (only evict from memory) to the RemoveOnEvictActionPolicy. View the original post :

[jboss-user] [JBoss Portal] - Re: WSRP consumer never contact producer if first try failed

2009-03-05 Thread chris.lap...@jboss.com
Any specific reason why you're not using our admin portlets? There are some WSRP administration operations that can only be done via the WSRP admin portlet, in particular, activating an inactive producer. Note also that the XML file is only used to seed the database. If a producer with a

[jboss-user] [JBoss jBPM] - Tasks need to done by multiple users

2009-03-05 Thread naeem.jamil
How we can do in the jbpm engine to perform task by all multiple users. Currently I am using pooled-user attribute of assign as given below. assignment pooled-actors=a, b, c but from the jbpm-console it is not possible to assign this task to all the users ( a, b ,c ) at a time. Secondly if

[jboss-user] [JBoss Messaging] - Re: Bridge error because of network problems also influences

2009-03-05 Thread mclu
And the last issue that the messages are NOT delivered anymore after the queue has reconnected is also true. Now this happens on C which were never stopped but lost connection while B has restarted. View the original post :

[jboss-user] [Beginners Corner] - Configuring connection factories

2009-03-05 Thread mkprabhu_2009
Hi I am using Jboss AS 5.0.0GA. I see connection factory definitions in two files messaging/jms-ds.xml and messaging/connection-factories-service.xml. What is the difference between those two configurations? which one should I use if I were to create new a connection factory I am new to

[jboss-user] [Installation, Configuration DEPLOYMENT] - Restart JBOSS is required if server time is changed?

2009-03-05 Thread ran_sushmi
I had a doubt that will a re-start of of our application which has JBOSS as the AS and TOMCAT as the web server be required if there is a change in server time? Our Server OS is RHEL 4.0(Linux). The server time is probably behind the time by 15 mins. I hope, my question is clear. Please,

[jboss-user] [JBoss Tools (users)] - Re: Problem with Visual Page Editor using JBoss Developer St

2009-03-05 Thread djturner
Thanks for the reply. The JBoss Developer studio is part of the JBoss-Ingres bundle so I didn't take it from the site. How do I go about fixing this - I probably need to get the XULRunner plugin for this version of Eclipse but can't find it. Any ideas anybody?? View the original post :

[jboss-user] [Microcontainer] - Re: Attachments eligible for being passed to the deployers?

2009-03-05 Thread alesj
jaikiran wrote : | So would that mean, the attachment generated by a component deployer is of no pratical use to non-component deployers? | No, that's exactly what I'm trying to explain. Component deployers should only consume attachments, not create/generate them. jaikiran wrote : | So

[jboss-user] [JBoss Tools (users)] - Re: Problem with Visual Page Editor using JBoss Developer St

2009-03-05 Thread nickboldt
XULRunner is available here: http://download.jboss.org/jbosstools/updates/development/ View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215192#4215192 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4215192

[jboss-user] [JBoss Messaging] - Client connection timeout

2009-03-05 Thread jbabad
Hi, I've seen a few posts related to this and to JBREM-1069. We're running a trial version of JBoss EAP 4.3 and the JBoss Remoting patch 2.2.2SP11-brew - which is supposed to contain that fix. We're seeing this on the client side - in the remoting-bisocket-service.xml I've increased the

[jboss-user] [Microcontainer] - Re: Attachments eligible for being passed to the deployers?

2009-03-05 Thread jaikiran
alesj wrote : | Component deployers should only consume attachments, | not create/generate them. | I wasn't aware of this. And given that the component deployers work on a DeploymentUnit which provides the addAttachment API, i assumed that it would behave the same as other deployers.

[jboss-user] [JBoss Portal] - Create Portlet with Eclipse and now?

2009-03-05 Thread margotmedia
Hallo, I create a Portlet in a Dynamic Web Project with Eclipse. If i click on run on server, eclipse start a server and deploy my portlet. But now i will that my created portelt work on an another jboss portal on an other jboss server. How can i great a .war or .sar or .ear to switch my

[jboss-user] [JBoss Portal] - Re: WSRP consumer never contact producer if first try failed

2009-03-05 Thread cpage
We are software editor and we distribute à portal with specific and limited admin portlets (with look and feel redefinition). For me, during JBoss start (wsrp services start), all producers recorded in the database and new producers of the xml should be contacted. View the original post :

[jboss-user] [JBoss Portal] - Re: Create Portlet with Eclipse and now?

2009-03-05 Thread piergiorgiolucidi
You must create a build script using Apache Ant or Apache Maven, in this way you can run the build script from any IDE (Eclipse, NetBeans, etc...). Your script need to create a WAR or a EAR package. Hope this helps. View the original post :

[jboss-user] [EJB 3.0] - Re: Injection of QueueConnectionFactory and Queue from ENC i

2009-03-05 Thread jaikiran
Thanks for adding this to wiki :) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215204#4215204 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4215204 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss tomcat issue ...?

2009-03-05 Thread gmaheshwari
gmaheshwari wrote : Hi, I am facing an issue while running the project in Net Beans with Jboss server 4.0. The server log states that : | | ERROR [Tomcat5] Problem in init | java.util.zip.ZipException: unexpected EOF | | The error is while deploying my application .war file from

[jboss-user] [Beginners Corner] - ant.jar in JBOSS Application server

2009-03-05 Thread newcomer4
I want to replace some text in the one of the file in war file that I have deployed in JBOSS AS. For this I am using ANT tool. But I do not want to use all files of ANT tool. I will be using only ant.jar and ant-launcher.jar files for replacing text. Can I copy only ant.jar and ant-launcher.jar

[jboss-user] [JBoss jBPM] - Re: Tasks need to done by multiple users

2009-03-05 Thread kukeltje
create multiple similar tasks like in http://www.jboss.org/community/docs/DOC-9766 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215210#4215210 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4215210

[jboss-user] [JBoss Portal] - Re: Create Portlet with Eclipse and now?

2009-03-05 Thread gmaheshwari
Hi Piergiorgiolucidi, I think you can help me out. !...I am facing the issue while running my application with Jboss in netbeans Earlier I was running my application using Tomcat server in NetBeans. If I am deploying only then it is fine but when running with jboss an error and

[jboss-user] [JBoss Messaging] - Re: Bridge error because of network problems also influences

2009-03-05 Thread mclu
another hint.. Maybe helps. I have no Idea what this means. If i stop the bridge which seems to hang and start it again I got some strange messages in my logfile: | 12:04:33,640 WARN [ClientConsumer] Timed out waiting for last delivery 4 got 1 | 12:04:33,843 WARN [LeasePinger]

[jboss-user] [Beginners Corner] - Re: ant.jar in JBOSS Application server

2009-03-05 Thread jaikiran
anonymous wrote : Can I copy only ant.jar and ant-launcher.jar to JBOSS AS lib folder and invoke my build file whenever I need? Build file will be placed in outside JBOSS AS folder.. Why do you want to place those in the JBoss lib folder? And when you say you are replacing text, are you doing

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss tomcat issue ...?

2009-03-05 Thread jaikiran
gmaheshwari, Your issue different from what the original poster has reported. Please open a new thread to discuss your issue. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215222#4215222 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Create Portlet with Eclipse and now?

2009-03-05 Thread piergiorgiolucidi
Maybe your application must be deployed when server is shutdown, I think is a big application (many resources). So the deployer thread start before you have copied all the files, I think you can solve trying to deploy this application restarting JBoss. Have you tried in this way? View the

[jboss-user] [JBoss Messaging] - Re: Client connection timeout

2009-03-05 Thread gaohoward
You need 2.2.2.SP12 (yet to come i think) or you need JBoss Messaging 1.4.0_sp3-CP05 or above. Pls check out the following jira issues for details. https://jira.jboss.org/jira/browse/JBREM-1082 https://jira.jboss.org/jira/browse/JBMESSAGING-1482 View the original post :

[jboss-user] [JBossWS] - Implementing WS-Security Usename Token Profile Authenticatio

2009-03-05 Thread dhanushgopinath
Hi All, The below mentioned steps will help you implementing WS-Security Usename Token Profile on for POJO based Webservices. This example is done with JBOSS 4.2.3 AS with JBOSS Native WS 3.1.0. Assumptions 1. This is a step by step example of implementing the Username Token

[jboss-user] [JBoss Portal] - Re: Create Portlet with Eclipse and now?

2009-03-05 Thread gmaheshwari
Thank for your reply... I have tried to restart the jboss server but no sucess I am using Jboss 4.0.4 and Netbeans 5.5. It is deploying the application.war file from the directory: D:\program_files\jboss\server\default\deploy View the original post :

[jboss-user] [Clustering/JBoss] - JBoss Cluster server instances starting in Independent mode

2009-03-05 Thread shravan_csc
JBoss Cluster server instances starting in Independent mode. I have created two instances # cd /home1/jboss/jboss-5.0.0.GA/server # cp -rp all ABC1 ABC2 # ./run.sh -c ABC1 -b 0.0.0.0 Started second instance as below # ./run.sh -c ABC2 -b 128.167.76.20 Is there a way to check the in JBoss

[jboss-user] [JBoss jBPM] - couldn't find process definition ERROR

2009-03-05 Thread zhangcht
I add JBPM to Hibernate ,spring and struts, but there is something wrong when I want to get the processdefinition from the database. the processdefinition has been deploied to the database. anybody help me??? CODE: JbpmContext jbpmContext = jbpmConfiguration.createJbpmContext(); | |

[jboss-user] [JBoss Messaging] - Re: Bridge error because of network problems also influences

2009-03-05 Thread gaohoward
Sorry mclu, I know you have A B C and X 4 nodes non-clustered, A, C and X on one machine and B on another. I'm not clear how your bridges are deployed. You said: On X I have configured 2 Bridges to each other instance where one is sending data to the instance and the other one receives data

[jboss-user] [JBoss Portal] - Re: Create Portlet with Eclipse and now?

2009-03-05 Thread gmaheshwari
Do I need to change the PORT for Jboss ? If yes, then which port number and how can I change it? Please reply! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215243#4215243 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Create Portlet with Eclipse and now?

2009-03-05 Thread piergiorgiolucidi
Have you create a build script or you are using only NetBeans to deploy in JBoss? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215244#4215244 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4215244

[jboss-user] [Beginners Corner] - Re: ant.jar in JBOSS Application server

2009-03-05 Thread newcomer4
I am packaging a war file and a set of other 3rd party files required to run my application. After deploying the war file in JBOSS I need to update a file in war file with new parameters. War file is created using ANT tool. But file modification needs to be done at the user end where ANT is not

[jboss-user] [JBoss Portal] - Re: Create Portlet with Eclipse and now?

2009-03-05 Thread margotmedia
anonymous wrote : | You must create a build script using Apache Ant or Apache Maven, in this way you can run the build script from any IDE (Eclipse, NetBeans, etc...). | | Your script need to create a WAR or a EAR package. | Thank you for your answer. How i create a build script?

[jboss-user] [JBoss Tools (users)] - Re: Problem with Visual Page Editor using JBoss Developer St

2009-03-05 Thread max.ander...@jboss.com
JBoss Ingres bundle ? Got a link for that ? :) I don't know what is inside that so besides following the updatesite nick just posted i'm not really in a position to help without info on jboss-ingres bundle. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Jboss 5.x deploy problem

2009-03-05 Thread zlatko.jo...@gmail.com
First thanks for reply. Error in -ds.xml file I made when I wrote post In my development enviroment it si fine. I've found only this, it is logged as debug and I'am not shure is related to the problem : | 2009-03-05 12:37:51,809 DEBUG

[jboss-user] [JBoss Messaging] - Creating connection factories

2009-03-05 Thread mkprabhu_2009
Hi I am trying to create connection factories in Jboss AS 5.0.0GA. Whats the difference between using messaging/jms-ds.xml and messaging/connection-factories-service.xml while creating them? Pardon my naivete. I am new to jboss. Thankyou mkp View the original post :

[jboss-user] [JBoss Getting Started Documentation] - populate duke's bank database tables

2009-03-05 Thread JRookie_2402
Hi all, I try to fill the Hypersonic tables in the Duke's Bank example and get the error: F:\Entwicklung\JBoss_5.0\j2eetutorial14\examples\bankant -f jboss-build.xml db- insert Buildfile: jboss-build.xml db-insert: [java] ScriptTool.init error: sql\insert.sql (Das System kann die angegeben

[jboss-user] [EJB/JBoss] - Re: how to turn on ejb transaction demarcation?

2009-03-05 Thread kannattaa
thank you! i've tried @TransactionAttribute outside the bean and it's helped. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215260#4215260 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4215260

[jboss-user] [Beginners Corner] - How to set jnp URL and principal and credentials

2009-03-05 Thread wuschelz
Hello, my first post here an i wonder about, how to set up an jnp URL and principal/credentials. I want to make hyperic hq working with jboss. Therefore i should provide java.naming.provider.url and java.naming.security.principal and java.naming.security.credentials. But where to set it up? I

[jboss-user] [JBoss Messaging] - Re: Creating connection factories

2009-03-05 Thread gaohoward
By using jms-ds.xml you are accessing JBoss Messaging through JCA connector. while using connection-factories-service.xml means you are directly accessing JBoss Messaging connection factory references. View the original post :

[jboss-user] [JBoss Portal] - Re: WSRP consumer never contact producer if first try failed

2009-03-05 Thread chris.lap...@jboss.com
cpage wrote : | For me, during JBoss start (wsrp services start), all producers recorded in the database and new producers of the xml should be contacted. | This is what happens. However, this is not the use case you describe here as the consumer is started and correctly attempts to

[jboss-user] [JBoss Portal] - Re: WSRP consumer never contact producer if first try failed

2009-03-05 Thread chris.lap...@jboss.com
More precisely, the WSRP consumer will attempt to contact the producers marked as [bold]active[/bold] in the database. I am considering separating active and failed status in the database. However, I cannot do so without breaking backward compatibility so it won't happen (if at all) before a

[jboss-user] [Remoting] - Web Start Application Hang

2009-03-05 Thread cKalsdorf
Hi all, Short description of my issue: 200 clients connecting to one Application Server (the server where Jboss is running) From time to time the users can not log on to the system anymore. Already logged on users can continue to work on the system If we restart the Jboss server new users can

[jboss-user] [Beginners Corner] - Re: Multiple Virtual Hosts?

2009-03-05 Thread wuschelz
Hi ademtus, the connection will be made in workers.properties as described here: http://tomcat.apache.org/connectors-doc/reference/workers.html regards wuschelz View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215267#4215267 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Can't intall jbossas plugin on eclipse 3.4.2

2009-03-05 Thread erahamim
Still doesn't work. I got: An error occurred while collecting items to be installed No repository found containing: org.jboss.ide.eclipse.firstrun/osgi.bundle/2.1.1.GA No repository found containing: org.jboss.tools.jmx.core/osgi.bundle/1.0.0.GA-R200903031917-H9 View the original post :

[jboss-user] [Beginners Corner] - Which latest version should i use

2009-03-05 Thread ace.pratul
Currently for my application i am using: Java1.4,Struts,Spring2.0,SQLSER2000,JBoss4.0.2 I want to upgrade my JBoss Server with later versions. Can anyone tell me which version should i download. Regards View the original post :

[jboss-user] [Beginners Corner] - Re: Which latest version should i use

2009-03-05 Thread jaikiran
The latest stable JBossAS versions are: 1) In 4.x series - 4.2.3 GA 2) In 5.x series - 5.0.1 GA Note that both these require a minimum JDK level 1.5 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215273#4215273 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: async execution

2009-03-05 Thread jbarrez
The jobs are indeed taken care of by an external component (thread, MDB, ...). Easiest way to try it is doing JbpmConfiguration.startJobExecutor() More explanation: http://www.jorambarrez.be/blog/2008/08/26/jbpm-job-executor-for-spring/ View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - JBoss is stopping after every one hour

2009-03-05 Thread ace.pratul
Hi I am getting Connection reset by peer: socket write error in my server log if server remains idle for 1-2 hour. Again after restarting the server everything works normally can anyone help me out. I am using JBoss 4.0.2 along with Springs 2.0.6,SQLSERVER2000 plz reply soon. regards

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

2009-03-05 Thread jbarrez
Creating runtime tasks is easy: simple create a new TaskInstance and save it with Hibernate. The only caveat is that it needs a token, I believe (which is a bad design choice, but it works nonetheless). In jBPM4, the task component will be a seperate component, which will allow even easier

[jboss-user] [Beginners Corner] - Re: Which latest version should i use

2009-03-05 Thread ace.pratul
isnt it possible to make one of these versions compatible with Java 1.4.. If yes plz let me know how to do that View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215279#4215279 Reply to the post :

[jboss-user] [Beginners Corner] - Re: ant.jar in JBOSS Application server

2009-03-05 Thread newcomer4
Please reply to this query. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215280#4215280 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4215280 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: org.hibernate.StaleObjectStateException: jbpm and esb

2009-03-05 Thread jbarrez
I assume you have multiple JobExecutors going. Then the StaleObject exceptions are to be expected when multiple threads try to lock the jobs. One jobexecutor tries to lock a job, and another tries this also. After acquiring the lock, they can execute it. But in this acquire phase you can

[jboss-user] [JBoss Cache: Core Edition] - Tile Cache, Behaviour on Eviction Help

2009-03-05 Thread panratownik
Hi. I'm designing Tile Cache for mapping service. I'm using Jboss Cache. I want to cache Tiles. Tiles are instances of class Image from SWT package. Those Images have dispose() method that should be called when You don't need the Image anymore. I would like to invoke this method when node in

[jboss-user] [Beginners Corner] - Re: Which latest version should i use

2009-03-05 Thread jaikiran
ace.pratul wrote : isnt it possible to make one of these versions compatible with Java 1.4.. | No, its not possible. See this http://www.jboss.org/community/docs/DOC-10809 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215285#4215285 Reply to the

[jboss-user] [Beginners Corner] - Re: Which latest version should i use

2009-03-05 Thread jaikiran
By the way, Java 1.5 is backward compatible. Which means that code written using JDK 1.4 is going to work with Java 1.5 too. Any specific reason, you want to stick to JDK 1.4? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215286#4215286 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: 3.2.1 Datasource Change

2009-03-05 Thread robro99
That is my problem. I am using 3.2.1. The only hibernate.cfg.xml file I have is in C:\jbpm-jpdl-3.2.1\config. Changing that does not appear to affect anything. I am guessing only things under the deploy directory affect the system? Is there an equivalent file somewhere in the 3.2.1 deploy

[jboss-user] [JBoss jBPM] - Deploy Processdefinition via Ant

2009-03-05 Thread MikeSchulze
Hi - I am having some problems deploying my process-definition. I have looked at the reference-documentation but it didn't helped me much because it's quite incomplete and out of date. My problem: | [deploypar] WARNUNG: Could not bind factory to JNDI | [deploypar]

[jboss-user] [Management, JMX/JBoss] - Re: Does twiddle requires -b 0.0.0.0?

2009-03-05 Thread alegomes
I'm not sure the problem is in hosts file. | PowerBook-do-Ale:/ alegomes$ cat /etc/hosts | # Host Database | # | # localhost is used to configure the loopback interface | # when the system is booting. Do not change this entry. | ## | 192.168.1.20desenvolvimento | 127.0.0.1

[jboss-user] [JBoss Portal] - Portal Themes and Richfaces

2009-03-05 Thread axelmotyka
My goal is to create my own Portal theme, which also effects Richfaces. In JBoss Portal i can use different themes, in Richfaces i can use skins. Is it possible that richfaces is using the Portal themes? And how can i enable this? Or how can i create a design for both? View the original

[jboss-user] [JBoss Portal] - Re: Create Portlet with Eclipse and now?

2009-03-05 Thread piergiorgiolucidi
If you choose to use Apache Maven (I suggest this ;) ) you must add in your root project directory pom.xml file (POM). POM is a descriptor about Maven lifecyle of your application. You can see all info about how to install Maven and create a pom.xml here: http://maven.apache.org/ If you

[jboss-user] [JBoss Messaging] - Re: Creating connection factories

2009-03-05 Thread mkprabhu_2009
Thanks a lot. my understanding is, connection-factories-service, destinations-service, messaging-service, *-persistence-service are for configuring JBoss Messaging MOM and jms-ds for our JCA resource. Is that right? Is it possible to use JBoss Messaging as a standalone MOM without Jboss AS?

[jboss-user] [Beginners Corner] - Re: Which latest version should i use

2009-03-05 Thread wuschelz
Java 1.5 is backward compatible. Are there lists or guides to see what you should watch out when using a Java 1.5 with an application written for Java 1.4. Something like migrating best practices? View the original post :

[jboss-user] [Beginners Corner] - Re: ant.jar in JBOSS Application server

2009-03-05 Thread Wolfgang Knauf
Hi, this use case sounds a bit strange ;-). You mean that your customer deploys the WAR to JBoss, and when deploying the WAR it is regenerated with a changed config? This is probably hardly possible, because JBoss would deploy the app another time when the new WAR is created, and thus your

[jboss-user] [JBoss AOP] - Re: Embed ejb3-interceptors-aop.xml or equivalent into EAR

2009-03-05 Thread ThomasGo
Well, I didn't try to embed lisa-interceptors-aop.xml into the EAR but I tried with ejb3-interceptors-aop.xml. This didn't work, but maybe it's just because the original file still resided in the deploy directory, was loaded before and the embedded file was rejected. I'll try it with both

[jboss-user] [JBoss Portal] - Re: Portal Themes and Richfaces

2009-03-05 Thread wesleyhales
This would be cool if you could create it and submit it back to the portlet bridge project. I could add it as a bridgelet. Here is what you need to do to match the current portal theme: 1. Create a file called renewal.skin.properties (if this is the theme you are trying to match, if not, name

[jboss-user] [JBoss Messaging] - Re: Bridge error because of network problems also influences

2009-03-05 Thread mclu
Hi Howard! No sorry... not easy to explain :-) All 6 Bridges are deployed on X X is our so called root server which do the message processing and delegates the messages to the other nodes. A, B and C are our nodes/instances which only uses local queues. Each node has an incoming and an

[jboss-user] [JBoss Portal] - Re: Portal Themes and Richfaces

2009-03-05 Thread axelmotyka
Ok :) it is as i thought. I will start with this! With submit it back to the portlet bridge project you mean a post in their forum? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215313#4215313 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Creating connection factories

2009-03-05 Thread gaohoward
Right, jms-ds is for JCA resource connection factory. JBM 1.4 can't live without JBoss AS. JBM 2.0 can. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215314#4215314 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4215314

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - An alternative way to implement HA datasources and a few con

2009-03-05 Thread brettcave
Would something like this work? I am using heartbeat + ldirector for HA and loadbalancing of sql servers. I find that jboss applications become unavailable for a while if the connection gets lost - which happens occassionally due to packet loss. So in trying to get a stable jboss + mysql

[jboss-user] [Installation, Configuration DEPLOYMENT] - application deployement fails with jboss 5.0.1GA

2009-03-05 Thread tinorudolph
Hi folks, I would like switch our myapplication.ear from 4.0.3SP1 to JBoss 5.0.1GA, but the deployment fails into JBoss5. Into the shell an error occured while the jboss startup. The error is a ClassNotFoundException, but I havn't this class. The deployment from the same ear-file at 4.0.3SP1

[jboss-user] [JBoss Tools (users)] - Re: Re-deploying

2009-03-05 Thread jcw_at_mjc
Ah, we could be on to something here. There's nothing in the console, but in the Eclipse log there are a lot of entries like this: !ENTRY org.eclipse.core.resources 4 1 2009-03-04 17:17:29.328 !MESSAGE Core exception while retrieving the content description !STACK 1

  1   2   >