[jboss-user] [JBoss Cache: Core Edition] - Re: Can we configure JBoss Cache to run on separate JVM.

2008-09-23 Thread thilkumar82
aqwsde wrote : Hi, | | Our application is using JBoss AS 4.0.3 SP1 and JBoss Cache 1.4.1.SP3. The application keeps a lot of stuff in cache. Once the application runs for a long time the total Heap memory is consumed and we get OutOfMemory exception. | This can happen because of 2 reasons

[jboss-user] [JBoss Tools (users)] - Re: JBossTools-Core disappeared from nightly builds

2008-09-23 Thread Juergen.Zimmermann
The nightly build 20080924 is not usable. See https://jira.jboss.org/jira/browse/JBIDE-2798 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178181#4178181 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4178181

[jboss-user] [EJB 3.0] - Re: Creating entity bean from scratch

2008-09-23 Thread jaikiran
See these http://docs.jboss.org/ejb3/app-server/tutorial/index.html http://docs.jboss.org/ejb3/app-server/reference/build/reference/en/html/entityconfig.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178182#4178182 Reply to the post :

[jboss-user] [EJB/JBoss] - Inspecting the CMT configuration

2008-09-23 Thread Hakucho
I would like to see what CMT semantics are in effect for some EJBs running in JBoss 3.2.5. Is it possible to view this information for a running JBoss instance, for example via the JMX console? Basically I want to check the outcome of the container-transaction elements (or lack thereof) in my

[jboss-user] [JBoss Cache: Core Edition] - how to configure and use jboss cache?

2008-09-23 Thread thilkumar82
Hi, I need to use Jboss Cache in our application, But i don't know anything about Jboss Cache... can u tell me requirements and configuration for this? and i am using jboss application server 3.2.3.. and apache-ant-1.7.1, jdk1.6.0_06, jbosscache 2.2.0 can u tell me how to configure and use jboss

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - read-only cmp bean

