[jboss-user] [EJB 3.0] - Re: Domain Name Setting

2008-11-05 Thread nanda_kishore
Thank u very much it is working. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186911#4186911 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4186911 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: Unable to add portlets with 2.7.0

2008-11-05 Thread [EMAIL PROTECTED]
I'm still not able to reproduce (and i still don't get what happens). For the sake of testing, could you please try to explicitely cast: PortletInfoInfo portletInfo = (PortletInfoInfo)info.getAttachment(PortletInfoInfo.class); And let me know ? View the original post :

[jboss-user] [JBoss Tools (users)] - Re: The Beta 1 download doesn't work

2008-11-05 Thread baz
Same for me, now. The only thing i get is the dialog which states that JBoss Tools is a community product without commercial support. Then it hangs... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186919#4186919 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Problem with JBPM running on Oracle

2008-11-05 Thread janvandeklok
Since the jboss seam console (jbpm-enterprise.ear) does not contain a hibernate.cfg.xml file, it is my assumption that seam/hibernate takes the dialect from the type-mapping in the jbpm-ds.xml which contains in my case : type-mappingOracle9i/type-mapping I can see in the log file that the

[jboss-user] [JBoss jBPM] - Re: deploy a procesee to jboss server using java code

2008-11-05 Thread Grid.Qian
Thanks. I know I should used /jbpm-console/upload, but if use /jbpm-console/upload, I got another error: Exception in thread main couldn't deploy process archives : null at org.jbpm.ant.DeployProcessToServerTask.execute(DeployProcessToServerTask.java:179) at

[jboss-user] [JBoss jBPM] - Re: deploy a procesee to jboss server using java code

2008-11-05 Thread Grid.Qian
Thanks! Using the method that you said need to set a jbpm runtime to the project in eclipse. But now my project only has jboss esb runtime and cann't set jbpm runtime. How can I get the jbpm runtime location? ziccardi wrote : If you need to deploy a process by code, you can use something like

[jboss-user] [Installation, Configuration DEPLOYMENT] - Startup tibco ServiceClientDeployer

2008-11-05 Thread stfndln
Hi everyone , I am pretty new to jboss and have to solve some issues mainly for the version control. Since the tibco reference has changed, and start up jboss i am getting this error: What is going on?? thnx ps: i checked the libs and org.jboss.webservice.ServiceClientDeployer is

[jboss-user] [JBoss jBPM] - Re: posting data to an external web application

2008-11-05 Thread ciryll
i got the same problem i understand the class is missing, but why do we need jcr classes ? i previously work with jbpm processes without this jar View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186930#4186930 Reply to the post :

[jboss-user] [Testimonials] - page refresh problem

2008-11-05 Thread nsanagari
hi i am using jboss4.2.3 and eclipse3.3 and JSF1.2. I deployed my enterprise application project into the jboss using eclipse.it is running successfully. But the problem is when i am trying to refresh any page (by using browser reresh or F5) it is showing a blank white page.all the

[jboss-user] [JBossWS] - Re: EJB client for a Web service

2008-11-05 Thread jopersson
Is the jndi name present in JNDIView in JMXConsole ? Does EJBClientItf annotate @Remote ? If you like you can extend your Web Service with a remote interface also, making EJBClient redundant ? | @Remote | public interface POJOWsItf | View the original post :

[jboss-user] [JBoss Tools (users)] - Re: Jboss Tools 3.0.0 Beta 1 - do not compile java class whe

2008-11-05 Thread [EMAIL PROTECTED]
are you using our JBoss Adapter or WTP's adapter ? Are the classes maybe in /WEB-INF/dev instead ? (to allow seam hot deploy?) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186938#4186938 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Re: SecurityAssociation and ClientLoginModule authentication

2008-11-05 Thread [EMAIL PROTECTED]
Hi Javid I have the same Problem with the JndiLoginInitialContextFactory approach. The sample runs fine with JBoss 4.2.2.GA but with Version 5.0.0.CR2 i'm getting an Invalid User Message. You can find another non JAAS approach (with the usage of LoginContext) here:

[jboss-user] [JBoss Tools (users)] - Re: The Beta 1 download doesn't work

2008-11-05 Thread [EMAIL PROTECTED]
And when you click the Continue button ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186941#4186941 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4186941 ___ jboss-user

