[jboss-user] [EJB 3.0] - Re: Object Problem

2008-02-20 Thread jokim1979
Hi, Thanks a lot... The last problem was some libraries that I had to import. All are now working fine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130980#4130980 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4130

[jboss-user] [Installation, Configuration & DEPLOYMENT] - How to separate web server and application server

2008-02-20 Thread kamleshkr
Hi, I have an application deployed on JBoss. I want to separate the presentation layer from the buisness layer on two machines. I have no idea about how to have these two layers deployed on different physical locations. Please tell me how to do that and give me some pointers regarding the same.

[jboss-user] [JBoss jBPM] - Re: (Please reply) Problem in Running JBPEL Client Component

2008-02-20 Thread yogesharora
Hi, Please help me in resolving this issue. Looking forward for your reply at the earliest..! Thanks, Yogesh View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130972#4130972 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [EJB/JBoss] - MDB Pooling

2008-02-20 Thread jbosspatni
Hi, I have 5 MDB's which are listening to WSMQ for messages.I have created the configurations as per the jboss wiki on WSMQ.When I start the server I can see a total of about 35 connections being created. I find this from usign netstat on the port In standard-jboss.xml the invoker binding crea

[jboss-user] [Management, JMX/JBoss] - Re: MBean operation works only after invoking operation from

2008-02-20 Thread gtjonesy
I used a different method MBeanServer server = MBeanServerLocator.locate(); | | Foo foo = (Foo) MBeanProxyExt.create( | Foo.class, | name, | server); | |

[jboss-user] [Security & JAAS/JBoss] - Re: Jboss is always using UserRolesLoginModule instead of Cl

2008-02-20 Thread bensonfungjava
Hi, ssiebel, I got the same problem as you have. Could you tell me how to fix it? My email is [EMAIL PROTECTED] It really makes me crazy. Thanks Benson View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130967#4130967 Reply to the post : http://www.jboss.co

[jboss-user] [Messaging, JMS & JBossMQ] - Jboss server configuration for JMS, JBOSS MQ

2008-02-20 Thread pc762012
Hello, I need help on configuring jboss and our server for our situation. We have a java backend application on a Jboss 4.2.0.GA App server. There are 8 clients dynamically located elsewhere. We have a JbossMQ jms implementation with three queues and three topics defined.There is a module on the

[jboss-user] [JBoss Messaging] - Re: Message Pulling

2008-02-20 Thread sams
Thanks for the tip about trying things outside of an MDB. The simple consumer test worked and proved that the queues would pull messages around as needed to get the jobs done as quick as possible. When doing the same type of test with an MDB it would never do this. I spent hours tweaking litt

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Help needed with JBoss and openJPA

2008-02-20 Thread shibug
I am using JBoss 4.2.2 and openJPA as the persistence provider. My bean gets deployed but with the following exception: I am not sure if the problem is with JBoss or openJPA. The tables are not created in mySQL. 20:34:05,156 INFO [PersistenceUnitDeployment] Starting persistence unit persist

[jboss-user] [Management, JMX/JBoss] - MBean operation works only after invoking operation from jmx

