[jboss-user] [JBossWS] - Re: How to maintain session management with web services

2008-02-21 Thread [EMAIL PROTECTED]
Service service = Service.create(wsdlURL, serviceName); YourServiceIface proxy = (YourServiceIface)service.getPort(YourServiceIface.class); ((BindingProvider)proxy).getRequestContext().put(BindingProvider.SESSION_MAINTAIN_PROPERTY, true); View the original post : http://www.jboss.com/index.htm

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - hibernate: MS-SQL Server and UTF-8

2008-02-21 Thread mars1412
How can I tell MS-SQL Server to create columns as nvarchar() instead of varchar()? in MS-SQL Server the varchar() columnd do not support UTF-8 characters! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131294#4131294 Reply to the post : http://www.jboss.co

[jboss-user] [Beginners Corner] - Re: Jboss Startup Error

2008-02-21 Thread jaikiran
anonymous wrote : C:\jboss\bin>run.bat -Dlog4j.configuration=log4j-debug.properties Tried this on my local 3.2.3 setup with JDK1.5. Saw the same errors as you. This seems to be happening when you pass the -Dlog4j.configuration=log4j-debug.properties to the run.bat. I then changed the JDK to

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

2008-02-21 Thread cat4hire
Just to make it more clear: I've got a special class loader that is going to subclass a class that it must load to add specific behaviours, one of such behaviour should be an annotation. That is why I'm searching to do them thru Javassist. Any suggestion? View the original post : http://www.jb

[jboss-user] [JBoss jBPM] - Re: signal() or leaveNode() ??

2008-02-21 Thread francis1970
thank you for your kind reply. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131289#4131289 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4131289 ___ jboss-user mailing list

[jboss-user] [JBoss Tools (users)] - Re: MyEclipse cannot install JBoss Tools

2008-02-21 Thread [EMAIL PROTECTED]
I don't even care about project creation! :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131288#4131288 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4131288 ___ jboss-use

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Using GET Method

2008-02-21 Thread sirishakr
Hi All, I am using JBOSS4.2.2.GA version for running my servlet. I am having an issue when using GET method. the servlet url i am using as http://192.168.0.36:8080/WIRELESS/Login?security=1&phoneNum=408444&pin=1234&countryName=USA&carrierName=Verizon Wireless&min=1234. The url contains space

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Error when deploying

2008-02-21 Thread jaikiran
Are you starting the server from the console or from an IDE like Eclipse? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131280#4131280 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4131280 _

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Error when deploying

2008-02-21 Thread jaikiran
Did you do any changes to the JBoss installation? Also are you sure that the JBoss version that you downloaded was clean and was not corrupt? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131279#4131279 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [EJB/JBoss] - Re: System.getProperty(

2008-02-21 Thread jaikiran
Also, when you start JBoss, what does the initial few lines in the logs show. On my local setup, i see this: === | | JBoss Bootstrap Environment | | JBOSS_HOME: D:\jboss-4.0.5.GA\bin\\.. | | JAVA: c:\

[jboss-user] [JBoss Getting Started Documentation] - presonalisation of page by a user

2008-02-21 Thread kunal aashri
could anyone tell me how to activate personalisation of the page by any user tell me how can i do the above View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131277#4131277 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=41

[jboss-user] [JBoss Tools (users)] - Re: MyEclipse cannot install JBoss Tools

2008-02-21 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : Unfortunately, the seam plugins currently depend on the JBoss AS Tools. The specific portion the seam plugins depend on is the ability to deploy a single file using WTP API's (standard APIs). | | The problem here is that the ability to turn a single file into a "m

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Install issue:Using different port to 8080 from jboss 4.

2008-02-21 Thread jaikiran
"JGF1" wrote : | In case anyone needs to track down TCPView, the URL in article you pointed me to is slightly out of date. | It now resides at: | http://technet.microsoft.com/en-gb/sysinternals/bb897437.aspx | Thanks for pointing this out. The wiki http://wiki.jboss.org/wiki/Wiki.jsp?p

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Error when deploying