[jboss-user] [JBoss Tools (users)] - Re: The Beta 1 download doesn't work

2008-11-05 Thread [EMAIL PROTECTED]
again, *which* specific download link are you following ? There is one per platform one per plugin and everyone I tries works - so I need some more specifics please ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186942#4186942 Reply to the post :

[jboss-user] [JBossWS] - Re: Unsupported content type: application/xml

2008-11-05 Thread jopersson
Hi, Client libraries depends on enabled features like ws-security etc. It is easier to see the problem if you post client and server code snippets along with stack traces for both. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186943#4186943 Reply to the

[jboss-user] [JBossWS] - Re: how autheticate JME Client (midlet) on jboss server

2008-11-05 Thread jopersson
If you start with making the ws-client working from a plain JavaSE setup small app ? From there it is maybe easier for you to move to JavaME ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186945#4186945 Reply to the post :

[jboss-user] [JBoss Tools (users)] - error while opening a xhtml file in Jboss Tools

2008-11-05 Thread spratiha
I get the following error while opening a xhtml file in Jboss Tools.java.lang.NullPointerException | at org.jboss.tools.vpe.editor.util.DocTypeUtil.getDoctype(DocTypeUtil.java:142) | at org.jboss.tools.vpe.editor.util.DocTypeUtil.getDoctype(DocTypeUtil.java:60) | at

[jboss-user] [JBoss Tools (users)] - Re: error while opening a xhtml file in Jboss Tools

2008-11-05 Thread [EMAIL PROTECTED]
which version ? I beleive this is an old bug already fixed in 3 beta. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186952#4186952 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4186952

[jboss-user] [EJB 3.0] - EJB2 Client calling EJB3 Bean

2008-11-05 Thread [EMAIL PROTECTED]
Hello everybody I'm trying to run an EJB2 Client against an EJB3 SLSB, delivering the client an EJB2 Home interface with the usage of the @RemoteHome annotation. With JBoss 4.2.2.GA the sample is working fine, with JBoss 5.0.0.CR2 i'm getting the following Message during the deploy:

[jboss-user] [Beginners Corner] - Re: Reloading the application context

2008-11-05 Thread nitha
Hi , We ae facing the same problem. Our production server crashed 4 times with in a week. when we checked the logs. its trying to reload the context and throws some exception and hangs... ERROR [org.apache.commons.modeler.BaseModelMBean] Exception invoking method reload |

[jboss-user] [JBoss Tools (users)] - Re: DB inheritance mapping

2008-11-05 Thread [EMAIL PROTECTED]
there is no inheritance info in the database and we don't have any reveng.xml construct for doing this. Use mapping files if you want full control. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186944#4186944 Reply to the post :

[jboss-user] [JBoss jBPM] - Listeners for BPEL receive activities

2008-11-05 Thread dhanushgopinath
Hi, For a receive activity that is a start activity(createInstance=yes) I figured out that the Listener is anonymous wrote : org.jbpm.bpel.integration.jms.StartListener and its onMessage method is called when I start the bpel process, and hence I can get hold of the input data. My bpel

[jboss-user] [Performance Tuning] - Re: Improving speed app with concurrent transactions/hits

2008-11-05 Thread sunkishorej2ee
Hi Peter, Thanks very much for your reply.really sorry from me to reply this much late and to you for late response due to unavoidable reasons Frankly speaking regarding your reply about garbage collection statistics using -verbose:gc or -XX:PrintHeapAtGC with

[jboss-user] [JBoss jBPM] - Re: jms notbound exception when accessing jbpm context from

2008-11-05 Thread ciloriveros
have you found the solution? I have the same problem View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186984#4186984 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4186984 ___

[jboss-user] [JBoss jBPM] - Re: jms notbound exception when accessing jbpm context from

2008-11-05 Thread ciloriveros
I'm using jboss 4.2.3 and jbpm 3.2.3, jdk 6.0. And only works when I login to the jbpm-console first View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186987#4186987 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4186987

[jboss-user] [Beginners Corner] - ComponentBean cannot be cast to ComponentBean