2008-02-20 Thread gtjonesy
Hi, Using 4.2.2 I am having what looks like a strange problem but hopping that is something simple. I have look in many different places to find an answer but I am not sure if I am looking for the right thing. I have an MBean that was created using this approach @Service (objectName="platfor

[jboss-user] [JBoss AOP] - Re: Hotswap in application server 4.2.0

2008-02-20 Thread [EMAIL PROTECTED]
with loadtime weaving aop alters the class before its being loaded by the classloader. so im guessing that eclipse is reacting because the class is not the "same" as it was when it was compiled. with compile time weaving there is not altering of the code in runtime, try it and see if that works

[jboss-user] [JBoss AOP] - Re: maven-plugin

2008-02-20 Thread [EMAIL PROTECTED]
hi, since its the model class thats beeing weaved, the transformation needs to be done in that package. so if the model package depends on the server package i think it should work. ill test it out tomorrow and let you know if it works or not... View the original post : http://www.jboss.com/ind

[jboss-user] [JBoss AOP] - Re: Maven 2 plugin?

2008-02-20 Thread [EMAIL PROTECTED]
hi, sorry about not being vocal enough on the maven plugin status, but here goes... ive mostly done with both the compile and run plugin for aop. they are all in svn, and there will be a CR1 version of the plugin thats using CR3 of jboss aop in the snapshot repo as soon as i figure out why they

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: How do I Harden JBOSS in a secure environment

2008-02-20 Thread jwcone
While it's not specific to a DoD network, there's information on steps needed to secure JBoss in the Wiki: http://wiki.jboss.org/wiki/Wiki.jsp?page=SecureJBoss View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130939#4130939 Reply to the post : http://www.jbo

[jboss-user] [Javassist user questions] - Re: adding annotations

2008-02-20 Thread gkorland
To add annotation to a class on load time the cleaner way to do it is to use javaagent. See: http://javahowto.blogspot.com/2006/07/javaagent-option.html Guy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130933#4130933 Reply to the post : http://www.jboss.

[jboss-user] [JBoss Portal] - Re: Deployment of portlets - custom descriptors

2008-02-20 Thread nilsga
Thanks, I found the administration for these operations now. I just read the chapter about portlet deployment, and got the impression that they were required. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130928#4130928 Reply to the post : http://www.jboss

[jboss-user] [JBoss Portal] - Re: exposing back end web services thru portlet?

2008-02-20 Thread [EMAIL PROTECTED]
There's no particular facility provided by JBoss Portal to access web services from a portlet as it's portlet-specific and outside of the scope of JSR-168. Any such facility would tie your portlet code to JBoss Portal... What exactly do you have in mind? View the original post : http://www.jbo

[jboss-user] [JBoss Messaging] - Re: Message Pulling

2008-02-20 Thread sams
You are right, 150 is the value for the local buffer of messages. My understanding is that this is the actual local queue slice that pulls from the distributed(clustered) queue, and the whole idea behind the message pulling is for another node to notice there are messages sitting here not yet p

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Exact Tomcat Version

2008-02-20 Thread murthy64
Hi I am looking for tomcat6-service.jar. Or how can I integrate Tomcat6 with Jboss? Thanks Murthy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130916#4130916 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4130916

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Having problem in upgrading to JBOSS AS 4.2.2.GA

2008-02-20 Thread paradisonoir
Hi Peter, Your response was really helpful as it led me to include all necessary jar files in my ant file. For further reference to similar problems, all required files are mentioned in this address http://labs.jboss.com/file-access/default/members/jbossmessaging/freezone/docs/userguide-1.3.0.

[jboss-user] [JBossCache] - Re: Manual eviction not working

2008-02-20 Thread mircea.markus
sorry for the late answer. this is a bug, and http://jira.jboss.com/jira/browse/JBCACHE-1293 was created for this. No workaround I am afraid. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130914#4130914 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss jBPM] - jbpm 3.2.2 in Jboss AS 4.2.2 - Transaction Problems

2008-02-20 Thread jaydub
Hello, I have recently added jBPM to some pre-existing EJB3 stateless session beans in my EE app, running on Jboss 4.2.2GA.I must be doing something wrong, as I am unable to find any posts which seem to match my problem. Hopefully this is not too difficult to troubleshoot, as jBPM is real

[jboss-user] [JBoss Messaging] - Re: Message Pulling

2008-02-20 Thread timfox
First thing I would do is take MDBs out of the picture - try creating a vanilla JMS consumer on each node. The MDB layer buffers some messages - ready to send to it's local MDB instances - which will prevent them from being available for other nodes. Secondly, JBM (like pretty much any other me

[jboss-user] [JBoss Messaging] - Message Pulling

2008-02-20 Thread sams
First off, here's what I'm using: JBoss AS 4.2.2 GA JBoss Messaging 1.4.0 SP3 I have a cluster configured that is running 3 nodes. This cluster is running on a single computer, so I'm using the binding service to use different ports. I have an MDB that was farmed out to all nodes and is runnin

[jboss-user] [JBossWS] - Re: out parameter

2008-02-20 Thread [EMAIL PROTECTED]
I think nobody understands what you are asking for ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130902#4130902 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4130902 ___ j

[jboss-user] [JBoss Portal] - Re: Using JBoss Portal and CAS to implement SSO for external

2008-02-20 Thread microcline
anonymous wrote : Furthermore, I am not able to read any CAS-related information from the session, i.e. via | | | session.getAttribute("edu.yale.its.tp.cas.client.filter.user") The Soulwing Java CAS Client does not set the session attribute "edu.yale.its.tp.cas.client.filter.user". Tha

[jboss-user] [Installation, Configuration & DEPLOYMENT] - How do I Harden JBOSS in a secure environment

2008-02-20 Thread jdsnetbiz
In general, what configuration and deployment steps did you take in implementing COTS and open source products in a secure environment within a DoD network? If someone can direct me to a white paper on this type of configuration it'd be grately appreciated! View the original post : http://www

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: tons of .ser temp files

2008-02-20 Thread maralcbr
BUMP View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130889#4130889 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4130889 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss AOP] - Re: Maven 2 plugin?

2008-02-20 Thread dsmiley
Here here! I'm a maven 2 user and I really wish JBoss would expose a full-fledged maven 2 repo with all artifacts, such as for jboss-aop-1.5, etc. By the way, I used aopc via the antrun plugin like so: | | maven-antrun-plugin | |

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Jboss App Server 4.2.2 issue on Mac OS 10.4 server

2008-02-20 Thread RogerSilva
Hi all, I'm experiencing a weird behavior trying to deploy an Web app on JBoss App Server 4.2.2 on Mac OS 10.4 server. This particular application access a Postgres 8.2 database using JDBC 8.3-603 JDBC 3 drivers. The application was tested on two different environments (using the same Jboss

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Having problem in upgrading to JBOSS AS 4.2.2.GA

2008-02-20 Thread PeterJ
Oh, so the error is on the client side. I thought you were getting the errors on the server side. For a client, you need to include the proper set of jar files. The jar that contains the javax.jms package is client/jboss-j2ee.jar. Note that the javax.jms package is not included in the jboss-mes

[jboss-user] [Microcontainer] - Re: POJO thread safety

2008-02-20 Thread alesj
"[EMAIL PROTECTED]" wrote : Actually one more question - are the locks held when doing auto-wiring and injection and that sort of thing? | Yup, a read lock. "[EMAIL PROTECTED]" wrote : | In other words, if I have beans A and B, and I want a property from A to be injected into B, will the s

[jboss-user] [EJB 3.0] - Re: xml configuration file for application

2008-02-20 Thread bfach
Andrew, Thanks for the reply. What I am attempting to do is get a few small pieces of information to a MDB packaged in an ear file. This information is bootstrap for the application and therefore needs to be given someone prior to deployment. I have packaged the XML in the .ear file howeve

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Having problem in upgrading to JBOSS AS 4.2.2.GA

2008-02-20 Thread paradisonoir
1- Yes, I installed JBoss Messaging as explained in the documentation. 2- I use the pre-defined connection factory in Jboss("ConnectionFactory") 3- In below, first you would see my error and at the end content of xml file in C:\jboss\server\messaging\deploy\jboss-messaging.sar\destinations-servi

[jboss-user] [JBoss jBPM] - Re: Token.signal() ---> 2 tokens?

2008-02-20 Thread pojomonkey
In a similar scenario, I find that following the fork, two new tokens proceed along each of the (2) transitions leaving the fork to their respective nodes - however, the 'root' token then 'follows' one of the other tokens and also enters the same node, and generates a node-enter event. Generall

[jboss-user] [JBossWS] - Re: @XmlAnyElement and namespace

2008-02-20 Thread Ratoo
Yeah! It works like a charm in jbossws-3.0-metro-1.0.0.GA. Thank you JBoss team, you release new versions quicker than I discover bugs :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130875#4130875 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: error when start/run Jboss App Server 4.2.2

2008-02-20 Thread taicode
PeterJ, Thanks. I re-install and start the Jboss AS, successfully started without error. I'm still not sure why the previous installation didn't work. Thank you. Taicode View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130874#4130874 Reply to the post :

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: 100's of java.util.zip.ZipException when starting jboss

2008-02-20 Thread PeterJ
How is your application packaged (ear, war)? What tool did you use to create the package? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130873#4130873 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4130873

[jboss-user] [Installation, Configuration & DEPLOYMENT] - 100's of java.util.zip.ZipException when starting jboss 3.2.

2008-02-20 Thread gcameo
I get this exception when I deploy my application to jboss and try to start up jboss java.util.zip.ZipException: error in opening zip file | at java.util.zip.ZipFile.open(Native Method) | at java.util.zip.ZipFile.(ZipFile.java:203) | at java.util.jar.JarFile.(JarFile.java:132) I

[jboss-user] [JBoss AOP] - Re: maven-plugin

2008-02-20 Thread avihaimar
The aop: | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130869#4130869 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4130869 ___ jboss-us

[jboss-user] [JBoss AOP] - maven-plugin

2008-02-20 Thread avihaimar
Hey, For simplicity lets say that my application is package as an ear that contain two jars: 1. model 2. server i have the follwoing aop: Code: As you see the interceptor is server class and the class that is intercepted is a model class. I didnt find any

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: error when start/run Jboss App Server 4.2.2

2008-02-20 Thread PeterJ
Yes, I suggest that you reinstall and run JBossAS before making any changes. Do not put your default-ds.xml file in the deploy directory until you are satisfied that JBossAS starts successfully. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130866#4130866 R

[jboss-user] [JBoss AOP] - Re: Hotswap in application server 4.2.0

2008-02-20 Thread avihaimar
Yep, you understand correctly. Why compile time will solve the problem? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130864#4130864 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4130864 _

[jboss-user] [JBossWS] - @XmlAnyElement and namespace

2008-02-20 Thread Ratoo
Hello all, I have a problem with XmlAnyElement @XmlAnyElement(lax = true) JBoss remove the namespace from my object while marshalling. I just making an echo service with JDK6 client. So, client sends: | | http://schemas.xmlsoap.org/soap/envelope/";> | | http://www.biomo

[jboss-user] [JBoss Portal] - Re: Comparing JBoss Portal to Liferay or other portal produc

2008-02-20 Thread [EMAIL PROTECTED]
"syllant" wrote : Thanks for this more moderate tone Chris :-) It's very easy to get frustrated on online forums :) "syllant" wrote : Concerning forum and JIRA management, I fully understand and I would never have mentioned it if a JBM team member didn't blame me for not contributing. | Co

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: error when start/run Jboss App Server 4.2.2

