[jboss-user] [Clustering/JBoss] - Re: Load balancer to wit till the jboss server started

2008-06-19 Thread tosaravananm
Thanks bstansberry, My problem is not the order the services are deployed. Calls are hitting the jboss server from client, before my service gets deployed. Because the interceptor does not have any knowledge whether the service is deployed or not. (How can i tell my interceptor to forward the

[jboss-user] [EJB 3.0] - Re: EntityManager's Native Query Paging Results

2008-06-19 Thread jaikiran
I am running out of ideas. The only other suggestion i can give you is to use the correct (perhaps the latest) JDBC driver of Oracle. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159164#4159164 Reply to the post :

[jboss-user] [EJB 3.0] - Re: EntityManager Injection, Null Pointer Exception. (Sorry.

2008-06-19 Thread repkin
I am so thankful for your helps, finally it worked. This is the final situation: I have changed ejb call part like that: | Context context = new InitialContext(); | PrStaffInterface prstaff = (PrStaffInterface)context.lookup(surgeonfish/PrStaffHome/local); | prstaff.findById(new

[jboss-user] Delivery Failure

2008-06-19 Thread Postmaster
- The message you sent to andplast.com/expo was rejected because the quota for the mailbox has been exceeded. The subject of the message follows: Subject: =?windows-1251?B?0fDu9+3u5SDI5+Pu8u7i6+Xt6OUg0eDr/O3o6u7i?=

[jboss-user] [JBoss Messaging] - Re: Clustering JBoss Messaging without Shared Database?

2008-06-19 Thread ataylor
'ant release-bundle' will build you a full release. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159176#4159176 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4159176 ___

[jboss-user] [Management, JMX/JBoss] - Re: How can I receive notification when Servlet stats change

2008-06-19 Thread francis1970
There's an attribute called stats tied to that Object. You can retreive it with: org.jboss.management.j2ee.statistics.ServletStatsImpl obj = | (org.jboss.management.j2ee.statistics.ServletStatsImpl )server.getAttribute( objName, |stats); |

[jboss-user] [JBoss Messaging] - I got some performance problem while sending a lot of messag

2008-06-19 Thread gary.c.chen
Hi, I am now attempting to use JBM as a JMS Server on my application. I did a performance test on it using the JBossJMSNewPerformanceBenchmark framework, but the result was so difference from the performance result that we saw on the development wiki. My test environment and executors setup

[jboss-user] [JBoss Messaging] - Re: I got some performance problem while sending a lot of me

2008-06-19 Thread timfox
I can't really tell why you get performance without looking at your setup. Take a look at these though - you can reproduce them too. http://www.jboss.org/file-access/default/members/jbossmessaging/freezone/docs/userguide-2.0.0.alpha1/html/performance.html#performance.results View the original

[jboss-user] [JBossWS] - Re: Streaming webservices

2008-06-19 Thread tommy.bergkvist
I am using the Provider and the server receives a Source. However, it is a DOMSource, which means the entire message is in memory. I would like to receive a StreamSource with an InputStream. Then I can parse it myself with the appropriate tools. I have tried to disable all my Logical- and

[jboss-user] [Microcontainer] - How to expose attribute object as JMX

2008-06-19 Thread timfox
Hi- I have an object MessagingServer which is instantiate by the MC and declared in our jbm-beans.xml file. This object has an attribute MessagingServerManagement which is itself an interface that provides the management interface of the messaging server. That interface contains a set of

[jboss-user] [Microcontainer] - Re: How to expose attribute object as JMX

2008-06-19 Thread alesj
Create a simple wrapper/delegate around MsgServerMgmnt interface, where all invocations delegate the work to MsgServer::getMsgServerMgmnt attribute. And then simply do @JMX as you already know. ;-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159188#4159188

[jboss-user] [Microcontainer] - Re: How to expose attribute object as JMX

2008-06-19 Thread timfox
alesj wrote : Create a simple wrapper/delegate around MsgServerMgmnt interface, where all invocations delegate the work to MsgServer::getMsgServerMgmnt attribute. | And then simply do @JMX as you already know. | ;-) Yeah, I thought of this, but it seems pretty ugly. Would be nice if MC

[jboss-user] [JBoss Tools (users)] - Re: Cannot deploy a recently created Seam Web Project into J

2008-06-19 Thread vitorsouzabr
[EMAIL PROTECTED] wrote : where are you seeing the startupServletContextListener ? afaik we dont add it in seam projects. It's in web.xml. This is the web.xml that was generated. Look under !-- MyFaces --: ?xml version=1.0 ? | web-app xmlns=http://java.sun.com/xml/ns/j2ee; |

[jboss-user] [Beginners Corner] - Re: Web folder

2008-06-19 Thread fablux
Hi PeterJ, this is my server.xml: | Server | | | Listener className=org.apache.catalina.core.AprLifecycleListener SSLEngine=on / | | Listener className=org.apache.catalina.core.JasperListener / | |Service name=jboss.web | | Connector port=8080

[jboss-user] [Microcontainer] - Re: How to expose attribute object as JMX

2008-06-19 Thread alesj
timfox wrote : | Would be nice if MC could do this automatically - an ability to use the JMX annotation on an attribute too. Sounds reasonable to me. Open a design discussion on 'Design Microcontainer' forum, getting Adrian and others involved as well. View the original post :

[jboss-user] [EJB 3.0] - Composite Primary Key

2008-06-19 Thread donver
I've the follow situation and i don't know hot to resolve it, can anyone suggest me how to resolve it? I've an absolute id for the entity bean that i use for all relation and operation on the object but i also have another unique key: year, month, prog. Prog is an absolute id within the month

[jboss-user] [Installation, Configuration DEPLOYMENT] - not accessible from localhost

2008-06-19 Thread nickarls
Not the usual I can only access the connector from localhost. My problem is I can't access the connector from localhost. I started it with -b 0.0.0.0 -Djboss.bind.address=192.168.20.34 and it works fine, but I can't access it from localhost or the jboss.bind.address. I thought 0.0.0.0 would

[jboss-user] [JBoss jBPM] - HOw to create user so that no one can see others tasks..

2008-06-19 Thread alok0007_07
HI All, I m facing a problem. I have created some users in JBPM application and i have assigned some task to each user and I want that each user can see only his own task not of others. But when i logged in with the users i created , i got the taks of other users too... Please suggest what

[jboss-user] [EJB 3.0] - JPQL query tool not running

2008-06-19 Thread armen2010
https://jpaquerytool.dev.java.net/ Hello people, I want to use console for JPQL I found https://jpaquerytool.dev.java.net/how-to.html and install it, but then I added my-app.jar and persistence unit name, after run I have one warning - could not load persistance unit check your database

[jboss-user] [JBoss Messaging] - Re: I got some performance problem while sending a lot of me

2008-06-19 Thread timfox
Two obvious things: 1) Database is not colocated with server 2) 100Mb network is *slow* - remember you have all your database traffic going over that too. I would recommend a 1GB network and that's just for the client-server traffic (not db traffic) 3) The old perf framework is deprecated - we