2008-02-21 Thread b7518
Hi, I'm new in JAVA. Can anyone help to solve below errors? Thanks. 12:35:12,795 INFO [Server] Starting JBoss (MX MicroKernel)... 12:35:12,795 INFO [Server] Release ID: JBoss [Zion] 4.0.3SP1 (build: CVSTag=JBoss_4_0_3_SP1 date=200510231054) 12:35:12,795 INFO [Server] Home Dir: C:\jboss4 12:35

[jboss-user] [EJB/JBoss] - Re: System.getProperty(

2008-02-21 Thread jaikiran
anonymous wrote : | System.getProperty("jboss.server.home.dir") | | Should this not produce the home directory of JBoss "out-of-the-box", or do I need to perform some sort of manual initialization for this setting (ie - look into a file, pull a manually set config value for the dir, then

[jboss-user] [JCA/JBoss] - Re: Can

2008-02-21 Thread jaikiran
anonymous wrote : My question is if there is any way I can count how many times this exception is thrown inside my J2EE application? Why would you want to know "how many times" this exception was thrown? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=413127

[jboss-user] [JBoss Tools (users)] - Re: MyEclipse cannot install JBoss Tools

2008-02-21 Thread [EMAIL PROTECTED]
Unfortunately, the seam plugins currently depend on the JBoss AS Tools. The specific portion the seam plugins depend on is the ability to deploy a single file using WTP API's (standard APIs). The problem here is that the ability to turn a single file into a "module" and publish it upon project

[jboss-user] [Security & JAAS/JBoss] - Re: Using database for authorization ONLY?

2008-02-21 Thread tresspicher
Thanks, that was very useful and exactly what I was looking for. Unfortunately, if I remove the Roles parameters from the LdapExtLoginModule configuration, the login fails. Is there any straightforward way to use LdapExtLoginModule for only the authentication portion of the login and to delegate

[jboss-user] [JBoss Tools (users)] - MyEclipse cannot install JBoss Tools

2008-02-21 Thread [EMAIL PROTECTED]
I get this error: JBossAS Tools (1.0.0.GA) requires plug-in "org.eclipse.wst.server.ui.doc.user". I try not to include the AS tools (as the MyEclipse ones seem ok) and I get: SeamTools Feature (2.0.0.GA) requires feature "org.jboss.ide.eclipse.as.feature". It would be nice to evaluate this

[jboss-user] [JBossCache] - JBoss cache + Mobicents. I cant start the cache

2008-02-21 Thread cmaluend
Hi, I am newbie in JBoss Cache and I'm trying to use JBoss Cache and Mobicents. I have this problem, and I haven't solve yet | 2008-02-22 16:51:00,355 ERROR [STDERR] java.lang.NoClassDefFoundError: Could not initialize class org.jboss.aop.instrument.MethodExecutionTransformer | 2008-02-22 1

[jboss-user] [Beginners Corner] - Jboss Startup Error

2008-02-21 Thread champak
Hi... Im getting the following error while starting up jboss. I checked the previous posts in the forum..Couldn find a matching reply.. Thanks in advance C:\jboss\bin>run.bat -Dlog4j.configuration=log4j-debug.properties

[jboss-user] [JBoss Portal] - Re: Localization bug in 2.6.x?

2008-02-21 Thread jvence
That solved it. Thank you for looking into this and solving the issue. You guys have done a tremendous job providing a great product. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131260#4131260 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss jBPM] - new rows inserted into jbpm tables every time jboss is start

2008-02-21 Thread bloreguy
Hi, I am a beginner to jbpm and see this issue everytime the jboss server is started. Please note that I do not have create-drop or create entry on startup in my hibernate.cfg.xml The following tables are inserted with new entries every time, with the old entries retained. So after some time,

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

2008-02-21 Thread sams
Actually its not the prefetch setting that is causing this. Today I set the prefetch back to 150 and the behavior is still the same, the MDB will pull messages from its local queue and when it runs out, the local queue will pull more messages from another node's local queue that is currently bu

[jboss-user] [JBossCache] - Re: LRU Eviction Policy is clearing the entire cache after M

2008-02-21 Thread genman
See this: | http://labs.jboss.com/file-access/default/members/jbosscache/freezone/docs/2.1.0.CR1/userguide_en/html/eviction_policies.html#d0e3423 | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131253#4131253 Reply to the post : http://www.jboss.com/i

[jboss-user] [JBossWS] - Re: Installing jbossws on Mac OS X fails due to missing tool

2008-02-21 Thread PeterJ
Do you have JAVA_HOME set to a JDK? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131252#4131252 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4131252 ___ jboss-user mailing

[jboss-user] [JBossWS] - Installing jbossws on Mac OS X fails due to missing tools.ja

2008-02-21 Thread heapifyman
Hello. I tried running the ant script for installing jbossws 2.0.3 into a jboss 4.0.5 following the installation instructions but the installation failed because it couldn't locate the tools.jar in the jdk. Could someone give me a hint on how I can install jbossws under Mac OS X? Thanks in adva

[jboss-user] [Management, JMX/JBoss] - trnsfering a file from my system to remote JBoss server

2008-02-21 Thread viswanadhvk
Hi All, I am trying to deploy an application from 1 system to remote JBoss server , I am planning to do this with JMX . Just want to know , when we deploy the "ear" or "war" in ALL\farm (when any 2 physical systems are in cluster ), then the file would go automatically to another machine's AL

[jboss-user] [JBossCache] - Re: LRU Eviction Policy is clearing the entire cache after M

2008-02-21 Thread fatefree
Unfortunately I dont think that is an option for us, since every element of the cache has a dynamic key and value, and I'm not sure it would be efficient to search every node every time we needed to pull from cache. I guess another alternative is to put an object containing the value and timeou

[jboss-user] [Management, JMX/JBoss] - Re: File Transfer using MBeans

2008-02-21 Thread viswanadhvk
Did you happend to do any thing in your work. Since I have the same problem. But want to know how to do that. If you have any idea , or code , please try to share, that would be a great help to me. Thanks! VVk View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=41

[jboss-user] [JBoss Portal] - Custom CMS Portlet with links

2008-02-21 Thread babsmk
I need to create a custom CMS portlet which will have links to a set of CMS files in a pre-defined CMS folder in JBoss Portal CMS repository. I will need to choose the CMS files to be displayed on portlet, based on whether the content is approved and as per user permissions. Also, once the link

[jboss-user] [JBoss Portal] - Dashboard 403 Error

2008-02-21 Thread dvanwest
Running portal 2.6.3. We setup a portlet to only allow view access to a group via the Admin Management Portlet. Works fine on regular pages, whose in the group see the portlet, those not in the group don't. On dashboard pages, which contain this portlet, a 403 error is generated for those f

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

2008-02-21 Thread stalep
hi, i just created a small example you can download here: http://wiki.jboss.org/wiki/attach?page=JBossAOPMavenPlugin%2Fmaven-jbossaop-example.tar.gz its very basic, but it has two modules and the second module use a interceptor defined in the first one. the poms are a bit different, but see the wi

[jboss-user] [JBoss Portal] - Re: JbossPortal and ldap

2008-02-21 Thread kahotep
Sorry to post again... I just want to share the error that is thrown when attempting to add a user. 17:46:00,857 ERROR [IdentityUserManagementServiceImpl] Error when creating user | java.lang.UnsupportedOperationException: User management is not supported in this implementation of UserModule

[jboss-user] [JBoss Portal] - Re: JbossPortal and ldap

2008-02-21 Thread kahotep
OK, I updated the spot I mentioned earlier and another spot, to no avail... I corrected as follows: # The userPassword by default can be changed | # by the entry owning it if they are authenticated. | # Others should not be able to see it, except the | # admin entry below | # These access

[jboss-user] [JBoss Portal] - Re: JbossPortal and ldap

2008-02-21 Thread kahotep
Looking back again, I notice that there are some entries on my slapd.conf which, if JBoss does in fact allow changes, may be causing the problems. Perhaps the problem is here: # The userPassword by default can be changed | # by the entry owning it if they are authenticated. | # Others should

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: [PortletAppDeployment] Failed to create instance - Pleas

2008-02-21 Thread PeterJ
Based on this error text: You have more than one version of 'org.apache.commons.logging.Log' visible, which is not allowed I would guess that you packaged the commons logging jar with your portlet, remove it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=41

[jboss-user] [EJB/JBoss] - System.getProperty(

2008-02-21 Thread gordonh
I am an experience object-oriented programmer, but havent done alot with JBoss. I am working on a Java app hosting in JBoss right now that I am having an issue getting certain environment variables. Consider this line of code: System.getProperty("jboss.server.home.dir") Should this not produc

[jboss-user] [JCA/JBoss] - Can "NestedSQLException" be counted in the J2EE application?

2008-02-21 Thread vola
Hi everyone, I am using JBoss AS 4.0.5 + MySQL. And I am trying to test the perfomance of my J2EE application under very high workload. Sometimes the standard console will printout: "org.jboss.util.NestedSQLException: No ManagedConnections available within configured blocking timeout ( 3 [

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Classloading issue confirmation needed

2008-02-21 Thread lucdew
Hi, in a library within a JBoss ESB archive or SAR archive, the following code is performed to find annotated classes: | ClassLoader cl = Thread.currentThread().getContextClassLoader(); | URL[] urls = cl.getURLs(); | The problem is that the urls array returned is always empty. I was ex

[jboss-user] [Messaging, JMS & JBossMQ] - Re: MDBs don't work after jms recovery

2008-02-21 Thread rbattu
Was this feature ever added? Thanks Ravi. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131229#4131229 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4131229 ___ jboss-user m

[jboss-user] [JBossCache] - Annotated50 example not running on Solaris?

2008-02-21 Thread [EMAIL PROTECTED]
Hi, When running the JBC 2.0.0.GA 'annotated50' example on a Solaris 2.8 system with JDK 1.5, I get the following output: run.loadtime.example: [java] GMS: address is 127.0.0.1:48848 [java] GMS: address is 127.0.0.1:48849 and then the app just sits there. Running netstat show

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

2008-02-21 Thread [EMAIL PROTECTED]
Maybe it should indeed made clearer in the tutorial that the descriptors are optional. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131226#4131226 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4131226 ___

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

2008-02-21 Thread nilsga
I was following the tutorials in the reference guide: http://docs.jboss.com/jbportal/v2.6.4/referenceGuide/html/tutorials.html#d0e2127 The chapter you pointed was pretty clear, so thanks for pointing that out. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=413

[jboss-user] [JBoss Portal] - Re: JbossPortal and ldap

2008-02-21 Thread kahotep
I was able to get everything but add/remove users to work. I don't think add/remove LDAP users/roles is supported in JBoss Portal yet, so this will have to be done in another way besides the user administration module currently in use (please correct me if I am wrong). I learned this after rea

[jboss-user] [Clustering/JBoss] - Re: error with org.jgroups.protocols.pbcast.NAKACK

2008-02-21 Thread [EMAIL PROTECTED]
Ignore it. This was a spurious retransmission request for message #141323, which probably crossed the delivery of the message. I assume your system continued to function correctly right ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131222#4131222 Reply t

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

2008-02-21 Thread murthy64
hopefully someone will tell me where to download tomcat6-service.jar if i give my reasons: a)tomcat 5.5.26 has clustering which to me means the session is shared among a cluster of tomcat servers b)i cannot move past Jboss 4.0.2 because of JSF reasons; basically my JSF app doesn't scale with sub

[jboss-user] [JBoss Portal] - Re: Localization bug in 2.6.x?

2008-02-21 Thread [EMAIL PROTECTED]
Can you try to add: | | | en | en | ar | fr | it | | ... | | In faces-config.xml of core-identity. My wild guess is that it has to do with the JSF nature of the application more th

[jboss-user] [JBoss Portal] - Re: Localization bug in 2.6.x?

2008-02-21 Thread [EMAIL PROTECTED]
Ok, i was finally able to reproduce. It works fine if you change the language on your profile (what i initially did). It seems to fail when selecting the language in firefox preferences View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131217#4131217 Reply to th

[jboss-user] [Installation, Configuration & DEPLOYMENT] - [PortletAppDeployment] Failed to create instance - Please ad

2008-02-21 Thread gudram
Hi all, I am getting the following error when I created a sample portlet application. I followed the spring mvc portlet framework on JBoss Portlet Server 2.6.3GA ,JDK1.5. Please let me know whats wrong with my code. | 14:52:38,098 ERROR [STDERR] org.jboss.portal.portlet.container.PortletIn

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

2008-02-21 Thread [EMAIL PROTECTED]
ive added a new version of the maven plugin in the snapshot repository and added a wiki page with the same info we have in the docs in svn. you can find the wiki here: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossAOPMavenPlugin please test it out and get back to us if you find any bugs or if the

[jboss-user] [Javassist user questions] - Re: Duplicate a method

2008-02-21 Thread gkorland
Yes, thanks I found it myself few days ago, do you think there's a way to make it happen anyway? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131210#4131210 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4131210 _

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: how to add custom properties to xml?

2008-02-21 Thread PeterJ
The *-ds.xml file is used as a template to generate several (3-6, if I recall correctly) MBeans. Once the MBeans are generated, the *-ds.xml file is ignored. Apps get at the data source by looking up the name (jdbc/LEDataSource in your example) in JNDI which yields one of the MBeans. For web ap

[jboss-user] [JBossCache] - Re: LRU Eviction Policy is clearing the entire cache after M

2008-02-21 Thread mircea.markus
It is limited at a node level. What can be done, though is to put one key/value in each node. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131202#4131202 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4131202

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - How to stop JBoss from connecting to database on application

2008-02-21 Thread lent
Hello, We are using EJB3 and we are finding that on application (EAR) deployment, a connection is obtained from the database even though it is unused. We can understand that if hibernate auto ddl creation/update is specified then the connection would be used to do the ddl creation but we have

[jboss-user] [Installation, Configuration & DEPLOYMENT] - how to add custom properties to xml?

2008-02-21 Thread shawnsmsu
We're currently using a standard configuration file to allow users to choose their datasource and whatnot when running JBoss 4.0.5. Obviously, the properties in this file get passed into the web application but I cannot find how. I'd like to add a custom property to the xml file that will be

[jboss-user] [JBoss Portal] - Re: Personalization Features in 2.4?

2008-02-21 Thread ryousure2000
Did you able to implement your requirement. I have similar reuirement , we want user to select content from predefined list. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131194#4131194 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Portal] - Re: Localization bug in 2.6.x?

2008-02-21 Thread [EMAIL PROTECTED]
I tried again, the exact same scenario you mention here, it's just working fine without any extra configuration. The identity portlets tabs are using Identity_ar.properties as expected. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131192#4131192 Reply to th

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Install issue:Using different port to 8080 from jboss 4.

2008-02-21 Thread JGF1
Many thanks for solving my JBoss install issues. TCPView utility tracked down Java process using ports. So I have now gone into Services and made SunJavaSystemAppserver9PE start manually. This way I can start JBoss without the conflicts and it resolves everything satisfactorily for my needs, since

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

2008-02-21 Thread kukeltje
Good catch Martin so there was something 'strange' in the code, I just missed it... shame one me. A full client based assignment is (afaik) seldomly fount. In most of the situations the states (not to be confused with the state nodes) are either signalled by a human, or async after the exec

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Loading Context entered in server.xml file

2008-02-21 Thread ramboid
Is there a way to make tomcat load a context that I enter in the server.xml file? I added a Context entry into the server.xml file to make available an External Directory (as it is explained in the How To documentation) but I need to restart jboss before I can access the content in the external

[jboss-user] [JBossWS] - CSTA ECMA wsdl

2008-02-21 Thread chavali
Has anybody worked on CSTA ECMA wsdl? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131182#4131182 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4131182 ___ jboss-user maili

[jboss-user] [JBossWS] - How to maintain session management with web services

2008-02-21 Thread chavali
we have both webservices (synchronous request/responses and asynchronous events from legacy system). Synchronous requests are towards the legacy system and asynchronous events reported from the legacy system are reported to client invoked using asynchronous webservice request implemented in the

[jboss-user] [Security & JAAS/JBoss] - Tomcat 5.5 login module compatibility?

2008-02-21 Thread jptalberg
We are currently running JBoss AS 4.2.1 and having difficulty configuring the login-config.xml to use a login module that was written for tomcat 5.5. In particular, the authentication aspect seems to be working. It only lets valid usernames/passwords through as we expect from our login module.

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Issue with the JBoss HelloWorldIPC portlet

2008-02-21 Thread briandehaven
This is the portlet I threw together. There are many other pages and windows deployed. Only the PageLinkWindow and its parent are printed. Exceptions are thrown for every other node the code attempts to access, but they don't propogate into the portlet doView method. They are just printed to con

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Issue with the JBoss HelloWorldIPC portlet

2008-02-21 Thread briandehaven
I'm having the same issue. I made my own portlet to isolate it. All the portlet does is traverse portalNode.getParent() until it reaches the top, and then it tries to print out the entire tree structure. It only has access to the context/portal/page/window that the starting portlet belongs in. T

[jboss-user] [JBoss jBPM] - Process Logging Not Happening Correctly

2008-02-21 Thread CBax007
I have a small issue that I was wondering if anyone could help with. I find that when I use the RemoteCommandService to interact with JBPM, not much (if anything at all) gets logged to the JBPM_LOG table. Here's the basic sequence that I'm doing. I start of with a StartProcessInstanceCommand t

[jboss-user] [JCA/JBoss] - How to create socket connection to legacy sytem instead of J

2008-02-21 Thread chavali
We have a requirement to connect to legacy system socket port for each client from web service skeleton and maintain the connection thoughout the client session. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131172#4131172 Reply to the post : http://www.jb

[jboss-user] [Clustering/JBoss] - error with org.jgroups.protocols.pbcast.NAKACK

2008-02-21 Thread simvtran
jboss4.2.2GA jdk1.5.0_14 I was able to cluster two instance by using the all directory and everything works accordingly. However, I have been trying to search online for the following error message: 2008-02-21 09:43:28,600 ERROR [org.jgroups.protocols.pbcast.NAKACK] (requester=:38638, local_ad

[jboss-user] [JBossWS] - SubClasses not included into WSDL

2008-02-21 Thread arvi
Hi all, The WSDL file generated using java classes does not include the sub classes for an abstract class. This is the actual case. 1) The service class is abstract, which is extended many other classes. 2) The serviceProfile class has a Collection of service class. The WSDL includes on