2008-02-20 Thread taicode
PeterJ, Thanks for the suggestion. I will look into those files to get familiar with them. I didn't change anything or delete any file in Jboss. I wouldn't change anything unless I know about it or what it does, and I know nothing about Jboss. I'm very new to Jboss. Should I try to reins

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Having problem in upgrading to JBOSS AS 4.2.2.GA

2008-02-20 Thread PeterJ
Are you using JBossAS 4.2.2 as is, or did you install JBoss Messaging? Please post the contents of the *-service.xml file that declares the queues and the connection factory. Also, why are you declaring another connection factory instead of using the one provided? Please post the full stack tr

[jboss-user] [JBoss Getting Started Documentation]Configuring Oracle

2008-02-20 Thread Stephen Davidson
Greetings. The Wiki page for configuring Oracle is, to put it mildly, misleading. The way it is laid it, it implies that local-tx datasources are what should be used for Oracle Databases. This might have been correct for Oracle 8 and before, but is definitely not the case for Oracle 10. The pag

[jboss-user] [Messaging, JMS & JBossMQ] - Re: JMSXDeliveryCount with GenericDLQHandler

2008-02-20 Thread svadu
Hi Adrian, Thanks for your reaction. "[EMAIL PROTECTED]" wrote : "svadu" wrote : | | Can someone give me a clue on the problem (I hope I described the problem more or less accurately)? | | | JMSXDeliveryCount is a property set by the JMS provider (Tibco) not JBoss. | We just use

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: error when start/run Jboss App Server 4.2.2