2008-09-23 Thread eprst
Hi I'm trying to figure out how to implement read-only CMP 2.0 bean in JBoss 4.x My current attempt to define it like this doesn't work: | /** | * ... | * @jboss.read-only true | */ | public abstract class MyBean implements EntityBean { | // | /** | *

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: JsessionId not returned by Tomcat for Swing client

2008-09-23 Thread [EMAIL PROTECTED]
The guess is that the swing application sends a JSESSIONID cookie in te request or that http client your are using is doesn't do HTTP 1.1. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178187#4178187 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: read-only cmp bean

2008-09-23 Thread eprst
I meant if(isReadOnly() JDBCEntityBridge.isEjbCreateDone(ctx)) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178188#4178188 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4178188

[jboss-user] [Beginners Corner] - Multiple Datasources

2008-09-23 Thread [EMAIL PROTECTED]
Hii everyone I am having multiple datasources creating at runtime. so for each user there is a seperate database schema. so when they are registering the database is created and from that time onwards they have to acces their own database. I had configured in ds.xml, persistance.xml and

[jboss-user] [JBoss Messaging] - Re: JMS HA/Clustering without shared DB

2008-09-23 Thread testrot
Nobody? Is this an uncommon request, or did I miss something when searching for a HA solution without without a clustered DB? Greetings, Martin P.S.: Even a negative response like there is not possibility and this is not planned would be appreciated. View the original post :

[jboss-user] [EJB 3.0] - Re: deployment of ejb3 in jboss-5.0.0 CR2

2008-09-23 Thread jaikiran
I haven't given a try with deploying independent jar files. I have always used a EAR inside which i have the jar(s). Let me see if there is some issue with individual jar files. By the way, this looks a bit strange to me: anonymous wrote : 19:15:40,616 INFO [JBossASKernel] Added

[jboss-user] [JBoss Cache: Core Edition] - Re: addNewSubtree method is not thread safe

2008-09-23 Thread nimrod.gat
Hi, Im using ver. 2.0.0.GA and didn't manage to reproduce it using a simple unit test, sorry. from my tests it seems that in JDBCCacheLoader class: private Map _put(Fqn name, Map attributes) allows two different FQN nodes to be inserted at the same time, but the problem is when both nodes

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: JsessionId not returned by Tomcat for Swing client

2008-09-23 Thread UKIN
Actually, i have tried using the applicaton with WebSphere App server and it works. But while using WebSphere App server, i have used the struts framework. I have extended the ActionServlet provide by struts the request is processed by this servlet. So it required that my servlet extend the

[jboss-user] [JBoss jBPM] - Re: TX Service not configured

2008-09-23 Thread anil14349
add the line given above in jbpm-context then it will solve the problum View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178196#4178196 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4178196

[jboss-user] [JBoss jBPM] - Re: TX Service not configured

2008-09-23 Thread anil14349
add the line given below in jbpm-context then it will solve the problem service name=tx factory=org.jbpm.tx.TxServiceFactory / View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178198#4178198 Reply to the post :

[jboss-user] [JBoss Portal] - About the bug of accessing jboss portal2.7 via IE

2008-09-23 Thread heyingshi
Hello : I start jboss portal2.7 in the WindowXP ENV . When I access the Portal Server from my localhost with http://localhost:8080/portal; , I get a error . Following is description :(Thanks for your help .) 08:55:28,359 INFO [lifecycle] WARNING: FacesMessage(s) have been

[jboss-user] [JBoss jBPM] - Dynamic Node query

2008-09-23 Thread pk_barua
Hi, I have never worked with jBPM (or for that matter any WF tool) but I am currently evaluating jBPM (and Alfresco) for a solution for a client. One of the specific requirement that we have is of dynamic workflows. What I mean by dynamic WFs is that the initiator may decide the users who will

[jboss-user] [JBoss Portal] - Re: About the bug of accessing jboss portal2.7 via IE

2008-09-23 Thread heyingshi
And I access the URL via Google chorme or Firefox, Everything is ok . But I access the URL via IE , I have get Up the error and the UI is empty .[/img] View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178207#4178207 Reply to the post :

[jboss-user] [EJB 3.0] - Re: NullPointerException in JavaEEComponentHelper with JBoss

2008-09-23 Thread wolfc
It appears that for any EJB3 annotated classes found on the ear's classpath the Ejb3Deployer gets booted. Most likely the OptAnnotationDeployer creates EJB meta data for the ear. If possible try to contain the EJB3 classes to an ejb module and make sure it's not in any library directory of the

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

2008-09-23 Thread abendt
is your config publically available somewhere? thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178210#4178210 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4178210 ___

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

2008-09-23 Thread dd_la_frime
abendt wrote : is your config publically available somewhere? | | thanks Sorry, no. I just had to modified some data type in the DDL file to be compatible with informix. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178211#4178211 Reply to the post :

[jboss-user] [EJB 3.0] - Re: deployment of ejb3 in jboss-5.0.0 CR2

2008-09-23 Thread jaikiran
anonymous wrote : property name=dialect | | org.hibernate.dialect.Oracle9Dialect | | /property | | This is incorrect. This should be: property name=dialect value=org.hibernate.dialect.Oracle9Dialect | | /property View the original post :

[jboss-user] [JBoss jBPM] - Re: Dynamic Node query

2008-09-23 Thread kukeltje
yes, is possible. 'Dynamic assignment' can be done with assignmenthandlers, and 'dynamic number of tasks' can be done with a custom fork handler (see the wiki). You can combine them if you like. So things like 2 out of 3 different people have to approve a certain thing can be implemented

[jboss-user] [JBoss Portal] - Re: PortletInstance in different pages

2008-09-23 Thread DanielK
Thanks for your answer, but if i do this, i have different SessionBeans for each page, although instance-ref directs to the same instance like i mentioned above: anonymous wrote : If i insert the window-tag into each subpage, it seems to me, that each subpage has its own instance of

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

2008-09-23 Thread abendt
would it be possible to post your config here? if not: did you change more columns than the ones you've mentioned? thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178219#4178219 Reply to the post :

[jboss-user] [JBossMQ] - Re: SpyJMSException: No pong received

2008-09-23 Thread sekobey
http://wiki.jboss.org/wiki/IGetIOExceptionPingTimeoutHowDoIFixIt is helpful, thank you... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178222#4178222 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4178222

[jboss-user] [JBoss Portal] - Re: creating our own login page

2008-09-23 Thread DanielK
j_security_check is working for me, but with one exception. If a user input wrong credentials, he will be redirected to JBoss Portal login page. What can i do to an error message on my own site? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178220#4178220

[jboss-user] [Installation, Configuration DEPLOYMENT] - Using older (1.x) version of xerces on JBoss 4.2.2GA

2008-09-23 Thread maslak
I've searched the forum for any solutions of this problem but i've found none. Our web apllication requires a jar which needs an old (1.x) version of xerces, while JBoss 4.2.2 is using the 2.x version. On JBoss 4.0 I solved this problem but on 4.2.2 with Seam it doesn't work. Creating a

[jboss-user] [EJB 3.0] - Re: deployment of ejb3 in jboss-5.0.0 CR2

2008-09-23 Thread jaikiran
Actually, i was surprised that this persistence.xml did not fail schema validation, because the value is a required attribute as per the xsd http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd. Looks like the xml validation is not triggered unless you add the following to your

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: configuring servlet to listen on different TCP port

2008-09-23 Thread erasmomarciano
You could do so: | Valve className=org.apache.catalina.valves.RemoteHostValve | allow=*.mycompany.com,www.yourcompany.com/ | Valve className=org.apache.catalina.valves.RemoteAddrValve | deny=192.168.1.*/ | View the original post :

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

2008-09-23 Thread dd_la_frime
Here is the xml file : ?xml version=1.0 encoding=UTF-8? !-- Postgresql persistence deployment descriptor. Tested with PostgresSQL 8.2.3 $Id$ -- !-- Persistence Manager MBean configuration -- mbean

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

2008-09-23 Thread rishikesh.dagwal
Hi All, I am getting the same problem with HttpClient 3.1 and fileupload 1.0. I have also tried fileupload 1.2.1. But I am getting the same message as the request was rejected because no multipart boundary was found Servlet is running on Tomcat 4.1 and I have Standalone java application as

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Using older (1.x) version of xerces on JBoss 4.2.2GA

2008-09-23 Thread erasmomarciano
You can put the xerces.jar in WEB-INF/lib of your web-application View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178240#4178240 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4178240

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Using older (1.x) version of xerces on JBoss 4.2.2GA

2008-09-23 Thread maslak
erasmomarciano wrote : | You can put the xerces.jar in WEB-INF/lib of your web-application | | It was the first thing I tried but it doesn't work and jboss uses his own Xerces 2.x from endorsed directory. View the original post :

[jboss-user] [JBoss jBPM] - Jbpm webapp as a portlet

2008-09-23 Thread Ming Lee
Dear all I am a newer to jpbm and portal. I want to creat a jpbm process with task approve/reject,etc,and deplay this as a portlet , so that when a user log into portal , he can see his tasklist on the portlet. how to do this? can anyone give some advice? I know that the task assignment

[jboss-user] [EJB 3.0] - Re: problem with MBeans webservices and ejb3.0

2008-09-23 Thread gcoleman
Check for any circular dependencies. JBoss doesn't like them but doesn't actually tell you so. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178250#4178250 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4178250

[jboss-user] [JBoss Cache: Core Edition] - Re: how to configure and use jboss cache?

2008-09-23 Thread [EMAIL PROTECTED]
All the info you need is in the user guide. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178253#4178253 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4178253 ___ jboss-user

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Need suggestion about how to proceed.

2008-09-23 Thread rks_86
Hi Peter, I made it work. Now all static contents are processed by Apache 2.2.9 with the help of mod-jk.properties. So now all working fine... I have kept JAVA_OPTS as it is!! Appserver loads the jar file provided inside MS.war file and all the static contents are provided by apache. Thanks,

[jboss-user] [JBoss jBPM] - Re: Dynamic Node query

2008-09-23 Thread pk_barua
Thanks for the reply. Can you please point me to the wiki (or any other documentation) where custom fork handler is explained? I would now like to create a process definition to try these things out before deciding on jBPM. View the original post :

[jboss-user] [JBoss jBPM] - Re: Jbpm webapp as a portlet

2008-09-23 Thread vtysh
You should write you own portlet webapp or try to run jbpm-console as a portlet via some existing jsf portlet bridge. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178262#4178262 Reply to the post :

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

2008-09-23 Thread kukeltje
what does this have to do with jBPM? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178263#4178263 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4178263 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Re: Dynamic Node query

2008-09-23 Thread kukeltje
google is your friend. http://www.google.nl/search?q=wiki+custom+forkhandler+jbpmie=utf-8oe=utf-8aq=t View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178264#4178264 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4178264

[jboss-user] [JBoss jBPM] - Re: Jbpm webapp as a portlet

2008-09-23 Thread Ming Lee
Thanks vtysh my problem is how to get his tasklist just after a portal user login. other than once login portal and login the jbpm webapp again. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178265#4178265 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: JMS HA/Clustering without shared DB

2008-09-23 Thread timfox
testrot wrote : Nobody? | Is this an uncommon request, or did I miss something when searching for a HA solution without without a clustered DB? | | Greetings, | Martin | | P.S.: Even a negative response like there is not possibility and this is not planned would be appreciated. A

[jboss-user] [JBoss Cache: Core Edition] - Re: addNewSubtree method is not thread safe

2008-09-23 Thread [EMAIL PROTECTED]
Ok, please see my comments on JIRA. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178268#4178268 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4178268 ___ jboss-user mailing list

[jboss-user] [JBoss Messaging] - Re: JMS Message size [Moved from design forum]

2008-09-23 Thread telukuntla
Hi , Is there any way to get the size of the receiving message. Regards, NagRaj View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178269#4178269 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4178269

[jboss-user] [JBoss Messaging] - Receiving message size .

2008-09-23 Thread telukuntla
Hi , Is there any way to get the size of the receiving message.I am jboss wiht jms. i want to know the size of the receiving message Regards, NagRaj View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178270#4178270 Reply to the post :

[jboss-user] [JBoss Portal] - JSF Session beans shared between two different user sessions

2008-09-23 Thread manick_r
Hi, I am using JSF 1.1 with Jboss Portal. Sometimes the JSF managed beans in session scope are shared between two different users. Please provide me some inputs on this issue. Regards, Raja View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178271#4178271

[jboss-user] [JBoss jBPM] - speed up GetProcessInstancesCommand

2008-09-23 Thread AJanz
GetProcessInstancesCommand takes one minute on my server. it gets a list of 1000 processinstances... is there a way to speed this up? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178273#4178273 Reply to the post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: configuring servlet to listen on different TCP port

2008-09-23 Thread UKIN
Can you please elaborate. I did not get you. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178277#4178277 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4178277 ___ jboss-user

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: configuring servlet to listen on different TCP port

2008-09-23 Thread erasmomarciano
have a look http://wiki.jboss.org/wiki/LimitAccessToCertainClients?action=ewindowstate=normalmode=view View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178285#4178285 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4178285

[jboss-user] [JBoss Messaging] - Re: Messages don't appear to cluster properly

2008-09-23 Thread timfox
kenwdelong wrote : We have two JMS servers in a cluster. We have set up the instances to cluster: Post Office and the Destinations have Clustered=true. We are using JBoss Messaging 1.4.0 on JBoss AS 4.2.2. | | We have a queue that parses incoming (XML) messages. If the parsing breaks

[jboss-user] [Beginners Corner] - Re: why Session would close under stress test?

2008-09-23 Thread gan.gary
OMG, it's becase the queue is so long until it over the transaction timeout View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178293#4178293 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4178293

[jboss-user] [JBoss jBPM] - Re: Null Pointer stack trace when opening a processdefinitio

2008-09-23 Thread [EMAIL PROTECTED]
I'll take a look at this today. Maybe I introduced a regression :-( View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178301#4178301 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4178301

[jboss-user] [JBoss jBPM] - Re: speed up GetProcessInstancesCommand

2008-09-23 Thread jbarrez
Try to see the SQL output (hibernate config option) and check where it is slow. The query should be fast since it is only one DB table...perhaps you'll need to create some indices View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178304#4178304 Reply to the

[jboss-user] [JBoss Portal] - HttpServletRequest from portlet

2008-09-23 Thread Vishal Student 123
Hi, I'm trying to get the HttpServletRequest from inside a portlet. I need to write to the request parmeter values so that they can be read by a filter. How can this be done ? Thanks in advanced. Vishal View the original post :

[jboss-user] [EJB 3.0] - Re: EJB3 MDB: Annotations for instancePool?

2008-09-23 Thread tharter
Just FYI, it should actually be: @ActivationConfigProperty(propertyName = maxSessions, propertyValue = 1) (that is, maxSessions not maxSession) I confirm this works for me on 4.2.2.GA using the 5.0.0 version of the ActiveMQ resource adapter. View the original post :

[jboss-user] [JBoss Messaging] - Re: DLQ override depends on the queues definition order.

2008-09-23 Thread timfox
If you want to make sure one service gets started before another using standard JBoss MBean config, you just need to add a View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178320#4178320 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: Need help in naming the datasource files?

2008-09-23 Thread muddu_shafi
Please help me.It's urgent View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178322#4178322 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4178322 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - RMI behind a firewall

2008-09-23 Thread FrankTheTank
Hello all. I am having problems getting RMI to run with an activated windows xp firewall. I am working with jboss 4.2.2 I partially followed the 'UsingJBossBehindAFirewall' guide and have opened up the ports as listed and it partially works, at least my clients can connect to the 1098 port.

[jboss-user] [Security JAAS/JBoss] - Re: Authentification problems in Jboss 5

2008-09-23 Thread tgueze
Nobody have a clue? The EJB Context should be refresh between two calls, right? The user admin is the first caller of my EJB (so creating the instances) and I get him as principal name even after logout and login of another user. Are they any configuration in Jboss concerning this point?

[jboss-user] [EJB/JBoss] - Re: Need help in naming the datasource files?

2008-09-23 Thread jaikiran
muddu_shafi wrote : Please help me, I am a newbie….. | | I have a class which is looking for JNDI in Jboss, I have deployed the jar file for this project in Jboss deploy directory. | Can any one explain me, where should I place my datasource xml file, i.e should I place it in

[jboss-user] [JBossWS] - Re: Jbossws Sample build failed

2008-09-23 Thread zaiwengong
Any one help me? Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178345#4178345 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4178345 ___ jboss-user mailing list

[jboss-user] [JBoss Messaging] - Re: JMS HA/Clustering without shared DB

2008-09-23 Thread testrot
timfox wrote : | | A polite word of advice. Don't be too pushy in demanding free advice in a forum in which you're new. | | It's only likely to get people's backs up and make it more unlikely they'll actually want to give you the advice you want. | | Remember, we offer advice in

[jboss-user] [JBoss Messaging] - Re: JMS HA/Clustering without shared DB

2008-09-23 Thread timfox
testrot wrote : | Thanks for your answer. That's the information I needed. | May I politely ask when you plan to release a production ready version of JBM 2.0? | We're aiming for Q1 2009. :) View the original post :

