[JBoss-user] [Beginners Corner] - Re: Problems configuring JBoss for MySQL with EJB3

2006-06-22 Thread anders.hedstrom
You get connection refused. Is your MySQL Server running? Is it running on the standard port? Is it on your local machine? If not, is there any firewalls between your jboss instance and your mysql instance? View the original post :

[JBoss-user] [JBossWS] - Re: jbossws and jetty

2006-06-22 Thread [EMAIL PROTECTED]
http://labs.jboss.com/wiki/HowToContribute View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952663#3952663 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952663 Using Tomcat but need to do more? Need to support web services,

[JBoss-user] [JBoss jBPM] - What happens to the JAVA classes in a .par file while deploy

2006-06-22 Thread DerJohannes
When I save a process like the starter's-kit websale through the jboss ide, i can include all necessary java classes in this .par file. The contents of such a .par file are for instance: \classes\org\jbpm\websale\RemindActor.class \classes\org\jbpm\websale\UpdateBooks.class

[JBoss-user] [JBoss Portal] - Re: Problem with installing Portal

2006-06-22 Thread adik
M_ucar hope its ok I'm part of the conversation.. Thomas I already tried this and I still have problems: --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM --- ObjectName: portal:policy=PortalPolicyConfigStore,type=Component State: FAILED Reason: java.lang.IllegalArgumentException: No

[JBoss-user] [JBossWS] - Re: Install on JBoss 4.0.4.GA/JBossWS 1.0.1.GA

2006-06-22 Thread mjdinsmore
I have the same exact problem. Running jboss-4.0.4.GA with a configuration from the separate installer with all options checked on for ejb3. Seems like this wasn't meant for a 'drop in replacement' for the jbossws in that instance? Would be nice to have it work though, I'm having all sorts

[JBoss-user] [JBoss Portal] - Re: Problem with installing Portal

2006-06-22 Thread adik
I ment full log sorry View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952667#3952667 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952667 Using Tomcat but need to do more? Need to support web services, security? Get stuff

[JBoss-user] [Beginners Corner] - Re: System properties

2006-06-22 Thread anders.hedstrom
Have you checked in your $JBOSS_HOME/server/all/lib directory? I've JBoss 4.0.4GA on my machine (from the zipped distribution) and the jar file you're looking for is present in the above mentioned directory on my installation. View the original post :

[JBoss-user] [JBoss jBPM] - How to deploy a .par file?

