Hi,
I am using jbossas 4.2.2, jbossws 3.0.1.
I am having some trouble with my webservice implementation. My endpoint needs
to be able to both send and receive large XMLs. In my case there are large
elements (100 Mb) which are Base64 encoded.
All attempts on sending such XML ends up as a DOMSour
anonymous wrote : You're referring to org.jboss.web.comet.CometProcessor, right?
Yes.
Using JBossWEB 2.1.x jar files could help but that is not a supported
configuration.
The Comet should be in the AS 5.0.x versions but you can use the standalone
version.
The developers are still discussing the
Being discussed at
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=137482
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158584#4158584
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158584
___
I don't believe the jdbc batch size would affect your query output.
For further logging options, see this
http://www.hibernate.org/hib_docs/v3/reference/en/html_single/#configuration-logging
And yes, do look for the actual query being fired by Hibernate in the logs.
Something similar to:
2008
Do you think it has anything to do with the following property in
persistence.xml file:
Will try debugging through Trace.
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158582#4158582
Reply to the post :
http://www.jboss.com/index.html?module=bb&
How did you use the @Depends annotation to get around the issue?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158581#4158581
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158581
__
sorry the sample file didn't show up, let me try again:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I need the source code of jbpm-console module of jbpm-3.2.2 version.
Can anyone tell methe process or steps to get the source code..
Thanks in Advance
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158576#4158576
Reply to the post :
http://www.jboss.com/i
For debugging, why not just print the stacktrace in the catch block of your
hibernate util:
try {
|
| AnnotationConfiguration config = new AnnotationConfiguration();
| config.addAnnotatedClass( User.class );
| config.configure();
|
|
hi all..
i'm in the process of converting the examples in seam directory to a seam
project in jboss tools.
so far i did the registration,messages and booking, i don't know to how
contribute them (or where) but i would like to.
so far what i did was to create a project with the wizard, then co
Can anyone tell me, How can we use client side validation with JSF facets xhtml
files in JBPM.
Thanks in Advance..
Regards
Alok Agrawal
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158570#4158570
Reply to the post :
http://www.jboss.com/index.html?mo
Hii Ronald!
Yes you answered but not exactly this question(about processdefinition.xml)
processdefinition.xml is parsed and store in database but where other files
like forms.xml and form.create.xhtml, form.evaluate.xhtml(these all are
taskforms) are stored?
Ya I know all process variables are
Thanks Koen
I've read your pdf file you presented in eclipsecon 2006, very helpful to me.
I want to record all info (lines,nodes,..) of "processimage.jpg" in another
xml file, in order to be monitoring the processses status when it's in running
state using SVG.
below is a sample :
yes - to run the unittests you need jdk 5.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158566#4158566
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158566
___
jboss-user m
yes - to run the unittests you need jdk 5.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158567#4158567
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158567
___
jboss-user m
This is a delivery status notification, automatically generated by MTA
mail.isc.chubu.ac.jp on Tue, 17 Jun 2008 12:26:04 +0900
Regarding recipient(s) : [EMAIL PROTECTED]
Delivery status : Failed. Message could not be delivered to domain
.Failed while initiating the protocol. <[('[EMAIL
PROTECTE
Are there nightly (or weekly or whatever) builds of JBoss 5 that I can get at?
I'm having a problem with Beta 4 that is listed as fixed in the bug database
and I would like to get the latest version (however unstable it might be).
Thanks, Rick
View the original post :
http://www.jboss.com/in
Start and enpoints of connections are defined by the AnchorPoint interface in
GEF. For the jBPM designer we use the simplest implementation of this which is
a ChopboxAnchorPoint. You will most certainly have to look at GEF before you
try to play with it.
Regards,
Koen
View the original post :
Hi ALL,
I want to know how to get the real path of a deployed ear file in jboss.
I know how to get the real path of a deployed war file , but I want it for ear
file.
I want to access a file which is directly under root of ear.
| myApp.ear
| |--version.xml [how to access this file to
becareful about what?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158555#4158555
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158555
___
jboss-user mailing list
jboss-use
You shouldn't need to write any application to clean up old messages.
When you remove the TopicSubscription, All the Message References to the Topic
Subscription are deleted right away, and later the cleanup thread will delete
orphaned Messages without references.
anonymous wrote : ...just to
I cost huge a lot of time to study how to capture the starting point and end
point of connection line between two nodes in jBPM Designer. it turns out I
still can't get it. Is there something magic happens inside framework GEF? Or
my direction is wrong?
Can some jBPM designer guru lead me out
StaleObjectStateExceptions are directed to the StaleObjectLogConfigurer, but
the fact that one such exception could occur as the cause of a
RollbackException is something that we did not see coming. You might want to
report the issue and your proposed fix in Jira.
View the original post :
http
>From my client program [Durable Subscriber], it unsubscribes itself when it is
>shutting down.
>From the business point of view, my business partners don't want to receive
>messages from the Topic anymore. That means my business partners don't want
>to do business with me any more and don't w
The package org.jbpm.bpel.integration.server and all classes in jbpm-bpel.jar
are independent of the target app server. To port jBPM BPEL to a new app server
all you need to do is implement the EndpointMetadataLookup interface, register
the new class in endpoint.metadata.lookups.xml and rebuild
kukeltje,thanks for your response.
I found the problem can be solved by explicitly creating a start task:
ProcessInstance pi = pdf.createProcessInstance();
| pi.getTaskMgmtInstance().createStartTaskInstance();
only this way the jbpm will create a initiator swimlane instance.
there must be some
You probably have another Consumer somewhere else on the same subscription.
I don't believe there is a bug on this, but if you found an edge condition,
please create a testcase replicating the problem and we will take a look.
View the original post :
http://www.jboss.com/index.html?module=bb&op
I wrote a deployer to deploy "foo.abc" type file. During deployment , this
deployer will generate a war file inside the foo.abc file . I see the
URLScanner can not detect the "foo.abc" file is changed, how can I notify the
URLScanner it is changed or how can I force jboss container to redeploy
Shouldn't your application be calling
http://java.sun.com/javaee/5/docs/api/javax/jms/Session.html#unsubscribe(java.lang.String)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158541#4158541
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=
What you mean by how do you configure operations?
on JMX you configure MBeans and properties.. you never configure operations.
You can call those methods through the jmx-console though.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158540#4158540
Reply to t
Is there a way that JBoss Messaging able to remove old durable messages from
the Topic and from the db tables?
For instance, my durable subscribers are no longer subscribe to the Topic but
durable topic messages are still kept for them. How does JBoss Messaging
handle this situation?
Thanks,
My question was regarding to those operations listed under this section in the
User Guide:
6.6.3.2. We now discuss the MBean operations of the Topic MBean
6.6.3.2.3. ListDurableSubscriptions
6.6.3.2.10. ListDurableMessages
etc
thnks.
View the original post :
http://www.jboss.com/index.h
even though I close the subscribers from the Client program, the JBoss
Messaging server still throws error messages.
Here are the steps:
durableTopicSubscriber.close();
topicSession.unsubscribe("subscriber-id');
topicSession.close();
topicConnection.close();
whatelse do i miss? thanks f
For the JBoss Messaging download, look in the jboss-messaging.sar file. It
contains a file named destinations-service.xml that has exampleso f how to
declare queues and topics.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158535#4158535
Reply to the post :
How do I configure those operations MBean that states in the User Guide for
Topic destinations? Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158534#4158534
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158
Thanks Clebert for the reply. I tried giving run -b 0.0.0.0 -c messagin-node0
and it worked. I was confused if that was the correct way of doing it. But,
now that you have told me I will go ahead.
By the way, I didn't know that we can give the IP address/DNS; thanks for
letting me know and
You should use a -b when you start each node:
run -c messaging-node0 -b NODE_IP_OR_DNS_ON_NODE1
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158530#4158530
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158530
Hi Mallikarjun,
I think the error says that the problem is that you hasn't declared the method
removeAll() in the local home interface or in the entity class, it doesn't
refer to the ejb-jar.
On the other hand, maybe you haven't noticed that in the ejb-jar is declared as
removeAllRecords() and
You can get more detailed logs by :
1) Adding log4j jars to your classpath
2) Adding a log4j.xml file to your classpath, or point to it using
-Dlog4j.configuration=/path/to/log4j.xml
3) Edit your log4j.xml file to print out TRACE or DEBUG level messages for
org.jboss.cache.
Not sure as to why y
I found the answer...
http://www.mail-archive.com/[EMAIL PROTECTED]/msg20332.html
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158520#4158520
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158520
__
thanks for the quick reply.
I tested the cache behavior by setting a very high ttl value and them
inspecting the cache in the jboss jmx console.
I didnt find how to setup log or debug messages for the cayenne version of
jboss cache. Do you or someone know how to do that?
and about this quote:
I ran into this problem also, but I'm only running one instance. I want to run
it behind Apache, and I have other Tomcat instances running on the machine, so
using the recommendation from
http://wiki.jboss.org/wiki/ConfiguringMultipleJBossInstancesOnOneMachine, I set
up my instance to run on a
I am integrating Spring framework into my ESB project using
AbstractSpringAction where I extend my action classes as shown in the
jboss-soa-p.4.2.0 spring_helloworld quickstart sample. While I can
build/deploy/run fine the sample, I am getting the following exception when I
did the same in my a
Hi,
i am developing an application using jboss 4.2.2,ejb 3.0 and netbeans.
Following one of the tutorials online i created a web service inside the ejb
container, then i created a web service inside my web container. After that i
created a servlet. In the servlet i used the "command call web ser
"jakkur" wrote : Not sure if this is the right group to post this in, but I
will try...
Yup, wrong forum - see forum's sticky.
Try JBoss ESB/SOA forum.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158507#4158507
Reply to the post :
http://www.jboss.com/ind
My version of Seam is 2.0.2.SP1. I tried it with the complier compliance level
in Eclipse set to 5.0 but that did not fix the problem. Are you saying I need
to install and use Java 1.5?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158506#4158506
Reply to t
yeap.. i have this issue.. i solve it for single sign on thru extending my
org.jboss.security.auth.spi.LdapExtLoginModule and removing the {ALG} part to
authenticate...
This is a problem about compatibility in Directory Servers implementations... i
work with open ldap and Open DS and both have
btw. my guess is that you are using Java 6/1.6 which the embedded jboss which
is used for running the tests does not work properly with.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158504#4158504
Reply to the post :
http://www.jboss.com/index.html?module=
which version of seam ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158503#4158503
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158503
___
jboss-user mailing list
jboss-u
Running
JBossAS 4.2.0
JBoss Portal 2.6.5
Hibernate 3
Hey all, I have been working on trying to get JBoss to work with hibernate and
MySQL. I have successfully accessed the database through a datasource, but I
cant seem to configure hibernate correctly. My session objects are always
returned
I'm using SeamTools 2.1.0.GA and get the following error when I try to test
(using testNG) a simple action bean created with File->New->Seam Action wizard:
org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of
incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
*** CONT
Thanks for the replies. I was looking through the admin portlet code. In
editPageLayout.xhtml it appears to pull in another portlet to get a list of
instances:
Can someone explain how this jbp:portlet tag works and where this add'l portlet
is located?
Thanks!
View the original post :
htt
No one from Jboss wants to answer the question?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158499#4158499
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158499
___
jboss-
I gave up using the Seam and richfaces implementations in the Jboss DevStudio
1.1.0 Beta 1 and am now using Seam 2.0.2.SP1 and richfaces 3.2.0.SR1.
The issue is pretty simple:
In richfaces-ui-3.2.0.SR1.jar and earlier versions, there is an
\org\richfaces\taglib\inplaceSelect tag. There isn't
It might be a bug, but I think it may be more likely that Hibernate is
receiving the wrong data -- that is, it's expecting a '1' or a '0' perhaps, and
is instead getting, say, a "T" or "F" string, which is causing it to always
assume "TRUE".
This is a newbie question, but is there a way to turn
I am trying to evaluate the capabilites of Jboss ESB and I ran into an issue.
It seem like Jboss ESB does well with Web Service endpoint when they are hosted
in the AS and are recognize as Web services under the Jboss.ws heading in the
JMX console. I am finding it rather diffucult to connect to
Thanks for the quick reply Ronald.
I was aware of the term milestone being used in a workflow pattern for
synchronizing parallel branches... although I assume this was not fully baked
yet as the "milestone-node" doesn't appear the jPDL schema. Looks like there
is a test case that exercises i
Not sure if this is the right group to post this in, but I will try...
I am integrating Spring framework into my ESB project using
AbstractSpringAction where I extend my action classes as shown in the
jboss-soa-p.4.2.0 spring_helloworld quickstart sample. While I can
build/deploy/run fine the s
According to the docs, your expectation is correct in that setting time to live
to 0 means that there is no time to live. And hence the JIRA to enhance this
such that we are able to specify a ttl of 0 such that elements are evicted
pretty much immediately.
I suspect that the reason you see you
Thanks for answering.
You're referring to org.jboss.web.comet.CometProcessor, right? But that
interface is not available in 4.2.2, I can only find
org.apache.catalina.CometProcessor in the jbossweb jar. Also, the rename was
made in january this year according to some svn commit log I found, so
So nobody else has this issue? It's just me?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158484#4158484
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158484
___
jboss-use
Milestones as a node in BPM are for 'synchronizing' 2 parallel branches.
Generic nodes just for the sake of reporting is overkill imo. Although it is
'common' practice when using e.g. SeeWhy and not specifically bad. not use
specific queries to retrieve start and end date of normal tasks/nodes/
We have a need for process designers to place nodes in their processes to
pattern a milestone that fulfills some reporting needs. For instance, they may
want to report on what date each instance of a process started and then on what
date each of their their milestones were reached.
Is doing th
Thanks for the clarification. It was unclear from the JBC docs whether that
was for standalone only. That seemed to do the trick though.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158478#4158478
Reply to the post :
http://www.jboss.com/index.html?modul
Or visit us on our irc channel
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158477#4158477
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158477
___
jboss-user mailing list
Yes, I have special requirement. I have to write a program in embedded C on a
ARM processor (UMTS Wavecom modem for M2M apps) to communicate with my JBoss
Server (and my App).
The API I have supports only TCP Sockets, that's why I want to use Remoting to
acess my EJB.
So my question is about
Your message to:
-> [EMAIL PROTECTED]
was considered unsolicited bulk e-mail (UBE).
Subject:
=3D?windows-1251?B?yO307vDs4Pbo/yDuIMHl6+7pIOfg8O/r4PLlIPPv8ODi6//++eXs8w=3D=3D?=3D
=3D?windows-1251?B?IPTg4fDo6ug=3D?=3D
Return-Path:
First upstream SMTP client IP address: [85.96.198.165] unknown
A
hi everybody,
I'm trying to deploy my project using the project archives utility of JBoss
IDE, and an error is shown for all my EJB's.
WARN [verifier] EJB spec violation:
Bean : Facade
Section: 22.2
Warning: The Bean Provider must specify the fully-qualified name of the Java
class that imp
[EMAIL PROTECTED]|redhat].com
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158472#4158472
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158472
___
jboss-user mailing list
j
-
The message you sent to etaj.ru/monika was rejected because it would exceed the
quota for the mailbox.
The subject of the message follows:
Subject: =?windows-1251?B?xOv/IOHz9ePg6/Ll8OjoIO7w4+Dt6Ofg9ujo?=
---
Which email should I use?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158468#4158468
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158468
___
jboss-user mailing list
jboss
Hi everyone,
I'm using jboss cache 1.4.1.GA with jboss 4.0.5.GA.
I'm trying to use an eviction policy.
Here is part of my tree-service.xml file:
|
| org.jboss.cache.eviction.LFUPolicy
|
|
|
|
I don't think these two lines should be here, or they need to be mapped up in
the backing bean :)
15
16
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158384#4158384
Reply to the post :
http://www.jboss.com/index.html?module=bb&
The task name (and I'm guessing a bit at this point) might be null there
because you've already passed out of the task node at the point where your
handler is getting called.
One workaround solution that comes to mind is to have an action on the
nodeEnter event of your task node that stores the
Good to know! :)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158453#4158453
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158453
___
jboss-user mailing list
jboss-user@lis
Yes, I will go through the JBM 1.4.0 SP3 documentation.
Thanks a lot Tim and Clebert. I really appreciate the help you guys have done.
I know I bothered you people :) thanks once again
Cheers,
Ebe
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158359#4
1) Queue is deployed on the remote server.
2) My consumer is not an MDB. It is a normal JMS consumer deployed as MBean. It
gets connection to the queue through JCA adapter.
3) I control the transaction using TransactionManager interface.
4) On RuntimeException, I close all JMS objects (consumer, s
"[EMAIL PROTECTED]" wrote : The brackets are there to denote the schema is
optional :-)
|
|
Oops, my bad! :-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158366#4158366
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=r
Hi everybody,
I have a simple process. In this process, I have one transition that have an
action. This action invokes a Handler. So, I implemented a handler and in this
handler I need to know what are the name of the last task.
For example, my process:
START
|
TASK1
| -> in t
I have a simple native query:
select distinct usr.userid from user usr where usr.name like '%jai%'
which returns me the expected output when used with setFirstResult and
setMaxResult. Not sure whether its a problem with your query or something else.
You can try enabling TRACE level logs of Hibe
Thanks.
Gonna check the conf and make a shot :)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158361#4158361
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158361
___
jboss-u
I wrote a very basic EJB3 entity and deployed it on JBoss 4.2.2GA - it worked
fine. But when I tried to deploy the exact same EAR on JBoss 5.0.0 Beta4, the
deployment failed with the following error:
10:42:51,673 INFO [SchemaUpdate] Running hbm2ddl schema update
10:42:51,673 INFO [SchemaUpdate
No, I mean the path name used in the web service url.
When I open up the Tomcat Status page for Jboss, after deploying the ears, they
show up in the application list as:
localhost/name-name-ejb
rather than:
localhost/name-ejb
View the original post :
http://www.jboss.com/index.html?module=bb&o
To All,
This may seem like a basic question, however I'm still getting a feel for all
that JBoss Operations Network can do. If I'd like to monitor my connection
pool between my application server and my database, how will I go about
configuring JON to do this? Can this be done via the Monitor
Hello Ed,
I don't know why but I thought that StaleObjectStateExceptions are errors. But
in docs (chapter 6.5) and in JIRA
http://jira.jboss.com/jira/browse/JBPM-995
is clearly written that StaleObjectStateExceptions are expected behaviour and
it doesn't matter if these exceptions occur. Now
Changing to a request bean instead of a session bean fixed the refresh problem,
since I'm now forcing JBPM to hit the database on every call to the controller.
This is a little slow, but it's working well, which is fine by me.
I'm still seeing, though, that when I assign a task from a PooledAct
I am attempting to configure Data Source and some additional environment
properties in JBoss AS 4.2.2 using JNDI. My DS configuration worked just fine
by placing my-ds.xml in the deploy directory of my site. No problem there. My
next step is to add more xml files with initial context properti
Your problem seems to be tied to your use case and it will be very hard
(resource issues) for me to dig into it. I suggest that you use our support
services and they will be able to replicate and fix your issues more quickly.
View the original post :
http://www.jboss.com/index.html?module=bb&op
I don't think these two lines should be here, or they need to be mapped up in
the backing bean :)
15
16
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158393#4158393
Reply to the post :
http://www.jboss.com/index.html?module=bb&
Sorry for the duplicate, browser was acting weird. You can delete this one.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158395#4158395
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158395
__
Hi rbb2007,
Can you please post what all you did to connect to a JBoss Messaging remote
Queue from an EJB3 MDB ? I am having some problem in configuring the MDB to
connect to a Queue on a different server. The MDB works for local queue.
Thanks,
AJSTL.
View the original post :
http://www.jbos
Hello,
We would like to generate web service endpoints dynamically (rather than
statically configured using the annotations).
Is there any reasonably simple way of doing this?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158381#4158381
Reply to the post
It looks like your program is trying to find an existing process definition by
the name of 'Gestion de Problemas', but there isn't a process by that name in
your database. Have you deployed that process yet? That's about the only
thing that comes to mind off the top of my head.
View the origi
Thanks Octomac for your reply!!!
But I got a bad new (for me). I got this error:
09:29:22,625 [main] WARN JDBCExceptionReporter : SQL Error: -22, SQLState:
S0002
09:29:22,625 [main] ERROR JDBCExceptionReporter : Table not found in statement
[select top ? processdef0_.ID_ as ID1_4_, processdef
I hate to bump this but I was really hoping for some help since JBossWS seemed
to be the only toolkit that was getting me anywhere with this old RPC/encoded
service. Most of the other Java WS frameworks wouldn't even generate the
client stub classes from the WSDL.
I'd be happy to give more d
Hi,
i would like to use EJB Timer services in a clustered JBoss 4.2.1 environment.
We are using active / passive cluster configuration so only one cluster node
will be active at a given time. My questions are:
- Are the timer services state persisted across the cluster ?
- Does this state in th
I am also seeing this behaviour with JAX-WS 2.0 web services deployed to JBoss
4.2.2.
@PostConstruct and @PreDestroy are called when the web service is run
"manually" by defining an Endpoint in a main method, but not when deployed.
Does anyone know why this is?
View the original post :
http:
I'm sending the required information:
java version: Java(TM) SE Runtime Environment (build 1.6.0_06-b02)
axis: 1.4
the reference to related JIRA issue:
http://jira.jboss.org/jira/browse/JBAS-3000;jsessionid=C732282C552A62868280485A80AF03DC
full exception stacktrace:
==
I think I already answered this... they are in the database
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158446#4158446
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158446
___
Thanks a lot for the help Octomac.
I'll try it.
Thanks!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158445#4158445
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158445
1 - 100 of 158 matches
Mail list logo