[jboss-user] [JBoss jBPM] - Re: speed up GetProcessInstancesCommand

2008-09-23 Thread kukeltje
besides that... when do you want that many processinstances returned? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178356#4178356 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4178356

[jboss-user] [JBoss jBPM] - Re: Jbpm webapp as a portlet

2008-09-23 Thread vtysh
You can use portlet context to retrieve portal user login and then use it for task retrieval | facesContext.getExternalContext().getRemoteUser() | or | portletRequest.getRemoteUser() | View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178357#4178357

[jboss-user] [JBossWS] - Re: Jbossws Sample build failed

2008-09-23 Thread [EMAIL PROTECTED]
AFAIK jbossws-1.2.1.GA isn't supported on JBoss 4.0.5.GA. Here's the link of supported AS versions: http://jbossws.jboss.org/mediawi/index.php?title=Supported_Target_Containers View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178358#4178358 Reply to the post :

[jboss-user] [JBossWS] - Porting Weblogic 8.x web services to JBoss 4.2.3

2008-09-23 Thread asos
I'd like to know if anyone has had to port Weblogic web services over to a JBoss environment? The web services I'm dealing with appear to be a specific Weblogic implementation. The source modules have a .jws extension and contain annotations through out. Is there a utility that can be used

[jboss-user] [JBoss Portal] - Re: HttpServletRequest from portlet