[jboss-user] [EJB 3.0] - Method Overidding

2008-02-21 Thread mikeeprice
When I try to override a method in a subclass Entity I get the error message Repeated column in mapping for entity I can't find documentation on this. I imagine there is some annotation I am supposed to use for this. Thanks for any help. View the original post : http://www.jboss.com/index.htm

[jboss-user] [JBoss Portal] - Performance benchmarking?

2008-02-21 Thread ChuckMorrison
Is there any performance benchmarking data available for the portal? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131162#4131162 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4131162 __

[jboss-user] [JBoss AOP] - Re: Long startup time

2008-02-21 Thread [EMAIL PROTECTED]
Use the Include and Exclude attributes of the AspectManagerService. If something matches the Exclude filter, it will not be woven unless it also matches something in the Include filter. "*" will be supported as a value for Exclude in the next AOP 2.0.0 release View the original post : http://

[jboss-user] [JBoss Portal] - Re: Localization bug in 2.6.x?

2008-02-21 Thread jvence
I have spent hours trying to figure this out and there really seem to be a problem. Is there a guide somewhere? If you have 5 minutes, look at http://jira.jboss.com/jira/browse/JBPORTAL-1895 and try to reproduce it. You will see that something is wrong. It's very simple to reproduce: 1. Add

[jboss-user] [JBossCache] - Re: Viewing replication activity