2006-06-22 Thread DerJohannes
I have been searching for a long time to find out how to deploy in java a .par archive including not only the process definition, but also the process image, the image meta file and the necessary java classes. But all I could find was outdated code like in the DeploymentServiceBean.java (see

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - How to use JTA in servlet? Please help me, thank you!

2006-06-22 Thread yan411325
I am using Jboss 4.0.4 GA,JDK1.5.0_01. My database is informix. When I use JTA in Tomcat,it always failed,please help me,Thanks! My code is: String ls_sql=null; Context ctx=null; UserTransaction ut=null; Connection conn=null; Connection conn1=null; try{ ctx = new InitialContext();

[JBoss-user] [JBoss jBPM] - Re: What happens to the JAVA classes in a .par file while de

2006-06-22 Thread kukeltje
all goes in the database to be versioned View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952671#3952671 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952671 Using Tomcat but need to do more? Need to support web services,

[JBoss-user] [JBoss jBPM] - Re: How to deploy a .par file?

2006-06-22 Thread kukeltje
the GPD contains a perfectly suitable way to deploy processes and everything with it View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952673#3952673 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952673 Using Tomcat but

[JBoss-user] [Installation, Configuration Deployment] - Re: Log4jRepositorySelector undeployment problem

2006-06-22 Thread phanir
Though I couldn't find the clean solution, I was able to get around the problem. The problem was for some reason, the class variable repositories didnt get initialized properly though its been assigned value(new Hashmap()) while declaring it. I had to do 2 changes here to get around: 1.Made the

[JBoss-user] [JBoss Seam] - Re: Seam Booking example does not sorport chinese character

2006-06-22 Thread lws688
I tried to modify charset to UTF-8 but it still can not process chinese character input correctly. Do I have to write a filter as liudan2005 suggested? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952675#3952675 Reply to the post :

[JBoss-user] [JBoss Seam] - @DataModel on getter?

2006-06-22 Thread japplicoon
Is it possible to tag a getter method of a list with @DataModel(xyzlist) | getXyzList() { ... } | ? I would like to have a base class with basic methods on the list (like sorting), but the subclasses should outject their list instances into multiple different context variables. Since

[JBoss-user] [Beginners Corner] - Re: System properties

2006-06-22 Thread andydale
I have managed to solve my problem now. I viewed a friend's install of JBoss 4.0.4GA and saw that he had the .jar files i needed, this is because he installed it with the all option whereas i installed it with the EJB3.0 Clustered option. The varia libs are not included with the EJB3.0

[JBoss-user] [JBoss jBPM] - Re: how to do jbpm run on tomcat?

2006-06-22 Thread kukeltje
Besides the duplicate posts (can happen) I do not get why you propose this solution and how you get the impresssion this is related View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952678#3952678 Reply to the post :

[JBoss-user] [Security JAAS/JBoss] - Couldn't apply method permissions to Session EJB method

2006-06-22 Thread atamur
I have an app with ejb jar and web module. My login-config xml is as follows: application-policy name=db_store | authentication | login-module code=org.jboss.security.auth.spi.DatabaseServerLoginModule flag=required | module-option name=dsJndiName |

[JBoss-user] [Beginners Corner] - Re: Problems configuring JBoss for MySQL with EJB3

2006-06-22 Thread FritzMeissner
I assume it's running on the standard port, on another machine... other people are connecting to it without problems, and I can connect using various clients running on this machine and others. But thanks, I will investigate things in that direction. View the original post :

[JBoss-user] [JBoss Seam] - Re: @DataModel on getter?

2006-06-22 Thread [EMAIL PROTECTED]
Yes it is possible. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952681#3952681 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952681 Using Tomcat but need to do more? Need to support web services, security? Get stuff

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - How to debug Entity Deadlock

2006-06-22 Thread ihunter
Hi Folks, Using 4.0.3SP3, EJB2.1 and we get entity deadlocks when heavily loaded. I've checked the 2 competing threads and I *believe* table access is consistent, but we still get deadlocks. If I run under debug, is it possible to determine which *actual* locks are being acquired? If so, what

[JBoss-user] [JBossWS] - WebResult header not available.

2006-06-22 Thread majcarweah
I'm trying to use @WebResult(header=true,name=SessionID) on a web services method. according to the javadoc, this should be available just like it is for @WebParam. however, when i include header=true for @WebResult, I get a compiler error cannot find symbol method header() location

[JBoss-user] [JBoss Getting Started Documentation] - Re: jsp 2 output a variable

2006-06-22 Thread PeterJ
Just out of curiousity, what did you have in web.xml and how did you correct it? What I am wondering is if you have any taglib descriptors and if that is what you changed. The reason I ask is that you really don't need any taglib descriptors in web.xml, the two lines declaring the taglib in

[JBoss-user] [JBoss Seam] - Re: @DataModel on getter?

2006-06-22 Thread japplicoon
Thank you, Gavin! Will the @Factory method be called if getList() returns null? I'm unsure whether to just write @DataModel(threadlist) | public List getList() { | return list; | } | or instead do something to return a filled List, such as @DataModel(threadlist) | public List

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - SQLUtil.fixTableName bug

2006-06-22 Thread gdemir
I have found a bug in SQLUtil.fixTableName method. It checks from the database metadata if the database stores lowercase identifiers (for table names) and if so, it issues a tableName.toLower() call. It may bring problems for non standart upper/lower cases for different locales, like it does

[JBoss-user] [JBoss Seam] - Re: @DataModel on getter?

2006-06-22 Thread [EMAIL PROTECTED]
Try it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952699#3952699 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952699 Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly

[JBoss-user] [JBoss Seam] - Re: Seam Booking example does not sorport chinese character

2006-06-22 Thread lws688
Special thanks to liudan2005, your solution works well. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952700#3952700 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952700 Using Tomcat but need to do more? Need to support

[JBoss-user] [JBoss Portal] - Re: UserImpl not mapped

2006-06-22 Thread abuayyub
Hi, You may know this already but as i have just hit it myself i thought i'd mention this anyway. make sure that you are using stateful session beans with the EntityManager for multiple calls to beans. the annotation should be something like this: @PersistenceContext(unitName=myEjb,

[JBoss-user] [JBoss Messaging] - Re: The client side message producer never ends

2006-06-22 Thread timfox
I have replicated a similar issue where a standalone client VM does not exit. I have traced this to a problem with JBoss Remoting. This will be fixed in the next release. Thx View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952703#3952703 Reply to the post :

[JBoss-user] [JBossWS] - help with jsr181, ejb3s and message style end points, do the

2006-06-22 Thread [EMAIL PROTECTED]
Hi All, Quick question...i'm using 181 annotated EJB3's in a very simple web service and i want to know if it's possible to have my EJB pickup the SOAP message as a DOM object instead of being bound to some Java data type. Yes I am talking about message style endpoints but via 181 annotations.

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: How do I add a method to the web container initializatio

2006-06-22 Thread j2ee_junkie
Without knowing anything about your worker thread, is there a way you could turn this process into a JBoss service and package it up as a sar. You can deploy it in JBoss, and make Tomcat service depend on it. cgriffith View the original post :

[JBoss-user] [Security JAAS/JBoss] - Re: No truststore by default for JBoss?

2006-06-22 Thread awclemen
You need to generate a keystore for SSL to work and then modify your server.xml file to tell JBoss/Tomcat where that keystore is. If you look at chapter 8 of the JBoss Guide (assuming you are using JBoss 4.0) - http://docs.jboss.org/jbossas/jboss4guide/r4/html/ch8.chapter.html Toward the end

[JBoss-user] [JBoss Seam] - how to get a smaller subset of data

2006-06-22 Thread jack70_chen
Hi, I am using EJB3 with SEAM. I have two entity beans, Person and Employee (extends from Person), and I use joined strategy. Now I want to only retrieve a subset of data from both Person and Employee tables. Can I create another entity bean to map to the above two tables so that i can use

[JBoss-user] [Installation, Configuration Deployment] - Re: Sharing session within wars

2006-06-22 Thread ulfreich
Hi, did you find a solution? Thx! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952714#3952714 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952714 Using Tomcat but need to do more? Need to support web services,

[JBoss-user] [JBoss Messaging] - Re: IllegalStateException: Cannot find consumer

2006-06-22 Thread ONIT
Hi Tim, Thanks for taking a look at my code. I will give what I think is relevent code since the entire application is a bit large. Let me know if you need anything else. Keep in mind I am in a development and debug mode so the code is a bit sloppy and inefficient.

[JBoss-user] [Security JAAS/JBoss] - Re: Couldn't apply method permissions to Session EJB method

2006-06-22 Thread j2ee_junkie
atamur, Can you provide some trace logging of jboss security at the point where the calls to addInfo is being made. thanks, cgriffith View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952718#3952718 Reply to the post :

[JBoss-user] [JBoss Messaging] - Re: Problem re-delivering to Durable Subscriber

2006-06-22 Thread timfox
Ok I have replicated this - a fix should be on it's way soon... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952719#3952719 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952719 Using Tomcat but need to do more? Need to

[JBoss-user] [JBoss Portal] - TreeCache and portal clustering conflict

2006-06-22 Thread Liz
This is not so much a question as pointing out something - perhaps others have noticed this as well. I am using JBoss 4.0.4.CR2 and Portal 2.4.0-BETA1. I built the portal from source with the clustering option set to true. However, when deploying jboss-portal.sar, I kept getting the discarded

[JBoss-user] [JBoss Messaging] - Re: IllegalStateException: Cannot find consumer

2006-06-22 Thread ONIT
Tim, Don't know why it messed up my queue configuration data but it is pretty standard. Dennis View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952722#3952722 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952722 Using

[JBoss-user] [JBoss Portal] - Re: TreeCache and portal clustering conflict

2006-06-22 Thread [EMAIL PROTECTED]
I actually fixed this, but have to test it before committing it in CVS View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952724#3952724 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952724 Using Tomcat but need to do more?

[JBoss-user] [Security JAAS/JBoss] - Re: Roles issue

2006-06-22 Thread j2ee_junkie
I already explained where authentication data cache exists in JBoss/embeded Tomcat and how it gets flushed. If you are seeing differenct results then a)use jmx-console to view/manipulate the authentication cache to see what is going on. b) check/post your security configurations to see that