2008-11-05 Thread dado0583
I am receiving the following error message when trying to deploy my application on jboss: javax.faces.FacesException: Can't parse configuration file: jar:file:/C:/jboss-4.2.2-1-jsf/server/default/deploy/pims.ear/lib/jsf-facelets.jar!/META-INF/faces-config.xml: Error at line 8 column 16: Error

[jboss-user] [EJB 3.0] - Re: EJB2 Client calling EJB3 Bean

2008-11-05 Thread [EMAIL PROTECTED]
Hi jaikiran - I changed the remote interface according the Error Message - Removed the implements EJB3Remote clause from the Bean (so i do not have to implement all the callbacks in EJB2.x manner) After this changes i got a Exception during the deploy: 13:13:33,564 ERROR

[jboss-user] [JBoss Messaging] - Topic subscribers in a cluster?

2008-11-05 Thread robertmorschel
Currently porting from Weblogic to JBoss. In Weblogic, because the queues are clustered there is the possibility that identical MDBs in the multiple application instances in the cluster will subscribe as the same client name to a given topic, causing problems. For this reason the MDB

[jboss-user] [JBoss Tools (users)] - Re: The Beta 1 download doesn't work

2008-11-05 Thread [EMAIL PROTECTED]
It works for me - clicked the link, cliked continue and then had to wait for sf.net's ads to load and then it gave me the file. I expect it is sf.net being slow for you. We saw those issues monday too - but I haven't seen them since. View the original post :

[jboss-user] [JBoss Portal] - Portal Inter communication samples

2008-11-05 Thread nhearne
Hello Does anyone know an example of portal inter communication that works with jbossportal2.6.6? I have downloaded HelloWorldIPC.zip but it seems like an old/different code to what I expected, for instance this is how the HelloWorldPortletA is defined: public class HelloWorldPortletA extends

[jboss-user] [EJB 3.0] - Re: EJB2 Client calling EJB3 Bean

2008-11-05 Thread jaikiran
[EMAIL PROTECTED] wrote : | java.lang.IllegalStateException: EJB 3.0 Core Specification Violation (4.6.7):The session bean remote interface interface ... must extend the javax.ejb.EJBObject interface. | As noted in the error message, the 4.6.7 section of the spec mentions that the EJB2.x

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How to do hot deployment in jboss

2008-11-05 Thread sarah11
Thank you jaikiran View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186988#4186988 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4186988 ___ jboss-user mailing list

[jboss-user] [JBoss Tools (users)] - Re: The Beta 1 download doesn't work

2008-11-05 Thread baz
Hello, on this page http://www.jboss.org/tools/download/index.html scrolled down to Development Downloads and selected All Plugins for windows. I have tried to access sourgeforge.net but with no success. Perhaps this site is down? View the original post :

[jboss-user] [Beginners Corner] - Help required to create a file in the web application contex

2008-11-05 Thread rameshbatchu
Hi, I am creating a png file in the servlet i wan't to store this file in the web application such that i can access this file in the jsp page html img tag. For this i need help where can i store this png file in the JBoss application server. Regards, Ramesh. View the original post :

[jboss-user] [Microcontainer] - Re: Towards remoting-jboss-beans.xml

2008-11-05 Thread alesj
[EMAIL PROTECTED] wrote : | 1. Are there any hidden gotcha's I'm missing? | Dunno. You tell me, when you hit them. ;-) [EMAIL PROTECTED] wrote : | 2. Are there any conventions, e.g. naming conventions, I should be aware of? | Not that I'm aware of. Perhaps keeping old MBeans, that are

[jboss-user] [JBoss Portal] - Re: Unable to add portlets with 2.7.0

2008-11-05 Thread rutfield
Yes, that worked. I can now not only receive a list of portlets, but have icons next to them.Most use the default icon. My guess as to your not being able to reproduce them is that I may have some old portlets (been using JBP since 2005) from various sources which may not adhere to new

[jboss-user] [Microcontainer] - Re: BeanMetaDataBuilder.createArray() surprise...

2008-11-05 Thread alesj
I'll think about it for 2.2.x. ;-) It makes sense. Probably for now, either - you write you're own simple wrapping code - we move some of the 'Object is instance of ValueMetaData' logic into right top places But this is more of a dev discussion, perhaps move it into MC dev forum. ;-) View

[jboss-user] [JBoss Portal] - WSRP with Portlet Container only