2008-02-21 Thread [EMAIL PROTECTED]
You'll need to expose the org.jgroups and org.jboss.cache categories at the TRACE level. Be aware though that this generates tons of logging data ! You could also enable the Management interceptor in JBossCache, which shows stats about JBossCache. View the original post : http://www.jboss.com/i

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

2008-02-21 Thread pojomonkey
"mputz" wrote : I've found a (rejected) feature request to prevent the root token from being signaled on a fork node: http://jira.jboss.com/jira/browse/JBPM-642 That seems to be exactly what I've found. So if this behaviour is 'normal', how is it possibly to use jBPM as the execution engine in

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - How can I control infinite requests?

2008-02-21 Thread bunkenburg
What happens if the programmer writes an infinite request? What if we have a servlet that may take a very long or infinite time to complete? Does that mean that every time some one sends a request to that servlet, one of the threads goes away to execute the servlet and never comes back? Is the

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

2008-02-21 Thread [EMAIL PROTECTED]
Could you point out exactly which chapter you are referring to? http://docs.jboss.com/jbportal/v2.6.4/referenceGuide/html/xmldescriptors.html#descriptors_portlet is pretty explicit on the fact that these descriptors are optional... View the original post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss Portal] - Re: Portlet load time

2008-02-21 Thread swisst
You don't want to put the start code in init, that only happens when the portlet is loaded in the container. We are using Spring, so our mechanism is a little different, but you would want to put timing code is a base portlet...time the action phase (which may not be executed), pass the action