[jboss-user] [Messaging, JMS JBossMQ] - Issue when deploying JBossMQ behind a firewall

2008-06-19 Thread michel.d
Hello, After a long research about issues on JBossMQ when deploying the JBoss server behind a firewall, i decided to write a new topic, as my problem seems to be quite special. We are using JBoss 4.0.5 GA in our application, and we use the JBossMQ service. Our server is deployed on a computer

[jboss-user] [JBoss jBPM] - Re: jbpm 3.2.2 web console on JBoss 4.2.0 - NullPointerExcep

2008-06-19 Thread yamchee
Hi, I exactly have the same problem (get Nullpointer exception when I click on process list but can login). I tried what you did, but it didn't solve the problem. For the logins, I use users.properties and roles.properties. I have jbpm 3.2.3 , JBoss 4.2.1. Do you have a step by step procedure

[jboss-user] [Installation, Configuration DEPLOYMENT] - Pool managing

2008-06-19 Thread lukasVVV
I have this problem. We have distributed application with thousands users. When we have some fatal problem with application or problems with connection then we'll see many selects : SELECT 'X' FROM DUAL this is probably caused by OracleValidConnectionChecker class. I search the code and have

[jboss-user] [EJB 3.0] - Re: EntityManager's Native Query Paging Results

2008-06-19 Thread rabbiaqaswar
:) Thanks Should i report it as a bug at Hibernate? Maybe it is something wrong at their end? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159186#4159186 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4159186

[jboss-user] [JBoss jBPM] - Re: Process variable class cast exception after signal()

