Thanks gentlemen for replying. Mr. timfox, let me clarify my question:
Suppose there is a party A which will use queues q1, q2 and q3. I want to
define a group called, for example, party_A_queues in which I will have
centralized management (configuration and security) for q1, q2 and q3 without
hi i am little new to jBPM,
yet i have a requirement to integrate it to Ora-Apps
i believe there is nothing direct for this sort to connect and get some
information from the connect and back to process stage.
do i have any way to do that, in terms of API to build on some adapter like...
Thanks,
Hi Folks,
The queues I create using JMSServerControlMBean as shown below, are not
persistent (i.e. they don't survive a server restart). How could I make it
persistent? Please note that I can not use JBM Core API.
| JMXConnector connector = JMXConnectorFactory.connect(new
JMXServiceURL(JMX_UR
To get JBoss Federated SSO working in JBoss AS 5.1.0 i did the following:
1) delete the following file:
deploy\jboss-federation-server-exploded.ear\META-INF\application.xml
- this is no longer needed in JBoss AS 5.1.0 as it scans for the files and does
not to be told about them (mentioning them i
Hey guys.
I have installed two JBoss 5.1 AS and startet it with th standard-all-config.
I prepared the booking-example the of the Seam Framework for "clustering" (set
distributable and changed the Information the JIRA provides).
Next step was to deploy the example to the Farm-Folder after startin
Actually I do not get these messages when I run any other portlet. I got these
only after doing the proxy settings to get a remote portlet ( as suggeste in
the Reference Manual).
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239250#4239250
Reply to the pos
We'd like to use a more peer to peer style network rather than our current
client-server model. ie allow retail branches to not be dependant on the
server being up to trade.
The issues with this are data locking and replication. Is there a framework
that can assist with this? Jbosscache has
Hi,
I encountered problem in making remote JBM connection to jboss-5.0.0.GA from an
applet client that is residing inside atlassian confluence 2.7.3. Somehow, the
problem is related to MarshallerEditor.class.
Below is the Java Console's Log:
[aop-trace] org.jboss.util.propertyeditor.PropertyE
I don't think so. However it may not be JBM issue. It should be that the
microcontainer doesn't allow two mbeans of same name to be deployed.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239244#4239244
Reply to the post :
http://www.jboss.org/index.html?
gaohoward,
Thanks for the tip. Is there no internal JBoss Messaging requirement that queue
names (not JNDINames) be unique?
For example, can I do...
|app1/emails
|
|
|
|app2/emails
|
Note both queues are here named 'emails'. Only their JNDINames differ.
Thanks,
Richa
Hi, this sounds like a remoting issue. You can post it to the remoting forum as
well.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239240#4239240
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239240
___
Hi all,
i'm running a xfire-based WS in JBoss-4.2.2-GA without any problems, but when
i've deployed this WS into JBoss-5.1.0 and try to connect to it using
http://myservername.mydomain.org.8080/MyWebService/services/MyWebService?wsdl,
than i always get an exception:
18:47:27,234 ERROR [[XFireSe
I think I figured out by myself. My old build.xml automatically attached
manifest.inf to jar file. Part of that manifest was "Class-Path: . ". Ones I
remove manifest.inf all became OK! Be careful with manifest in your jar.
View the original post :
http://www.jboss.org/index.html?module=bb&op=vi
Can you find the exploded jndi in jmx-console ?
You can do this by the following steps:
1.Enter to the jmx-console(i.e. http://localhost:8080/jmx-console).
2.Click the "service=JNDIView" link.
3.Locate the "java.lang.String list()",and click the "Invoke" button.
4.In the next page,you will see all
Hi, to work around, you can use JNDIName and the queue name at the same time.
The fact is if you use JNDIName, the queue name won't be used in JNDI binding
anymore, so you can safely specify a hierarchical name.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p
Hi,
I encountered problem in making remote JBM connection to jboss-5.0.0.GA from an
applet client that is residing inside atlassian confluence 2.7.3. Somehow, the
problem is related to MarshallerEditor.class.
Below is the Java Console's Log:
[aop-trace] org.jboss.util.propertyeditor.PropertyE
In my Jun 4, 2009 email, I show the setting that set the role attributes to
"userClass" ( same as a kind of attributes of "DeptCode" ).
So, based on my setting, I don't know what's wrong.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239230#4239230
Reply to
Tim,
I'm happy to add a feature request if this is outside spec.
Before I do, can I ask you to double check the spec because this did work in
JBoss 4.2.3.GA and JBoss MQ?
Regards,
Richard.
P.S. Using JNDIName doesn't really work, because the queue name itself is not
heirachical, so you can s
Hi,
I am a new to JBOSS and we are clustering our application on Windows 2003
server(2) and i was able to cluster the jboss server but it throws an error
while trying to look up through JNDI. It works fine in default mode though. It
is not displaying JNDI tree in clustered mode.
Error m
I was trying to add a form attribute to one of my task elements and the jpdl
ends up failing validation. Taking a look at the schema, it looks as if the
task element is not referencing the taskType complex type that exists and has
instead just got it's attributes defined in line. Is this someth
"Wolfgang Knauf" wrote : Hi,
|
| at first glance: your roles query contains a small, but breaking error: it
should be 'Roles' instead of 'Role':
| select role, 'Roles' from roles where username=?
|
| If this does not help: activate logging of the security layer. See the
http://www.jbo
Hi all,
I want to silm JBoss by removing the unused services.But there are always exist
service dependencies and I can't just remove one service only sometimes.For
example,the Hypersonic embedded database defined in hsqldb-ds.xml,dependented
by JBoss-messagin,JBoss security,and so on.And it cou
I have Eclipse Platform Version 3.4.2 installed on my Windows XP box (with
SP2). I am trying to use the JBOSS tools JSP editor, but whenever I bring up a
JSP file I get the jsp window but the content is blank and then eclipse
crashes. (Error log says that it is an EXCEPTION_ACCESS_VIOLATION))
great...
So the functionalities shown on that examples cannot be used yet??
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239199#4239199
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239199
_
I guess so as well. Seems they use constructs not present in the xsd (either
old or brand new ;-)).
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239198#4239198
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239198
__
And, this is my class which should have the cache object fully initialized
within the constructor:
| private final PojoCache cache;
|
| JBossPojoCacheStorage(Configuration config){
|
|
| cache = PojoCacheFactory.createCache(config,tru
If you want to have MyFaces 1.2 project set properly you have to do it
manually: create JSF project via New JSF project; update libs. Or you can
update old MyFaces project template which is used by this wizard. See
/plugins/org.jboss.tools.common.projecttemplates_*/templates/MyFaces
View the or
Nobody has any idea? It is a bit short to just say recreating the session from
the sessionFactory is an anti-pattern..
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239207#4239207
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode
I anxiously await the additional details. I'm unable to proceed with upgrading
until then.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239203#4239203
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239203
__
I have found the condition to make it happen - when I have @Remote on both
interface and class (bad EJB):
@Remote
public interface CounterRemote extends Counter { }
and
@Stateful
@Remote(CounterBean.class)
public class CounterBean implements CounterRemote { }
When this is deployed and undeplo
I started JBoss with '-verbose' and verified the only ONE occurrence of
DocumentFacade and DocumentFacadeBean from my drserver.jar. You you want I can
attach output file (which about 1M).
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239190#4239190
Reply to
Hi all,
I'm working with wsdl2java generated classes making an rpc call in JBoss 4.2.3
to a WSDL on another platform.
This seems to work fine until the response comes back to the client. The
response comes back as follows.
| http://schemas.xmlsoap.org/soap/envelope/";>
|
| htt
Olga,
Thanks. Let me just state, I have no problem adding the .jars manually.
My motivation for this inquiry is to start a project with a clean slate, get
all the .xml/set-up files created correctly (at least initially).
So my main question is how to set up MyFaces 1.2.6 so I can see it here
I'm fuzzy on the patterns to create indirection using the right annotation
attributes in conjunction with ejb-jar entries, and I haven't found a good
reference or example. Can someone help with the following:
I have interfaces
I
@Local ILocal extends I
@Remote IRemote extends I
and 2 differen
All,
It appears this is a SOAP-specific requirement dealing with RPC. My
understanding is that this is described in section 7 of the SOAP specification.
Thanks,
Ken
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239201#4239201
Reply to the post :
http://
"genman" wrote : Not really a beginner's question, I would think. Maybe the
a4j:poll doesn't extend the life of the session? For instance, do you see any
issue when the session cannot expire? You can try the ajax4jsf forums.
Hi Genman,
Thanks for your reply.
I know it is not a beginner's ques
Hi
why does the ant file (deploy.examples) included with the examples exclude all
these project?
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
P.S., I am sharing one org.jboss.cache.pojo.PojoCache instance amongst multiple
threads.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239191#4239191
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239191
_
http://docs.jboss.org/jbpm/v3/userguide/taskmanagement.html#thegrouptasklist
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239154#4239154
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239154
__
0Hello,
I am trying to call a web service I just developed and installed on
JBoss (using a client in the R language with the SSOAP package). The web
service WSDL file is here [http://smg8.ulb.ac.be:8080/web2?wsdl].
I can call the web service and obtain an answer, but I can't make the
web se
Thanks for the response! Unfortunately, I'm doing something wrong as I'm still
not able to get the deployer working.
I've downloaded the spring-deployer.zip and extracted the
jboss-spring-jdk5.deployer directory from inside it to my JBoss deploy/
directory.
Inside the extracted deployer direc
Hi Galder,
Thanks for the hints to probe the problem!
The size of a Pojo is between 5k and 100k by estimate.
I did not track the lock-holder thread's behavior, cuz I do not know how to do
it, could you give some tips on this?
I disabled the preloading and I haven't seen the berkeleyDb deadlock
Thank you for timely reply.
Yes, I'm running cache & EJB in same JVM.
This is the case, I need to look for alternative design.
Thank you very much
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239176#4239176
Reply to the post :
http://www.jboss.org/index.
Best is to check with the current schema what is used which is not there...
Before that, everything is just a rough guess...
if it was removed, maybe the SVN log reveals why.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239200#4239200
Reply to the post :
"galder.zamarr...@jboss.com" wrote :
| Looks to me the different caches accessed by your clients are not clustered
which is the root of your problem. If they're clustered, modifications could be
replicated to other cache instances or modifications could result in
invalidation messages to othe
Using jbosscache-core 3.1.0.GA on jdk 1.6.
We have a shared map of users that are logged in to our site. This is used by
our back end services to send alerts to users if they are _not_ logged in.
Each front end web app has a node id, and each user can have multiple sessions
per node:
/logged
Maybe something useful to give:
Now I use 20 threads doing the same job (setting
ockAcquisitionTimeout="4294967", all the rest configuration is the same as I
pasted before), I experience a phenonemen which seems to be a "true deadlock"
since no threads are running (jobs in the Threadpool Execut
"marius.bogoevici" wrote : Mike,
|
| What you need to do is to add a similar contextClass configuration to your
DispatcherServlet. There are two application contexts that get created with
your Spring application, and in your case you need to deal with both.
|
| Marius
Firstly Marius ..
"unwavering" wrote : Dear respectable community,
|
| I have a project in which JBoss Messaging 1.4 will be used as the messaging
component. One of the requirements is to define different groups of queues for
different parties. The purpose of the grouping concept is facilitate queues
manag
I am following the guide at http://www.jboss.org/community/wiki/SSLSetup and
have gotten to the point where JBoss is requesting the client certificate but I
keep getting a 401 denied error and a log entry of
| 12:46:13,140 DEBUG [UsersRolesLoginModule] Bad password for
username=CN=ClientCer
anonymous wrote : I just upgraded my JBM to 1.4.4 and am trying to read a queue
from a JUnit test. I get:
Probably a classPath issue.
Try verifying if you have everything documented at your classPath.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239155#4
Yes, you can use such a DN. You need to set the role attributes such that the
result is, for example, the value for DeptCode.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239132#4239132
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posti
Hmm, but ... you did too much research on this for a n00b ;)
Thanks for posting the complete configuration - as a side note, we will provide
shortly a release build with these libraries and some documentation on how to
use them, hopefully that will make things easier.
Marius
View the original
this tag is not helping :/
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239162#4239162
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239162
___
jboss-user mailing list
jbos
For JBoss 4.2.3.GA you need to use the 2.x line of deployers - and there you
have the jdk5 variants.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239134#4239134
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239134
_
Yes, you are correct. I was running it from within eclipse and it was picking
up an older version in the classpath first.
Sorry to bother everyone.
Thanks for your replies.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239159#4239159
Reply to the post :
Hi Dalibor,
one more idea, which might prevent you from duplicating the fields:
Instead of an EmbeddedId, use an IdClass (annotate the entity with "IdClass").
This class will have the same fields as the EmbeddedId, but no further
annotations.
All primary key fields are part of your entity. The
Mike,
What you need to do is to add a similar contextClass configuration to your
DispatcherServlet. There are two application contexts that get created with
your Spring application, and in your case you need to deal with both.
Marius
View the original post :
http://www.jboss.org/index.html?mo
The same setup is caching other queries so it is this query in particular that
is causing an issue.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239113#4239113
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239113
I use JBoss 4.2.2a.
The problem was already solved by using the @WebContext and @WebParam
annotations. The problem was, that @WebParam can not be used if the interfaces
are generated. Therefore they are hard coded now.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewt
Hi
I'm using JBoss AS 4.2.1GA as my server. I'm using this version because is the
latest my web host supports.
During local development I'm having no problems, but when I deploy my EAR to
the host, I get this exception:
| ...
| 10:45:19,643 INFO [Catalina] Initialization processed in 108
Hi
Can anyone pleaes tell me which version of WSRP (1.0 or 2.0) do the latest
JBoss Portal Servers i.e. 4.3 EAP (or JBoss 2.7) support?
Thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239056#4239056
Reply to the post :
http://www.jboss.org/index.html
How big are the Pojos that you're storing? Several kbs/megs...etc?
Did you try getting some thread dumps to see what the thread holding the lock
to the database is doing?
Can you try commenting preloading and trying again?
View the original post :
http://www.jboss.org/index.html?module=bb&op=v
Hi Markus,
I've fixed the related issue, can you help to verify it if you have time?
Thanks,
Howard
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239137#4239137
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239137
alas the aopc route has not yet lead to happiness. in short i get the error
java.lang.ExceptionInInitializerError
| at AnApple$AnAppleAdvisor.(AnApple$AnAppleAdvisor.java)
| at AnApple.(AnApple.java)
| at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
be
I am also interested in deploying EJBs within OSGi bundles, but afaik this is
not possible at the moment (see my post:
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=154158). Are there any
news on that topic?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewt
It could be that the producer you're trying to access is down. However, judging
by the numerous error messages it seems that you have tried to deploy services
that were already deployed and you might want to fix these issues first.
View the original post :
http://www.jboss.org/index.html?module
I did upgrade remoting.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239084#4239084
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239084
___
jboss-user mailing list
jboss-u
Help me, pl:-( Thx a million!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239029#4239029
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239029
___
jboss-user mailing li
Can we drag and drop portlets on a portal page???
If yes then what are the steps to do it.
Thanks
Subu
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239024#4239024
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239024
I don't know of any override to prevent this scanning.
One way i can think of is to add a JBoss specific descriptor
(jboss-structure.xml) to the jar containing the persistence.xml. But that would
require changing that jar file (which is as good as removing or renaming the
persistence.xml).
Hi,
I'm trying to configure a Web Service on a virtual host using the @WebContext
annotation. However, I know that there is an issue "JBWS-981 Virtual Host
configuration for EJB endpoints" that ignores the virtualHosts parameter of the
@WebContext annotation. This is fixed in JBossWS native 3.0
Hi dorothy,
JBoss EPP 4.3 supports WSRP 1.0.
For further information, please, take a look at
http://www.jboss.com/pdf/JBoss_EPP_datasheet.pdf
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239065#4239065
Reply to the post :
http://www.jboss.org/index.html
Does anyone know the names of the properties for setting the
1. connect-timeout and the
2. read-timeout
for a JBossWS-Native client?
I found several properties for the read-timeout, e.g. on
http://jbossws.jboss.org/mediawiki/index.php/JAX-RPC_User_Guide
|/** ClientTimeout property: or
Hi
But the latest version of WSRP is 2.0. Why is JBoss still on 1.0 then?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239067#4239067
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239067
___
Because we haven't seen much demand for WSRP 2 yet and there were other, more
requested features to implement first.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239083#4239083
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=r
thanks for the reply. we have not tried aopc yet, but will give it a go!
cheers
- harry
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239053#4239053
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239053
_
3.2.6SP1
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239000#4239000
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239000
___
jboss-user mailing list
jboss-user@lists.jboss
Hi, JBoss Message 1.4 doesn't support wildcards in its configuration.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239058#4239058
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239058
Hi ...
I'm a bit of a noob w.r.t. alot of this so apologies if this question is
obvious or silly.
I've been trying to get a simple sample application running with JBoss 5.0 and
Spring 2.5.6. I have used the fix provided in
https://jira.jboss.org/jira/browse/JBSPRING-4 and my Root WebApplica
This is a duplicate of
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=157341. It was
answered on the other thread. Please only post once, as this would make the
topic easier to follow.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4238988#4238988
"drcallaway" wrote : "galder.zamarr...@jboss.com" wrote :
| | What do you exactly mean with data changing? Is data changing as a
result of your interaction with the cache? Are you changing the data directly
in the cache store? I don't understand why you'd want the data to be replaced
with t
H, I'm not sure what's the effect of querying view tables and spatial
fields and I dunno whether the question has really anything to do with JBoss
Cache itself. Have you tried to cache the query using standard hash table cache
provider and see if that works? If it does, then there might some
waiting for a reply
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239027#4239027
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239027
___
jboss-user mailing list
jboss-user@
Could you please suggest how to include the authentication information in the
conf file
Thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239071#4239071
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239071
_
Hi,
at first glance: your roles query contains a small, but breaking error: it
should be 'Roles' instead of 'Role':
select role, 'Roles' from roles where username=?
If this does not help: activate logging of the security layer. See the
http://www.jboss.org/community/wiki/SecurityFAQ, question 4
Hoi Galder, thanks for the reply.
Unfortunately I'm still lacking some information. The reason I was asking is
that I'm trying to understand how to write some code that would merge the state
of a cluster after a partition. I know how to detect the start of the merge
process via the MergeView
sers
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239026#4239026
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239026
___
jboss-user mailing list
jboss-user@lists.jboss.org
by using the task-assign event? Look at how events/actions work in jBPM
http://docs.jboss.com/jbpm/v3.2/userguide/html/processmodelling.html#actions
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4238999#4238999
Reply to the post :
http://www.jboss.org/index.
By using the api?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239002#4239002
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239002
___
jboss-user mailing list
jboss-user@li
"kennardconsulting" wrote :
| Your example uses the attribute JNDIname, but the queue name is still just
DLQ...
|
|
|
| ...it is the queue name I wanted to be heirarchical. I thought by putting
it under a heirarchy with the app name I could avoid naming conflicts in
future? I am pr
That's because the -D option passed from the command prompt does not get set in
the JAVA_OPTS. Instead it gets passed directly to the Main class which triggers
the AS startup.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4238961#4238961
Reply to the post :
found a web:ajax4jsf tag in components - would this cache be flushed across
restarts?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239003#4239003
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239003
You can use:
org.jboss.portal.portlet.bridge.JBossServletContextProvider
It gives you access to the objects you need, it is located in the jar:
portal-portlet-bridge-lib.jar
As I am looking into the same things, I am curious to know which reporting
solution you are integrating.
Best
Søren
No, the FQN is only the location of the data. The object passed around is a bit
more complex, varies depending on the situation, but generally contains an FQN
plus key+value pair(s) sent around.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239048#4239048
R
Dear respectable community,
I have a project in which JBoss Messaging 1.4 will be used as the messaging
component. One of the requirements is to define different groups of queues for
different parties. The purpose of the grouping concept is facilitate queues
management by centralizing adminis
Hello,
I have the following problem: In a cluster of two nodes (both jboss 4.0.3 sp1),
I use MDBs and SLSBs sending messages to the MDBs. For this, the SLSBs use the
following code to access a queue connection:
| InitialContext initialContext = new InitialContext();
| QueueConnecti
In JBM 1.x, if you want to do this kind of thing you need to use JNDIName as
Howard mentioned at the beginning of this thread.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4238977#4238977
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=pos
On the other post I saw you're using DummyTransactionManagerLookup. You're
running in the application server so use GenericTransactionManagerLookup.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4238985#4238985
Reply to the post :
http://www.jboss.org/index.
You could add a feature request JIRA if you like, if you want JBM 1.x to also
support sub contexts on the name too.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4238979#4238979
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=re
1 - 100 of 146 matches
Mail list logo