[jboss-user] [JBoss Portal] - Re: Portlet load time

2008-02-21 Thread [EMAIL PROTECTED]
There is no out of the box way to see this time but I don't think this would be hard to get given that portlet lifecycle is fairly straight forward. Time difference between init call and towards the end of render call should do the job. View the original post : http://www.jboss.com/index.html?

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Migrate existing Tomcat-application - using session together

2008-02-21 Thread tomka
Hello. we want to migrate our existing tomcat bases web application to a JBoss architecture. In the first step of the migration process we want to use both systems together: new parts of the application should be integrated with JBoss, existing parts should be used from the old application. I

[jboss-user] [JBoss Portal] - Portlet load time

2008-02-21 Thread ChuckMorrison
Is there a way to view portlet load time? Can it be significant in portals? Looked in log file, but couldn't find the load time. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131142#4131142 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBossCache] - Viewing replication activity

2008-02-21 Thread a045103
Greetings, I am working with JBoss Cache as a second level hibernate cache, where Hibernate is used via Spring DAO support. By virtue of Hibernate logging I can tell the cache is working as expected, and that data is being replicated. However, I have not been able to figure out the right log

[jboss-user] [JBossCache] - Re: LRU Eviction Policy is clearing the entire cache after M

2008-02-21 Thread fatefree
I believe I initially got the definition of a Node incorrect. I had thought that a Node was a cache Element, but instead I learned that its a Map of cache Elements. What I am looking for is an eviction policy that expires individual elements in the cache, rather than the entire node. Does JBoss

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