2008-06-19 Thread laurentjolin
I have the same problem, contextInstance.getVariable(..) returns a org.jbpm.bytes.ByteArray$$EnhancerByCGLIB$$. I'm setting the variable and getting it from an action handler. Is this a normal usage or is it a bug ? I'm using jbpm 3.1.4 View the original post :

[jboss-user] [JBoss jBPM] - Re: Duplication of processDefinition

2008-06-19 Thread npe
Hi, After changing of problem and trying differents method to do this I am getting more and more clueless on how to do this. The deep copy doesn't work because of the non-bean properties of some jbpm objects. Does someone have any idea ? View the original post :

[jboss-user] [JBoss Tools (users)] - Re: Cannot deploy a recently created Seam Web Project into J

2008-06-19 Thread vitorsouzabr
vitorsouzabr wrote : It's in web.xml. This is the web.xml that was generated. Look under !-- MyFaces -- Sorry about the lame reply-to-myself, but just to update: I commented the StartupServletContextListener in web.xml and the application ran fine. The quotes in fine are there because although

[jboss-user] [JBoss Messaging] - Re: I got some performance problem while sending a lot of me

2008-06-19 Thread gary.c.chen
As you said, Database that persistent manager processes is bottleneck. Is there any method can improve performance of the traffic between jms queue and persistent db? Exactly, we tried to use batch mode for persistent manager. But I don't find any option to alternate the batch size. Finally, I

[jboss-user] [JBoss Messaging] - Re: I got some performance problem while sending a lot of me

2008-06-19 Thread gary.c.chen
Another question : How can I turn off the persistent while sending and receiving messages ? That means all the messages sended to the queues are just store in memory. regardless PERSISTENT message or NON_PERSISTENT message. View the original post :

[jboss-user] [JBoss Cache: Core Edition] - Re: Does it matter with the warning

2008-06-19 Thread MrEasy
Hi, I get the same warning, but due to jboss.server.data.dir pointing to a custom directory. jbossjta-properties.xml has com.arjuna.ats.arjuna.xa.nodeIdentifier specified. The default layout jboss - server -- default data works, but my layout: root - data - jboss -- configname results in

[jboss-user] [JBoss jBPM] - Re: Workflow process visual rapresentation

2008-06-19 Thread nizzy
Excellent post dleerob, followed you're instructions and got this working relatively easily. However now I need to be able to click on a node within the diagram and display node information, and other application specific information such as the messages sent / recevied as a result of the

[jboss-user] [JBoss Messaging] - Re: Clustering JBoss Messaging without Shared Database?

2008-06-19 Thread timfox
ebenezerlovelin wrote : Hi Tim, | | I was unable to find the download for 1.4.0.SP3_CP02 and that is why I thought it 1.4.0.SP3 and 1.4.0.SP3_CP02 were the same. | CP stands for cumulative patch. CP binary releases are available to our paying support customers who get them first,

[jboss-user] [Messaging, JMS JBossMQ] - Maximumm size of Queue

2008-06-19 Thread milind111
What is the default size of the Queue? (i.e the number of message the queue can handlle). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159218#4159218 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4159218

[jboss-user] [JBoss jBPM] - Re: HOw to create user so that no one can see others tasks..

2008-06-19 Thread alok0007_07
I m facing the following error while creating new group and user... HTTP Status 403 - Access to the requested resource has been denied Pelase help what to do View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159222#4159222 Reply to the post :

[jboss-user] [JBossWS] - TypeNotPresentExceptionProxy when trying to get the Port of

2008-06-19 Thread mnemonics
Hi, We've generated code with wsimport (sun) from a wsdl and imported that in our webapp. When we try to get the port from the service (in order to make a web service call) it fails wirth the following error: | java.lang.ArrayStoreException:

[jboss-user] [JBoss Tools (users)] - Structure of the exported EAR file (missing lib dir)

2008-06-19 Thread gackonac
I have an EAR project that is consisted of two sub projects: web and ejb. After project export into EAR file, all third party jars/libs are stored in the root of the EAR file (not under $EAR_ROOT/lib dir). The consequence is deployment error (ClassNotFoundException). If I manually remove all

[jboss-user] [Installation, Configuration DEPLOYMENT] - JBOSS hangs and logging stops

