Hello,
I got it. Thanks a lot.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938760#3938760
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938760
---
Using Tomcat
Hello,
I got it. Thanks a lot.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938759#3938759
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938759
---
Using Tomcat
Hi I am experiencing the same thing and I have checked all over for the
solution. It seems that when I deploy the MDB the container creates a Topic
with the same name and subscribes my MDB to it. What ever I put in the
jboss.xml is ignored.
jboss.xml
MessageBean
When you open your process, there is now a Deployment tab (along with the
Daigram, Swimlanes, Design, and Source tabs). You have to deploy from there
now instead of the old right-click context menu.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938756#39387
"[EMAIL PROTECTED]" wrote : The actual deployment is still done through the
'old' upload servlet in the jBPM webapp.
| Regards,
| Koen
Please let me know it more details. Is there any way to work-around this
problem without updating upload servlet?
Thanks,
View the original post :
http:
I tested again on JBoss 4.04RC1 and did see the same problem with the built-in
JMX server. I also was able to narrow the problem down to a more specific
interaction of our aspect with the initialization of JBoss JMX, rather than a
conflict between AspectJ and JBoss AOP per se...
View the origin
Hello,
I get the following exception, while invoking the following code to find a
process definition :
context = jbpmConfiguration.createJbpmContext();
| GraphSession graphSession = context.getGraphSession();
| processDefinition = graphSession.findProc
anonymous wrote : 2006-04-22 02:50:59,671 DEBUG
[org.jboss.system.ServiceController] starting service
jboss.j2ee:service=EJB3,module=tutorial.jar
| 2006-04-22 02:50:59,671 DEBUG [org.jboss.ejb3.Ejb3Module] Starting
jboss.j2ee:service=EJB3,module=tutorial.jar
| 2006-04-22 02:51:00,156 DEBUG [
Most of the documentation that I have read so far has suggested that you need
to install "all" when you install JBoss AS if you want to use HA-JMS. I have
read things about deploy-hasingleton but I do not see this after installing
JBoss 4.04CR2.
Moreover, I want to use EJB3.
Q1. Does JBoss 4
This annotation is incorrect:
|
@ActivationConfigProperty(propertyName="subscriptionDurability",propertyValue="Durable")
|
It s/b this:
| @ActivationConfigProperty(propertyName="durability",propertyValue="Durable")
|
At least with AS 4.04CR2.
View the original post :
http://www.jbo
Maybe, i'm working with versata-jboss and it use that port (1099) and is
defined on file named "VSJNDI.properties" look for somethig like that and maybe
you can define in that file the right port
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938746#3938746
Hello all,
I hope this isn't in the documentation, but I haven't find it yet anywhere.
I'm trying to POST a JMS message directly over the HttpIL servlet. The idea is
to allow an ASP classic application to send messages to a queue, without the
overhead of having to create a proxy for it to c
Problem finally solved. This is not a valid annotation (even though I found it
referenced numerous places during my research:
|
@ActivationConfigProperty(propertyName="subscriptionDurability",propertyValue="Durable")
|
It should be:
| @ActivationConfigProperty(propertyName="durability
Try through the Java Perspective, not the Resource Perspective
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938739#3938739
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938739
--
Anuj-
This is to be expected.
If you have createTablesOnStartup (see getting started guide) set to true then
the server will always attempt to create the tables on startup.
If the tables already exist you will then get a SQLException which will logged
at log level of debug and it will continue
Did these annotations work for you in creating a MDB with a durable topic
subscription?
The annotation for subscription durability appears differently here:
http://docs.jboss.org/ejb3/app-server/reference/build/reference/en/html_single/index.html#jboss_deployment_descriptor
Using either one I am
I have an ear with a web module and an EJB3 module. When my first EJB3 MBean
tries to load it cannot find the classes in my web module's WEB-INF\classes
folder nor in the WEB-INF\lib folder.
I suspect the secret maybe in jboss-app.xml but the docs are NOT CLEAR AT ALL
or I have just not found
Hi,
Thanks for getting back to me. Yes the database server is up. Could this have
to do with the port? I thought the correct port for database access was 1433
but I've seen some people use 1099.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938734#3938
Ah.
Am grabbing source from Seam CVS to use the debugger as suggested. And yes,
I'm fairly certain my code is properly annotated.
| package com.alrubinger.showcase.entity;
|
| import java.util.Collection;
|
| import javax.persistence.CascadeType;
| import javax.persistence.Co
Hi,
I had things working till about last night. where I was trying to send a simple
text message to a queue. I see something of the sort
13:02:16,648 INFO [Queue] Queue[/queue/NCBIQueue] started, fullSize=75000,
pageSize=2000, downCacheSize=1000
in my server output and I am sure that the queue
Wel, yes, but that just says the scanner looks at the class file. It does not
tell you that the component has been deployed. Are you *really sure* that you
have an @Name annotation on that class?
Use you debugger to step through Initialization.addComponents().
View the original post :
http://w
I should be more clear to talk about one issue at a time. From the log file in
my initial post, I have:
11:09:20,143 DEBUG [Scanner] archive:
C:\jboss-4.0.4RC1\server\alrubinger\tmp\deploy\tmp247366-showc
| ase-application.jar-contents\showcase-entity-ejb3.jar
| 11:09:20,143 DEBUG [Scanner]
Huh?? From the log you posted above, the scanner does *not* pick it up!
I would expect to see a line like:
Component: user, ...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938728#3938728
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=p
Oh, I missed that ... no, no idea. Ask Emmanuel in the HEM forum.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938727#3938727
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938727
---
I might also draw some attention to the following errors, though I'm not sure
how they're affecting my app (or if they're even expected):
11:09:51,459 ERROR [STDERR] Apr 21, 2006 11:09:51 AM
com.sun.facelets.compiler.TagLibraryConfig load
| Implicit
| INFO: Added Library from:
jar:file:/C:/
Thanks for the reply. Turns out our two nodes were actually plugged into two
different switches. Somewhere in the path between them, "some" packets were
getting dropped. Scary. This should work (provided no routers in the way). Got
both boxes plugged into same switch, all is now working.
Thank
"[EMAIL PROTECTED]" wrote : Do you have seam.properties in the archive with the
User class?
Thanks for getting back to me, Gavin.
In the root of that archive, yes. And the scanner seems to pick up on it in
the log.
S,
ALR
View the original post :
http://www.jboss.com/index.html?module=bb&op
Thanks for your quick response - it works when I add
TransactionAttribute(NOT_SUPPORTED)
As a matter of interest do you know why the hints aren't working?
I am using JBoss4.0.4rc1.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938723#3938723
Reply to the p
You need to add TransactionAttribute(NOT_SUPPORTED) to the method that you
don't want to flush, or you need to set the EM to FlushMode.NEVER.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938721#3938721
Reply to the post :
http://www.jboss.com/index.html?mo
If you look carefully at the link posted before, you will see that your error
page should have 'location' tags around it.
I am not sure if this will work in Jboss directly like you say you need it to,
but it might help.
View the original post :
http://www.jboss.com/index.html?module=bb&op=view
I am trying to prevent flushing from occurring while navigating through a
wizard-type scenario.
I have tried adding hints to my query:
| @Entity
| @Table (name="property")
| @NamedQuery(name="property.findAll", query="select p from Property p",
| [EMAIL PROTECTED](name="org.h
When my EJB3 MBean loads it cannot find the other classes in my app. These
classes are in my web app.
In my ear at the top folder I have:
META-INF ..
webapplication.war\WEB-INF\classes (where the classes are)
beans.jar
I need the bean to find the classes in the WEB-INF\classes folder.
Ho
what is your code source ?
| The executeUpdate method must not return a result set.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938716#3938716
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938716
Well for those searching on this topic, I have decided to implement my own
custom fields in a subclass of TaskInstance to allow for a richer collaborative
environment than that of pooled actors. Perhaps I mising something in the
docs, but it seems certain tasks would be best if they could be as
In my earlier version of Eclipse, once I start the JBoss server, if I make
changes in any of the following
JSP page
Java function code, NOT adding or deleting a function or variable, just
changing the code inside a function
then I do not need to restart the JBoss server in the Eclipse IDE. Now
I met the same problem. anybody has any idea?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938708#3938708
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938708
--
Here is the rest of the log:
| 17:54:01,380 ERROR [org.jboss.portal.common.transaction.Transactions]
Problem when ending transaction
| org.jboss.tm.JBossRollbackException: Unable to commit,
tx=TransactionImpl:XidImpl[FormatId=257, GlobalId=dwprc/1061, BranchQual=,
localId=1061] status=STAT
Great!, after a day of "google-search" I foung your article is the best
explains me how to run PostgreSQL on JBOSS, thanks a lot
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938712#3938712
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=po
Hi,
I am trying to get the source code for the GPD (the Eclipse plug-in). I have
already downloaded the zip file jbpm-gpd-feature-3.0.8.zip but after poking
around a little bit, I could only find the source for the jBPM core engine.
Perhaps I am not looking at the right place.
Could someone pl
How about making a new beta release of Seam - I have trouble trying to figure
out which version of facelets, EL, etc... I need to build complete application
.war (for a Seam + Hibernate + Facelets style of application)... even though I
try to use recent nightly releases, follow the documentation
When i try to exchange user roles from the portal, i get this error, and user
role isn't changed:
| 17:54:58,507 ERROR [org.hibernate.util.JDBCExceptionReporter] The
executeUpdate method must not return a result set.
| 17:54:58,507 ERROR [org.hibernate.event.def.AbstractFlushingEventListene
Hi
I wanted to run jbossws samples. but dont know which server is suitable for
running samples. i m bit confused as it is written in build.properties about
jboss 5 (which i dont know where to download) but only jboss 404 cr2 is
available. But if i run ant tool gave some errors for No Class Def
I configured my web applications to use Active Directory via LDAP as described
here. http://wiki.jboss.org/wiki/Wiki.jsp?page=LdapLoginModule
http://www.developer.com/java/ejb/article.php/3077421
Works great. I can log in, and I can access any jboss applications that have an
auth-constraing with
Hi, I'm trying to support a Glassbox user who is using JBoss 4.03SP1. We are
using AspectJ 1.5 load-time weaving with Glassbox. Using JBoss with the Java 5
JMX server works fine. However, if you add these Java options on startup along
with our installation (basically -javaagent:aspectjweaver.jar
I've a project with a piece of JSP code running like this one
WorkerComment
<%
try
{
Country country;
Hi,
in the webapp example each click on the "Save and Close Task" Button opens the
Tasklist page (task.jsp).
What is to do to go automatically to the next task node after clicking on an
"Continue" Button ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=
Hi All,
First, let me say that the new ws stuff is a BIG improvement over the
bastardized axis from 4.0.3... Using the supplied tools has been very
straighforward.
I'm seeing this exception, however, and I'm just not sure what to do about it.
The AS is starting just fine, the wsdl is published
Do you have seam.properties in the archive with the User class?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938701#3938701
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938701
-
i think you can inject the service in the portlet :
in jboss-portlet.xml:
| UserModule
|
org.jboss.portal.core.modules.UserModule
| :service=Module,type=User
|
and get the usermodule in the portlet :
userModule = (UserModule)getPortletContext().getAttribute("Us
sets the property "hibernate.dialect" with value:
"org.hibernate.dialect.SQLServerDialect"
and
the property "hibernate.connection.datasource" with value:"jBPMDS"
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938699#3938699
Reply to the post :
http://www.jb
This bug has already been fixed in CVS. You can find a patch for the bug here:
http://jira.jboss.com/jira/browse/JBIDE-294
Or you can download a recent nightly build from here:
http://download.jboss.org/jbosside/builds/nightly
View the original post :
http://www.jboss.com/index.html?module=bb&
The steps to run example in weblogic 9 are:
1. Configure hibernate.cfg.xml, like this (I do it test with jbpm db using sql
server, if you have another db engine, so read documentation). You only need to
configure datasource in weblogic console.
org.hibernate.dialect.SQLServerDialect
"[EMAIL PROTECTED]" wrote : No need to discover the hard way, when you refer to
the wiki page for Tomcat on the JBoss wiki:
| http://wiki.jboss.org/wiki/Wiki.jsp?page=Tomcat
|
| And in this wiki page, you would have stumbled upon a wiki page for the
context.xml:
| Using context.xml in JB
No need to discover the hard way, when you refer to the wiki page for Tomcat on
the JBoss wiki:
http://wiki.jboss.org/wiki/Wiki.jsp?page=Tomcat
And in this wiki page, you would have stumbled upon a wiki page for the
context.xml:
Using context.xml in JBoss web applications
http://wiki.jboss.org/w
We have jboss321
connection pool configuration in oracle-ds.xml to Oracle9iAS cluster
|
|
| BARSDB_ORACLE
| jdbc:oracle:thin:@
| (description=(address_LIST=
| (LOAD_BALANCE=ON)
| (FAILOVER=ON)
| (address=(host=10.109.1.11)(protocol=tcp)(
To solve this problem do this:
| UserModule mod = (UserModule) new
InitialContext().lookup("java:portal/UserModule");
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938691#3938691
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=pos
using Sun's WScompile tool I have generated all necessary artifacts - WSDL and
mapping file for a service which takes a DataHandler to upload files.
I have previously run this service ok under Tomcat with Axis installed (using
an axis wsdd file)
Under 4.0.3.SP1 the deployment fails to find the
I also discovered (the hard way) that it only works if you put it in WEB-INF.
However, I wanted to add a "Resources" tag (as defined in
http://tomcat.apache.org/tomcat-5.5-doc/config/resources.html), referencing a
class in the .war. But this doesn't work, beause the war is not deployed yet!
W
I did some research into this, and found this reference:
http://tomcat.apache.org/tomcat-5.5-doc/config/resources.html
However this does not work for me, because I cannot figure out how to get the
classloader to load the class that I referenced in the tag. Any ideas?
View the original post :
Hi.
Was hoping for some assistance with a similar problem:
| 11:09:53,822 DEBUG [SeamVariableResolver] resolving name: user
| 11:09:53,822 DEBUG [Component] seam component not found: user
|
The view returns me with the message "Conversion Error!" when my form is
submitted.
I am using J
Also, I forgot to mention that the instance was suspended in an Exception
Handler. Could that be the reason why it is not able to resume execution?
I could resume the execution using the following code, though:
instance.resume();
|
ins
I set parameters in the url that provides the servlet with the information
needed to identify which image the servlet should output.
Although, I would think that you could do a priority search by using
Contexts.lookupInStatefulContexts() or something similar.
Carl
View the original post :
I'm trying to bind a Jackrabbit repository in JNDI under JBoss (4.0.3SP1). In
the Jackrabbit documentation, they describe how to do this under tomcat using
the GlobalNamingResources/Resource tags in server.xml and ResourceLink tag in
context.xml. This all works fine.
Now I want to do the same
hi for all,
i'm traying to get some varible from process instance,some one can help me how
i can to do it ?
thinks for help
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938679#3938679
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting
I did find a race condition that needs to be synchronized in the
JaasSecurityManagerService which could result in this error. Really nothing to
do with where the data sources reside other than how this affects the timing
issues that cause the race condition.
http://jira.jboss.com/jira/browse/JB
I am trying to run the Jbossws examples with a axis wss4j based client. All my
server side stuff seems working fine as the webservice is expecting a soap
headers with the security. I am looking for the client side key store with the
public key based certificate. In the examples, i am not finding
Hi all,
I suspended a ProcessInstance in an ActionHandler of a node using the following
code:
public void execute( ExecutionContext executionContext ) throws Exception{
| executionContext.getProcessInstance().suspend();
| }
I checked the database - JBPM_PROCESSINSTANCE t
This code does work, but I am looking for something more generic as I will need
to perform various different tasks for different fields on different entities.
To determine whether any field has changed on any entity, I would potentially
have to add code to all my set methods to flag the field as
No it doesn't work. :(
1 - Can you put an example that works?
2 - Should i start a service before doing findUserByUserName?
| UserModule mod = new UserModuleImpl();
| User user = mod.findUserByUserName(username);
|
I'm asking this question because this snippet gives me the followi
Ok... Here is the report:
I have only "one" table in the PotgreSQL database (I wanted to start simple!):
| CREATE TABLE abonne
| (
| id int4 NOT NULL,
| idinterne varchar(32) NOT NULL,
| nom varchar(64) NOT NULL,
| groupe varchar(64), -- groupe de rattachement
| dateabon
I have also fixed a related issue when using selectors with queues.
This will also be available in the next release.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938665#3938665
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=r
Fixed ! I have upgraded to the myfaces 1.1.2 release which seems to have solved
the problem !
Relief !
Later
Louis
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938664#3938664
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mod
Hi all
I am developing some service using jBPM.
There are many suprocesses (inside process-state nodes) that run
simultaneousely. I need some variables shared between ALL subprocess - for
example totalAmount. The thing is that any subprocess can change values of this
variables and the behaviou
Just to clarify; turning on ear-isolation in ear-deployer.xml didn't help me, I
have tried it. It made exactly the same to me as putting loader-repository in
jboss-app.xml.
I use remote interfaces because in some situations these ears are deployed on
separate servers.
And I use jboss 4.0.4.
V
Hi, and many thanks for your reply!
I have tried to turn on ear isolation in ear-deployer.xml but according to my
experience this has the same effect as specifying the loader-repository in
jboss-app.xml as per above. And I agree, isolated class-loading between the
apps should be default.
Why
Absolutely not. With EAR isolation turned off, that means that the first
verison of ejb-jar-file will be used for ALL EARs. I'm not sure why you've
turned off java2Parent delegation exactly either since you have EAR isolation
turned off (as per WIKI, java2Parent delegation is to prevent an EAR
Ok, so this doesn't seem right. If I don't handle streams, I can get the
invocation metadata, but I CAN'T get this metadata if I'm handling streams.
Why do I get the InvocationHandler in the invoke()...
public Object invoke( InvocationRequest invocation )
...but yet I can't get that same da
This seems to happen also today, I performed a fresh installation, plugin
version is 3.0.8.1, with eclipse 3.1.2 and the problem persists:
java.lang.NullPointerException
at org.jbpm.ui.properties.ActionHandlerPropertyPage.performOk(Unknown
Source)
at
org.eclipse.jface.preference
I am using Jboss 4.0.4 CR2
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938654#3938654
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938654
---
Using Tomcat but n
Look at my post to your same question in another topic:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=81449
Please respond first before asking the same question again.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938653#3938653
Reply to the post
Painful... seems to be a Myfaces issue. When I rollback to use the 1.1.1
release of myfaces the exception is gone, but when I use the nightlies for
1.1.2 it pops up.
Caught between a rock and hardplace. I am forced to use facelets 1.1.4 (certain
fixes in there that I need), but 1.1.4 does not p
To start, I am trying to use a simple annotated class (@XmlRootElement), create
a JAXBContext, and marshal it using that JAXBContext.
What I am seeing, is that if I use the JAXB 2.0 RI, JBoss doesn't recognize the
annotation, and I get a JAXBException relating to the class not having the
requir
Hello,
I am using JBoss 3.2.6 and I would like to know how I can configure the
webserver to log HTTP requests.
In our application we have EJB calls tunneled via HTTP and I am interested in
logging the *first* point of contact between the client app and the java
process. I believe that would be
As topic says, I want to call a session bean which is deployed in an ejb-jar
inside app1.ear, I am calling it from a servlet which is deployed in a war-file
inside app2.ear.
Since I have problems with dom4j/jaxen classloading colliding with the jboss
jars I have isolated both ear classloading b
kgrjb,
Tomcat's Container Managed Authentication mechanism can not be controllded (for
a good reason) by a web application. The idea is that the container provides
these services to applications. The applications then can ask to use them.
Furthermore Java's servlet spec does not specify how
Hmm... how can I see if I have two SeamPhaseListeners ? Surely for the booking
demo that I compile here and deploy (for which I also see the exception) that
won't be the case.
I haven't changed any of those configuration stuff for a long time. Only thing
that really changed was the ejb3 rc6 a
Hi..
I have always used Oracle sofware , for example Oracle Portal.
With this product I am be able to create for example an simple html portlet
into few steps without write java code.
I have now installe Jboss Portal I'd like to know this product.
so my fist question is:
With Jboss Portal can I cr
Hi,
I am trying to deploy an EJB endpoint webservice in doc/literal style on Jboss
4.0.1SP1. I am getting this error mention below. Strangely, which I try for
Serlvet endpoint it works. Can u help me on this. My aim is to deploy a EJB
endpoint.
The error says it doesn't find the xsd, but the x
You were right, it was the structure of the WAR file which was causing the
problem. Once i corrected it so it was the same as your examples, it sorted
itself out.
Thank you
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938644#3938644
Reply to the post :
ht
BTW, debug, and make sure you don't have two SeamPhaseListeners registered with
JSF...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938643#3938643
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938643
-
That is how you use @Factory, not @Unwrap.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938642#3938642
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938642
---
Us
I've never seen this one, it certainly does not happen for me in the booking
app. I also did not see it happen in the test code you submitted for that JIRA
case.
So you'll have to help me reproduce it.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938641#39
Yes, I understand. It is a risky/implementation dependent.
Well, I guess I will have each listener update the database with the results,
doesn't sound like there is any way around this, not...
Thanks for the suggestions,
Mark
View the original post :
http://www.jboss.com/index.html?module=bb&
Thanks for the quick advice. Now it works.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938637#3938637
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938637
---
why don't use the UserModule ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938636#3938636
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938636
---
Using Tomcat b
Actually don't worry about the test case.
I have replicated this with the version you are using.
This is fixed for topic subscriptions with selectors in the next release which
will be available early next week (hopefully Monday).
Thanks for your patience.
View the original post :
http://www.
I am using a MessageListener to get ServerSession from a remote machine. But I
got the following error when started to get Session from ServerSession:
2006-04-19 17:15:40,902 [main] ERROR framework.channel.AbstractJBossImpl -
JMSException occurred when executing "getSession" in AbstractJBossImpl
anonymous wrote :
| I think this explicit dependence clause should be removed.
|
Yes. There is a release target in the jbossws build that generates the
component-info.xml. It does not include tomcat anymore
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBWSFAQBuildAndInstall
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938631#3938631
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938631
-
Please try the latest
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBWSFAQBuildAndInstall
How does the wstools generated client fail?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938630#3938630
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=
1 - 100 of 132 matches
Mail list logo