2008-02-21 Thread pojomonkey
"mputz" wrote : IMO, you shouldn't signal the root token once it has arrived in the fork: | | | | Token root = processInstance.getRootToken(); | | // root token is already on the fork, signal children instead | | // root.signal(); | | OK,

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

2008-02-21 Thread PeterJ
And the tool you used to create the jar? Could you post the jar file contents? Enter: jar -tf xxx.jar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131137#4131137 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4131137

[jboss-user] [Messaging, JMS & JBossMQ] - Problem deploying MDB

2008-02-21 Thread cristi_cioriia
Hi, I have tried to create a MDB to consume some messages posted to a message queue. The MDB looks like that: | @MessageDriven(activationConfig = [EMAIL PROTECTED](propertyName= "destinationType", propertyValue="javax.jms.Queue")}) | public class AlertEmailSender implements MessageListener

[jboss-user] [EJB 3.0] - Re: EJB3 an JBoss client java.io.InvalidClassException

2008-02-21 Thread ALRubinger
Please see http://jira.jboss.com/jira/browse/EJBTHREE-1118. Check that the EJB3 Client JARs (or jbossall-client.jar) on your client classpath matches the release running on your server (ie. 4.2.1.GA). S, ALR View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=41

[jboss-user] [JBoss Portal] - JbossPortal and ldap