2008-06-19 Thread willd
Hello, I'm not sure I'm posting in the correct forum, so my apologies if I'm not. Our JBOSS server (version 4.2.2) is running as a service (using a wrapper) on a Windows 2003 SP2 server. Since this week our production JBOSS server seems to freeze from time to time (at average once a day) and

[jboss-user] [JBoss Messaging] - Re: Best practice for managing connections in JMS Publishers

2008-06-19 Thread sonicfab
I did check out the Wiki AND the JBM documentation, but there are still some open points for me. The page that discusses the issue of JmsTemplates and connection open/close says to use the JCA-managed connection factory with JNDI name java:/JmsXA.

[jboss-user] [JBoss Tools (users)] - Re: Structure of the exported EAR file (missing lib dir)

2008-06-19 Thread gackonac
The problem is manual deployment (when put ear file into JBoss deployment dir). JBoss expect to find libraries in $EAR_ROOT/lib dir, not in $EAR_ROOT. In other words, I cant get proper proper structured ear file. View the original post :

[jboss-user] [JBoss Tools (users)] - Re: Structure of the exported EAR file (missing lib dir)

2008-06-19 Thread [EMAIL PROTECTED]
You write deployment works fine from within Eclipse but say you cant get a proper ear Then I assume you are not using Eclipse to do the deploymentwhat are you using to deploy ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159236#4159236 Reply to

[jboss-user] [JBoss Tools (users)] - Re: Structure of the exported EAR file (missing lib dir)

2008-06-19 Thread gackonac
Ok, I'll try to be more clear: I use Eclipse/JBoss tools for development. During that phase I deploy app by Eclipse. After that I need to deploy app on some other (test/stage) server. That need to be done manually. In order to create EAR file (to be used during manual deployment) I tried to

[jboss-user] [JBoss Portal] - Re: error with a jsf portlet

2008-06-19 Thread wesleyhales
Are you using the JBoss portlet bridge? http://www.jboss.org/portletbridge/ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159247#4159247 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4159247

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBOSS hangs and logging stops

2008-06-19 Thread [EMAIL PROTECTED]
You need to take threadumps during the freeze and see what the server is doing http://wiki.jboss.org/auth/wiki/StackTrace View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159248#4159248 Reply to the post :

[jboss-user] [JBossWS] - JBoss Shutdown hook

2008-06-19 Thread extasy
What is the advantage of invoking JBoss shutdown hook compared with calling system.exit. How can we invoke JBoss shutdown hook. Thanks in advance Babu View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159249#4159249 Reply to the post :

[jboss-user] [EJB 3.0] - EJB Annotation Not Injecting (@EJB)

2008-06-19 Thread repkin
Hi, I wanted the ejb references have been injected by container. When I use context.lookup, it is working. This is my code: | Context context = new InitialContext(); | PrStaffLocalInterface prstaff = (PrStaffLocalInterface)context.lookup(surgeonfish/PrStaffHome/local); |

[jboss-user] [EJB 3.0] - deploy and use own timerservice

2008-06-19 Thread mwoelke
Hello, consider the following environment: We have an app which is working on an oracle database. The application uses timers as well. By default they get serialized to the hsqldb. What we want is to switch them to the oracle datasource, which is easy configuring timers globally to use the

[jboss-user] [JBoss jBPM] - Re: Tutorial or guide to create instances of processes in ja

2008-06-19 Thread lblaauw
Ok, I am also sorta debating on what route to take on this scenario. So we have deployed jBPM as the ear file including the console and the EJBs since we need the timerservices to be ejb timers this seemed a reasonable approach. I have been reading a lot in the documentation and also the

[jboss-user] [JBoss Tools (users)] - Re: Structure of the exported EAR file (missing lib dir)

2008-06-19 Thread [EMAIL PROTECTED]
so you are saying the files deployed by WTP servers are correct (e.g. ear has a lib dir with jars in it) But when you use File Export EAR you get a different structure ? that sounds weird to me. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159255#4159255

[jboss-user] [EJB 3.0] - Re: EJB Annotation Not Injecting (@EJB)

2008-06-19 Thread jaikiran
In JBoss-4.2.x, the EJB injection is only supported in the EJB classes. See this for more details http://www.jboss.com/index.html?module=bbop=viewtopict=107353 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159259#4159259 Reply to the post :

[jboss-user] [Beginners Corner] - Re: looking for a

2008-06-19 Thread buddhabadboy
thanks for the info.. actually. I don't have ANY applications, and since i'm not a programmer, I'm just looking for a nice simple demo app to install with instructions View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159260#4159260 Reply to the post :