[JBoss-user] [JBoss Messaging] - Re: IllegalStateException: Cannot find consumer

2006-06-22 Thread ONIT
Tim, Forgot to point out the system fails at this location: System.out.println(CountyDataBean.getDataResponse Ready to get response message); responseMessage = messageConsumer.receive(waitTime); System.out.println(CountyDataBean.getDataResponse Ready got response message); Dennis View

[JBoss-user] [JBoss Portal] - Re: TreeCache and portal clustering conflict

2006-06-22 Thread Liz
Thanks for the quick reply - I was actually working on my local fix just to get it working the way I wanted. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952729#3952729 Reply to the post :

[JBoss-user] [JBoss Messaging] - Re: IllegalStateException: Cannot find consumer

2006-06-22 Thread ONIT
Tim, Here is another clue. The exception occurs immediately after the MDB has finished putting the TextMessage in the response queue. Dennis View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952730#3952730 Reply to the post :

[JBoss-user] [JBoss Portal] - Re: TreeCache and portal clustering conflict

2006-06-22 Thread [EMAIL PROTECTED]
In the meantime you can turn off the TreeCache Interceptor if you wish (from service-config.xml) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952731#3952731 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952731 Using

[JBoss-user] [JBoss Seam] - Re: Proposed move of components.xml location

