[jboss-user] [Installation, Configuration & Deployment] - Re: Where's the Binding?

2006-11-17 Thread russray
I have gone back and re-installed the Application Server and ensured I declared only one datasource for our projects. Now I can not get a connection. | 00:38:27,677 INFO [WrapperDataSourceService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=jdbc/pidbdev' to JNDI name

[jboss-user] [EJB 3.0] - Re: Can't get a stateless session bean to work - JNDI can't

2006-11-17 Thread Azavia
Hi, It started working. Had to remove the reference to the EJB jar from the war file. I still don't know why I had the original problem with the remote interface not being bound. But it works now. But I'm having a slight other problem related to this. I tried creating a message bean. It wasn'

[jboss-user] [JBossCache] - How to, Flush data stored in TreeCache to disk?

2006-11-17 Thread sjeevan
Hi, I am using JE BerkleyDB implementation of JBossTreeCache (org.jboss.cache.TreeCache) in my application for storing some information. A sniipet out of the constructor: | public final Fqn CREATED_DATE_FQN; | private static final String CREATED_DATE = "CreatedDate"; | | | this

[jboss-user] [JBoss Seam] - ICEfaces booking example posted!

2006-11-17 Thread scosenz
Someone just posted a working example in the ICEface's forum. http://www.icefaces.org/JForum/posts/list/2860.page Enjoy! Steve View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3987040#3987040 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[jboss-user] [JBossWS] - One endpoint but the type appears twice in the WSDL

2006-11-17 Thread ericmacau
Hello, I use JBossWS-1.0.3 to create the web service in Tomcat-5.5. Everything seems fine but meet a strange problem that one of the Java bean in the generated WSDL appearing twice. Please look at the following WSDL. Is it a bug or just like that. And how can I do if I only want one in the WSDL

[jboss-user] [Beginners Corner] - Re: Problems with JBoss to deploy

2006-11-17 Thread visolvejboss
Hello, Have a look at following error log. 14:55:26,406 WARN [EJBDeployer] Verify failed; continuing | java.lang.NoClassDefFoundError: org/andromda/timetracker/service/TimeTrackingSer | vice This specifies that the above mentioned class is not available. Copy the class to an appropriate p

[jboss-user] [Installation, Configuration & Deployment] - Where's the Binding?

2006-11-17 Thread russray
I am running MyEclipse 5.1 with JBoss4.0.5. I have ported my code over from WSAD to MyEclipse 5.1 I have removed all my IBM specific files and started anew. I have the projects build and deploying to JBoss on my local machine. I have a data source setup to a SQL Server database. I can start

[jboss-user] [JBoss Eclipse IDE (users)] - Re: jboss ide / eclipse 3.2.1 bug?

2006-11-17 Thread microdisney
Ok.. So obviosly I don't use the error log. (I found the view for it.) There were some complainst about duplicate file names and java.Lang not found etc. Just removed my BIRT build and replaced it with the bundle build for JBOSS and all is well. Probably doesn' t help anyone that much but at lea

[jboss-user] [EJB 3.0] - Re: Can't get a stateless session bean to work - JNDI can't

2006-11-17 Thread Azavia
Hi, I've made progress. Not sure why, but the error has changed to: java.lang.ClassCastException: $Proxy75 cannot be cast to com.azavia.calculator.ejb.Calculator The line is: Calculator calculator = (Calculator)context | .lookup("CalculatorApplication/CalculatorBe

[jboss-user] [Beginners Corner] - Re: Failed to boot JBoss: javax.management.InstanceNotFoundE

2006-11-17 Thread cznc
When my jdk is 1.5 I meet the problem,1.4 is ok. So I think it may be a versoin impact between jdk and jboss? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3987032#3987032 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3

[jboss-user] [JBoss Eclipse IDE (users)] - Re: jboss ide / eclipse 3.2.1 bug?

2006-11-17 Thread microdisney
I am haveing the same problem. I installed an AllInOne eclipse 3.2 from the BIRT project. I just dld and installed 2.0.0 beta and I get anonymous wrote : An error has occured. See error log for more details. Well I WOULD see the error log if I knew where to find it... I never had problems with m

[jboss-user] [Beginners Corner] - Re: jta transactions - simple question

2006-11-17 Thread vitor_b
Hello Thank you for your answer. I put uT.setRollbackOnly() only to check what would happen. Now I've changed this line to: throw new Exception("dark force exception") and rollback method in catch (Exception ex) works quite fine. So i belive that failed commit() method is the reason of misse

[jboss-user] [Beginners Corner] - Re: Problems with JBoss to deploy

2006-11-17 Thread genman
Looks like you're missing a class. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3987028#3987028 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3987028 ___ jboss-user mailing l

[jboss-user] [Beginners Corner] - Re: jta transactions - simple question

2006-11-17 Thread genman
I don't believe you can do a commit() following a setRollbackOnly(), use rollback() or commit(). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3987027#3987027 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3987027 _

[jboss-user] [Security & JAAS/JBoss] - Re: Why JAAS authenticate() fails?

2006-11-17 Thread benccit
Hi jaikiran, moj_sham, I replied your message several days. For unknown reason, it is not displayed. So I am re-replying it. Although I configured the log4j.properties, I couldn't get much logging message on the security. So far. I still can't make it work. For unknown reason, I got "No securi

[jboss-user] [EJB 3.0] - Re: Can't get a stateless session bean to work - JNDI can't

2006-11-17 Thread Azavia
OK, I still can't get this darn thing to work. I'm still getting the "remote not bound" exception. Not much has changed since my first post, except I'm usingthat skeleton now, but the code is mostly still the same. Any clue what it could be? I'm exasperated. View the original post : http://ww

[jboss-user] [JBoss Seam] - Re: Wildcards for no-conversation-view-id

2006-11-17 Thread [EMAIL PROTECTED]
Great! anonymous wrote : I also made it so that actions stop firing on the first non-null return. Gavin, if you disagree with this let me know, but it makes sense to me. I think I disagree, but perhaps I can kinda see where you are coming from View the original post : http://www.jboss.co

[jboss-user] [JBoss Seam] - Re: ICEfaces

2006-11-17 Thread scosenz
The ICEfaces 1.5 Release Notes say "Preliminary integration with JBoss Seam has been achieved." Since no other details are given, does anyone know what should and should not be expected to work in the 1.5 release? Also, does the integration with Seam simply include the steps TedGoddard mentions

[jboss-user] [JBoss Portal] - Re: Is there any other example other then the hello world ex

2006-11-17 Thread PeterJ
I think this is what you are looking for. In the doView method in your portlet, do this: protected void doView(RenderRequest request, | RenderResponse response) throws PortletException, IOException{ | . . . | response.setContentType("text/html"); | PortletRequestDispa

[jboss-user] [JBoss Eclipse IDE (users)] - Re: jboss ide / eclipse 3.2.1 bug?

2006-11-17 Thread mvalentiner
I've got this problem too. Eclipse 3.2.1 Eclipse IDE 1.6.0.GA Under Run->Debug, selecting JBoss Remote does nothing. Selecting JBoss AOP Application brings up a new configuration panel, but JBoss Remote (or JBoss anything else) does not. Anyone have a fix or work around? jalla, what last beta

[jboss-user] [Management, JMX/JBoss] - Re: auto redeploy dynamic mbean on JBoss restart

2006-11-17 Thread cococ
Hi, I've also noticed this problem. Specifying a value (or a default) just does not work in the persistence.sar (using either method listed in the Wiki). Is there any news on getting this resolved? Thanks, Christopher View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [JBoss Portal] - Re: Personalized portal general question

2006-11-17 Thread Peter.Coppens
THanks Roy, Do you have any news on anonymous wrote : I am currently (today) stubbing out the security functionality in the CMSAdminPortlet/jsps and will check them in to SVN by the end of day. After that, you are welcome to look at the skeleton pages and suggest changes. Is it worthwhile

[jboss-user] [JBoss Seam] - Re: Wildcards for no-conversation-view-id

2006-11-17 Thread iradix
Ok, well it's just about done anyway. Changes I've made are: You can now specify page parameters, no conversation view ids, timeouts, and resource bundles in wildcards. Page Parameters from all matches are combined while the others will fall back to the value defined on the most specific match

[jboss-user] [JBossWS] - Re: DayTrader benchmark deployment

2006-11-17 Thread jshrinivas
Hi Thomas, I am sorry, I couldnt get back to you on this earlier. Anyways, there is no jaxrpc-mapping.xml in the ear. There is a file named TradeServices_mapping.xml and here is what the file lists for getMarketSumary: getMarketSummary getMarketSummary

[jboss-user] [EJB 3.0] - Re: @Service EJB Undeploy error

2006-11-17 Thread alpheratz-jb
No answers? oh dear. I forgot to say that this is with the jems-installer-1.2.0.BETA3.jar. There is another post somewhere that indicates that this is jboss4.0.5 issue, since the poster says that going back to 4.0.4 solved is problem (can't find the other post now, though...) Cheers, Aplh Vi

[jboss-user] [JBoss Portal] - Re: Is there any other example other then the hello world ex

2006-11-17 Thread johnybravo2004
what i am saying is that if i replace view.jsp to myTask.jsp it should work... but even if myTask.jsp has the exact same stuff as view.jsp the content of myTask.jsp dont appear. I went through that doc but it doesn tell you how to refer to other jsps other then view, edit and help jsp pages are

[jboss-user] [News & Announcements] - JBossCache 2.0.0.ALPHA1 released

2006-11-17 Thread rrajesh
JBossCache 2.0.0.ALPHA1 has been released and is available on sourceforge for download at the following URL: http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=102339&release_id=464535 Release 2.0.0.ALPHA1 (November 17, 2006) ** Fea

[jboss-user] [EJB 3.0] - Re: Is it a bug? ClassCastException for org.jboss.remoting.I

2006-11-17 Thread uozturk
Thanks for showing the way Asack. At last solved it. The problem is my EJB and WEB projects both involve a framework project which contains a BaseService class. I use this class for an abstract implementation to session beans. The class involves in both deployments and cause a conflict. View th

[jboss-user] [JBoss Seam] - Re: how can I do optimistic locking with crud framework?

2006-11-17 Thread cwash
"[EMAIL PROTECTED]" wrote : I have just tested this and it all works. | | All I did was: | | (1) Added a version attribute | (2) set scope="conversation" on contactHome (actually I will make this the default scope for a Home) | (3) put propagation="begin" on the Edit link. I'm going

[jboss-user] [JBoss Seam] - Re: install SEAM and Portal together?

2006-11-17 Thread paulharrington
I tried installing Jboss AS with the ejb profiling, and then downloading the portal binaries and adding them to the server. This seems to work OK. Many thanks for the suggestions. Paul View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3987006#3987006 Reply to

[jboss-user] [JBoss Seam] - Re: Problems with application-like behaviour project

2006-11-17 Thread scosenz
Jerome, Could you please tell us how you got Seam 1.1 Beta 2 working with Icefaces 1.5? Were any special steps required? Thanks, Steve View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986983#3986983 Reply to the post : http://www.jboss.com/index.html?module=

[jboss-user] [EJB 3.0] - Re: Can't get a stateless session bean to work - JNDI can't

2006-11-17 Thread Azavia
Hi, I was trying to follow the skeleton project given at http://wiki.jboss.org/wiki/Wiki.jsp?page=StarterSkeletonEclipseProject to see if i could get that to work. It seems like if it'd work, it'd be a lot easier. However, where are the web files supposed to go, such as the jsp, etc? It didn't

[jboss-user] [EJB 3.0] - Re: Can't get a stateless session bean to work - JNDI can't

2006-11-17 Thread [EMAIL PROTECTED]
Yeah, I built that skeleton project as a start to my EJB3 prototype project I was working on (http://golfchairman.sourceforge.net/ is what the skeleton project is growing up into but even that project doesn't have any webapp to it yet). I thought that skeleton project was simple and worked enou

[jboss-user] [JBoss Seam] - Re: install SEAM and Portal together?

2006-11-17 Thread [EMAIL PROTECTED]
"js8523" wrote : You need to install Jboss AS with the ejb profile (there is an option to install with portal, which they are refering to, don't do this). Once you have installed the Jboss AS with ejb (clustered or not), then add the portal libraries to the server. That might also work, but I

[jboss-user] [JBoss Seam] - Re: install SEAM and Portal together?

2006-11-17 Thread [EMAIL PROTECTED]
Use the "portal" profile if you want to use Seam with Portal. Note that the portal profile is known to be incompatible with Ajax4JSF. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986988#3986988 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Seam] - Re: Road Map

2006-11-17 Thread [EMAIL PROTECTED]
Yeah, but that is outside of the current scope of work. At some stage we need a unified identity model for all projects, but that won't happen in this work. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986990#3986990 Reply to the post : http://www.jboss.co

[jboss-user] [JBoss Seam] - Re: Wildcards for no-conversation-view-id

2006-11-17 Thread [EMAIL PROTECTED]
Nope, things are pretty-much locked down for the release now. Process is create a diff and attach it to the JIRA issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986987#3986987 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [JBoss Portal] - Re: Is there any other example other then the hello world ex

2006-11-17 Thread johnybravo2004
but do they have to be in the view.jsp file to view in the portlet since to the jsp folder I added a myTask.jsp and changed all the references to view.jsp to myTask.jsp but I see the portlet but not the content of the portlet. View the original post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBoss Portal] - Re: Is there any other example other then the hello world ex

2006-11-17 Thread bdaw
You don't need separate war files. Hint: portlet.xml has one 'portlet-app' tag and multiply 'portlet' tags. For egz you can look in portletswap or portal codebase View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986994#3986994 Reply to the post : http://www.j

[jboss-user] [JBoss Portal] - to have portlet appear in the portlet view does it have to b

2006-11-17 Thread johnybravo2004
to have portlet appear in the portlet view does it have to be in the view.jsp View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986993#3986993 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3986993 _

[jboss-user] [Beginners Corner] - jta transactions - simple question

2006-11-17 Thread vitor_b
Hello Jboss: 4.0.5GA java: 1.4 I think I'm missing something. Below you can find a simple piece of code. It is similar to every example which shows how to handle with jta transactions. It is from my stateful session bean. Ok lets look at that: UserTransaction uT = sessionContext.getUserTransac

[jboss-user] [JBoss Seam] - Re: Wildcards for no-conversation-view-id

2006-11-17 Thread iradix
Ah, so there's no chance of getting a patch included before the release? I've got another question after looking the code over more thoroughly. Is there any reason to continue firing actions after the first non-null outcome? It seems to me like a non-null outcome signals an immediate transitio

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

2006-11-17 Thread [EMAIL PROTECTED]
FYI http://jira.jboss.org/jira/browse/JBMESSAGING-644 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986996#3986996 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3986996 ___ j

[jboss-user] [JBoss Portal] - Re: Is there any other example other then the hello world ex

2006-11-17 Thread bdaw
To be honest I don't understand the question. Did you look at JSR168? It's really quite well written specification... http://docs.jboss.com/jbportal/v2.4/reference-guide/en/html_single/#d0e1934 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3987002#3987002

[jboss-user] [JBoss Seam] - Re: Wildcards for no-conversation-view-id

2006-11-17 Thread [EMAIL PROTECTED]
anonymous wrote : Ah, so there's no chance of getting a patch included before the release? Proabably not, no. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3987001#3987001 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [JBoss jBPM] - Re: going from jbpm-starters-kit-3.1.3 to jboss-4.0.5.GA

2006-11-17 Thread Digeratus
Yes, using the above for the contents of localDB.script I have the application working correctly. Although I seem to be missing a DBPersistenceService that runs under the jbpm-server (from the examples). I may dig into more of that, but the example application basically works, so I'm good. I

[jboss-user] [EJB 3.0] - Re: Can't get a stateless session bean to work - JNDI can't

2006-11-17 Thread Azavia
"[EMAIL PROTECTED]" wrote : Yeah, I built that skeleton project as a start to my EJB3 prototype project I was working on (http://golfchairman.sourceforge.net/ is what the skeleton project is growing up into but even that project doesn't have any webapp to it yet). | | I thought that skeleto

[jboss-user] [EJB 3.0] - Re: @GeneratedValue in mappedSuperclass Problem

2006-11-17 Thread jc7442
Use persist instead of merge. In your case, it looks to be a new instance not a detached one. I use MappedSuperClass in my app and it works fine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986982#3986982 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [JBoss Seam] - Re: install SEAM and Portal together?

2006-11-17 Thread js8523
Hi You need to install Jboss AS with the ejb profile (there is an option to install with portal, which they are refering to, don't do this). Once you have installed the Jboss AS with ejb (clustered or not), then add the portal libraries to the server. This way you get the latest ejb3 code, a

[jboss-user] [JBoss Seam] - Re: Road Map

2006-11-17 Thread js8523
Re: Seam security stuff. Is this also up for discussion with the Portal and Jbpm guys, as I remember you stating a while ago that you would like to see standardisation between the products? Thanks James View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986

[jboss-user] [Installation, Configuration & Deployment] - Deploying EJB Projects

2006-11-17 Thread russray
When I start my server, you can see the EJBs are deploying like there should, but shortly afterwards, errors start appearing like below. | INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'TaskStatusEJB' to jndi 'local/TaskStatusEJB' | 14:18:49,347 WARN [StatelessSessionContainer] Could

[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss Stuck when starting

2006-11-17 Thread russray
Okay, once I changed my datasource to a different server, the server worked as design. What is troubling is I was using my local box as the DB Server. Windows would not allow me to come back into my box. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986978

[jboss-user] [Security & JAAS/JBoss] - Cannot authenticate using LdapExtLoginModule against AD

2006-11-17 Thread zzzz8
Hi, When a user attempts to login using LdapExtLoginModule, I get the following error: 2006-11-17 11:38:41,041 DEBUG [org.jboss.security.auth.spi.LdapExtLoginModule] Bad password for username=johndoe | javax.naming.CommunicationException: mycompany.com:636 [Root exception is java.net.SocketE

[jboss-user] [JBossWS] - Error With Runtime generation of WSDL With Headers

2006-11-17 Thread mjrother
I have tried this with jboss 4.0.5 native and with jbossws 1.0.4. I have successfully used an annotated stateless ejb for web services with document / literal / bare configuration. I am now attempting to add a header to each web service request. Here is the class : @WebService(name = "tes

[jboss-user] [JBoss jBPM] - Re: jbpm and LDAP!

2006-11-17 Thread kukeltje
Yes, but no you did not start at the wrong point. You can have the authenication/authorisation (currently participant, administrator and manager) and roles/memberships at the processlevel (up to you) separated. I just assumed you would also want the users to login against the ldap server. btw,

[jboss-user] [EJB/JBoss] - EJBTimerService persistent timers intermittently lost

2006-11-17 Thread [EMAIL PROTECTED]
We are using EJBTimerService w/database persistence policy as provided in the distribution in ejb-deployer.xml. The system generally works, with timers persisted and recovered over many server restarts and timer expirations. [Versions we are using: JBoss 4.0.5.GA, Hibernate 3.2.0, EJB 2.1, Orac

[jboss-user] [JBossWS] - JBossWS1.0.4 doesn't work with JBossAS4.0.4GA

2006-11-17 Thread zhi_hui
I tried to follow JBossWS1.0.4 installation intructions to install JBossWS1.0.4 on top of JBossAS4.0.4GA. 1. Copy lib/jbossws-client.jar to $JBOSS_HOME/client/ 2. extracted jbossws.sar to jbossws.sar directory under $JBOSS_HOME/server/default/deploy/ 3. download jboss-xml-binding.jar from http:/

[jboss-user] [JBoss Seam] - install SEAM and Portal together?

2006-11-17 Thread paulharrington
We are starting a project and wish to use SEAM in a JBoss portal environment. I was looking through the documentation for the 2 technologies, to work out which versions to install. In the jboss seam FAQ (http://labs.jboss.com/portal/jbossseam/faq) it states Q: What JBoss AS do I need to run S

[jboss-user] [JBossWS] - Generating classes from WSDL for JBoss

2006-11-17 Thread aronen
Someone please help. We defined WSDL files for a web service. It conforms to the WS-I BP 1.0 (WSDL 1.1, SOAP 1.1) and works in .NET. How do I go about generating the Java class files from these WSDL files? Assume we are using JBoss 4.0.4 (includes JBossWS) and Java SE 1.5 (also known as 5).

[jboss-user] [Beginners Corner] - Re: Problems with JBoss to deploy

2006-11-17 Thread L_amaya
Hello!!! when I put "run "inn the consola: C:\jboss-4.0.4\bin run... this messages appear: at java.net.URLClassLoader.defineClass(URLClassLoader.java:260) at java.net.URLClassLoader.access$100(URLClassLoader.java:56) at java.net.URLClassLoader$1.run(URLClassLoader.java:1

[jboss-user] [JBoss jBPM] - Re: jbpm and LDAP!

2006-11-17 Thread T3reini
Hi, thanks for the quick answer! So we are talking about this: http://wiki.jboss.org/wiki/Wiki.jsp?page=LdapLoginModule ? It seems that I started at the wrong point :-( I'll keep you informed about my progress :-) regards, reini View the original post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Too many opened connections

2006-11-17 Thread viniciuscarvalho
Hello there! We are having a few problems with our application, its a 3rd party and we do not have access to the code, although we have already contacted the provider, the app is using a huge amount of connections (we have over 500 opened connections) but when we check the database, only 100-120

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Number of Threads

2006-11-17 Thread viniciuscarvalho
Hello there! We have a reasonable server (4x xeon processors, 6gig ram). We are using apache + mod jk. Our server is deployed using the all profile. We need to increase the number of simultaneous requests we could accept. I know this is controlled through the max threads parameter. But I have a

[jboss-user] [Beginners Corner] - Access Control for Users

2006-11-17 Thread mohamed.rafi
Hi, I want to do something like this. In a page, there will be three portlets to be shown say A, B and C. User 1 should only see Portlets A & B, whereas User 2 should be able to see Portlets B & C and User 3 will be able to see all three Portlets in the page. What is the easiest way to accompli

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

2006-11-17 Thread plexiq
I finally found our leakage, but havent been able to fix it yet. It seems java.lang.Thread objects created by JBossMQ do not get garbage collected for some reason. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986952#3986952 Reply to the post : http://www.

[jboss-user] [EJB 3.0] - Re: 2 FETCH Joins in 1 query

2006-11-17 Thread Juergen.Zimmermann
Yes, both "orders" and "shipments" are of type List<>. Will adding @IndexColumn solve the problem? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986949#3986949 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3986949 ___

[jboss-user] [EJB/JBoss] - Re: WebLogic to JBoss conversion - EJB Client jar file?

2006-11-17 Thread nsv
i need help. -Vishnu View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986950#3986950 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3986950 ___ jboss-user mailing list jboss-use

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

2006-11-17 Thread bilange
I spoke too soon... we still see a leakage... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986948#3986948 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3986948 ___ jboss-use

[jboss-user] [JBoss jBPM] - Re: jbpm and LDAP!

2006-11-17 Thread kukeltje
I'll keep you posted View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986939#3986939 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3986939 ___ jboss-user mailing list jboss-user

[jboss-user] [JBossWS] - jbossws marshal vector object problem

2006-11-17 Thread ke.ren
Hello, I met some problems when I try to use Vector in wsdl. I checked the log file and found JBoss set the objects correctly: anonymous wrote : DEBUG [org.jboss.ws.binding.EndpointInvocation] setReturnValue: java.util.Vector | | 2006-11-17 17:39:39,234 DEBUG [org.jboss.ws.binding.soap.SOA

[jboss-user] [JBossWS] - Re: JBossWS installation problem

2006-11-17 Thread mslepak
We are using JBoss AS 4.0.0 with embedded Tomcat 5.0. We've used JBoss for quite a while, haven't had any problems, and now we are adding WS component which we downloaded from your site. Here is the exact file description: jbossws-1.0.4.GA; Binaries, Docs, Samples; 12 MB; 11/15/06; LGPL I foll

[jboss-user] [JBoss jBPM] - Re: going from jbpm-starters-kit-3.1.3 to jboss-4.0.5.GA

2006-11-17 Thread cocampo
"Digeratus" wrote : | Also, I'm looking into converting the existing site into a pdf file. Would someone want to post it somewhere if I can convert it? As far as I know, you can post it yourself as a Wiki. Regarding your DB setup, it's already done or not? I couldn't understand it from your

[jboss-user] [JBossWS] - Re: Create multiple web services with same SLSB ejb

2006-11-17 Thread fcheng
Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986927#3986927 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3986927 ___ jboss-user mailing list jboss-user@lists.jboss.

[jboss-user] [Installation, Configuration & Deployment] - JBoss Stuck when starting

2006-11-17 Thread russray
I have created a J2EE project and I am deploying it to the server. I have a data source and JMS Queues. Previously the project was deploying with errors. Now the sever starts and never comes back after it hits this line: | [WrapperDataSourceService] Bound ConnectionManager 'jboss.jca:serv

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

2006-11-17 Thread iradix
That fixed it. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986922#3986922 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3986922 ___ jboss-user mailing list jboss-u

[jboss-user] [JBoss Seam] - Re: Wildcards for no-conversation-view-id

2006-11-17 Thread iradix
Ok, I'm working on this now. A few questions though: I've got the latest CVS changes as of last night. Anything else I should know about changes to the Pages component that you are working on locally or had in mind? What is the process for submitting patches? View the original post : http:/

[jboss-user] [JBossCache] - Re: Why ERROR for lonely ClusteredCacheLoaders?

2006-11-17 Thread Tyler Black
Thank you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986919#3986919 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3986919 ___ jboss-user mailing list jboss-user@lists.jbo

[jboss-user] [JBoss jBPM] - Re: jbpm and LDAP!

2006-11-17 Thread cocampo
Roland: I'm interested in this topic, please let me know if I can help. Regards. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986917#3986917 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3986917

[jboss-user] [JBoss jBPM] - Re: CVS?

2006-11-17 Thread cocampo
BTW, if you're seeing an error in the console, it would be nice to have it too, and the processdefinition file. I'm wondering, in what timezone are you located? I don't know if there is some kind of issue with this, maybe your app server is using another timezone, or maybe jBPM is using it, I d

[jboss-user] [EJB/JBoss] - Re: WebLogic to JBoss conversion - EJB Client jar file?

2006-11-17 Thread nsv
any updates please help... -Vishnu View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986913#3986913 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3986913 ___ jboss-user mailing

[jboss-user] [JBossCache] - Re: ClassCastException during cache replication

2006-11-17 Thread [EMAIL PROTECTED]
Sadly it affects a number of files - you're best off trying to see if 1.4.1.BETA fixes your problem and then upgrade to 1.4.1.GA when it is released (should be later this month) In the meanwhile, you could suppress ERROR logs for the class in question, although you may miss real errors that way

[jboss-user] [JBoss jBPM] - Re: jbpm and LDAP!

2006-11-17 Thread kukeltje
Authentication is done via a normal jboss login module. That is the first step. Did you get that working? The moment you do, we'd be glad if you document that on the wiki. I'll help you (and myself) find out the next steps after that, since it is something I want to. View the original post : h

[jboss-user] [JBossCache] - Re: INVALIDATION Cache problem

2006-11-17 Thread [EMAIL PROTECTED]
See http://jira.jboss.com/jira/browse/JBCACHE-806 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986909#3986909 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3986909 ___ jbos

[jboss-user] [JBossCache] - Re: Why ERROR for lonely ClusteredCacheLoaders?

2006-11-17 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBCACHE-860 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986906#3986906 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3986906 ___ jboss-use

[jboss-user] [JBossWS] - Re: How do I disable HTTP chunking?

2006-11-17 Thread ge0ffrey
Thanks for opening the issue! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986907#3986907 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3986907 ___ jboss-user mailing list j

[jboss-user] [EJB 3.0] - Re: JBoss 4.0.3 SP1, MS SQL Server 2000, Persistence issue:

2006-11-17 Thread r.simoni
I think it doesn't use MS SQL Server jta data source, but the default. Why? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986905#3986905 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3986905 ___

[jboss-user] [JBossCache] - Re: TimeoutException: Response timed out errors with jboss/h

2006-11-17 Thread [EMAIL PROTECTED]
Could you try 1.4.1.BETA? A bunch of things related to hibernate interop were fixed in this release. http://labs.jboss.com/portal/jbosscache/download/index.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986904#3986904 Reply to the post : http://www.j

[jboss-user] [JBoss Seam] - TestNG: java.util.zip.ZipException

2006-11-17 Thread lowecg2004
When running a TestNG Seam test, the following exception occurred: Failed to invoke @Configuration method org.jboss.seam.mock.SeamTest.init:java.util.zip.ZipException: The system cannot find the path specified | FAILED: init | java.lang.RuntimeException: java.util.zip.ZipException: The syste

[jboss-user] [JBossCache] - Re: NPE when using optimistic locking with JbossCache 1.4.0.

2006-11-17 Thread [EMAIL PROTECTED]
Have you tried this with 1.4.1.BETA? http://labs.jboss.com/portal/jbosscache/download/index.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986902#3986902 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3986902 _

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

2006-11-17 Thread bilange
It seems that our pb went away. Our initial code was closing connections only (in the finally clause) assuming that this will de facto close it. It seems that it's not enough for this pool. In also closing resultsets and prepared statements, our leak is now gone. Apparently some non closed obje

[jboss-user] [JBoss Seam] - Re: How to impliment a Paged + Sorted DataTable (session) wi

2006-11-17 Thread antispart
I found something that works for me. I'm including it here in case it might help someone else (or perhaps someone could suggest a better solution): | @Stateful | @Name("testAction") | @Scope(ScopeType.CONVERSATION) | public class TestActionBean implements TestActionLocal { | @Logge

[jboss-user] [JBoss Portal] - Re: Integrating existing Struts based application within the

2006-11-17 Thread girishramagiri
Hi, Nopes I didnt use Struts Bridge. Instead I am redirecting to a jsp from the Portlet.java & in this jsp, I am again redirecting to Servlet. This Servlet then forwards the request to the struts action (ex: MenuAction.do). Now the next issue that I am facing in this implementation is that all

[jboss-user] [EJB 3.0] - security-domain problem...

2006-11-17 Thread kingkong1976
hi by the way, i have forgot to mention, that the bean i would like to access anonymously is declared with @PermitAll. in the mean time i have found out, that not the bean itself is the problem. the jndi lookup already try's to authenticate. i have tried with this two initial context factorys

[jboss-user] [EJB/JBoss] - Re: WebLogic to JBoss conversion - EJB Client jar file?

2006-11-17 Thread nsv
Hi Need help urgently below is the piece of code from config.xml from weblogic declaring jmsqueues ,topics and connectionfactories Can you please tell me how can i declare the same in JBOSS | | | | | | | | | | | | | | |

[jboss-user] [EJB 3.0] - JBoss 4.0.3 SP1, MS SQL Server 2000, Persistence issue: java

2006-11-17 Thread r.simoni
Hi at all. I have an issue with JBoss 4.0.3 SP1 and MS SQL Server 2000 with SP3. Accessing from a client a remote session bean (stateless), I'm able to lookup and call a test method that make persist an Entity Bean on a table. But when the method finish execution, I receive an exception on JBos

[jboss-user] [JBoss jBPM] - jbpm and LDAP!

2006-11-17 Thread T3reini
Hi, I have spent so much time to go through all the documentation and forum topics on the identity component but I have no idea how to link jbpm to a LDAP Database. I hope someone is willing to give me some hints because I need a prototype for my thesis. UseCase: I have Users in an LDAP-DB(Open

[jboss-user] [JBossWS] - Re: JSR-181 Endpoint ClassCastException

2006-11-17 Thread jhudson
Ok, I promise this is my last question :) I saw a reference somewhere that jbossws rewrites the web.xml (which I see happening) if you are using an exploded structure but, if I restart the app server and keep the rewritten web.xml file, the endpoint can not be located. So, every time I start t

[jboss-user] [JBoss Seam] - Re: Component not found in War

2006-11-17 Thread [EMAIL PROTECTED]
So you package your component class directly in WEB-INF/classes? OK, well, you would need to add a WEB-INF/classes/META-INF/seam.properties file so that Seam's scanner will scan that directory for components. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=398

[jboss-user] [JBoss Seam] - Re: Component not found in War

2006-11-17 Thread petemuir
Yu can't put seam components in the war. If you don't want them in the EJB jar you could always put them in another jar. Just don't forget seam.properties for them to loaded automatically. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986883#3986883 Reply

[jboss-user] [JBoss Seam] - Re: session timeout always throw exception

2006-11-17 Thread [EMAIL PROTECTED]
Looks like a classloading problem to me. Do you have you jboss-app.xml files? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986882#3986882 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3986882 _

  1   2   >