2008-09-23 Thread [EMAIL PROTECTED]
Please see http://blog.jboss-portal.org/2008/08/how-to-monitor-portal-session-data-and.html. You would have to write a filter or interceptor to do this. I I think portal spec does not allow to manipulate HttpRequest/HttpSession etc object from a portlet. View the original post :

[jboss-user] Considered UNSOLICITED BULK EMAIL, apparently from you

2008-09-23 Thread Content-filter at localhost
A message from jboss-user@lists.jboss.org to: - [EMAIL PROTECTED] was considered unsolicited bulk e-mail (UBE). Our internal reference code for your message is 02103-08/JaDUNRu5FmYt The message carried your return address, so it was either a genuine mail from you, or a sender address was faked

[jboss-user] [JBoss Portal] - Re: JSF Session beans shared between two different user sess

2008-09-23 Thread wesleyhales
Why 1.1? Are you using http://www.jboss.org/portletbridge/? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178367#4178367 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4178367 ___

[jboss-user] [Microcontainer] - Re: Blog post about deployers

2008-09-23 Thread [EMAIL PROTECTED]
PHILOSOPHY I'd say you mostly got it correct Bob. The part you are missing is actually the most important part. The Deployers create components, i.e. metadata for MBeans and POJOs (or other component models). They don't directly create anything, deployers are about MetaData processing. Instead

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6.4 on JBoss 5 HEAD