[jboss-user] [EJB 3.0] - Re: EntityManager's Native Query Paging Results

2008-06-19 Thread jaikiran
I would suggest posting in the Hibernate forums instead of filing a bug. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159261#4159261 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4159261

[jboss-user] [JBossWS] - Re: TypeNotPresentExceptionProxy when trying to get the Port

2008-06-19 Thread mnemonics
Solved it! Although similar the code generation of wsimport (Sun) is not identical to the wsconsume of JBoss. Generation the code with wsconsume works ok. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159264#4159264 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Structure of the exported EAR file (missing lib dir)

2008-06-19 Thread gackonac
Sorry for the previous post. No, Eclipse/JBoss tools deploy application with same structure with only one difference: app is exploded. This how it looks like: [app.ear] | +--[app.war] | +--[app.jar] | +--lib1.jar | +--lib2.jar | +-- ... There is no lib dir, all libraries

[jboss-user] [JBoss Tools (users)] - Re: Structure of the exported EAR file (missing lib dir)

2008-06-19 Thread [EMAIL PROTECTED]
please report this in jira with an example project (a minimal one) thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159266#4159266 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4159266

[jboss-user] [EJB 3.0] - Re: EntityManager's Native Query Paging Results

2008-06-19 Thread rabbiaqaswar
I did, three days back but got no reply from there: http://forum.hibernate.org/viewtopic.php?t=987845highlight= View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159267#4159267 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Problem with connecton pooling in JBOSS 4.2.2GA

2008-06-19 Thread priyarao234
many documents suggests that for connection pooling we neeed to modify the file named with standardjaws.xml or jaws.xml... in these files we need to set the and type-mapping elements.. bUt i didn't get these file in my JBoss instalation directory plz tell me how to configure connection

[jboss-user] [EJB 3.0] - Re: EntityManager's Native Query Paging Results

2008-06-19 Thread rabbiaqaswar
One thing which I have noticed is that the query returns ids only for the first ten records. After that, it always returns the Object[] e.g. setFirstResult(20) setMaxResults(10), also gives Object[]'s. View the original post :

[jboss-user] [EJB 3.0] - Re: EntityManager's Native Query Paging Results

2008-06-19 Thread rabbiaqaswar
Infact it gives ids only when the setFirstResult is set at 0 i.e. setFirstResult(0). When the value of setFirstResult is anything other than 0, the query returns Object[]'s. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159273#4159273 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Two WSRP question

2008-06-19 Thread fbrubbo
Hi.. First of all, thanks for your response About the url.. I have the wsrp_rewrite? .. /wsrp_rewrite in that url. I just want to append some parameter in it. In our app, we have many URLs that are built by JS. How can I append extra parameters in it? Also, I could not make work a submition

[jboss-user] [JBoss jBPM] - Re: Could not send mail

2008-06-19 Thread [EMAIL PROTECTED]
Caused by: javax.mail.SendFailedException: Sending failed; | nested exception is: | class javax.mail.MessagingException: Exception reading response; | nested exception is: | java.net.SocketException: Connection reset | at javax.mail.Transport.send0(Transport.java:218) It looks like

[jboss-user] [JBoss jBPM] - How to modify pageflow at run time ...

2008-06-19 Thread [EMAIL PROTECTED]
Hil all, I'm trying to modify process graph at run time. hypothesis: myprocess is designed via eclipse jbpm sdk then uploaded via jbpm console ... from a dedicated action handler (my own configuration code), I've modified the process graph by mooving some leaving transitions ... the resulting

[jboss-user] [EJB 3.0] - Re: EJB Annotation Not Injecting (@EJB)

2008-06-19 Thread repkin
Thanks, I am waiting JBoss 5 final release. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159278#4159278 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4159278 ___ jboss-user

[jboss-user] [Management, JMX/JBoss] - Re: How to programmaticly schedule many tasks ?

2008-06-19 Thread dmary
nobody ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159279#4159279 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4159279 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [EJB 3.0] - Re: EntityManager's Native Query Paging Results

2008-06-19 Thread jaikiran
The indexing starts with 1 and not 0. So when setFirstResult(0) is used, it probably gets ignored. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159282#4159282 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4159282

[jboss-user] [JBoss Portal] - Re: Two WSRP question