2006-06-22 Thread rdewell
Please just don't break the ability to have multiple WARs in the same EAR! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952732#3952732 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952732 Using Tomcat but need to do

[JBoss-user] [Installation, Configuration Deployment] - Re: log4j within a WAR broke on 4.0.4.GA?

2006-06-22 Thread trautw
Please remove commons-logging and log4j Jars from your application. Then the JBoss jars will be used and they are ok. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952733#3952733 Reply to the post :

[JBoss-user] [JBossWS] - Re: Install on JBoss 4.0.4.GA/JBossWS 1.0.1.GA

2006-06-22 Thread aboudank
Okthanks. So what do we do now? It seems that there are a lot of people with the same problem...yet...there is no word for the JBossWS folks!!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952737#3952737 Reply to the post :

[JBoss-user] [JBoss Seam] - SEAM context questions

2006-06-22 Thread jack70_chen
To me, the extra contexts provided by seam are very useful for web application development, especially the conversation context. but I have some questions on the session context. similar to the message list example provided by Seam, I have a paged and sortable list page. I use a

[JBoss-user] [Installation, Configuration Deployment] - Confusion with JBoss Classloader - UCL

2006-06-22 Thread ehchn3
Hi, I'd read about JBoss classloading mechanism in the Wiki page. However, there is something I still don't get it. If a EAR contain an EJB jar and a WAR, with UCL, wouldn't the EJB be able to access the WAR WEB-INF/classes and WEB-INF/lib? I did some test cases and it doesn't seem to be true.

[JBoss-user] [JBoss jBPM] - processInstance.findToken returns null

2006-06-22 Thread MattJackson86
I have a token '/tr1' and when I create a new process instance and call findToken, it lways retruns null. Find all tokens only returns '/' and none of the tokens after the forks etc. What does findToken and findAllTokens do exactly? View the original post :

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: How do I add a method to the web container initializatio

2006-06-22 Thread landres
I'd like to try your advice. Are there any links you can give me that show examples of how 1. to make a JBoss service and package a sar 2. how to make Tomcat depend on that service? Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952741#3952741

[JBoss-user] [Beginners Corner] - ClassNotFound problems with configuration

2006-06-22 Thread fkzeljo
I get a classNotFound in my ejb session class when calling web application class. The following is my structures: +harvester.ear ---ejb.harvester.jar Session.class Object.class Home.class Manifest.mf ejb-jar.xml jboss.xml ---Manifest.mf