2008-11-05 Thread jhalmes
I noticed this JIRA issue was entered, JBPORTAL-2186, but it appears to not be scheduled against a release? There are a couple of past threads on the forums requesting this and I've pestered developers on the blogs. I thought I'd continue my annoying behavior and officially request that this

[jboss-user] [JBoss jBPM] - Re: call/ start bpel process from web application

2008-11-05 Thread sw_bpel
still having this problem. doesn't anyone have got a solution for me? thanks, stefan View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4187028#4187028 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4187028

[jboss-user] [JBoss Cache: Core Edition] - Re: Buddy migration and removal

2008-11-05 Thread [EMAIL PROTECTED]
I'm not sure what you are trying to achieve here. I'd assume that once data is migrated from cache1 to cache2, cache1's eviction timer no longer has jurisdiction over removing that data, and it should be up to a timer on cache2 to do this. View the original post :

[jboss-user] [JBoss Messaging] - Re: java.lang.IllegalStateException: Didn't load expected nu

2008-11-05 Thread karianna
It's beaten me then sorry :( View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4187030#4187030 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4187030 ___ jboss-user mailing list

[jboss-user] [JBoss Cache: Core Edition] - Re: Buddy migration and removal

2008-11-05 Thread lovelyliatroim
Not so clear what you want but this may or may not help you. Have a look at the expirationPolicy. http://www.jboss.org/file-access/default/members/jbosscache/freezone/docs/2.2.1.GA/userguide_en/html_single/index.html#d0e3603 Tag the node you want for how long you want it to live, if the node

[jboss-user] [JCA/JBoss] - Re: connectionMap.remove in WrapperDatasourceService never c

2008-11-05 Thread dommarco
Hi ludwig, I've been using it for 3 days with around 20 queries per second without problems. Thanks a lot! Best regards, -rochi View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4187038#4187038 Reply to the post :

[jboss-user] [EJB 3.0] - Re: EJB2 Client calling EJB3 Bean

2008-11-05 Thread ALRubinger
Because @Remote denotes a Business Remote interface, ie. an EJB3 view. This is confusing because the XML element remote is a Remote Component interface ie. an EJB2.x view. So while using annotations, you don't specify the remote component interface at all; we'll read it in from the return

[jboss-user] [Beginners Corner] - Re: How to disable login+password popup when calling JBossWS

2008-11-05 Thread PeterJ
What version of JBossAS are you using? Or are you using JBoss EAP? That might explain why you are being asked to log in on localhost but other installations are nor requiring this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4187045#4187045 Reply to the

[jboss-user] [JBoss Messaging] - Re: Comparison to ActiveMQ

2008-11-05 Thread mkelley
Thanks guys for the prompt replies. Some followup questions: anonymous wrote : we don't virtual destinations but we do support wildcard routing in JBM 2.0. i.e. if you send a message to topic.* the message will get routed to topic.A, topic.B etc. | We don't want to do this. We need to

[jboss-user] [Performance Tuning] - Re: Improving speed app with concurrent transactions/hits

2008-11-05 Thread PeterJ
For the memory settings you have, the client needs to have 2GB RAM. The combination of heap size and permgen size is too large for a 1GB machine. Windows itself will use up about 1/2GB, leaving only 1/2GB for your app, so you will find that the system is doing a lot of thrashing (swapping

[jboss-user] [Beginners Corner] - Re: ComponentBean cannot be cast to ComponentBean

2008-11-05 Thread PeterJ
Try removing the jsf-lib.jar file from pims.ear/lib (the one in the 'tmp' directory is the working copy). JBossAS already contains a jsf jar at server/xxx/deploy/jboss-web.deployer/jsf-libs. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4187050#4187050 Reply

[jboss-user] [Beginners Corner] - Re: How to disable login+password popup when calling JBossWS

2008-11-05 Thread thoste
PeterJ wrote : What version of JBossAS are you using? Or are you using JBoss EAP? That might explain why you are being asked to log in on localhost but other installations are nor requiring this. Yes, I am working with JBoss EAP from JBoss Development Studio. Why is JBoss EAP different from

[jboss-user] [JBoss Tools (users)] - Re: The Beta 1 download doesn't work

2008-11-05 Thread PeterJ
One other thing to check: are you using Firefox? If so, do you have any addons related to SourceForge or downloading? It had such an addon once and had weird problems downloading various things, and once I got rid of the addon everything was fine. View the original post :

[jboss-user] [Beginners Corner] - Re: Help required to create a file in the web application co

2008-11-05 Thread PeterJ
Several possibilities: 1) Is this png custom built for this page and will never be reused? If so, I would have the servlet write the png contents to the response buffer and set the mime type to image/x-png 2) Deploy your app in an exploded format. Then you can dedicate a directory to the