2008-06-19 Thread [EMAIL PROTECTED]
For the URLs, the URLs that are being rewritten should be under the control of the producer... I'll see what is feasible but I would recommend avoiding manipulating URLs directly like that. Moreover, it is likely that the state that is passed around with the parameters should actually be in the

[jboss-user] [EJB 3.0] - Re: EntityManager's Native Query Paging Results

2008-06-19 Thread rabbiaqaswar
So does that mean that the query is supposed to return Object[] containg the result the index, even if i am only retreiving a single value in the query? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159283#4159283 Reply to the post :

[jboss-user] [EJB 3.0] - Re: EntityManager's Native Query Paging Results

2008-06-19 Thread jaikiran
jaikiran wrote : The indexing starts with 1 and not 0. So when setFirstResult(0) is used, it probably gets ignored. I'm sorry. i re-read the javadocs and it appears the indexing does start from 0. rabbiaqaswar wrote : | So does that mean that the query is supposed to return Object[] containg

[jboss-user] [EJB 3.0] - Re: EntityManager's Native Query Paging Results

2008-06-19 Thread rabbiaqaswar
I just checked the javadoc of javax.persitence.Query, method setFirstResult and it says: anonymous wrote : Query setFirstResult(int startPosition) | | Set the position of the first result to retrieve. | | Parameters: | startPosition - the start position of the first

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Unable to create message factory for SOAP Assembling t

2008-06-19 Thread fablux
Hi Levi, I have your same problem. Can you explain me what i have to do with juddi-2.0rc5.jar? Excuse me but I'm new in JBoss. thank you View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159290#4159290 Reply to the post :

[jboss-user] [EJB 3.0] - Re: EntityManager's Native Query Paging Results

2008-06-19 Thread jaikiran
How about changing your query to return the entire User object instead of just the ids? Maybe like this: SELECT USR FROM USER USR, USERWATCH UW WHERE USR.ADDEDBYID =1 AND USR.COUNTRY = CAS | E WHEN (UW.COUNTRY is null) THEN USR.COUNTRY ELSE UW.COUNTRY END AND USR.ALIVE = 'A' See if that

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem with connecton pooling in JBOSS 4.2.2GA

2008-06-19 Thread jaikiran
Datasources are configured through -ds.xml files which are placed in the deploy folder for deploying. You can find some examples in %JBOSS_HOME%\server\docs\examples\jca folder. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159293#4159293 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: Load balancer to wit till the jboss server started

2008-06-19 Thread [EMAIL PROTECTED]
What you want can't be done with any existing code. And based on what I understand about your problem, I don't think it's the right approach anyway. An EJB proxy and its interceptors will not know about a particular server (and thus won't invoke on it) if the EJB isn't deployed on that server.

[jboss-user] [EJB 3.0] - Re: EntityManager's Native Query Paging Results

2008-06-19 Thread rabbiaqaswar
Okay, will try this now then. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159295#4159295 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4159295 ___ jboss-user mailing

[jboss-user] [JBoss Tools (users)] - JBoss Tools with Tomcat 6

2008-06-19 Thread damatrix
Hi, We have a project that might require us to use Seam (if we decide to go with JSF) along with Tomcat 6. One of the issues on the table that will affect the decision to use Seam is productivity. I was enthused therefore when I found JBoss Tools give productivity such a boost in Seam

[jboss-user] [Security JAAS/JBoss] - JAAS and JAAC Services for JBoss MC

2008-06-19 Thread djg
We are creating our own container to sit above the Microcontainer, and I'm currently looking into replacing our internal security with authentication (JAAS) and authorization (JACC) services as provided by JBoss. Whilst I'm fairly confident that I understand providing JAAS services to EJB and

[jboss-user] [JBoss Messaging] - Re: I got some performance problem while sending a lot of me

2008-06-19 Thread timfox
gary.c.chen wrote : As you said, Database that persistent manager processes is bottleneck. | Actually I said the *network* would be a bottleneck, but yes the database would probably be a bottleneck too. anonymous wrote : | Is there any method can improve performance of the traffic

[jboss-user] [JBoss Messaging] - Re: I got some performance problem while sending a lot of me

2008-06-19 Thread timfox
gary.c.chen wrote : Another question : | How can I turn off the persistent while sending and receiving messages ? That means all the messages sended to the queues are just store in memory. regardless PERSISTENT message or NON_PERSISTENT message. There has been a recent thread on this very

