[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossIDE 2.0beta2 and JBoss 4.0.5 launch problem

2006-11-14 Thread [EMAIL PROTECTED]
in other words its the twiddle and stop args that you need to set. Anyone can start the server, but only the selected few can twidle and stop it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985717#3985717 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam 1.1Beta s:link...problem!

2006-11-14 Thread sherkan777
Problem is with Jboss seam *.jar's Frist: check *.ear that you have upgraded in jar files to Beta 1.2 v. Maybe U have new version in IDE and somehow older in *.ear file. This must works fine! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985721#3985721

[jboss-user] [JBoss Eclipse IDE (users)] - Re: configure jboss with Eclipse3.2+

2006-11-14 Thread arunkumar.reddy
Install Exadel Studio 4.0.0...its freeware. Then u will get this option... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985722#3985722 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985722

[jboss-user] [JBoss Eclipse IDE (users)] - Re: What is to be downloaded?

2006-11-14 Thread [EMAIL PROTECTED]
yes, its the -nodeps download. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985723#3985723 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985723 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Conversation for multi-page edit using new SAF

2006-11-14 Thread petemuir
I suggest you post your 'error' (exception!?) and the code you are trying to get working. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985727#3985727 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985727

[jboss-user] [JBoss Seam] - 1.1.0.BETA2 endAndRedirect (how do i use it)

2006-11-14 Thread baz
Hello, i was using Conversation.instance().endAndRedirect() in my app. This function returns a String in 1.1.0Beta1 But now it returns a boolean. My usage is: | public String saveProtocol() { | // | | return Conversation.instance().endAndRedirect();

[jboss-user] [JBoss Seam] - Re: ClassCastException with ArrayList when implementing Sele

2006-11-14 Thread petemuir
Is that all the code in the bean? or is there some @DataModel stuff. It looks to me as though its chokiing on outjecting via @DataModel View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985728#3985728 Reply to the post :

[jboss-user] [JCA/JBoss] - PostgreSQL XA Datasource suspent/resume

2006-11-14 Thread plexiq
Hi, im running Jboss4.0.5GA and Postgresql 8.1.4 I was using postgres with a local-tx-datasource, and everything worked fine - except that i keep getting the prepare called on local tx-warning. So i tried to configure a xa-datasource, but couldnt get it to work. Based on this config:

[jboss-user] [JBoss Portal] - Deleting / Securing Pages failing

2006-11-14 Thread normanb
Hi, I am using JBoss 4.0.5GA, with PostgreSQL, and JBoss Portal 2.6.0DR1. I am trying to remove the Test page so it can't be seen by an ordinary user. When I set the security privileges so that only admin has 'view' selected the user can still see the test page. As a drastic step I chose to

[jboss-user] [Beginners Corner] - Re: Open socket and JBoss

2006-11-14 Thread nikolajg
Sorry, the question should have been in Network. /nikolaj View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985749#3985749 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985749 ___

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: NullPointerException when adding values to one-many rela

2006-11-14 Thread santins
Finally, The problem was that my entities EJBs hadn't the local interface implemented, that it is compulsory for CMR and relationships. Once I implemented it, all works fine. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985750#3985750 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Example: java.lang.NoClassDefFoundError (org/jboss/loggi

2006-11-14 Thread nikolajg
Forgot to say... it seems the jar file is deploying with success. /nikolaj View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985759#3985759 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985759

[jboss-user] [Performance Tuning] - Re: No ManagedConnections available within configured blocki

2006-11-14 Thread plexiq
Also having the same problem on Postgres. Any hints highly welcome. (I did tipple-check any connection-closing code.) I ll try the jamonapi.com proxy to check again tho. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985755#3985755 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Help needed for Logging SAR files

2006-11-14 Thread riji
?xml version=1.0 encoding=UTF-8? log4j:configuration xmlns:log4j=http://jakarta.apache.org/log4j/; debug=false 1. 2 3 4 5 6 7 8 9 10 11 12 13 appender-ref ref=bcc/ 14 appender-ref ref=QuantumSunAm/ 15

[jboss-user] [Clustering/JBoss] - Re: Number of nodes in a cluster

2006-11-14 Thread @jb0ss
Thanks for your response! I can see messages on the jboss consoles saying the number of new nodes, the number of total nodes in the cluster. I could test failover also - on a sample application . Actually my third node is located on a separate subnet. I have enabled TCP in cluster-service.xml

[jboss-user] [EJB 3.0] - Re: Advaned problems with Jboss and Hibernate !

2006-11-14 Thread DivxYoda
Hi konstantin, thanks you so much for your help. I'm gonna try to use JAG. Once again, thanks, i think that i'm on the right way to understand the composite keys mechanism... Best regards, DivxYoda View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985734#3985734

[jboss-user] [JCA/JBoss] - Re: PostgreSQL XA Datasource suspent/resume

2006-11-14 Thread plexiq
Solved the problem. track-connection-by-tx/ Has to be added to the datasource. Maybe someone can update the XA-postgresql example to include this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985737#3985737 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam 1.1 beta 2

2006-11-14 Thread petemuir
The document at http://jboss.com/products/seam/components-1.1.dtd is, for me, an empty document. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985736#3985736 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985736

[jboss-user] [JBossWS] - base64Binary: jbossws client serialize problem

2006-11-14 Thread vbatista
Hello! I am using JBoss 4.0.4 with jbossws 1.0.3GA. I am developing a WS DII client which talks with a third party Web Service. I am having problems serializing one field which is specified as base64Binary on the WSDL: xsd:complexType name=BinaryData

[jboss-user] [Beginners Corner] - shutdown with serverName

2006-11-14 Thread hv11663
Hello altogether, can me someone explain how the shutdown.sh -n Option works? I would like stop a JBoss instance with the serverName. greetings Olaf View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985739#3985739 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam 1.1 beta12 (dis?)injecting issue

2006-11-14 Thread pbrewer_uk
Thanks Gavin. Just checked out the latest CVS head and that solves the problem completely. Thanks to superflav for posting the testcase, too. I wasn't using @EJB annotation but did do a jndi lookup for a different bean, which is the same thing according to the JIRA issue. Sorry I didn't spot

[jboss-user] [JBoss Seam] - Re: Problem with ajax4jsf, page actions, @Begin and stateful

2006-11-14 Thread pbrewer_uk
Upon futher investigation, this appears to be related to using ajax4jsf. I can revert back to a version without ajax4jsf that works, and then after integrating ajax4jsf the problem previously outlined occurs. I thought this may be caused by the view handler that ajax4jsf uses, but it use the

[jboss-user] [JBossCache] - Re: JBossCache over a JGroups Multiplexer Channel

2006-11-14 Thread u_arun
Thanks for the quick reply Bela. I think do understand the way the MuxChannels work. My problem was more specific to using MuxChannels with TreeCache. After further investigation, it turns out that in the following code: TreeCache cache = new TreeCache(muxChannel); PropertyConfigurator

[jboss-user] [EJB 3.0] - Re: SerializationException when attempting to activate/passi

2006-11-14 Thread redyz
Hi, I got the SerializationException problem when JBoss 4.0.4 tries to activate a stateful session bean that was passivated (and hence serialized to a file unser [JBOSS-DIR]/server/all/tmp/sessions directory). I am not using enum. The error is as follows: Exception in thread AWT-EventQueue-0

[jboss-user] [JBossCache] - Re: JBossCache over a JGroups Multiplexer Channel

2006-11-14 Thread [EMAIL PROTECTED]
Look at chapter 6.3 of the JGroups manual at http://www.jgroups.org/javagroupsnew/docs/manual/html/user-advanced.html#d0e2318. You'll need to create 2 MuxChannels, 1 per service that wants to share the channel. Also, there are unit tests in the JGroups src distro that show you how to use the

[jboss-user] [JBoss jBPM] - Re: creating n tasks in a workflow

2006-11-14 Thread [EMAIL PROTECTED]
Laszlo, Yes, jBPM is able to handle this. But as Ronald would say : 'Please take a look at the docs : http://docs.jboss.org/jbpm/v3/userguide/taskmanagement.html#taskinstancesandgraphexecution' Regards, Koen View the original post :

[jboss-user] [JBoss AOP] - How can we pintcut JBoss classes?

2006-11-14 Thread mskonda
I have a requirment to provide a notification based on JNDI bind/unbind/rebind events. Of all the scenarios to reach out for a solution, the last resort was to use AOP (and yes, others aren't successful). I know there's a limitation as to what you can pointcutable in JBoss, I am wondering if

[jboss-user] [Clustering/JBoss] - Re: Is it possible to execute Petstore demo in cluster mode?

2006-11-14 Thread azhurakousky
Try this really quick and let me know if you still have this problem. Then we'll try to simplify scenario to see what is wrong. 1. Move jndi.properties file back into the /conf directory of bothe servers (that is where JBoss is expecting it!!!). 2. From that file remove provider.url property

[jboss-user] [JBoss jBPM] - Re: hooking JBPM to know when processes and tasks are create

2006-11-14 Thread [EMAIL PROTECTED]
It even turns out that not only Ronald has a patent on the 'have a look at the docs' saying ;-) Hopefully this will not turn into a patent war... Regards, Koen View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985807#3985807 Reply to the post :

[jboss-user] [JBossCache] - Re: JBoss Cache in a cluster with more than 2 nodes

2006-11-14 Thread aashishvora
Forgot to mention in my earlier mail JBoss Cache version: 1.3.0 SP2 JGroups version: 2.2.8. Using only the TreeCache and not AOP Cache. I also tried with the latest version of JGroups i.e. 2.4.0 and I am still getting the same error. View the original post :

[jboss-user] [Beginners Corner] - Open socket and JBoss

2006-11-14 Thread nikolajg
Hi JBoss workers, At first, Im quite new into the field. Im going to make a Desktop Notifier that should have an open socket to JBoss (n connections). What type of bean should be implemented? Thanks in advance, Nikolaj, Copenhagen. View the original post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: HELP with JBoss 4.0.3 and ADF Faces

2006-11-14 Thread raivil
did you fix it? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985815#3985815 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985815 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: how to install portal 2.6 from source?

2006-11-14 Thread PeterJ
The directions I gave are for the latest 2.6 with the latest changes. If you want 2.6 DR, then use: svn co http://anonsvn.jboss.org/repos/portal/tags/JBoss_Portal_2_6_0_SNAPSHOT1/ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985816#3985816 Reply to the

[jboss-user] [Installation, Configuration Deployment] - Re: ERROR [MainDeployer] Could not initialise deployment: fi

2006-11-14 Thread PeterJ
1) Do not post part of your text in the subject. The subject field is too short and as you will notice it is truncated, so the error that you hoped we would be able to read, we cannot. 2) Don't shout (put all your text in bold). It is rude. 3) I don't recognize the version of RedHat (9

[jboss-user] [JBoss Portal] - Re: Deleting / Securing Pages failing

2006-11-14 Thread PeterJ
I am not sure why setting the security didn't work (you should be able to create a new role, say testonly, and allow only users with that role to see the test page, and of course never assign any users to that role). But as far as the test page reappearing goes, I think I know why that

[jboss-user] [JBoss jBPM] - Simple WS invoke causes NullPointerException. Why?? Please

2006-11-14 Thread pkovgan
Hi! I have extended hello example by my invoke to my web service. and I failed to invoke my web service. I know exacly, that I failed upon invoked, I checked it! Please, help!!! I do receive, assign, invoke, reply. hello.bpel: | ?xml version=1.0 encoding=UTF-8? | process

[jboss-user] [Beginners Corner] - Re: Help needed for Logging SAR files

2006-11-14 Thread PeterJ
Enclose your code within [ code ] ... [ /code ] tags (without the spaces). Or select the code and click on the Code button. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985829#3985829 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Open socket and JBoss

2006-11-14 Thread nikolajg
:-) one more information - the application will be made in C++. Ive just seen that CORBA should be used - but still, I would be happy if someone could come with some kickstart answers. Again, thanks. /nikolaj,Copenhagen. View the original post :