[jboss-user] [JBoss Tools (users)] - need help on import tld file

2008-11-05 Thread skyon
Can anybody show me how to import a custom tld file? I open the Import Tag dialog, click Browse for TLD file, but nothing showing up in the popup. Thanks, View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4187056#4187056 Reply to the post :

[jboss-user] [Management, JMX/JBoss] - jboss admin

2008-11-05 Thread avihaimar
Hey, need some advices about jboss administration: 1. is there any good console (better from the one shupped with jboss), open source or with charge? 2. how you deliver the changes that you were done in jboss decriptors to your customers (jboss-service.xml ... ) are you install the original

[jboss-user] [JBoss Cache: Core Edition] - Re: Buddy migration and removal

2008-11-05 Thread [EMAIL PROTECTED]
lovelyliatroim wrote : | Have a look at the expirationPolicy. | LOL! genman's the guy who contributed the expirationPolicy to JBC! :-) http://fisheye.jboss.org/browse/JBossCache/core/trunk/src/main/java/org/jboss/cache/eviction/ExpirationAlgorithm.java?r=3047%40annotateMode=blame View

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: hide the .jsp extension from pages

2008-11-05 Thread PeterJ
I know of no wildcard mechanism to do this. But an editor macro or script should be able to convert a list of jsp names into the necessary xml text. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4187065#4187065 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Does JBoss support in shared libraries (like weblogic)

2008-11-05 Thread avihaimar
Hey, I want to have shared library like weblogic. I mean a jar (or group of jar) that all teh ears can call them and they can invoke callbacks (by replection) to classes in the ear. Is it possible? View the original post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - JBoss 4.2.3 and Facelets?

2008-11-05 Thread eminil
How do we add facelets to jboss 4.2.3 in the internal tomcat? It doent seem to find the viewhandler that we had in the previous versions and putting in the jsf api jar clashes with the jsf included in the internal tomcat... Please inform us how to do this. Best wishes, View the original post

[jboss-user] [JBoss Portal] - Problem with JBoss Portal 2.7 HA using NFS deploy-directory

2008-11-05 Thread gorefest
Hi, JBoss Version : 4.2.3 GA JBoss Portal : 2.7.0 HA Operating System : OpenSuSE 11 JDK Version 1.6.0_06 I am facing the problem, that when I am using a central NFS deploy dir mounted to my two cluster members, my second server halts while booting. After becoming a cluster member, the boot

[jboss-user] [JBoss Cache: Core Edition] - Re: 2.2 to 3.0CR2

2008-11-05 Thread [EMAIL PROTECTED]
Do you still see this with CR3? Have you been able to reproduce it? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4187070#4187070 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4187070

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

2008-11-05 Thread lgadams
Hi, I am trying to prove the concept that a Microsoft Sharepoint Server can consume jboss portlets. I am using JBoss Portal + JBoss AS 4.2.3 2.6.7.GA with WSRP. I would like to be able to add a WSRP web part in sharepoint that will contain the sample weather portlet from JBoss. I went into the

[jboss-user] [JNDI/Naming/Network] - jndi in an ear? what in case that the name of the ear is cha

2008-11-05 Thread avihaimar
Hey, i have a stateless located in an ear. the name of the ear is changing all the time. how can i have the same jndi name no matter what is the name of the ear? Thank you View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4187069#4187069 Reply to the post :

[jboss-user] [Beginners Corner] - Re: How to disable login+password popup when calling JBossWS

2008-11-05 Thread PeterJ
Posted too soon, you also need to edit the web.xml file in the same directory, commenting out the security-constraint: |!-- A security constraint that restricts access |security-constraint | web-resource-collection |web-resource-namejbossws/web-resource-name |

[jboss-user] [JBoss Cache: Core Edition] - CacheLoader performance bad when replacing data