[jboss-user] [JBoss Messaging] - Message Consumer fails when using messageSelector

2008-06-19 Thread mbreuer
I am evaluating JBoss 4.2.2 and JBoss Messaging 1.4.0SP3. When using MessageConsumer with a messageSelector, the communication hangs. The response ObjectMessage is build in the right way, msg.setJMSCorrelationID() and msg.setJMSType() are set. The MessageProducer sends the message, but the

[jboss-user] [JBoss Portal] - Re: Two WSRP question

2008-06-19 Thread fbrubbo
About the URL The problem here is that we are not creating new applications. we are planning to migrate them and this kind of code already exists in our pages. So, We need as less effort as possible. About wsrp producer Yes.. I took a better look on IBM product and it exposes JSR-168 portlets.

[jboss-user] [JBoss Tools (users)] - Missing jboss-seam.jar on deploy of EAR app.

2008-06-19 Thread rgordon
Hi, I have just upgraded to the latest version of Eclipse 3.2.2, jboss tools 2.1.1.GA and Seam 2.0.2.SP1 and am getting problems deploying my EAR application. The error below is shown when the project is deployed due to jboss-seam.jar not getting copied, although all the other jar files are

[jboss-user] [JBoss Portal] - Re: Two WSRP question

2008-06-19 Thread [EMAIL PROTECTED]
URLs: I will see what I can do... Portlet container: we are planning on extracting WSRP so that it only depends on Portlet Container. However, at this point, WSRP is only available in Portal. Note also that Portlet Container is NOT supported, only Portal is. View the original post :

[jboss-user] [JBoss Tools (users)] - Re: Missing jboss-seam.jar on deploy of EAR app.

2008-06-19 Thread [EMAIL PROTECTED]
You are missing a jboss patch to webtools. http://repository.jboss.org/eclipse/webtools/patches/wtp-P-P20080506003122-20080506003122.zip View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159317#4159317 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Message Consumer fails when using messageSelector

2008-06-19 Thread jmesnil
mbreuer wrote : I am evaluating JBoss 4.2.2 and JBoss Messaging 1.4.0SP3. When using MessageConsumer with a messageSelector, the communication hangs. | | ... | Differences: | Outside JBossAS the inspector indicates a SpyObjectMessage while inside the container a JbossObjectMessage is

[jboss-user] [JBoss Messaging] - JMS Messaging problem between multiple Jboss Instance.

2008-06-19 Thread sandeepu
Hello All, I am facing a problem when creating a Topic receiver. I have 2 jboss(Jboss1 and Jboss2) instance running in my local machine. Topic is deployed in the Jboss2. I am trying to create a receiver for the topic in the Jboss1 process. But i get the following error Destination doesnot

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Problem with CHAR data types

2008-06-19 Thread shaikbash
Hi, I have an EJB-3.0 application running on JBoss 4.2.2. When I select a CHAR type column from an Oracle-9i table, using the javax.persistence.Query, it returns java.lang.Charater type data, which can hold only one char eventhough my column length is more than 1. I changed the data type

[jboss-user] [Remoting] - Socket keep alive with client EJB and RMI over HTTP

2008-06-19 Thread slimamar
As described in this topic : http://www.jboss.com/index.html?module=bbop=viewtopicp=4148258#4148258 using version 2.4.0 of Remoting and the parameter 'invokerDestructionDelay', the same socket connection is reused for all client requests to the Server. This works fine with the socket transport.

[jboss-user] [JBoss Portal] - Re: Two WSRP question

2008-06-19 Thread fbrubbo
Thanks for your quick answer. About the URL. In openportal it works with both wsrp-rewrite? ... /wsrp-rewriteparam1=value1param2=value2 and wsrp-rewrite? ... param1=value1param2=value2/wsrp-rewrite I know the second one is incorrect according wsrp spec.. but WebSphere WSRP only

[jboss-user] [JBoss Tools (users)] - Re: Missing jboss-seam.jar on deploy of EAR app.

2008-06-19 Thread rgordon
Thanks for that Rob it working fine now. I misread the release notes and thought the patch was build into the jboss tools build. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159335#4159335 Reply to the post :

[jboss-user] [J2EE Compliance] - JET FUEL $100.00 PER BARREL