[jboss-user] [JBoss jBPM] - Re: very long wait to save process using designer

2006-11-14 Thread alv21
Yunfeng Hou wrote : When save the process definition using designer, it is very slow. This is not the issue of jbpm designer, it is because of the xml editor. You can define xml catalog as follow, | 1. from menu in Eclipse: Windows-Preferences | 2. choose Web and XML- XML Catalog, click add

[jboss-user] [Remoting] - JMS Transport

2006-11-14 Thread jgilbert
Has anyone written or are there plans to write a JMS transport for jboss remoting? My scenario is that I would like to use a jms transport behind a oneway web service operation. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985834#3985834 Reply to the

[jboss-user] [JBoss Messaging] - Re: NullPointerException in org.jboss.remoting.Lease.notifyC

2006-11-14 Thread [EMAIL PROTECTED]
There is a bug into Remoting leasing... We are working into getting it fixed. So.. if you restart your server, your client has to be restarted also. If you restart your server but if you keep the client alive, Leasing will keep pinging the server while the server is still starting, and

[jboss-user] [JBoss Seam] - Re: Trinidad example uploaded to wiki

2006-11-14 Thread petemuir
org.apache.myfaces.trinidad.component.UIXInput View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985764#3985764 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985764 ___ jboss-user

[jboss-user] [Beginners Corner] - Re: Help needed for Logging SAR files