2008-11-05 Thread genman
There used to be a TreeCache.putData(Map m, boolean erase) operation at some point which I thought was optimized, but in reality there's only put(Map) and put(K, V) type operations that do merges. I'm trying to simply store a bunch of associations which should overwrite any existing data, and

[jboss-user] [JBoss Cache: Core Edition] - Re: Buddy migration and removal

2008-11-05 Thread genman
I guess the problem is does cache2 know that the data migrated? I think a cache listener would work, but the docs aren't too clear on this. node created works but since the event doesn't contain any data as part of the event, I suspect the migrated timestamp might not be available. View the

[jboss-user] [JBoss Portal] - Re: Two Questions: Does JPortal have an index.html? How are

2008-11-05 Thread PeterJ
Notice that I did not say that editing those entries in default-object.xml would work. Rather, I said that if I were to experiment with item #1, that I would look at those settings. I'm sorry that they didn't work, but I don't have any other ideas. View the original post :

[jboss-user] [Beginners Corner] - Re: How to disable login+password popup when calling JBossWS

2008-11-05 Thread PeterJ
JBoss EAP comes with a readme.html file that highlights the differences between AS and EAP. Wait, the EAP binary download doesn't have the readme; instead it is in the docs download. In that file you will see this text: readme wrote : If you are using the rpm, or the zip distribution, please

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: hide the .jsp extension from pages

2008-11-05 Thread kjkoster
Perhaps use Apache httpd and mod_rewrite? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4187088#4187088 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4187088 ___ jboss-user

[jboss-user] [JBoss jBPM] - Re: jms notbound exception when accessing jbpm context from

2008-11-05 Thread boxwala
I have the same problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4187091#4187091 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4187091 ___ jboss-user mailing list

[jboss-user] [JBoss Cache: Core Edition] - Re: Buddy migration and removal

2008-11-05 Thread lovelyliatroim
anonymous wrote : | LOL! genman's the guy who contributed the expirationPolicy to JBC! :-) | Whoops.so he should know about it ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4187093#4187093 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Re: 2.2 to 3.0CR2

2008-11-05 Thread lovelyliatroim
anonymous wrote : | Do you still see this with CR3? Have you been able to reproduce it? | I havent had the chance to look at it since then but that exception was getting thrown quite frequently under very little load. So it wasnt just a once off thing. Will post more on it when i get to

[jboss-user] [Management, JMX/JBoss] - Re: jboss admin

2008-11-05 Thread PeterJ
1) Have a look at embedded Jopr. This is the new open-source admin console based on JBoss ON. 2) Are you asking about upgrading to new level/version of JBossAS? If so, then only way I know is a clean install of the new version, then moving over the apps and configuration settings, making

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Does JBoss support in

2008-11-05 Thread PeterJ
In its default configuration, all libraries are shared (though, not libraries in xxx.war/WEB-INF/lib, which are scoped to the web app by default). For example, all libraries in one EAR file can be used by classes in other EAR or WAR files. View the original post :

[jboss-user] [JBoss Portal] - google/widgets feeds not working with 2.7.0?

2008-11-05 Thread rutfield
I was wondering if others have experienced this issue. We did not see it with 2.6.5 on these servers. In admin, when defining the page layout and contents, select: widget/google from the pull-down (not portal) Select (for example) News category and MSNBC.com Receive: Error while retreiving

[jboss-user] [JBoss Messaging] - Re: Message is redelivered while the original transaction is

2008-11-05 Thread szhigunov
I have the test case, but when I try to create JIRA bug report I can not see any attachment link. May be I do not have permissions? I tried to contact couple people from JIRA admin list - but did not get any response. View the original post :

[jboss-user] [JBoss Portal] - Re: WSRP with Portlet Container only

2008-11-05 Thread [EMAIL PROTECTED]
We have to balance all the requested features and what we can support before making any decisions on this. It basically boils down to market demand vs. development/support cost. For example, would you be willing to buy support for a WSRP + PC only solution? View the original post :

[jboss-user] [JBoss Messaging] - Re: Message is redelivered while the original transaction is

2008-11-05 Thread timfox
If you send me a link to the JIRA and mail me the test case, I'll attach it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4187105#4187105 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4187105

[jboss-user] [JBoss Cache: Core Edition] - Problem with SERIALIZABLE Isolation Level