2008-02-20 Thread paradisonoir
I had such a problem once but mine was when I just upgraded to this versions, and jar files for jboss messaging were not set properly in my CLASSPATH. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130856#4130856 Reply to the post : http://www.jboss.com/inde

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: error when start/run Jboss App Server 4.2.2

2008-02-20 Thread PeterJ
anonymous wrote : log4j:WARN The content of element type "root" must match "(param*,(priority|level)?,appender-ref*)" It looks like you made some change in the jboss-log4j.xml file and the change is incorrect. This change is possibly preventing the rest of the console log output from being disp

[jboss-user] [Microcontainer] - Re: POJO thread safety

2008-02-20 Thread [EMAIL PROTECTED]
Actually one more question - are the locks held when doing auto-wiring and injection and that sort of thing? In other words, if I have beans A and B, and I want a property from A to be injected into B, will the same lock be held that is used to change states during the injection? I'm concerned

[jboss-user] [Clustering/JBoss] - Re: Potential issue with JGroups using JBoss 3.2.7 and Java

2008-02-20 Thread [EMAIL PROTECTED]
Finally I thought it worthwhile posting a view of what happened around the time of the "hang" from the STD Out logs of one of the unaffected kernels... 1 kernel leaves and rejoins then around 2 minutes later the problem kernel leaves the cluster. 11:23:45,111 INFO [DefaultPartition] Suspected

