[JBoss-user] [JBossWS] - Re: JBoss 5 Alpha and J2EE 5

2006-01-06 Thread swmk
"[EMAIL PROTECTED]" wrote : If you are trying out our new stack, we do dynamic generation on deployment. So all you have to do is put your annotated pojo in your war (or ejb) and deploy it. | | Take a look at the testcases in webservice/test/java/org/jboss/ws/jsr181/* for more info. |

[JBoss-user] [JBossWS] - Re: I got a same problem

2006-01-06 Thread feroz_ps
i have hello pojo web service im able to access the wsdl through the browser http://localhost:8080/myweb/Hello?WSDL the url works fine but when im executing im getting the same exception what counld it mean anyone would like comment some on this , Please Good day View the original post : htt

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: user SA not found after out of memory exception

2006-01-06 Thread javatwo
works! thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916274#3916274 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916274 --- This SF.net email is sponsored

[JBoss-user] [JBossWS] - Re: about juddi-service.sar in 4.0.3SP1, is it missing or el

2006-01-06 Thread [EMAIL PROTECTED]
Whats the matter? Why is there a false alarm on the non-availability of juddi-service.sar in the all/deploy directory? | [EMAIL PROTECTED] ~/jboss-4.0.3sp1/server/all/deploy | $ ls | bsh-deployer.xmljbossjca-service.xml | cache-invalidation-service.xml jbossweb-tomcat55.

[JBoss-user] [JBossWS] - Re: JBoss 5 Alpha and J2EE 5

2006-01-06 Thread [EMAIL PROTECTED]
If you are trying out our new stack, we do dynamic generation on deployment. So all you have to do is put your annotated pojo in your war (or ejb) and deploy it. Take a look at the testcases in webservice/test/java/org/jboss/ws/jsr181/* for more info. -Jason View the original post : http://w

[JBoss-user] [JBoss jBPM] - Re: Interception a signal event

2006-01-06 Thread enazareno
Hi Brian, Yes your code will work fine but I would probably do things differently. My personal rule of thumb is "always leave each node via transition". If you make a visual graph, there should be a connection for each node, and that connection is the transistion. If you just "look up" a n

[JBoss-user] [Installation, Configuration & Deployment] - Re: Headless Installation

2006-01-06 Thread spectre_25gt
Ok. I thought that would be the case, but it doesn't hurt to check. Thanks for the reply. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916270#3916270 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916270 -

[JBoss-user] [JBossCache] - Re: Annotating an interface for TreeCacheAOP in Java 1.5

2006-01-06 Thread [EMAIL PROTECTED]
Joe, Looks like you are getting there. :-) 1. If the POJO is not aspectized, TreeCacheAop will try to serialize it. Then the POJO needs to implement *Serializable* interface. 2. To debug your problem, try to run TreeCacheAop in local mode with just your Log class. Use the beanshell in tutoria

[JBoss-user] [JBossCache] - Re: CacheLoader data eviction?

2006-01-06 Thread dlg
Thanks Ben. I was just counting on persistence between invocations of Java but that if the object itself timed out, it would disappear. If I call treecache.remove(), I assume it will be removed from the persistent store, so perhaps I should catch an event when the node is being timed out (and

[JBoss-user] [EJB 3.0] - Re: Is it POSSIBLE to get a stub object from another stub ob

2006-01-06 Thread [EMAIL PROTECTED]
SessionContext.getBusinessObject() View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916262#3916262 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916262 --- This SF.ne

[JBoss-user] [JBossCache] - Re: Annotating an interface for TreeCacheAOP in Java 1.5

2006-01-06 Thread joereger
Thanks to the help on the forum I've been able to continue to narrow down my issue. It's not a network issue. The debug output below shows that jgroups is connecting and creating a cluster (viewAccepted()). But then it complains about my class Log. This is not a log4j class or a logger of an

[JBoss-user] [JBossCache] - Re: Annotating an interface for TreeCacheAOP in Java 1.5

2006-01-06 Thread [EMAIL PROTECTED]
Yes, "instanceof" declares all sub-types will be instrumented as well. -Ben View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916260#3916260 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916260

[JBoss-user] [JBossCache] - Re: performance testing of jboss cache

2006-01-06 Thread [EMAIL PROTECTED]
In 1.2.4 distro, the tests directory is the suite for functional testing. >From 1.2.4, we also have a download version that includes the source only. http://www.jboss.com/index.html?module=bb&op=viewtopic&t=71311 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p

[JBoss-user] [JBossCache] - Re: Annotating an interface for TreeCacheAOP in Java 1.5

2006-01-06 Thread joereger
I compile with apoc and a jboss-aop.xml that looks like: | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916258#3916258 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916258

[JBoss-user] [JBossCache] - Re: CacheLoader data eviction?

2006-01-06 Thread [EMAIL PROTECTED]
No, it does not. Eviction just evict data in-memory. It will still keep the persistent data. You will need to issue remove explicitly. That makes sense right? Otherwise, why do you need persistency? -Ben View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916257#

[JBoss-user] [JBossCache] - Re: targetObject is null. Can't invoke public java.lang.Obje

2006-01-06 Thread [EMAIL PROTECTED]
elementAt is not part of Collection API. But we also support List and Set interfaces as well. -Ben View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916256#3916256 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916256

[JBoss-user] [JBossCache] - Re: Annotating an interface for TreeCacheAOP in Java 1.5

2006-01-06 Thread [EMAIL PROTECTED]
How do you assoicate the annotation with Aop declaration? -Ben View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916255#3916255 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916255 -

[JBoss-user] [JBoss Portal] - Re: Define CMS default page at instance level

2006-01-06 Thread [EMAIL PROTECTED]
I plan to support this with the CMS, but probably will not have the time to build it in to 2.4. There are properties already in the CMS - language, title, description, but they are not configurable. I have heard a few people express wanting this feature. It would be trivial to refactor the bac

[JBoss-user] [JBoss Seam] - Re: jboss-seam-head build errors

2006-01-06 Thread RobJellinghaus
Sounds like the tool generator should have an option to share a root build.xml, to enable lots of tool-generated subprojects sharing a common build.xml. Another nice thing for the infinite todo list :-) Cheers! Rob View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&

[JBoss-user] [JBoss Seam] - Re: jboss-seam-head build errors

2006-01-06 Thread [EMAIL PROTECTED]
anonymous wrote : Trouble is that the issues build is not extending the build.xml from the root dir like most of the other examples are. (This was cos the app was originally gen'd by Hibernate Tools.) To fix the build file, I simply replaced it with the build file in the examples/booking demo a

[JBoss-user] [JBoss jBPM] - Re: Interception a signal event

2006-01-06 Thread brianmb99
Here's what I did - it's a bit of a hack, but it seems to be working okay with many concurrent instances running. Each node has node-leave event code that checks for certain conditions that may indicate assignment to an arbitrary node in the process instance is desired. If these conditions are

[JBoss-user] [JCA/JBoss] - Re: JCA connector not deploying when dropped in the deploy d

2006-01-06 Thread [EMAIL PROTECTED]
Then I don't believe you know where JintManagedConnectionFactory is coming from as the stacktrace clearly shows it is throwing the exception. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916249#3916249 Reply to the post : http://www.jboss.com/index.html?m

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: user SA not found after out of memory exception

2006-01-06 Thread [EMAIL PROTECTED]
I would guess the server/xxx/data/hypersonic directory contents are corrupt. Just remove the entire data directory and it will be recreated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916248#3916248 Reply to the post : http://www.jboss.com/index.html?mod

[JBoss-user] [Installation, Configuration & Deployment] - Re: Headless Installation

2006-01-06 Thread [EMAIL PROTECTED]
Use the zip or tar.gz archive distributions if you don't want to use a graphic installer. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916247#3916247 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916247 -

[JBoss-user] [Installation, Configuration & Deployment] - Headless Installation

2006-01-06 Thread spectre_25gt
I apologize if this has been asked before, but I'm having a bit of trouble getting Jboss installed. I have a headless linux box and I'd really rather not have to install an X server on it. Is there some sort of switch in the installer that will allow me to install it via the console or do I have

[JBoss-user] [Beginners Corner] - Re: Tutorial on JBossIDE EJB3.0 Tools

2006-01-06 Thread JBStonehenge
Hi folks, just adding ";C:\jdk1.5.0_05\bin" at the end of Path does not work because Path consists of "%SystemRoot%\system32" which contains a "java.exe". So I inserted "C:\jdk1.5.0_05\bin;" in front of Path and it works fine. Best regards, Johannes View the original post : http://www.jboss.c

[JBoss-user] [JBoss Portal] - Custom portal pages per user

2006-01-06 Thread sandeeppujar
Hello, We had a requirement where each user should be able to build his own page, by putting the portlets he wants on them. Is there a way we can do that right now. As far I understand with the current set up the pages and page layouts are more or less standard and only the ADMIN can change the

[JBoss-user] [JBoss jBPM] - process instance persistence and reexecution

2006-01-06 Thread dharraj
Hello All, I have a action handler that does the following: | JbpmSessionFactory factory = JbpmSessionFactory.getInstance(); | JbpmSession jbpmSession = factory.openJbpmSession(); | jbpmSession.beginTransaction(); | try | { | ProcessInstance pi=executionConte

[JBoss-user] [JBoss Portal] - How do I display tabs for subpages?

2006-01-06 Thread vmarco
I have a page with sub-pages. How do I display the sub tabs for the sub-pages? The way that NavigationPortlet is bound to the css in the samples, doesn't appear to leave any room for displaying the sub-tabs, which commonly are rendered with a separate style. Drop-downs via Javascript would be

[JBoss-user] [JBoss Seam] - Re: New Conversation issue

2006-01-06 Thread RizviAtt
Which Demo example are you talking about? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916240#3916240 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916240 --- Thi

[JBoss-user] [JBoss Seam] - Re: jboss-seam-head build errors

2006-01-06 Thread [EMAIL PROTECTED]
Looks like the jBPM jar was updated but the reference within Eclipse was not. I get the following problem:Project jboss-seam-head is missing required library: 'lib/jbpm-3.1-alpha2.jar' I think jbpm-3.1-alpha2.jar needs to be removed from the Eclipse classpath and jbpm-3.1-beta1.jar needs to be

[JBoss-user] [JBoss Seam] - Re: New Conversation issue

2006-01-06 Thread [EMAIL PROTECTED]
It will end when the conversation times out. Or, if you are doing workspace management, when the user clicks the destroy workspace button. (See the issues demo.) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916238#3916238 Reply to the post : http://www.jb

[JBoss-user] [JBoss Seam] - Re: New Conversation issue

2006-01-06 Thread RizviAtt
Ref-1) Okay Now it has cleared my doubts. Actually I was confused with your previous Reply "Conversations begin and end at *request boundaries*, NOT when the @End or @Begin method is called. (There are really, really good reasons why it is done this way.) So, basically, in this case, the @Be

[JBoss-user] [JBoss Seam] - Re: New Conversation issue

2006-01-06 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : 1) Yes, that's the whole point. | 2) When you hit an @End method. I should say: it ends at the end of the request in which the @End method was called. Or it can be ended by in a jPDL pageflow definition. View the original post : http://www.jboss.com/index.html?m

[JBoss-user] [JBoss Seam] - Re: New Conversation issue

2006-01-06 Thread [EMAIL PROTECTED]
P.S. It sounds like you were really looking for the PAGE context in your original problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916235#3916235 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916235 -

[JBoss-user] [JBoss Seam] - Re: New Conversation issue

2006-01-06 Thread [EMAIL PROTECTED]
1) Yes, that's the whole point. 2) When you hit an @End method. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916234#3916234 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916234 -

[JBoss-user] [JBoss Seam] - Re: New Conversation issue

2006-01-06 Thread RizviAtt
Q1)So in a Conversation context the conversation is alive over a number of Http requests? Q2)SO for a Stateful Session bean with a method with @Begin annotation. When will the Conversatione end? Thanks again for the reply View the original post : http://www.jboss.com/index.html?module=bb&op=

[JBoss-user] [JBoss Seam] - Re: New Conversation issue

2006-01-06 Thread [EMAIL PROTECTED]
The difference is that the event scope always begins and ends in the *same* request. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916232#3916232 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916232 ---

[JBoss-user] [JBoss Seam] - Re: New Conversation issue

2006-01-06 Thread RizviAtt
Thanks for the reply.Pardon me but i failed to understand if Conversation contexts begin and end at request boundaries. Then what is the difference between a Conversation scope and Request scope(or Event scope). Once Again Thanks For the reply. View the original post : http://www.jboss.com/ind

[JBoss-user] [JBoss Seam] - Re: jboss-seam-head build errors

2006-01-06 Thread [EMAIL PROTECTED]
Trouble is that the issues build is not extending the build.xml from the root dir like most of the other examples are. (This was cos the app was originally gen's by Hibernate Tools.) I would love to have someone who is good with build scripts (ie. not me) go over all the Seam build scripts and

[JBoss-user] [JBoss Seam] - Re: New Conversation issue

2006-01-06 Thread [EMAIL PROTECTED]
Request boundaries means the beginning and end of the HTTP request cycle. ie. You cannot end a conversation and begin a new one in one request. This always requires two requests. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916228#3916228 Reply to the post

[JBoss-user] [JBoss Seam] - Re: jboss-seam-head build errors

2006-01-06 Thread [EMAIL PROTECTED]
Is the build.properties file in the issues folder needed/necissary? The example doesn't build without it; however, to be consistent with the other examples maybe we could pull the jboss location from the build.properties file in the root folder instead. View the original post : http://www.jb

[JBoss-user] [JBoss Portal] - Re: Define CMS default page at instance level

2006-01-06 Thread vmarco
Yes, I've run into this too. I use multiple windows throughout my portal each looking to display from CMS using the CMSPorlet, but different queries (locations). I don't see any ability to associate properties to content in the CMS, nor to query content based upon properties. Is this supporte

[JBoss-user] [JBoss Eclipse IDE (users)] - Error Opening persistence.xml after upgrade

2006-01-06 Thread andrigtmiller
I have just upgraded to JBoss IDE 1.5, from JBoss IDE 1.5RC2, and now I cannot open my persistence.xml file in my EJB 3.0 project. I did start up Eclipse with the -clean option before seeing the problem, so it might be related to that, but I don't know. I get an exception as follows: java.lan

[JBoss-user] [JBoss Seam] - Re: jboss-seam-head build errors

2006-01-06 Thread [EMAIL PROTECTED]
The directory *is* in CVS, it is empty though (no jars needed). Maybe you simply shouldn't use "prune directories" on the CVS checkout. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916224#3916224 Reply to the post : http://www.jboss.com/index.html?module=b

[JBoss-user] [JBoss Seam] - Re: Tomohawk sortTable strange error

2006-01-06 Thread [EMAIL PROTECTED]
Seam does not establish the conversation context until the end of the restore view phase. So you can't write anything that would make JSF try to use a conversation-scoped component during restore view. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916223#39

[JBoss-user] [Clustering/JBoss] - Re: Running a scheduled service only on one machine in a clu

2006-01-06 Thread [EMAIL PROTECTED]
See http://docs.jboss.org/jbossas/clustering/JBossClustering7.pdf, Chapter 11, Scheduler Service. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916222#3916222 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916222 --

[JBoss-user] [Clustering/JBoss] - Re: Cookies + clustering + 4.0.3 = ignored context.xml

2006-01-06 Thread [EMAIL PROTECTED]
"coreyjohnston" wrote : I could tell from the logs that the session is moved from node0 to node1. ie: the host changed to node1 but the correct session (identified by the jsessionid AND the mod_jk engine name) was able to continue running from node1. Given this, it seemed like functionally the c

[JBoss-user] [Clustering/JBoss] - Re: Cookies + clustering + 4.0.3 = ignored context.xml

2006-01-06 Thread coreyjohnston
Ummm. yes.. I've -just- noticed that error message. (shrugs head in shame... I should have picked that up sooner but I don't recall seeing that error message. Is it new? my only defence is that our logs become huge very quickly) Functionally, I tested the session failover by starting the sessio

[JBoss-user] [Clustering/JBoss] - Re: Cookies + clustering + 4.0.3 = ignored context.xml

2006-01-06 Thread [EMAIL PROTECTED]
Hmm, interesting. I based my comment about the requirement for cookies on the following bit from the JvmRouteValve's checkJvmRoute() method: // Check if incoming session id has JvmRoute appended. If not, append it. | // TODO. We handle only get session id by cookie only | i

[JBoss-user] [JBoss Seam] - jboss-seam-head build errors

2006-01-06 Thread [EMAIL PROTECTED]
I got the following error building: examples/issues BUILD FAILED | C:\J2EE\project\jboss-seam-head\examples\issues\build.xml:126: C:\J2EE\project\jboss-seam-head\examples\issues\resources\WEB-INF\lib not found. The example is missing the WEB-INF/lib folder (and libraries). View the original pos

[JBoss-user] [Clustering/JBoss] - Re: Cookies + clustering + 4.0.3 = ignored context.xml

2006-01-06 Thread coreyjohnston
Thanks you very much for your investigation, and for testing that Brian. I have also tested it on a clustered pair using Apache2/mod_jk as a frontend load-balancer, with cookies disabled, and all appears to work fine. I think its because with cookies disables, JBoss reverts to using URL-rewriti

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - How do I use reveng.xml to change class names and datatypes?

2006-01-06 Thread ameelin
a) I have some tables to map and generate artifacts for...One of the table names in my schema is named "Package" which conflicts with java keyword/reserved-word "package"...aargh! Can I somehow change "Package" class to "Package1" or something else (other than "Package") in reveng.xml b) Usin

[JBoss-user] [JBossWS] - JBoss AxisServiceMBean

2006-01-06 Thread gogineni
Hi, Im not certain if this si the right forum for this or if I should post it to Management/JMX... I would like to programmatically get a list of all deployed webservices & their wsdls from a java client outside the container. By looking at the code that is responsible for generating the webs

[JBoss-user] [JBoss Eclipse IDE (users)] - Question applies to using Hibernate with JBoss IDE

2006-01-06 Thread ameelin
a) I have some tables to map and generate artifacts for...One of the table names in my schema is named "Package" which conflicts with java keyword/reserved-word "package"...aargh! Can I somehow change "Package" class to "Package1" or something else (other than "Package") in reveng.xml b) Usin

[JBoss-user] [JBoss Seam] - Re: Newb needs help...

2006-01-06 Thread js8523
The interesting part would be between those two parts, as this is the part that seam scanes the files to see any @Name annotations and then places them in an internal list for reference later on by the JSF pages. It is hear where your deployement is going wrong. I think you should still pursue

[JBoss-user] [JBoss jBPM] - Re: task-node Q

2006-01-06 Thread fmuhlenberg
I'm not having success with your suggestions. The configuration below allows creation of tasks upon entering the NotifyApprovers node but the node does not block and the Assignment handler is never called. I can view the tasks by accessing the (terminated) process instance by calling |

[JBoss-user] [Installation, Configuration & Deployment] - Re: Apache->JBoss redirection

2006-01-06 Thread olegkon
Can somebody please explain what do these messages in error_log mean (at Apache startup): [error] mod_jk child init 1 0 [error] jk2_init() Can't find child 895 in scoreboard [notice] Apache/2.0.48 (Unix) mod_jk2/2.0.2 configure (that is the only errors I get) What is a scoreboard ? Thank you i

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Apache->JBoss redirection

2006-01-06 Thread olegkon
Can somebody please explain what do these messages in error_log mean (at Apache startup): [error] mod_jk child init 1 0 [error] jk2_init() Can't find child 895 in scoreboard [notice] Apache/2.0.48 (Unix) mod_jk2/2.0.2 configure (that is the only errors I get) What is a scoreboard ? Thank you i

[JBoss-user] [JBoss jBPM] - Null Exception when identity.db.xml is not null????

2006-01-06 Thread forJbpm
When I try to run my test program I get error at following line anonymous wrote : | IdentityXmlParser.parseEntitiesResource("JBPM_HOME/jbpm/src/resources/hsqldb/identity.db.xml"); | | as anonymous wrote : java.lang.RuntimeException: couldn't parse identities from stream 'null' | a

[JBoss-user] [JBoss Seam] - Re: New Conversation issue

2006-01-06 Thread RizviAtt
Would you explain what you mean by "Request boundaries". What if define a @Begin but not a @End. Then when will conversation end? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916204#3916204 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[JBoss-user] [JBoss jBPM] - Re: Emailing From ActionHandler

2006-01-06 Thread brittm
What about binding your e-mail class to JNDI and then doing a JNDI lookup in your action handler? -Britt View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916203#3916203 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916

[JBoss-user] [EJB 3.0] - Re: Web Services with EJB3

2006-01-06 Thread bgrooters
Our development team would like to see the @WebService and @WebMethod annotations supported in JBoss 4.0/EJB 3 rather than waiting for JBoss 5 GA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916201#3916201 Reply to the post : http://www.jboss.com/index

[JBoss-user] [JBossCache] - Re: Getting TreeCacheAOP Clustering, A Few Questions

2006-01-06 Thread [EMAIL PROTECTED]
Try the tips in here too: http://wiki.jboss.org/wiki/Wiki.jsp?page=HandleJoinProblem View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916199#3916199 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916199 ---

[JBoss-user] [Clustering/JBoss] - Re: Cookies + clustering + 4.0.3 = ignored context.xml

2006-01-06 Thread [EMAIL PROTECTED]
Had a look at the JvmRouteValve code and it has logic to handle either value of emptySessionPath. Just to be sure I configured a cluster server with this set to false and ran the session replication unit tests and they passed. So I don't think that will be a problem. However, the JvmRouteValv

[JBoss-user] [JBossCache] - Annotating an interface for TreeCacheAOP in Java 1.5

2006-01-06 Thread joereger
Quick question about annotating a POJO in Java 1.5. This is my annotation interface. | package reger.cache.jboss; | | import java.lang.annotation.Target; | import java.lang.annotation.ElementType; | | @Target({ElementType.TYPE}) | public @interface Cacheable { | } I'm then an

[JBoss-user] [JBoss Seam] - Re: Newb needs help...

2006-01-06 Thread bkyrlach
Interesting stuffs... 2006-01-05 09:13:16,555 DEBUG [org.hibernate.cfg.AnnotationConfiguration] Process annotated classes 2006-01-05 09:13:16,711 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column TYPE unique false 2006-01-05 09:13:16,743 DEBUG [org.hibernate.cfg.annotations.EntityBinder] Impo

[JBoss-user] [JBoss jBPM] - Externally crafted XML does not deploy

2006-01-06 Thread michaelholtzman
Greetings! I am building a process definition in jpdl from our own application, and need to deploy it in jbpm. If I follow the instructions in http://www.jboss.com/index.html?module=bb&op=viewtopic&t=71393 I get a graph with all elements in the top left, but I cannot resize or relocate anythin

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - user SA not found after out of memory exception

2006-01-06 Thread javatwo
After JBOSS had Out-of-memory exception, Control+C was not able to kill it. So I closed the JBOSS window (XP). When I tried to restart JBOSS, I got the following: user SA not found exception. No luck after restarting XP. It might be unfinished transaction going on. How to fix it? Thanks. WARN

[JBoss-user] [JNDI/Naming/Network] - Re: Failed to retrieve stub from server

2006-01-06 Thread stetsonab
I was able to get passed the error. Apparently I used the wrong port number. The jnp port was different from the port jboss is running from. But now I am receiving another strange error: javax.naming.NameNotFoundException: comp not bound at org.jnp.server.NamingServer.getBinding(NamingSer

[JBoss-user] [JBoss Seam] - Re: Newb needs help...

2006-01-06 Thread js8523
Hi You could try looking in the jboss app server log (for some more detailed log info), be warned it's prety verbose. Mine is in C:\Development\jboss-4.0.3SP1\server\default\log\server.log See what is appearing, anything interesting please post it. James View the original post : http://w

[JBoss-user] [JBoss jBPM] - Re: call for jBPM performance problems

2006-01-06 Thread [EMAIL PROTECTED]
we think about writing a book, but the plans are not yet very concrete. regards, tom. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916187#3916187 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916187 --

[JBoss-user] [Installation, Configuration & Deployment] - JBoss configuration for WS Axis - Socket exception - Connect

2006-01-06 Thread sfurt
Hi, I have an application running in 2 different environments: Development and Production. Both of then use JBoss 4.0.2. My application interacts with a third party software using web services that I invoke with AXIS. The web service is used to upload documents sent as DIME attachments. >From

[JBoss-user] [JBoss jBPM] - Re: call for jBPM performance problems

2006-01-06 Thread [EMAIL PROTECTED]
adding optional pagination parameters to the task list is a good idea, i think. i'll create a jira issue to try it out. regards, tom. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916184#3916184 Reply to the post : http://www.jboss.com/index.html?module=b

[JBoss-user] [JBoss jBPM] - Emailing From ActionHandler

2006-01-06 Thread tobysaville
Hello, I am trying figure out how I can get a hold of objects from within action handlers. Specifically, I have an Email service singleton that is held in the application context of our Tomcat instance. I would like to use this service in the action handlers, but I cant think how to get a ha

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Problems deploying (Deployment menu options are all disa

2006-01-06 Thread [EMAIL PROTECTED]
What is it exactly that you are trying to deploy? The project itself? The deploy menu is there for JARs/WARs/EARs/XMLs etc.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916182#3916182 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[JBoss-user] [Remoting] - Re: Bug in sertvlet remote transport.

2006-01-06 Thread [EMAIL PROTECTED]
This has been fixed for 1.4.0 final release (see jira issue JBREM-282). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916180#3916180 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916180 -

[JBoss-user] [JBoss Eclipse IDE (users)] - Problem with deploying .war file

2006-01-06 Thread supriyas
Hi, I am new to JBoss and trying to migrate existing web application which uses Tomacat 5.0 to JBoss 4.0.2. I have installed JBoss IDE 1.4.1. I am using Eclipse 3.0. I have created a new project (J2EE1.4 project) and built it. Created and ran packaging to build .war file. The structu

[JBoss-user] [JCA/JBoss] - Re: JCA connector not deploying when dropped in the deploy d

2006-01-06 Thread technobrat
Hmm... The JintManagedConnectionFactory.setLogWriter() has no significant code that will throw this exception. To confirm, I commented all the code ( = 1 line) inside setLogWriter() but still it throws this exception when I drop it in the deploy directory of a running server. My question is, wh

[JBoss-user] [JCA/JBoss] - Re: JCA connector not deploying when dropped in the deploy d

2006-01-06 Thread [EMAIL PROTECTED]
Its the com.intrinsyc.jca.JintManagedConnectionFactory.setLogWriter(JintManag edConnectionFactory.java) method that is throwing the exception. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916167#3916167 Reply to the post : http://www.jboss.com/index.html?mo

[JBoss-user] [JBoss jBPM] - JpdlXmlWriter bug?

2006-01-06 Thread fmuhlenberg
After creating and loading a process definition that contains a task-node which includes a task, the method JpdlXmlWriter.toString( procDef ) returns XML that doesn't contain all the elements in the loaded process definition. Specifically, it drops the < task > elements. I also

[JBoss-user] [JBoss Seam] - Re: Tomohawk sortTable strange error

2006-01-06 Thread SunFire
Is there a solution to this problem yet? I have the current CVS of seam and my setup looks pretty much like Zealots. The table is rendered fine and the sort links appear in the header but as soon as you click them it throws this nasty exception: | 19:55:12,281 ERROR [[Faces Servlet]] Servlet.

[JBoss-user] [JBossCache] - Re: Getting TreeCacheAOP Clustering, A Few Questions

2006-01-06 Thread [EMAIL PROTECTED]
Does the ViewDemo test work consistently (i.e. it wasn't just luck that it worked once)? If so, this is quite strange, as TreeCacheAop doesn't do anything special to create its JGroups channel -- it applies the protocol stack config from the xml (which looks fine) and starts the channel using t

[JBoss-user] [JBoss/Spring Integration] - Re: Hot Deployment using jboss deployer

2006-01-06 Thread brobertarch
Ales, For some reasons, your email went to my bulk folder (you might have BCCed somebody). I didn't see your email related to jboss.xml. the MBean is now loaded and I can get some interesting trace see below. I need some time to investigate now. Thanks again. 13:57:27,975 WARN [Configurator]

[JBoss-user] [JCA/JBoss] - JCA connector not deploying when dropped in the deploy direc

2006-01-06 Thread technobrat
Hi, I have a JCA connector talking to a legacy server. The JCA .rar file contains the deployment descriptor *-ds.xml which binds it to a JNDI name. The connector deploys just fine when I first place it in the deploy directory and THEN start the server. It doesn't deploy if I FIRST start the s

[JBoss-user] [Messaging, JMS & JBossMQ] - Synchronous Request, Asychronous Processing => System Thread

2006-01-06 Thread kyyu
Hi all, I am building a session bean which expose a synchronous mode method to its client. In other words, the client is willing to wait until there is result. And in the jboss server, we have to use asynchronous mode for the processing (for other requirements or other method calls) . So we h

[JBoss-user] [EJB 3.0] - Mapping a collection of primitives

2006-01-06 Thread parmenides
How do you annotate an entity that contains a collection of primitives (say, a Set)? I'm coming from the Hibernate/POJO world where I used to use jmxdoclet and @hibernate.set, @hibernate.collection-element and @hibernate.collection-key for this kind of mapping. I don't see the equivalent EJB3

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Hibernate Lazy Loading

2006-01-06 Thread rfboehme
What is the best way to achieve lazy loading in Hibernate? My data is accessed via Hibernate in the http-invoker. Thanks. Richard View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916155#3916155 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[JBoss-user] [JBossCache] - Re: Getting TreeCacheAOP Clustering, A Few Questions

2006-01-06 Thread joereger
I just ran the test outlined on this page: http://wiki.jboss.org/wiki/Wiki.jsp?page=TestingJBoss With the jgroups config I'm using in replSync-service.xml my machines have no trouble finding one another and clustering. Why do my TreeCacheAOP caches always think that there's no cache and that t

[JBoss-user] [JBoss/Spring Integration] - Re: Hot Deployment using jboss deployer

2006-01-06 Thread brobertarch
Ales, Thanks for the jar but it didn't work the MBean couldn't be loaded. I use JBoss 4.0.2, Spring 1.2.5, Hibernate 3.1, MQ Series is used for JMS can't use betas at a customer site. Therefore I don't use EJB3 and try to minimize bugs of new features or non mature products. Since it happens

[JBoss-user] [JBoss jBPM] - Re: task-node Q

2006-01-06 Thread brittm
enazareno is correct. Specifically, a has these default properties: create-tasks="true" signal="last" //completion of the last task also signals the default transition And a element under the by default has: blocking="no" See the user guide, sections 13.3.7 and 13.3.23 for other

[JBoss-user] [EJB 3.0] - Re: EntityManager returns null from @PersistenceContext

2006-01-06 Thread dkomar
Hi, first of all, sorry because i'm not gonna help you a lot ! i also have this problem ! it has been 3 days i'm trying to get my *.ear archive working but nothing to do ! i don't have any error message anymore when launching JBoss server but when calling a SessionBean class method, the entitym

[JBoss-user] [JBoss/Spring Integration] - Re: Hot Deployment using jboss deployer

2006-01-06 Thread alesj
Sent. >> What exactly are you trying to do with JMS? Debug why this is thrown: Could not instantiate bean View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916148#3916148 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[JBoss-user] [EJB 3.0] - InheritanceType.JOINED relations in base class added also in

2006-01-06 Thread silviu.marcu
I have this scenario: A has id, fk1 (a relation to other entity) B extends A the inheritance type is InheritanceType.JOINED when I look into the generated TABLES I have the fk1 in both tables A (id, fk1, ...) B (id, fk1, ...) my question is HOW do I make the hibernate to not add fk1 to B table?

[JBoss-user] [JBoss/Spring Integration] - Re: Hot Deployment using jboss deployer

2006-01-06 Thread brobertarch
Ales, [EMAIL PROTECTED] Thanks, Brice View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916145#3916145 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916145 --- This

[JBoss-user] [JBoss jBPM] - Re: Interception a signal event

2006-01-06 Thread brianmb99
Thanks, Elmo. I was tending away from using decision nodes, because that would require that I put a decision node after every state that requires the "transition filter" code. I'd rather be able to execute some code on the leave node event that would somehow cancel the signal event that's alrea

[JBoss-user] [JBoss/Spring Integration] - Re: Hot Deployment using jboss deployer

2006-01-06 Thread alesj
What exactly are you trying to do with JMS? I'm using the following stuff with JBossAS and it works really great for me. | @Consumer(activateConfig = | { | @ActivationConfigProperty(propertyName = "destinationType", propertyValue = "javax.jms.Queue"), | @Activati

[JBoss-user] [Beginners Corner] - Re: HAR problem: Incomplete Deployment listing: Packages wai

2006-01-06 Thread arnieAustin
renamed the jboss-service.xml to hibernate-service.xml and things seem to be going now, but: 2006-01-06 11:15:07,859 INFO [net.sf.hibernate.cfg.Environment] Hibernate 2.1.6 2006-01-06 11:15:07,875 INFO [net.sf.hibernate.cfg.Environment] hibernate.properties not found 2006-01-06 11:15:07,875 IN

[JBoss-user] [Installation, Configuration & Deployment] - Re: java.io.IOException: No serializer found for class gov.e

2006-01-06 Thread [EMAIL PROTECTED]
Hi, I am pasting my web-service client code: public static void main(String[] args) { String urlstr = "http://acs-fa-1148:8080/quality-control/QualityControlService?wsdl";; System.out.println("Contacting webservice at " + urlstr); try{ URL url = new URL(urlstr); QName qname = new QName("http:/

[JBoss-user] [JBoss/Spring Integration] - Re: Hot Deployment using jboss deployer

2006-01-06 Thread brobertarch
AlesJ, Thanks for your quick answer. I forgot to mention that the 3rd simple solution does not destroy singletons. That?s why it always works. By destroying singletons, I have an exception that is hard to track since it is hidden by all the JCA MDB interceptors. It applys to the 3 implementatio

  1   2   3   >