2008-11-05 Thread andre.rigon
Hello guys, I'm using JBossCache 1.4.1.SP9. I need to use SERIALIZABLE isolation level in my application. I did the following test: 1) started one jboss instance and at some point did: | TreeCache cache = cacheManagerImpl.getCache(); | cache.put(1, 1, test); |

[jboss-user] [EJB/JBoss] - Re: JBoss 4.0.4.GA and 4.2.1.GA EJB interoperability

2008-11-05 Thread lincao123
Hi, gturner, Recently I got the same error while invoking remote ejb from jboss 4.0.5 to 4.2.0. Can you share your solution with me? Thanks a lot! Lin View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4187107#4187107 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Problem during marshalling/unmarshalling

2008-11-05 Thread lincao123
Hi, imranpariyani, Recently I got the same error while invoking remote ejb from jboss 4.0.5 to 4.2.0. Can you share your solution with me? Thanks a lot! Lin View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4187108#4187108 Reply to the post :

[jboss-user] [EJB 3.0] - Re: EJB2 Client calling EJB3 Bean

2008-11-05 Thread ALRubinger
Actually, in this case you could use some help with the error message. If you provide the failing case in a JIRA for JBMETA project and assign to me, I'll make sure you get back a clear indication of what's wrong via the new ValidationChain we've put in place. S, ALR View the original post :

[jboss-user] [EJB 3.0] - Injecting EJB References NullPointerException JBoss 5.0 in S

2008-11-05 Thread mpurdy1973
When using @EJB for a session bean in a servlet i get a NullPointerException - Am I missing something (new to Jee5 and Injections) HelloWorldSession is the interface for HelloWorldSessionBean | | public class HelloWorldCallingSessionEJBServlet extends HttpServlet | { |@EJB |

[jboss-user] [JBoss Portal] - Re: portlet header not drawn completely when you drag and dr

2008-11-05 Thread vallia
This was a css issue but also related to JBPORTAL-1769 where clicking on maximize, minimize etc. buttons in IE7 don't work most of the time. One of the files changed to fix this(JBPORTAL-1769) seems to have been undone by JBPORTAL-1874. The file in question is

[jboss-user] [Installation, Configuration DEPLOYMENT] - How start mysql via mysqld-service using named pipes

2008-11-05 Thread lpmon
I can start MySQL outside of JBoss with named pipes enabled and then configure a datasource to connect to it. If I launch MySQL via jmx (mysqld-service.xml) I see it running but when the datasource using it tries to connect it cannot. I see this in the log: Caused by:

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How start mysql via mysqld-service using named pipes

2008-11-05 Thread lpmon
some of the xml was chopped out of my post: (re-did without ) mbean code=com.mysql.management.jmx.jboss.JBossMysqldDynamicMBean name=mysql:type=service,name=mysqld attribute name=datadir..\server\default\data\mysql\data /attribute attribute name=basedir..\server\default\data\mysql

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How start mysql via mysqld-service using named pipes

2008-11-05 Thread PeterJ
To post XML text, enclose it in UBBCode code tags - you can do this by selecting the XML text and clicking the Code button above the editor window. Also, click the Preview button to ensure that the formatting is correct and the XML text shows up before posting. Perhaps this article will

[jboss-user] [EJB 3.0] - Re: Injecting EJB References NullPointerException JBoss 5.0

2008-11-05 Thread PeterJ
You should provide a mappedName for @EJB, because the default name (HelloWorldSession) is typically not a valid JNDI name for looking up an EJB (most likely, it is something like xxx/HelloWorldSession/local, where xxx is the app name). You can use JNDIView to determine the deployed EJB's JNDI

[jboss-user] [JBoss Tools (users)] - JBoss Tools 2.1.2 Install

2008-11-05 Thread stuart_wildcat
I realize that most people are concerned with trying out the nightly builds/etc but some of us are more interested in stability... Is there any one stop shopping on what to download to support JBoss Tools 2.1.2? I'm looking mostly for the best WTP All in one download to use. I also have seen

[jboss-user] [Installation, Configuration DEPLOYMENT] - Are you sure?

2008-11-05 Thread avihaimar
Any way i need a sared library among all ears. Also i need that the classes in this library will be able to invoke callback to classes in the ear. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4187121#4187121 Reply to the post :

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

2008-11-05 Thread [EMAIL PROTECTED]
Feel free to update thie HowToInstallJbossTools wiki ;) But your findings are correct. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4187122#4187122 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4187122

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