2006-11-14 Thread riji
hi Jaikiran, Sorry for late reply. Here is my log4j.xml ?xml version=1.0 encoding=UTF-8? log4j:configuration xmlns:log4j=http://jakarta.apache.org/log4j/; debug=false appender-ref ref=test/ appender-ref

[jboss-user] [JBoss Portal] - Easiest way to get the Current Users's Role?

2006-11-14 Thread trupoet
So I'm displaying certain things in a portlet depneding on what the current user's roles are. What's the easiest way to gain access to the user/role sessions to do this from within a portlet? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985845#3985845

[jboss-user] [JBoss jBPM] - Re: with out using jbpm console

2006-11-14 Thread kukeltje
then search better. jBPM has documentation, API docs, there is sourcecode (with examples and testcases), there is a getting started etc... if this all is not enough to give you any idea on the subject, I suggest you find some other thing to use. View the original post :

[jboss-user] [JBoss Seam] - Problem with page actions, @Begin and stateful beans

2006-11-14 Thread pbrewer_uk
I'm using seam 1.1beta2 (although the error occurs in 1.0.1.GA as well). I have defined some page actions to setup some virtual pages so that two different user types (standard and special) get redirected to a single sign-up page. So, when a user goes to standardRegistration.faces they: 1. hit

[jboss-user] [Beginners Corner] - Re: Help needed for Logging SAR files