2008-06-19 Thread HRH2
I AM A FULL SERVICE FUEL DEALER/EXPORTER IN THE UNITED STATES. I CARRY JET A; JET A1; AVGAS; 100LL; HELICOPTER FUEL; AVIATION FUEL. I SELL FUEL FROM 24 REFINERIES COAST TO COAST THAT ARE AFFILIATES. I APPRECIATE THE OPPORTUNITY TO BID ON YOUR FUEL REQUIREMENTS. PLEASE INCLUDE THE EXACT

[jboss-user] [Nukes User] - JET FUEL $100.00 PER BARREL

2008-06-19 Thread HRH2
I AM A FULL SERVICE FUEL DEALER/EXPORTER IN THE UNITED STATES. I CARRY JET A; JET A1; AVGAS; 100LL; HELICOPTER FUEL; AVIATION FUEL. I SELL FUEL FROM 24 REFINERIES COAST TO COAST THAT ARE AFFILIATES. I APPRECIATE THE OPPORTUNITY TO BID ON YOUR FUEL REQUIREMENTS. PLEASE INCLUDE THE EXACT

[jboss-user] [JBoss jBPM] - Is this a bug or is it intentional

2008-06-19 Thread bentins
I'm running jbpm 3.1.1 on my site for a long time. Today I tried to see what I need to do in order to upgrade to 3.2.3. Aside from migrating the DB, I found several things. One of the things is something I submitted a jira issue jbpm-696 (which was accepted as a fix and closed). In

[jboss-user] [JBoss Portal] - Re: Two WSRP question

2008-06-19 Thread [EMAIL PROTECTED]
I'll add this to the list of things allowed by the relaxed validation mode (which I still need to document). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159350#4159350 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Message Consumer fails when using messageSelector

2008-06-19 Thread mbreuer
Thanks for the hint! Probably the client classpath (outside) jboss contains a wrong jar, i will check it. What about the behavior inside the container? JBossObjectMessage seems to be the right one. After setting JMSCorrelationID the object contains (in debugger) the header property. Any

[jboss-user] [JBoss Messaging] - Re: Message Consumer fails when using messageSelector

2008-06-19 Thread timfox
After installing, please run the examples as explained in the user guide. If they don't all run successfully that means your installation was botched. In which case you would need to re-install. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159353#4159353

[jboss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - JET FUEL $100.00 PER BARREL

2008-06-19 Thread HRH2
I AM A FULL SERVICE FUEL DEALER/EXPORTER IN THE UNITED STATES. I CARRY JET A; JET A1; AVGAS; 100LL; HELICOPTER FUEL; AVIATION FUEL. I SELL FUEL FROM 24 REFINERIES COAST TO COAST THAT ARE AFFILIATES. I APPRECIATE THE OPPORTUNITY TO BID ON YOUR FUEL REQUIREMENTS. PLEASE INCLUDE THE EXACT

[jboss-user] [JBoss Messaging] - Re: Message Consumer fails when using messageSelector

2008-06-19 Thread mbreuer
The example runs without trouble. I used the example for my eclipse testclient. As noted, my test-client used the the wrong classpath, i will verify this. Primary goal to get jboss messaging running inside the container. The message driven beans work fine. Also my jms-client works in general.

[jboss-user] [JBoss jBPM] - Re: job executor explained in a nutshell

2008-06-19 Thread [EMAIL PROTECTED]
I find this statement wildly odd-sounding: anonymous wrote : In the time gap between Transaction start time and the UPDATE/DELETE statement there could be commited changes that will be lost (Lost Updates). No updates will be ever lost with higher isolation levels. The database will ensure that

[jboss-user] [JBoss Portal] - InterceptorStack, type=Producer : run twice ?

2008-06-19 Thread Antoine_h
Hi, I am building an portlet interceptor to monitor the portlets processing. I have made an interceptor in the Consumer stack. and one in the Producer stack. the Consumer stack : I mean the service named : portal:service=InterceptorStack,type=Instance the Producer stack : the service named :

[jboss-user] [JBoss jBPM] - Re: Could not send mail

2008-06-19 Thread kukeltje
or a flaky firewall, or View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159360#4159360 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4159360 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Tutorial or guide to create instances of processes in ja

2008-06-19 Thread kukeltje
both are 'valid', but you can also look at jBPM 3.2.3. Preliminary support for webservices is there. But you have the overhead of webservices without the advantage of transactions like with ejb View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159361#4159361

  1   2   >