2008-11-05 Thread stuart_wildcat
I hadn't seen this page. It would be nice to have some kind of official mention of the patch and the situations under which it might be required. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4187124#4187124 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Incomplete Deployment listing

2008-11-05 Thread elangobala
hi peter , Thanks for ur reply. kindly help me how to increase buffer size to prevent that stack trace . 2008-11-06 04:52:53,763 DEBUG [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/D:/jboss-4.2.2.GA/server/default/deploy/testSample.war 2008-11-06

[jboss-user] [Clustering/JBoss] - JBoss 4.2 TCP Clustering problem

2008-11-05 Thread agk
I am upgrading JBoss from 4.0.5 to 4.2.3 and unable to set up clustering on the new version. I have spent quite a bit of time reading clustering FAQ and Wiki\JbossHA. I was unable to find a good TCP clustering example for 4.2.x. I have JBoss installed on 2 windows boxes and starting it with

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Incomplete Deployment listing

2008-11-05 Thread PeterJ
Looks like your war file contains JSF jar files - remove those - they are already provided by JBossAS. To increase buffer size, look on the Layout tab of the Command Prompt Properties - change the Height setting under Screen Buffer Size. I have mine set to 9000. View the original post :

[jboss-user] [EJB 3.0] - Re: Injecting EJB References NullPointerException JBoss 5.0

2008-11-05 Thread mpurdy1973
PeterJ wrote : You should provide a mappedName for @EJB, because the default name (HelloWorldSession) is typically not a valid JNDI name for looking up an EJB (most likely, it is something like xxx/HelloWorldSession/local, where xxx is the app name). | | You can use JNDIView to determine

[jboss-user] [EJB 3.0] - Re: Injecting EJB References NullPointerException JBoss 5.0

2008-11-05 Thread PeterJ
See if this discussion (and the referenced discussions) helps: http://www.jboss.com/index.html?module=bbop=viewtopict=143607 (Yes, I am being lazy...) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4187132#4187132 Reply to the post :

[jboss-user] [Javassist user questions] - Re: interface weirdness

2008-11-05 Thread oppilif
I have had the same problem. I have a class which contains this code: List x = new ArrayList(); | x.add(new ArrayList()); and I instrument it with an editor which replaces the call to method add with: $_ = ($r)$proceed($1 instanceof java.lang.Object ? $1 : $1); When I run the program, the

[jboss-user] [JBoss Portal] - run ./run.sh , notice:java.net.UnknownhostException:www.w3.or

2008-11-05 Thread dxdjhxhy
Under linux ,when i run jboss,there is a error causeed by:java.net.UnkwownException:www.w3.org View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4187134#4187134 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4187134

[jboss-user] [Installation, Configuration DEPLOYMENT] - it is very slow to start up jboss

2008-11-05 Thread zhengxi
it is very slow to execute aspect deployment when stating jboss 15:36:55,182 INFO [AspectDeployer] Deploying xml into [EMAIL PROTECTED] for BaseCl [EMAIL PROTECTED]:/D:/dev/jboss-5.0.0.CR2/server/default/deploy/ejb3-interceptors-aop.xml} could i not deploy it if i don't use ejb3 interceptors

[jboss-user] [EJB 3.0] - Re: Injecting EJB References NullPointerException JBoss 5.0

2008-11-05 Thread mpurdy1973
PeterJ wrote : See if this discussion (and the referenced discussions) helps: http://www.jboss.com/index.html?module=bbop=viewtopict=143607 | | (Yes, I am being lazy...) np: you learn more when you find it yourself! thanx so much; my problem was i needed to update the schema from 2.3 to

[jboss-user] [EJB 3.0] - Re: Injecting EJB References NullPointerException JBoss 5.0

2008-11-05 Thread ALRubinger
mpurdy1973 wrote : thanx so much; my problem was i needed to update the schema from 2.3 to 2.5... Also, the @EJB Resolver should be able to find the correct JNDI name for you, should not be required to specify mappedName. S, ALR View the original post :

  1   2   >