2008-02-21 Thread badock
Hello all, I use JBossPortal 2.6.3 with Openldap 2.23 for authentication. In a first time i used the ldif schema provided with the documentation : http://docs.huihoo.com/jboss/portal/2.6/reference-guide/html/ldap.html#d0e7333 and the ldap_identity-config.xml associated. Now i need to use a lda

[jboss-user] [JBoss AOP] - Re: Long startup time

2008-02-21 Thread avihaimar
I want to include all packages that start with com.company ... and exludes others. thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131125#4131125 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4131125 _

[jboss-user] [JBoss Portal] - Re: 2.6.4-GA (WSRP): Problem getting service description for

2008-02-21 Thread [EMAIL PROTECTED]
There is a blog on LDAP integration by Bolek at http://blog.jboss-portal.org/2007/10/jboss-portal-with-opensso-and-opends.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131124#4131124 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[jboss-user] [JBoss Portal] - Re: Localization bug in 2.6.x?

2008-02-21 Thread [EMAIL PROTECTED]
I don't think we provide pt_BR localization for some parts, the most translated parts are in french and Italian thanks to contributors. For pt_BR we have the previous UserPortlet which is translated partly, but that's about it. All the localization is the same mechanism for all languages. There

[jboss-user] [JBoss Portal] - Re: 2.6.4-GA (WSRP): Problem getting service description for