2006-11-14 Thread riji
?xml version=1.0 encoding=UTF-8? log4j:configuration xmlns:log4j=http://jakarta.apache.org/log4j/; debug=false appender-ref ref=test/ appender-ref ref=SunAm/ /log4j:configuration View the original post

[jboss-user] [Beginners Corner] - Re: Example: java.lang.NoClassDefFoundError (org/jboss/loggi

2006-11-14 Thread nikolajg
Just looked at CORBA and I guess it should be solved with an open socket that I control myself (the socket should remain open). Still, some help would be appreciated very much. Thanks. /nikolaj View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985771#3985771

[jboss-user] [JBoss Portal] - Re: JBoss Portal Stress Results

2006-11-14 Thread walbar
Hi, Thanks a lot for your answer. Following your line of thinking I tested 2.4 home page without the CMS Portlet and got 20 p/s. Do you think that 2.6 will give us this number of pages once it is fine-tuned? May we expect a better number after the changes to the tables you mention? Regards,

[jboss-user] [JBoss Seam] - Re: Injection and remoting

2006-11-14 Thread gllambi
Thank you very much for the fast reply. sbryzak2 wrote : The login() method in your example is clearly intended to be invoked within a JSF context - it adds messages via FacesMessages and returns an action string. Remoting is not intended to be used to call action methods such as this. |

[jboss-user] [JBoss Messaging] - Re: JMS JNDI Names

2006-11-14 Thread timfox
It goes in the mbean config for the destination View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985847#3985847 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985847 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: ClassCastException with ArrayList when implementing Sele

2006-11-14 Thread forumer
No I didn't have @DataModel before as I thought SelectOneMenu is just plain JSF and not Seam specific. But upon your hint I did put in @DataModel/@DataModelSelection as shown below. But I get the same problem. Nothing I do, short of removing the relevant xhtml snippet, make the

[jboss-user] [JBoss Portal] - Re: JBoss Portal Stress Results

2006-11-14 Thread [EMAIL PROTECTED]
Sohil found two things in the 2.6 codebase and they've been fixed (and backported to 2.4): 1. CMS regexp I added for removal of everything except *. The regexp was being run every time, over the cached object, regardless if the tag existed. 2. Portal ResourceBundle loader seemed to be

[jboss-user] [JBoss jBPM] - Re: with out using jbpm console

2006-11-14 Thread chutki
Hi even i gone through the forums also and i didn't find any specific solution for this and i think i not spend a much time on the document because of my semister exams ... but this is thing which i really intrested to compleate so please sugest me if you have any detailed doc please

[jboss-user] [Security JAAS/JBoss] - Re: Logout Issue

2006-11-14 Thread [EMAIL PROTECTED]
Nipun- Try waiting like 5 seconds to hit the next application. If that doesn't work, clear out your cookies (generated by these applications), restart the browser and run the scenario again. Let me know what you find out. And yes, logout url is important for SSO logout in context.xml. So-

[jboss-user] [JBoss Messaging] - Re: JMS JNDI Names

2006-11-14 Thread timfox
The name can't contain any / characters. If you want to place the destination somewhere other than the default in JNDI you can use the JNDIName attribute: |!-- This attribute is writable to allow configuring an arbitrary JNDI name in the topic's | service deployment

[jboss-user] [JBoss Seam] - Re: First JBoss Seam book released

2006-11-14 Thread andyd
I have ordered the book and am waiting its arrival- apparently January :-(. Can you tell me if it covers Seam 1.1 or 1.2 features? Thanks, Andy. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985785#3985785 Reply to the post :

[jboss-user] [JBoss Seam] - Seam t:panelTabbedPane

2006-11-14 Thread sherkan777
Hi! I try to use t:panelTabbedPane 7 Seam 1.2, and get following error: t:tabChangeListener Tag Library supports namespace: http://myfaces.apache.org/tomahawk, but no tag was defined for name: tabChangeListener | Can anyone help me to resolve this problem? | | Source code is here: |

[jboss-user] [Beginners Corner] - Re: Open socket and JBoss

2006-11-14 Thread nikolajg
Just looked at CORBA and I guess it should be solved with an open socket that I control myself (the socket should remain open). Still would appreciate some help. Thanks. /nikolaj View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985769#3985769 Reply to the post

[jboss-user] [JNDI/Naming/Network] - JBoss Portlet with Oracle

2006-11-14 Thread surajit2k2
Hi , I want to run JBoss Portlet on Oracle. How to create the tables and insert data in the tables in oracle. Any help is highly appreciated - Surajit View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985781#3985781 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Memory Leak with EJB3 ?

2006-11-14 Thread timfox
http://jira.jboss.com/jira/browse/JBMESSAGING-638 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985782#3985782 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985782 ___

[jboss-user] [News Announcements] - JBossCache 1.4.1.Beta released

2006-11-14 Thread rrajesh
JBossCache 1.4.1.Beta has been released and is available for download from Sourceforge at the following URL. http://sourceforge.net/project/showfiles.php?group_id=22866package_id=102339release_id=463459 Release 1.4.1.BETA (November 13, 2006) == ** Bug

[jboss-user] [JBossWS] - Re: Exception while deploying a webservice with attachment (

2006-11-14 Thread mnsharif
People post their problems here when they run short of ideas on their own and they expect others to help. Anyway, thanks for all the help that was provided (my issue is still unresolved though). RomeuFigueira! As you mentioned about the files required for dealing with attachments in

[jboss-user] [JBossWS] - Re: gSoap client with JBoss Ws. swa problem

2006-11-14 Thread RomeuFigueira
Hi, have you ever managed to get this problem fixed? I'm having a similar problem, a standalone client that links to a webservice running in JBoss. It also works well without attachments but when attachments ocours, it colapses like yours. My thread:

[jboss-user] [JBoss Seam] - Re: jboss-4.0.5.GA with portal profile breaks booking exampl

2006-11-14 Thread cpage
[EMAIL PROTECTED] wrote : For some reason, Ajax4JSF is incompatible with the portal profile. I don't have any chance to solve this issue in time for the release today, so the instructions are basically: | | * If you want to try the portal example, use the portal profile. | * If you want

[jboss-user] [JBoss jBPM] - Include jars into process archive ?

2006-11-14 Thread TheEJBPope
Hi, Is it possible to include jar files in a process archive ? Typically these would contain common domain- and utility classes used throughout the system. They would be easier to distribute and develop in a separate jar file. Jan View the original post :

[jboss-user] [JBoss jBPM] - Re: hooking JBPM to know when processes and tasks are create

2006-11-14 Thread kukeltje
I'm glad to hand over this patent without any costs and refrain from using this statement ever again in the future. There is only one condition. creating a static topic read me first you stupid A at the top of this forum with some statements and links in there. This way I can point to

[jboss-user] [JBoss Eclipse IDE (users)] - No JSP Page creation in menu

2006-11-14 Thread aditya2507
I recently downloaded JBoss-IDE 1.6 and integrated that with Eclipse 3.1. Everything seems okay, I went through one of the tutorials on the web and I was able to create and deploy a servlet. The problem is when I start looking to create a JSP page..I am unable to find it in the menu:

[jboss-user] [JBossCache] - JBossCache over a JGroups Multiplexer Channel

2006-11-14 Thread u_arun
Hi there, How do I create a JBossCache instance on top of a JGroups Multiplexer Channel ? I need to create multiple JBossCache instances on a single JGroups channel (Infact I need to eventually create 2 JBossCache instances and a MessageDispatcher on top of single JGroups channel). I tried to

[jboss-user] [JBoss AOP] - Re: How can we pintcut JBoss classes?

2006-11-14 Thread mskonda
Thanks for quick anwer Kabir! i. I have included org.jnp.server in AspectManagerService ii. Loadtime weaving is turned on iii. call is changed to execution However, there's seems no interceptor is invoked Kabir. Here's my jboss-aop.xml: | ?xml version=1.0 encoding=UTF-8? | aop |bind

[jboss-user] [Beginners Corner] - Re: Example: java.lang.NoClassDefFoundError (org/jboss/loggi

2006-11-14 Thread PeterJ
When you run your client, what is your classpath? Did you include C:\jboss-4.0.5.GA\client\jbossall-client.jar? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985826#3985826 Reply to the post :

[jboss-user] [JBoss Portal] - Building 2.4.0 from source Fails

2006-11-14 Thread walbar
Hi, I am trying to compile JBoss Portal 2.4.0 from source. I downloaded it and following the manual I executed: build datasource getting the following: C:\java\jboss-portal-2.4.0-src\corebuild datasource | Executing C:\java\jboss-portal-2.4.0-src\core\..\tools\bin\ant.bat -logger org.

[jboss-user] [JBoss Portal] - Re: Building 2.4.0 from source Fails

2006-11-14 Thread walbar
Peter, Thanks a lot for your quick answer. I've tried what you suggest and got the same error. Regards, Waldemar View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985836#3985836 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: JMS JNDI Names

2006-11-14 Thread mskonda
Sorry tim, could be a dumb question: Where does this attribute def goes? I tried in destination-service.xml, but seems not the right place? Thanks Madhu View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985838#3985838 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Application Startup Actions

2006-11-14 Thread iradix
E-EJB3 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985799#3985799 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985799 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [Installation, Configuration Deployment] - Re: Trouble With EncryptKeystorePasswordInTomcatConnector Wi

2006-11-14 Thread OliverHrdz
Has no one else tried to use this new capability? It was added per JBAS-3369, so my project surely can't be the only ones trying this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985806#3985806 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Synched with latest code to build/deploy the examples an

2006-11-14 Thread Gleb.Gadyatskiy
Hi All, I have solved this problem by adding the following code to org.jboss.seam.core.Events (and rebuilding jboss-seam.jar) public void raiseEvent(String type) |{ | raiseEvent(type, new Object[0]); |} | After that the bud disappeared. May we, we should add it to

[jboss-user] [JBoss AOP] - Re: How can we pintcut JBoss classes?

2006-11-14 Thread [EMAIL PROTECTED]
It should be possible. The simplest solution will be to use execution instead of call: | bind pointcut=execution(* org.jnp.server.NamingServer-setBinding(..)) | advice name=notify aspect=com.cmi2.facility.jndi.aop.JndiNotifier / | /bind | This only weaves the target class, while call

[jboss-user] [JBossWS] - Re: Exception while deploying a webservice with attachment (

2006-11-14 Thread RomeuFigueira
Indeed you are right, wstools does not go along with more complex types necessary for attachment. One has to do them by hand, or using a place holder. As for the mapping error, in your jaxrcp-mapping.xml do you place strings as: param-typejava.lang.String/param-type? And in your wsdl file, do

[jboss-user] [JBoss Seam] - Re: Exception when using @EJB (or JNDI to inject a session b

2006-11-14 Thread antispart
Works now, thanks very much! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985798#3985798 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985798 ___ jboss-user mailing list

[jboss-user] [JBossCache] - Re: JbossSerialization does not work on some JRockit version

2006-11-14 Thread [EMAIL PROTECTED]
Thx for the info View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985820#3985820 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985820 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Error Messages when using command create.db

2006-11-14 Thread wackruochen
Hi all, I downloaded jBPM3.1.2, and I tried to created tables onto DB2/400. I configured the create.db.hibernate.properties, build.deploy.xml files, and hibernate.cfg.xml. But after running ant create.db -buildfile build.deploy.xml command, I was able to successfully create jBPM tables onto

[jboss-user] [JNDI/Naming/Network] - Re: JNDI lookup fails with JBoss4.0.4GA Patch1

2006-11-14 Thread PeterJ
What is the name of you data source in the *-ds.xml file? Is it MySqlDS or jdbc/MySqlDS? If the former, change the lookup to ctxt.lookup(java:/MySqlDS); View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985813#3985813 Reply to the post :

[jboss-user] [JBoss Seam] - Re: JSF Exception handling

2006-11-14 Thread Ci
Btw, it was inspired by http://www.jroller.com/page/mert?entry=handling_errors_with_an_errror View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985819#3985819 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985819

[jboss-user] [JBoss Portal] - Re: Building 2.4.0 from source Fails

2006-11-14 Thread PeterJ
To build the source, go to the build directory and run: build View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985833#3985833 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985833

[jboss-user] [Remoting] - Re: JMS Transport

2006-11-14 Thread jgilbert
Do you think this is something reasonable that I should take a stab at or is there a better approach? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985848#3985848 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985848

[jboss-user] [JBoss Messaging] - NullPointerException in org.jboss.remoting.Lease.notifyClien

2006-11-14 Thread rtm333
We are using Messaging 1.0.1.GA with JBoss 4.0.5.GA. We are experiencing a serious problem that prevents further client connections to JMS. It can be reproduced by the following steps: 1. Start JBoss (standard messaging configuration). | 2. Start a JMS topic subscriber. | 3. Shutdown JBoss

[jboss-user] [Remoting] - Re: JMS Transport

2006-11-14 Thread [EMAIL PROTECTED]
No plans for JMS transport within remoting. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985842#3985842 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985842 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Seam components in different jars

2006-11-14 Thread Ci
I have a similar problem, a component is in the second jar. Seam from cvs, JBoss 4.0.5.GA. [EMAIL PROTECTED](ScopeType.STATELESS) | @Name(localeStuff) | @Intercept(InterceptionType.NEVER) | public class LocaleStuff { | public void select(ValueChangeEvent event) {...} | } lives in

[jboss-user] [JBoss Seam] - Re: Seam components in different jars

2006-11-14 Thread Ci
A-ha, I put an empty seam.properties file into the add.jar and it works now. Good, but very weird... Should be placed in FAQ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985837#3985837 Reply to the post :

[jboss-user] [JBossCache] - JBoss Cache 1.4.1 Cayenne in BETA

2006-11-14 Thread [EMAIL PROTECTED]
Read all about it here. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985803#3985803 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985803 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Using Order-by with inheritance

2006-11-14 Thread Tabares
Hi !!! I have a problem. I have defined into a many-to-many relationship a order-by tag and I want mapping an attribute of the superclass. For example, I want order the Customers using the birthdate attribute of Persons. I am using the orm.xml instead of java annotations. View the original

[jboss-user] [Security JAAS/JBoss] - Re: got 403 error but module auth worked

2006-11-14 Thread raivil
JBoss expects to find the user's roles in a group called Roles instead of just adding roles to the Subject, add a Group o roles caales Roles | java.security.acl.GrouprolesGroup = new SimpleGroup( Roles ); | rolesGroup.addMember( | new SimplePrincipal( ExampleRole ) ); |

[jboss-user] [JBossCache] - Re: JBossCache over a JGroups Multiplexer Channel

2006-11-14 Thread [EMAIL PROTECTED]
Missing something, but not something obvious :(. Multiplexer integration is not supported in 1.4.0.SP1. The configuration attributes were added, but the ability to access the multiplexer was not enabled (for reasons due to release timing.) Multiplexer integration is enabled in the just

[jboss-user] [Remoting] - Re: JMS Transport

2006-11-14 Thread [EMAIL PROTECTED]
You're welcome to add a JMS based transport. The reason it really never showed up on our radar was because felt it would be difficult to expose the full power of JMS through remoting API (i.e. durable topics, persisted messages, message acknowlegement, etc.). We figured if someone needed to

[jboss-user] [Remoting] - Re: JMS Transport

2006-11-14 Thread jgilbert
Makes sense. I am just trying to reproduce the kind of capability with jbossws that i could do with the axis jms transport. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985852#3985852 Reply to the post :

[jboss-user] [JBoss Portal] - Re: JBoss Portal Stress Results

2006-11-14 Thread [EMAIL PROTECTED]
I have added a couple of improvements in 2.6 trunk, would you mind to test it and see what you get ? walbar wrote : Hi, | | Thanks a lot for your answer. Following your line of thinking I tested 2.4 home page without the CMS Portlet and got 20 p/s. Do you think that 2.6 will give us this

[jboss-user] [JBossCache] - Re: JBossCache over a JGroups Multiplexer Channel

2006-11-14 Thread u_arun
It's not so much the PropertyConfigurator, it was happening whenever I enable REPLICATION on the Cache. I had to setInactiveOnStartUp(true) for my cache(s) to startup. Now I am running into issues where its not actually replicating :( I'll give 1.4.1.Beta1 a try and post my observations here

[jboss-user] [JBoss AOP] - Re: How can we pintcut JBoss classes?

2006-11-14 Thread [EMAIL PROTECTED]
I forgot, you would need to make this pointcut available before the NamingServer is loaded, since loadtime weaving can only be done the first time a class is loaded. Now the problem is that the naming service is one of the bootstrap services loaded up via server/xxx/conf/jboss-service.xml,

[jboss-user] [JBoss jBPM] - Re: Error Messages when using command create.db

2006-11-14 Thread kukeltje
Caused by: java.sql.SQLException: The driver does not support t | his function. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985860#3985860 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985860

  1   2   3   >