[jboss-user] [Microcontainer] - Re: POJO thread safety

2008-02-20 Thread [EMAIL PROTECTED]
OK, that makes sense. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130847#4130847 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4130847 ___ jboss-user mailing list

[jboss-user] [Clustering/JBoss] - Re: Potential issue with JGroups using JBoss 3.2.7 and Java

2008-02-20 Thread [EMAIL PROTECTED]
Doesn't look like all the dump can fit on here, posting the end of the dump and the sudden restart of the Kernel at 12:15 "RMI TCP Accept-1987" daemon prio=1 tid=0x5635d058 nid=0x7771 runnable [56048000..56048868] at java.net.PlainSocketImpl.socketAccept(Native Method) at java.ne

[jboss-user] [JBoss jBPM] - Re: problem with task form view

2008-02-20 Thread aymenhouissa
Oh thanks, i find the problem, i named the start state "demande conge" but the form generated is named "demande-conge" so we shouldn't setting a name including a space letter.otherwise we remember to adjust the similarity between tne task name and the form task View the original post : http://w

[jboss-user] [EJB 3.0] - Re: Object Problem

2008-02-20 Thread ALRubinger
Looking like a classpath problem: Caused by: java.lang.ClassNotFoundException: org.hibernate.collection.Persistent | | Bag S, ALR View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130839#4130839 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [Microcontainer] - Re: POJO thread safety

2008-02-20 Thread alesj
"[EMAIL PROTECTED]" wrote : If I have a POJO that (for example) represents a service that has a few properties that will be injected, what thread-safety precautions must I take? | It depends on your service. :-) See what we do below. "[EMAIL PROTECTED]" wrote : | Will the POJO be instant

[jboss-user] [JBoss jBPM] - Re: problem with task form view

2008-02-20 Thread aymenhouissa
there is my processdefinition: | | | | | | | | | | | | | | | | | | | |

[jboss-user] [EJB 3.0] - Object Problem

2008-02-20 Thread jokim1979
Hello, In the previous topic I had problems with a client/server deployment (thanks jaikiran, at last I did the deployment) but when i'm executing the application, I have a exception. I verify that the problem is the server return because if the return value is an Integer (for example) there a

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Automatic topic creation & deletion through EJBSessionBe