2008-02-21 Thread kahotep
"[EMAIL PROTECTED]" wrote : Did you find what the problem was? Hey Chris, I decided to put this one on the back burner for now. I don't think it will be necessary to demonstrate functionality of WSRP between Windows and Ubuntu. Originally, I tested the WSRP between the two machines merely as a

[jboss-user] [EJB 3.0] - EJB3 an JBoss client java.io.InvalidClassException

2008-02-21 Thread wilfried.deguil
Hello, I start to develop with EJB3. I'm using JBoss 4.2.1.GA. I deploy my Entity and Session Bean on the server. I verify that my session bean at loaded with the JMX console. Code of my Session Bean : @Stateful public class SiteDetailsManagerBean implements SiteDetailsManagerRemote { @Pe

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

2008-02-21 Thread oskar.carlstedt
Hi! In such cases you have to return the new "state" to the client in form av a returned object. So you cannot have this method as a void method. Cheers /Oskar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131113#4131113 Reply to the post : http://www.j

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

2008-02-21 Thread [EMAIL PROTECTED]
If this sort of thing happens, take several thread dumps and look for threads that aren't progressing. As with the MessageDispatcherThread here though, a thread that's "not progressing" because it's sitting in wait() is usually not an issue. Look for threads that aren't progressing while they

[jboss-user] [JBoss Portal] - Re: 2.6.4-GA (WSRP): Problem getting service description for

2008-02-21 Thread [EMAIL PROTECTED]
Did you find what the problem was? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131106#4131106 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4131106 ___ jboss-user mailing l

[jboss-user] [JBossCache] - Re: LRU Eviction Policy is clearing the entire cache after M

2008-02-21 Thread mircea.markus
Having maxAgeSeconds=300 will make all nodes be removed after 300 seconds, disregarding whether a node has been used e.g. 20 seconds ago. anonymous wrote : Unfortunately, we expected that individual elements would expire after the time Having setMaxAge=0 and timeToLive=300 would cause all the n

[jboss-user] [JBoss Portal] - Re: Errors while running WSRP behind firewall in 2.6.3

2008-02-21 Thread [EMAIL PROTECTED]
Could to hear from both your experiences and always nice to hear that you both seem quite happy with JBoss Portal. :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131103#4131103 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [JBoss Portal] - Localization bug in 2.6.x?

2008-02-21 Thread jvence
I've been trying everything to localize Jboss portal in different languages but have come across a weird problems where some language are not supported properly. I have posted and reported the bug with no success... I tried looking at http://portal.demo.jboss.com/ (which is running 2.6.4), sele

  1   2   >