2008-09-23 Thread ronak2121
What about JBoss Portal 2.7.0RC1 on JBoss 5?? Is that supported yet? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178374#4178374 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4178374

[jboss-user] [Microcontainer] - Re: Blog post about deployers

2008-09-23 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote : | 1) META-INF/jboss-classloading.xml (PARSE STAGE) | It can also come from | loader-repository/ | configurations for backwards compability with jboss-3/4.x View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178375#4178375

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6.4 on JBoss 5 HEAD

2008-09-23 Thread [EMAIL PROTECTED]
Only GA and SP releases are officially supported. We are in the process of making Portal 2.7 compatible with JBoss 5. It's still a WIP and will let the community know when it's done. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178376#4178376 Reply to the

[jboss-user] [JBoss AOP] - Re: Not quite getting it (aka noclassdeffound)

2008-09-23 Thread Schmoohaa
Hello, I am having the same issue you guys talk about. Any solution? Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178377#4178377 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4178377

[jboss-user] [JBoss Messaging] - Migrate from JBossMQ over HTTPs to JBoss-Messaging

2008-09-23 Thread greyfairer
Hi all, We have a JBossMQ setup in production with one central server, 150 relay servers, and 10.000 clients. The relay servers connect to the central server using JMS over HTTPs, using an JNDI lookup over HTTPS with these properties:

[jboss-user] [JBoss jBPM] - Re: speed up GetProcessInstancesCommand

2008-09-23 Thread AJanz
good question. of course never. can i restrict getprocessinstances? is there a max count? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178380#4178380 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4178380

[jboss-user] [JBoss jBPM] - end process instance , action handler executed?

2008-09-23 Thread AJanz
when i end a processinstance , are actionhandlers fired defined in end node? if yes, how can i cancel a processinstance? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178381#4178381 Reply to the post :

[jboss-user] [JBoss Portal] - Re: JSF Session beans shared between two different user sess

2008-09-23 Thread manick_r
Thanks for your response. I managed to sort out the issue. The issue is not with the portal and because of some internal application logic when the session times out. I am not using portlet bridge. The reason why JSF 1.1 is because of the conflict in some commons library (in MYFaces)and the

[jboss-user] [JBoss AOP] - Re: What is current status of maven plugin for jboss aop ver

2008-09-23 Thread [EMAIL PROTECTED]
hi (been on leave for a while and didnt see your post, sorry). the maven plugin is alive and kicking, but only for aop 2.0. currently it uses CR8, but it will be updated to use the latest CR version of aop shortly. the reason for the SNAPSHOT tag is just that we didnt want to put out a 1.0

[jboss-user] [JBoss Portal] - Re: JSF Session beans shared between two different user sess

2008-09-23 Thread manick_r
Please let me know if there is a help guide available for getting the JSF 1.2 working with 2.6.3(JBoss Portal) and 4.2.2 GA(JBoss App Server) Thanks in advance. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178384#4178384 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - When is JBC 3.0 GA coming ?

2008-09-23 Thread cacheuser
I heard JBC 3.0 GA will be out in Sept, 08. Is it still likely that it will be released this month ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178386#4178386 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4178386

[jboss-user] [JBossWS] - Re: Username Token Profile URIs in SOAP header not compatibl

2008-09-23 Thread [EMAIL PROTECTED]
This issue is fixed on trunk now. It would be great if you could build from sources and give it a try and see if you can correctly talk with the .NET impl now. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178388#4178388 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Messages don't appear to cluster properly

2008-09-23 Thread kenwdelong
And that link would be here. http://wiki.jboss.org/wiki/JBMCluster Thanks for the help. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178390#4178390 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4178390

[jboss-user] [JBoss AOP] - Re: Not quite getting it (aka noclassdeffound)

2008-09-23 Thread [EMAIL PROTECTED]
The answer is in our documentation. You will find a session on how to install JBoss AOP correctly in AS on the Reference Manual. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178391#4178391 Reply to the post :