2008-02-20 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : | NonDurable Topic subscriptions are automatically deleted when the connection | is closed or fails. | Or if you want messages to survive failures you could use durable topic subscriptions and map the login/logout to createDurableSubscription() and unsubscribe(

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Having problem in upgrading to JBOSS AS 4.2.2.GA

2008-02-20 Thread paradisonoir
Hi, Previously I worked with older versions of JBOSS AS, and I did not have any problem in running my JMS applications. I installed the new JBOSS AS 4.2.2.GA, and followed the installation step by step as explained in the documentations. I created same queues and connection factory, but I still

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Automatic topic creation & deletion through EJBSessionBe

2008-02-20 Thread [EMAIL PROTECTED]
Why do you need a whole topic for each user? Surely you can use one topic with subscriptions based on some kind of user-id filter in the message? NonDurable Topic subscriptions are automatically deleted when the connection is closed or fails. Anyway this is a consulting question not a technical

[jboss-user] [Microcontainer] - POJO thread safety

2008-02-20 Thread [EMAIL PROTECTED]
If I have a POJO that (for example) represents a service that has a few properties that will be injected, what thread-safety precautions must I take? Will the POJO be instantiated, configured, and started/stopped all from the same thread? If not, what guarantees are made with respect to synchr

[jboss-user] [Messaging, JMS & JBossMQ] - Re: JMSXDeliveryCount with GenericDLQHandler

2008-02-20 Thread [EMAIL PROTECTED]
"svadu" wrote : | Can someone give me a clue on the problem (I hope I described the problem more or less accurately)? | JMSXDeliveryCount is a property set by the JMS provider (Tibco) not JBoss. We just use it to determine number of redeliveries when it exists (it is optional). Perhaps i

[jboss-user] [JCA/JBoss] - Upgrading jboss

2008-02-20 Thread gcameo
I'm rewriting the existing *-service.xml used in the jboss-3.0.8 to *-ds.xml in the service.xml, there is an mbean declaration like this Code: | | Do i have to include this declaration in the *-ds.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

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

2008-02-20 Thread pietermartin
Thanks Cheers Pieter View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130811#4130811 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4130811 ___ jboss-user mailing list jboss-use

[jboss-user] [JBoss Portal] - dashboard theme configuration

2008-02-20 Thread spambob
Was wondering where I can find the file that specify the theme for dashboard ("Configure dashboard") on login? thx in advance! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130808#4130808 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[jboss-user] [JBoss Messaging] - JBM and informix

2008-02-20 Thread dd_la_frime
Hello, I need to know if JBM runs with informix database as there is no informix-persistence-service.xml file ? If JBM can run with such a database could you please give me the xml file for the SQL schema to be created. Cheers. Christophe. View the original post : http://www.jboss.com/index.

[jboss-user] [Clustering/JBoss] - Re: Potential issue with JGroups using JBoss 3.2.7 and Java

2008-02-20 Thread [EMAIL PROTECTED]
Apologies for the strange text that appeared above, hopefully this notepad version works better. Java version is 1.4.2_09b05 (cut off from title) Hi there, first post on the site, I currently have a live application (GT-X7 running on JBoss 3.2.7) which makes use of JGroups for clustering. We h

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Error Caught unusual exception in nackMessage

2008-02-20 Thread [EMAIL PROTECTED]
It says the jms server couldn't update the redelivered status of the persistent message in the database because of some Oracle database error you don't show in your post. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130803#4130803 Reply to the post : http

[jboss-user] [Clustering/JBoss] - Potential issue with JGroups using JBoss 3.2.7 and Java 1.4.

2008-02-20 Thread [EMAIL PROTECTED]
Hi there, first post on the site, I currently have a live application (GT-X7 running on JBoss 3.2.7) which makes use of JGroups for clustering. We have 5 "kernels" involved in the group and both today and yesterday we have experienced a "hang" on the 1st kernel which is the originator of the gro

[jboss-user] [Messaging, JMS & JBossMQ] - Re: JMS Connection pooling

2008-02-20 Thread [EMAIL PROTECTED]
FAQ: java:/JmsXA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130800#4130800 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4130800 ___ jboss-user mailing list jboss-user@lis

[jboss-user] [JCA/JBoss] - Re: deployment of RAR inside of EAR

2008-02-20 Thread [EMAIL PROTECTED]
"pecks1976" wrote : BTW the "No one knows the answer... :( " was supposed to be humorous, I guess it didn't come across well. You should use a smily rather than a frown. There's sarcasm and then there's netiquette. :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[jboss-user] [JCA/JBoss] - Re: issues with JCA minimum connections

2008-02-20 Thread [EMAIL PROTECTED]
As it says on the WIKI, prefill only works if you use the single pool option which are using but should not. If your MCF has a required CRI then JBoss doesn't know what that should be (the contents are opaque to the connection manager - see the spec). And as the FAQ says you should be using the "

[jboss-user] [JBossWS] - Re: out parameter

2008-02-20 Thread rukus
nobody knows? :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130789#4130789 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4130789 ___ jboss-user mailing list jboss-user@lis

[jboss-user] [JBossWS] - Re: How to setup wsse usernametoken for ejb3 based web servi

2008-02-20 Thread [EMAIL PROTECTED]
My post here http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121401#4121401 might help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130788#4130788 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4130788 ___

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: lost session-cookies with jboss, iis, internet explorer

2008-02-20 Thread [EMAIL PROTECTED]
Problem solved. There was an underscore used in the hostname. This is not allowed with Internet Explorer 6.0 and 7.0. It causes the loss of the session. rgrds View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130786#4130786 Reply to the post : http://www.jbos

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: error when start/run Jboss App Server 4.2.2

2008-02-20 Thread taicode
PeterJ, and here is the default-ds.xml file content. | | | | DefaultDS | jdbc:oracle:thin:@ | (DESCRIPTION = | (ADDRESS = (PROTOCOL = TCP)(HOST = cdctu002)(PORT = 1521)) | (CONNECT_DATA = | (SERVER = D

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: org.jboss.deployment.DeploymentException: ManagedConnect

2008-02-20 Thread gcameo
Thank you very much for the direction I'm rewriting the existing *-service.xml used in the jboss-3.0.8 to *-ds.xml in the service.xml, there is an mbean declaration like this | | | Do i have to include this declaration in the *-ds.xml View the original post : http://www.jboss.com

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: error when start/run Jboss App Server 4.2.2

2008-02-20 Thread taicode
PeterJ, here is the error for starting the Jboss AS. Hopefully error msg not too long to post. Thanks. Taicode | 09:09:23,611 INFO [Server] Starting JBoss (MX MicroKernel)... | 09:09:23,611 INFO [Server] Release ID: JBoss [Trinity] 4.2.2.GA (build: SVNTag=JBoss_4_2_2_GA date=200710221

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging via .Net

2008-02-20 Thread Kaegun
Hi timfox, Being quite new to Jboss, and needing to do the .Net integration mentioned here, could you post a sample config or point me at the section I'd need to change in order to start JBoss Messaging with the StompConnect? View the original post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [EJB 3.0] - How to setup wsse usernametoken for ejb3 based web services?

2008-02-20 Thread xiaow
I posted the following question in ws forum, but this forum may be the better place for it. Please help. "I have tried to solve this for several weeks for jboss on either 4.2.2 or 5 beta 4 and was very frustrated. And I have easily configured this feature in Glassfish v3 and Oracle AS 10g. Now

[jboss-user] [EJB/JBoss] - Re: Lookup EJB 3 + ClassCastException ( jboss-4.2.2.GA )

2008-02-20 Thread pedro.neves
Thank you , Jaikiran I already had the jboss-app.xml in META-INF, added the party but has not worked | | myApp:loader=mytest-web | java2ParentDelegation=false | | | | | and | | | myApp:loader=mytest-modelo | java2ParentDelegation=f

[jboss-user] [JBossWS] - Re: How to setup wsse usernametoken for ejb3 based web servi

2008-02-20 Thread xiaow
Thanks for the reply. This is not same issue. My client side is no java. Basically I expect my client side to send soap message with standard wsse header in which the usernametaken is attached. And the server side should be able to authenticate the incoming user against a ldap source. Without ch

[jboss-user] [EJB 3.0] - Re: EAR deploy fails in JBoss 4.2

2008-02-20 Thread chandra_88
Thanks for the reply . I have multiple util jars all from the JBoss 4.2 doc it says multiple jars can be specified in the lib folder and the lib folder can be presnet in the ear folder. The lib folder is specified using the library-directory tag. So if in the application.xml i mention http:/

[jboss-user] [EJB 3.0] - Re: EntityManager is null

2008-02-20 Thread kgreene
This code works except for the flush. The flush does not commit the updates to the database. Specifically, I want to update the status in the Fetcher.transfer method. However, the status does not get updated to "RUNNING". It only gets updated to "COMPLETE" once the fetcher is done. I thought m

[jboss-user] [JBoss Messaging] - Re: Detected failure on control connection

2008-02-20 Thread martin.wickus
Hi Tim This specific environment is not yet using EAP 4.3 (although I am using it elsewhere). I will push for an upgrade into that environment as well. Is there a Jira I can reference as motivation this issue has been addressed in EAP 4.3 (or the component JBM/JBR libraries) ? Will make my tas

[jboss-user] [JBoss jBPM] - Re: jBPM BPEL 1.1 GA - should bpel2 samples work?

2008-02-20 Thread caramba1
"[EMAIL PROTECTED]" wrote : If you please, you can review the fixes in our CVS repository. | I have downloaded the examples from cvs, they looks as almost working: Hello example works on both hsqldb and oracle. Atm and Trip work on hsqldb, but do not work on oracle. (Connect succeeds, but logo

[jboss-user] [Javassist user questions] - Re: adding annotations

2008-02-20 Thread cat4hire
Hi, thanks for your reply, I was having a look at annotation_attribute, annotationwriter and annotationattribute, and now I've got a doubt: is the annotation only stored in the class file? Because what I'd like to obtain is to "inject" an annotation into a class (Runtime retention) when the clas

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: org.jboss.deployment.DeploymentException: ManagedConnect

2008-02-20 Thread jaikiran
If you are trying to lookup a datasource then you should first deploy it and then use JNDI to lookup the datasource. See these for details: http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigDataSources http://wiki.jboss.org/wiki/Wiki.jsp?page=DSdotXML You can also find sample datasource files und

[jboss-user] [JBoss jBPM] - jbpm Web application with seam

2008-02-20 Thread fengzhi
hi, I want to develop a web application, which should be like the "web console" and includes some my own applications. Can I use Seam for my web app? Is the "web console" developed with JSF or Seam? And where are the backing beans of the "web console"? I have searched, but I didn't find any?

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Problems running JBoss

2008-02-20 Thread jaikiran
You will be seeing the actual exceptions somewhere at the beginning of the logs. Post those here. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130742#4130742 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4130742 ___

[jboss-user] [EJB 3.0] - Re: EAR deploy fails in JBoss 4.2

2008-02-20 Thread chandra_88
Thanks for the reply . I have multiple util jars all from the JBoss 4.2 doc it says multiple jars can be specified in the lib folder and the lib folder can be presnet in the ear folder. The lib folder is specified using the library-directory tag. So if in the application.xml i mention http:/

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: org.jboss.deployment.DeploymentException: ManagedConnect

2008-02-20 Thread fengbin98
yes, this is datasource related. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130739#4130739 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4130739 ___ jboss-user mailing lis

[jboss-user] [EJB/JBoss] - Re: Lookup EJB 3 + ClassCastException ( jboss-4.2.2.GA )

2008-02-20 Thread jaikiran
Have you setup the ears for classloader isolation? See these for details: http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassCastExceptions http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossClassLoadingUseCases Create a jboss-app.xml fil

[jboss-user] [EJB/JBoss] - Lookup EJB 3 + ClassCastException ( jboss-4.2.2.GA )

2008-02-20 Thread pedro.neves
I have two .ears, one .ear with ejbs and other .ear with web. To locate a ejb in ear the web are experiencing a mistake "ClassCastException" I find the ejb perfect, but to instance of StatelessLocalProxy and not do the casting for the interface of EJB Exception: Caused by: java.lang.ClassCastEx

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Problems running JBoss

2008-02-20 Thread macn0ble
Thanks, that helped, a bit-now getting this error-> | Incompletely deployed packages --- | [EMAIL PROTECTED] { url=file:/opt/jboss/server/default/deploy/jboss-web.deployer/ROOT.war/ } | deployer: MBeanProxyExt[jboss.web:service=WebServer] | status: Deployment FAILED reason: URL file:

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: org.jboss.deployment.DeploymentException: ManagedConnect

2008-02-20 Thread gcameo
I have the same error somewhere in my logs on upgrading jbosss from 3.0.4 to 3.2.8-SPI org.jboss.deployment.DeploymentException: Error: can't find data source: java:/LalPacDS; - nested throwable: (javax.naming.NameNotFoundException: LalPacDS not bound) You can see a full list of the exception

[jboss-user] [JBoss Portal] - Re: mobile access to portal?

2008-02-20 Thread [EMAIL PROTECTED]
Yes because that's what you are building, a portal. So what we provide is a set of services to use and *extend* to make that happen. I hope i'm clear :) We won't build a full fledge portal designed for everybody. That's not possible, it doesn't exist. Everybody has his own set of requirements.

  1   2   >