[JBoss-user] [Security JAAS/JBoss] - Re: Couldn't apply method permissions to Session EJB method

2006-06-22 Thread atamur
There is no tracing. Here is part of my log. Settings for log4j were : category name=org.jboss.security |priority value=TRACE class=org.jboss.logging.XLevel/ | /category | category name=org.jboss.web.tomcat.security |priority value=TRACE class=org.jboss.logging.XLevel/ |

[JBoss-user] [JBoss jBPM] - Start the workflow from a specified node?

2006-06-22 Thread MattJackson86
How can I tell jBPM so start from any node? I have start-a-b-c-end How can i signal b? I have the node name and the current token path it is in, but how do i use this info to set b as the next position in the workflow and signal it? Thanks View the original post :

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: How do I add a method to the web container initializatio

2006-06-22 Thread j2ee_junkie
See chapter 2 of jboss server guide specifically http://docs.jboss.org/jbossas/jboss4guide/r4/html/ch2.chapter.html#ch2.writembean.sect as well as wiki at http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossMX. Post any specific questions to the appropriate forum

[JBoss-user] [JBoss jBPM] - Re: Concurrent access problem

2006-06-22 Thread Nomad
In my case actually the task instances (yes it's plural) can not be just assigned to pooled actors because each of the actors will have their own task instance of the same task. And the task has a task-end event that will change a process instance variable whenever a task instance is finished.

[JBoss-user] [JBoss Seam] - Re: SEAM context questions

2006-06-22 Thread bambata
Its better to use the conversation-context, because then you can exactly control how long the state exists and you donĀ“t have to remove it manually from the context. If you have a long message-list with a lot of data the session context is not appropriate. The session-context should be used

[JBoss-user] [Management, JMX/JBoss] - Re: Problem locating an MBeanServer

2006-06-22 Thread deus.machinarum
Thank you so much for pointing that out. One more problem remains: How do i get my stub? Currently I'm using the following code: (World being the ManagementInterface of the Bean I want to use) if (System.getSecurityManager() == null) { | System.setSecurityManager(new

[JBoss-user] [JBoss Portal] - Re: Jboss 2.4 and portlet-instances.xml

2006-06-22 Thread Silicio
Sorry rali i've forgot to specify my JBoss version. bdaw your suggestion worked finely! Thx. I didn't know about reintegrating use of portlet-instances.xml file for JBoss 2.4 version. I can't find the documentation on site. View the original post :

[JBoss-user] [JBoss Seam] - Beginner Question : how to configure the database

2006-06-22 Thread Holger Prause
Hello, i am very new to seam and ejb. As far as i uderstand the samples, instead writing traditional hibernate xml files,ejb 3.0 uses annotations for this. Ok so far so good. What i am trying for a while now i to get the seam-registration running on a custom mysql database on my computer.

[JBoss-user] [JBoss jBPM] - Re: Start the workflow from a specified node?

2006-06-22 Thread kukeltje
Starting a process is done the same as it is always. After that you can put the token in in any node you want. Just look at the apidocs View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952757#3952757 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: Beginner Question : how to configure the database

2006-06-22 Thread max522over
try http://wiki.jboss.org/wiki/Wiki.jsp?page=SetUpAMysqlDatasource for a start. This is how I set up data source in JBoss. Then it's the persistence xml file for Seam. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952758#3952758 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: Concurrent access problem

2006-06-22 Thread kukeltje
Ahhh ok, then look at the workflowpatterns testcases in the sourcecode where there (afaik) is a N out of M example. Look at www.workflowpatterns.com to see the patternnumber View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952759#3952759 Reply to the post :

[JBoss-user] [Security JAAS/JBoss] - Re: Couldn't apply method permissions to Session EJB method

2006-06-22 Thread j2ee_junkie
It would be extremely useful to get the trace logging from JBoss' security layer. Without that I can only guess what is going on. My guess is that a null username and password is getting passed to DatabaseServerLoginModule, since you have not authenticated the web session. Since the username

[JBoss-user] [JBoss Seam] - Re: SEAM context questions

2006-06-22 Thread jack70_chen
thanks for the help. I know a long message list with a lot of data is not good for the session context. but the conversational context is not appropriate either. because for the list page, use can do a lot of things, like sorting, paging, and there is really no clear place to end the

[JBoss-user] [JBoss Seam] - Re: SEAM context questions

2006-06-22 Thread jack70_chen
i think that's also why the message list example provided in the Seam download uses session component. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952762#3952762 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952762

[JBoss-user] [JBoss jBPM] - Re: Concurrent access problem

2006-06-22 Thread Nomad
I've checked the pattern no 15 Wfp15MiWithAPrioriRuntimeKnowledgeTest in the jbpm test source code. But the test case was built on the assumption that the task instances are executes sequentially, one after another. In my case the task instances can be executed concurrently. Regards, Martin

[JBoss-user] [JBossWS] - Re: jbossws-1.0.1 released

2006-06-22 Thread [EMAIL PROTECTED]
Thanks everyone. This issue is in fact, deployment ordering related that affects any jboss instance that was installed using installer (source builds, and the zip distribution don't have this problem). For more information, and the workaround see: http://jira.jboss.com/jira/browse/JBWS-1006

[JBoss-user] [EJB 3.0] - Re: Loosing PK on query

2006-06-22 Thread Hilwi
This works!! Thank you! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952766#3952766 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952766 Using Tomcat but need to do more? Need to support web services, security? Get

[JBoss-user] [Beginners Corner] - org.hibernate.hql.ast.QuerySyntaxException: MyEntity is not

2006-06-22 Thread okrause
Hello, the application i write is deployed to the JBoss 4.0.3SP1 successfully. My client successfully calls simple session beans remotely. If the server side code tries to read or write an Entity, the appended exception is being thrown. The hot code is (please refer to the last line of each

[JBoss-user] [Installation, Configuration Deployment] - possible problem with transaction-isolation setting

2006-06-22 Thread mpelzsherman
Just a general heads up: recently we added the following line to our datasource config files in an attempt to reduce deadlock errors from MS SQL Server 2000: transaction-isolationTRANSACTION_READ_UNCOMMITTED/transaction-isolation After putting this in place, we started seeing major problems

[JBoss-user] [JBoss Getting Started Documentation] - deployment takes a long time

2006-06-22 Thread jingatspm
Hi, When I deployed the bank example I get the following: anonymous wrote : | 00:34:07,468 INFO [EARDeployer] Init J2EE application: | file:/Developer/JBOSS/server/default/deploy/JBossDukesBank.ear | 00:34:08,038 INFO [EjbModule] Deploying CustomerBean | 00:34:08,291 INFO [EjbModule]

[JBoss-user] [JBoss Eclipse IDE (users)] - Eclipse 3.2RC7 + JBossIDE 1.6.0 GA - xdoclet problems

2006-06-22 Thread andycooper
I'm trying to use eclipse 3.2 with JBossIDE 1.6.0 GA and am having problems with xdoclet. When I right-click on a project and bring up the properties, I navigate to XDoclet Configurations. Clicking on XDoclet Configurations brings up a dialog box that says Could not accept changes - The

[JBoss-user] [JCA/JBoss] - Flushing a connection pool?

2006-06-22 Thread ljnelson
We're seeing some bizarre behavior in a production setting where a datasource to an Informix database is handing us connections that produce network errors if invoked. Is there some way to tell JBoss to boot all connections out of the pool and replace them with new ones? I can't make head or

[JBoss-user] [Security JAAS/JBoss] - Re: No truststore by default for JBoss?

2006-06-22 Thread ljnelson
Hello; thank you for your reply. Of course we aren't doing anything with Tomcat. The chapter you mention talks about setting up a keystore for pushing a certificate out at clients who wish to connect to your secure website; we're having problems pulling a certificate from a secure server to

[JBoss-user] JBossWS and a 1.4 JDK

2006-06-22 Thread Matthew Wringe
Hi, I am trying to follow the wiki article on how to install JBoss 4.0.4 GA and JBossWS 1.0.0 GA: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBWSFAQBuildAndInstallJBoss40x Except, that the instructions seem to be no longer valid. Building JBossWS appears to require having built JBoss with a 1.5

[JBoss-user] [Performance Tuning] - Re: JBoss gets 'stuck' on Win2K

2006-06-22 Thread Bischoje
I am reviving an old topic, because I still have an issue with this. Turning off quick edit mode makes left-clicking on the jboss window safe, but right-clicks still get it stuck. Even worse, a double-right click can send it into mark mode, which could leave it stuck indefinately! These

[JBoss-user] [JBoss Portal] - Re: Session Timeout

2006-06-22 Thread Stefan_Tausendpfund
Hello, as far as I know there are two parameters: server/default/deploy/jboss-portal.sar/portal-server.war/WEB-INF/web.xml controlling portlet session timeout of portlets /server/default/deploy/jbossweb-tomcat55.sar/conf/web.xml the HttpSession Timeout. regards Stefan View the

[JBoss-user] [JBossWS] - Re: JSR181 and Secure Endpoints

2006-06-22 Thread pablojavierpy
Any help about this issue? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952778#3952778 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952778 Using Tomcat but need to do more? Need to support web services, security? Get

[JBoss-user] [JBossWS] - Re: JBossWS 1.0.1.GA JSR181 and WebServiceHost property

2006-06-22 Thread pablojavierpy
Any words about this issue? Do I have to change jbossws.beans as the only way to do this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952779#3952779 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952779 Using Tomcat

[JBoss-user] [JBossWS] - Re: EJB3 + WebServices + Type Schema Generation

2006-06-22 Thread pablojavierpy
Great! When is 1.0.2.GA scheduled to be released? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952780#3952780 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952780 Using Tomcat but need to do more? Need to support web

[JBoss-user] [Performance Tuning] - Re: JBoss gets 'stuck' on Win2K

2006-06-22 Thread PeterJ
What I usally do is redirect stdout and stderr to a file, this usually does the trick. You can either edit run.bat to do this all the time (this is what I do), or just remember to do it every time you run run.bat. If you need to keep tabs on the console output, you can always use the tail

[JBoss-user] [Installation, Configuration Deployment] - Failed to reach an application on JBOSS AS running on a rem

2006-06-22 Thread xijia_chen
Greeting I install JBOSS AS 4.0.2 on a linux env, deployed an ear (war +jar) to the application server and start the JBOSS AS successfully( without seeing any error) by running sh ./run.sh. But, when I tried to reach the application (on a remote server machine running linux and it is

[JBoss-user] [JBossWS] - Re: Install on JBoss 4.0.4.GA/JBossWS 1.0.1.GA

2006-06-22 Thread [EMAIL PROTECTED]
Hello, See the last post here: http://www.jboss.org/index.html?module=bbop=viewtopict=84783start=10 -Jason View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952784#3952784 Reply to the post :

[JBoss-user] [Management, JMX/JBoss] - Re: Problem locating an MBeanServer

2006-06-22 Thread PeterJ
See http://www.jboss.com/index.html?module=bbop=viewtopict=84303 for a complete program. The mbean name I used was based on my data source, but you could subsistutue DefaultDS for ProductDS and it should work. Or pick a name from the jmx-console. View the original post :

[JBoss-user] [Installation, Configuration Deployment] - Re: Failed to reach an application on JBOSS AS running on a

2006-06-22 Thread PeterJ
What are your firewall settings? I ran into the same problem until I configured iptables to open port 8080. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952786#3952786 Reply to the post :

[JBoss-user] [JBossWS] - Re: WStools; Parameter names (Newbie question)

2006-06-22 Thread [EMAIL PROTECTED]
The problem is that Java does not store the paramter names in the class file. If the class is compiled with debugging, then they can be derrived, but the differing behavior would be confusing, so tools consistently goes with the type_position format. You can however use the configuration file

[JBoss-user] [JBossWS] - Re: WStools; Parameter names (Newbie question)

2006-06-22 Thread [EMAIL PROTECTED]
I should also note that we are working with sun to try and get parameter information included in the byte code. -Jason View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952791#3952791 Reply to the post :

[JBoss-user] [JBossWS] - README - 1.0.1 Installation Workaround

2006-06-22 Thread [EMAIL PROTECTED]
Hello everyone, It has been brought to our attention that there is a deployment ordering related issue with 1.0.1 that affects any jboss instance that was installed using installer (source builds, and the zip distribution don't have this problem). For more information, and the workaround see:

[JBoss-user] [JBossWS] - Re: JBossWS 1.0.1.GA JSR181 and WebServiceHost property

2006-06-22 Thread [EMAIL PROTECTED]
Yes its currently zipped, we will explode it in the next update. The reason it moved from jboss-service.xml is to support decoupling from JBoss Application Server. jbossws.beans is a jboss microcontainer deployment which can be bootstrapped in other environments (provided there is the

[JBoss-user] [JBossWS] - Re: JBossWS 1.0.1.GA JSR181 and WebServiceHost property

2006-06-22 Thread [EMAIL PROTECTED]
[uri]http://jira.jboss.com/jira/browse/JBWS-1007[/uri] View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952795#3952795 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952795 Using Tomcat but need to do more? Need to support

[JBoss-user] [JBoss jBPM] - Re: GPD Locking Up Eclipse

2006-06-22 Thread ibivibiv
Awesome!!! I got the latest GPD update from sourceforge and it went away. Thanks guys!!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952796#3952796 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952796 Using Tomcat

[JBoss-user] [JBossWS] - Re: Bug in SimpleTypeBindings marshallTimeZone

2006-06-22 Thread [EMAIL PROTECTED]
What version of SimpleTypeBinding are you looking at? This should have been fixed in: http://jira.jboss.com/jira/browse/JBXB-41 Which is 1.16 in cvs. Thanks for looking into this though. We welcome any contribution so if there are other areas of jbossws that you would like to work on let us

[JBoss-user] [Performance Tuning] - Re: JBoss gets 'stuck' on Win2K

2006-06-22 Thread Bischoje
Thanks for replying Peter, Ooh... tail utility sounds interesting. What is your experience with the windows port, does it perform well? I'm going to look into this. If tail works out, I may then just run JBoss as a system service, as described in

[JBoss-user] [JBossWS] - Re: JSR 181 POJO deployment fails

2006-06-22 Thread [EMAIL PROTECTED]
Thanks, we will look into it. http://jira.jboss.com/jira/browse/JBWS-1008 -Jason View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952799#3952799 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952799 Using Tomcat but need

[JBoss-user] [JBossWS] - Re: ClassNotFoundException with jbossws1.0.1

2006-06-22 Thread [EMAIL PROTECTED]
JSR-181 requires JDK5 which is only in the EJB3 profile. You need to use the installer to get that. There is also an issue with the 1.0.1 release. See the sticky readme forum post for the workaround. -Jason View the original post :

[JBoss-user] [EJB 3.0] - JIRA issue - EJBTHREE-497 - EJB3 with Java5 server and Java1

2006-06-22 Thread David Alves
Hi! This issue (the compatibility between a jdk1.4 client and a jdk1.5/JBoss/EJB3 server) appears as closed in JIRA, so I assume there is a way to use a jdk1.4 client to call a Stateless EJB3 Bean (I tryed through the previous API using PortableRemoteObject.narrow()). I of course get a

[JBoss-user] [EJB 3.0] - Re: Bug? Transaction timeout....

2006-06-22 Thread modjoe23
I know that I can change the default timeout value from the default 300 seconds in jta-service.xml but I am looking to change the transaction timeout for this transaction only. I've also read the spec but with no luck. Anybody out there?? Please help! View the original post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Bug? Transaction timeout....

2006-06-22 Thread modjoe23
I know that I can change the default timeout value from the default 300 seconds in jta-service.xml but I am looking to change the transaction timeout for this transaction only. I've also read the spec but with no luck. Anybody out there?? Please help! View the original post :

[JBoss-user] [EJB 3.0] - Re: JIRA issue - EJBTHREE-497 - EJB3 with Java5 server and J

2006-06-22 Thread David Alves
Btw Im using JBoss 4.0.4 GA with EJB3 RC7... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952806#3952806 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952806 Using Tomcat but need to do more? Need to support web

<    1   2   3   >