[jboss-user] [Management, JMX/JBoss] - How t omonitor the database connections from JMX

2008-09-23 Thread b_narendra81
Hi, Please provide some help on how can i monitor the connection details from the server to database. My goal is to monitor the database connection pooling. Is there any way, help in this regard is highly appreciable. thanks, Naren View the original post :

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

2008-09-23 Thread abendt
thanks a lot! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178408#4178408 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4178408 ___ jboss-user mailing list

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

2008-09-23 Thread dd_la_frime
abendt wrote : thanks a lot! | your welcome. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178409#4178409 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4178409 ___ jboss-user

[jboss-user] [JBoss Messaging] - how to define a destination with MDB annotations only ?

2008-09-23 Thread longbeach
Hi, In the case of a message-driven bean, is it possible to define a destination (topic or queue) using annotations only (@activationConfig ...) ? Instead of adding another MBean in the destinations-service.xml file. If yes, what is the exact attributes and values to specify ? Thanks for

[jboss-user] [EJB 3.0] - Re: how to define a destination with MDB annotations only ?

2008-09-23 Thread [EMAIL PROTECTED]
Maybe this is a good example for you: https://svn.jboss.org/repos/jbossas/projects/ejb3/trunk/testsuite/src/test/java/org/jboss/ejb3/test/mdbtopic/TopicTestMDB.java View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178411#4178411 Reply to the post :

[jboss-user] [EJB 3.0] - Re: how to define a destination with MDB annotations only ?

2008-09-23 Thread [EMAIL PROTECTED]
or the anonymous URL: http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/trunk/testsuite/src/test/java/org/jboss/ejb3/test/mdbtopic/TopicTestMDB.java View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178412#4178412 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Xdoclet with JbossTools and Eclipse 3.4

2008-09-23 Thread [EMAIL PROTECTED]
xdoclet home preferences is provided by Eclipse WTP not JBoss Tools. (it was in jbosside but were deprecated because of the overlapping Eclipse WTP support) What xdoclet option is it you are looking for exactly ? View the original post :

[jboss-user] [JBoss jBPM] - general error log

2008-09-23 Thread AJanz
is there a general error log ? suppose a process definition is deployed with errors, may be a cycle or a node with no transition. is there a place where these errors are logged? or suppose a action handler which is involved in the buisness process which throws an error during execution. where

[jboss-user] [JBoss jBPM] - Constraint Violation

2008-09-23 Thread madorb
I'm trying to develop a simple example using jBPM and Spring. I keep getting Constraint Violations when inserting into the database - i've got the following configuration: jbpm.cfg: | jbpm-context | service name=persistence | factory | bean

[jboss-user] [JBoss Messaging] - Topic Statistics

2008-09-23 Thread javabuddha
We are using JBossMQ and want to migrate to JBoss Messaging (JBoss AS 5.0 CR1). The issue we are having is that in JBoss MQ the Topic has a MessageStatistics attribute. In JBoss Messaging this attribute is not there. It is there for Queues but not Topics. We are using durable topics and want to

[jboss-user] [EJB/JBoss] - Re: Stateless Session Bean pool MaximumSize with strictMaxim

2008-09-23 Thread shreyasshinde
For EJB 3.0 you can edit the ejb3-interceptors-aop.xml file under /jboss_home/server/all/deploy directory. Edit the element for Stateless Bean with something like this @org.jboss.annotation.ejb.PoolClass (value=org.jboss.ejb3.StrictMaxPool.class, maxSize=1, timeout=1) I

[jboss-user] [EJB 3.0] - Re: Changing EJB 3.0 container pool size

2008-09-23 Thread shreyasshinde
Okay got it! You need to edit the ejb3-interceptors-aop.xml file. Specifically, edit the Stateless Bean element to point to @org.jboss.annotation.ejb.PoolClass (value=org.jboss.ejb3.StrictMaxlPool.class, maxSize=10, timeout=1) Thanks, Shreyas View the original post :

[jboss-user] [EJB 3.0] - Removal of Stateless Session Beans

2008-09-23 Thread shreyasshinde
When does the EJB container decide to evict (destroys them) the Stateless sessions beans from the pool? Is this decision based on how long the beans have been sitting in the pool or the memory consumption? If yes, can you configure any of these parameters? Thanks, Shreyas JBoss AS 4.2.2.

  1   2   >