Try to locate the struts.jar is in your /web-inf/lib. Stop-start yr jboss
portal and try again. Hope this is helping you.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956335#3956335
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&m
Hello
can anyone explain about the mc-conf.jar? I want to know if that file is the
same for every application or it will differ? if no, which configuration should
be placed on that file.
Is there any documentation about how to build a project war file and
deploying it into Tomcat. the examp
i am using Struts 1.2.8 + JBoss Portal 2.2.1 SP2. I managed to compiled all
source with no error. This error, "No bridge set", appear during accessing the
portlet page.
With above my portlet.xml, am i miss out anything important that cause this
error?
View the original post :
http://www.jbo
Since the data in Table1 effectively doesn't exist until the COMMIT, this is
not going to work. Transaction isolation levels will prevent this regardless of
whether or not they are in the same transactions.
Do you actually want to implement something like this, or is this just a test
scenario
Sure,
I have two enterprise applications (App1 and App2). All EJBs are Container
Managed Transaction with transction attribute required.
App1 and App2 are connected with the same database across different datasources
(DataSource1 and DataSource2). My problem is:
In the database I have two tab
this is no jbpm error. Look at the stacktrace. It is a log4j logging error,
probably (but that is just guessing) caused by you adding commons-logging to
the classpath
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956328#3956328
Reply to the post :
http://w
all,
i followed the movie and created a very simple crud application using hibernate
tools in jboss IDE. the following is what i got when start the server and run
the application. I can use the update/creat/delet functions. all the data seems
has been sucfully created or updated but when I
Scrap that... I'm using Jboss 2.4.0 CR1 not beta1 and I need to change that
header. Is there a website / link with some helpful material? Any feedback
appreciated.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956326#3956326
Reply to the post :
http://www.
the following is what i got when start the server and run the application. I
can use the update/creat/delet functions. all the data seems has been sucfully
created or updated but when I check the database use DB managment tool,
there is nothing change at all in the database. in another word,
I have a table similar to the following
MY_TABLE(
COL1 VARCHAR,
COL2 VARCHAR,
COL3 VARCHAR,
COL4 VARCHAR,
PRIMARY KEY(COL1, COL2, COL3)
)
where there is a composite primary key mad up of columns COL1, COL2, COL3.
I have the following class structure (none, some non-pertinent code is left out)
@E
Hi
I have a client-server application. On the server side I created three
TransporterServer and one Connector. Is it possible that I can use for all
transporters and connectors the same port for the communication? I know that I
can have all transporters over one port (branch 2.0) and also the c
Ronald,
Sorry for the lack of information. The data was in the laptop at home and I
opened the question at the office.
The bpm is the following:
Mi First Numeric Task
My Se
They are in the Samples you can download jbossws-samples-1.0.0.GA.zip.
Unzip that then there is an mtom directory in there with sample code.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956321#3956321
Reply to the post :
http://www.jboss.com/index.html
I have uploaded a patch to JIRA which will:
a) use the class defined in components.xml over an annotated component
b) recognise a "precedence" attribute on the element in components.xml. The
highest numbered class will be loaded.
It errors and doesn't register a component if it cannot determine
When using JSR 168, and you want to pass PortletSession to HttpSession, view
this link:
[url]http://www-03.ibm.com/developerworks/blogs/page/Joey_Bernal?
entry=portlet_session_scope_and_sharing[/url]
The key is to put PortletSession session = request.getPortletSession();
in you doView method of
did anybody found the solution to this problem. I also got the same error
message when I try to start the server after loading the nsapi_redirector.so
proxy plugin.
Please let me know if you have any fix for it. My environment is Linux AS 4
with the same kernal level.
Thanks,
Vittal
View the
I am using JBoss 4.0.4.GA (w/ EJB RC7).
When I define interceptors (ie: @Interceptors(MyInterceptor.class)) on a class,
the @AroundInvoke method is only called when a method is called from outside
the bean . If a method is called from within the bean the @AroundInvoke method
is not fired. I
Here is my code:
| Owner{
| @Id
| public Long getId() { return id; }
|
| @OneToOne(fetch=FetchType.LAZY, cascade=CascadeType.ALL)
| @PrimaryKeyJoinColumn
| public Employment getEmployment() { return employment; }
| }
|
| Employment {
| @Id
| @
Does JBoss support the TLS encryption TLS_RSA_WITH_3DES_EDE_CBC_SHA?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956315#3956315
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956315
Using Tomcat but need to do more?
I mentioned META-INF as an example how we use this. What I said is: Don't use
the leading slash in the resouce name!
Look at
http://www.javaworld.com/javaworld/javaqa/2003-08/01-qa-0808-property.html
for example fro some explanations.
View the original post :
http://www.jboss.com/index.html?m
No, it's not full suppport. The driver doesn't support transaction
interleaving, as well as the stop/resume portions of the protocol. The
developer of the XA functionality remarks on this in a variety of areas in the
driver.
Could you describe a bit more about the behavior you are seeing, as w
Generally, you should read:
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossJCA
More specifically read:
http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigJCALoginModule
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956312#3956312
Reply to the post :
http://w
Im using Jboss 2.4.0 Beta 1. Can anyone tell me how to change the header of
portal from "JBoss 2.4.0 Web Portal". I searched through several xml files, but
didn't find anything that could change these properties.
Thanks...
View the original post :
http://www.jboss.com/index.html?module=bb&op=v
I'm using PostgreSQL JDBC 3 Driver with PostgreSQL 8.1. In PostgreSQL site says
that supports XA. Is not full suport? I can't use this database for this Task?
Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956310#3956310
Reply to the post :
http://
Sure, is here:
jdbc/SIPACDB
true
org.postgresql.xa.PGXADataSource
sipac.info.ufrn.br
5432
db
user
pass
1
10
5000
12
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3
I figured it out. It had to the with the java.lang.NoClassDefFoundError:
org/apache/commons/collections/SequencedHashMap.
This class is located in a jar in my war file. I copied this jar to
jboss\server\default\lib and it seemed to take care of it. I still don't
understand why since it is al
I just want some direction/clarification on something i don't understand. If I
configure a datasource I must supply the user and password directly in the xml
file. What if I want to have more than just one user connect to the database.
Oracle 9i/10g provides Proxy Authentication to where one
Postgres SQL does not support 'true' XA behavior. Certain aspects of JTA
interaction with the TM (such as suspend/resume) are not available. Were you
informed of something different? Could you post your ds-xml files?
View the original post :
http://www.jboss.com/index.html?module=bb&op=vie
That was actually the site i was looking at but i guess i can't read.
startsWith -> starts-with.
Thanks again.
Nick
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956305#3956305
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mo
jBPM BPEL supports the entire XPath library (well, Jaxen does, we just use
their great stuff :)
The function library is described in chapter 4 of the XPath 1.0 specification.
The function you are looking for is starts-with.
View the original post :
http://www.jboss.com/index.html?module=bb&op=
Hello,
I have two xa-datasouce using PostgreSQL 8.1 with JBoss 4.0.3. These two
data-source are used by diferent systems under same VM. My problem is:
These systems must interop in many ways. EJB is used to do this task. For
example: When EJB A insert one row in table TA and call EJB B that ins
Sorry for the post. It is working now. Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956302#3956302
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956302
Using Tomcat but need to do more? Need to support web s
Where did you get the jBPM-3.0.3?
I was getting that error when i was using the wrong version of the jar.
Inside of the BpelExtension.zip there should be a jBPM-3.0.1 or jBPM-3.1? Jar.
I am using the beta version of jbpm-bpel so i am not sure of the exact version
number.
If that is no
As bad as this sounds ... i posted a reply on the other forum.
Please check the link:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=86266
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956300#3956300
Reply to the post :
http://www.jboss.com/in
Here is the example:
http://jbpm.org/bpel";
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
| xsi:schemaLocation="http://jbpm.org/bpel
| http://jbpm.org/bpel/bpel_application_1_0.xsd";>
|
|
|
|
|
I've noticed that on my companies linux machines
(which are using debian sarge linux dist.), using the hostname does not work
here. You need the IP address, otherwise it resolves to the loopback address
and remote connections do not work. The only solution we could get to work was
using the -b
Which MQ jars did you deploy and have you set up the conntection factories via
MQ JMS Admin ?
Rgds,
iris
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956297#3956297
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=395
Do you all support the startsWith XPath string function? I am having trouble
trying to get it to work. I want to (inside of a bpel process) check a string
to see if it starts with a particular substring. For example. "Nicks_1:". I
saw that XPath has a startsWIth command so i attempted to us
Hi,
we have two deployment option for our resource adapter : either as standalone
RAR or inside an EAR.
We use in the RAR an isolating class loading with following configuration
InternalClassLoaderConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:noNamespaceSchemaLocation="class
Brad, I said it is in the docs because it IS in the docs:
http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmGettingStarted (among others)
Regarding the courtesy, no I do not want to tell everybody that my knowledge is
superiour to someone else, nor did I do that here (but I do happen to know the
an
by reading/searching the documentation (which is abundantly present)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956292#3956292
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956292
Using Tomcat but need to do more
My post was obviously not directed at David (I did not read his post yet)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956291#3956291
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956291
Using Tomcat but need to do
May I ask where you get that idea? I may have misunderstood your suggestion,
but are more than happy to elaborate on things if the question is specific,
comes with some background info (and preferably can be answered by a 'yes' or
'no' or 'I'd go for solution 1 instead of 2')
View the original
How so? I've had almost all my questions answered by reading the User Guide
and source code (yes, source code is documentation). Everything else has
basically been answered in the forum, which is also documentation.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtop
or if you add an event type to it, it gets fired whenever the events occurs
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956288#3956288
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956288
Using Tomcat but need to d
I am new to JBOSS portal and JBOSS Server.
Programs:
Windows 2000 Server
Java 1.5
JBOSS 4.0.4 GA
JBOSS Portal 2.2.1 SP2
MySQL 5.0 (Other server)
I have done the installation using the user guide, but on typing
http://localhost:8080/portal i am getting the following messages:
In t
I have an error I can't seem to solve. It occurs when trying to create a
Session from a SessionFactory. Here is the StrackTrace
The first set of errors look like a JSF issue (which I can't totally rule out -
still learning :-) ). But toward the bottom of the stack trace there is some
refernc
It isn't a problem, it's more of a task to be done. It's a matter of querying
the database for unfinished inbound message activities and having the relation
service open a request listener for them. Not hard to do, but you'd have to be
familiarized with the JBPM BPEL internals.
So, yes, please
We are evaluating to use JBoss WS-Security with PKI to publish a web service
in an organization A. This web service will be consumed by others
organizations. As we are planning to use PKI we are assuming that:
i) organization A has its own keystore (including own private key and
certificate
anonymous wrote : Is there a recommended best practice for deployment that can
mitigate this issue? For example, would having each node point to a central
HTTP farm URL help at all, since it might be easier to trigger hot deployment
everywhere by updating the "last modified" time on the centrall
I will be looking at is as an update for the JCA handling of the Firebird
driver. Any updates will be posted to the Wiki along with documentation
changes. I just have to find the time to check it all in :-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956
Thank you for your reply. That seems to have fixed the problem. If you do
learn something about a change to the Firebird configuration (due to the
anticipated FB 2.0 release possibly?), perhaps you could post it to this forum.
K/H
View the original post :
http://www.jboss.com/index.html?mod
It seems to me that JBPM community don't want to give enough documentation
about Jbpm .
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956280#3956280
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956280
Using Tomcat
"[EMAIL PROTECTED]" wrote :
| If you begin a pageflow while rendering the page (eg. from an @Factory or
@Create method while pulling data for the page), you should no longer begin the
pageflow with a . This was an extremely inelegant model, since it
implied a transition into the page we are a
HI,
Can any one tell me how do we configure the node Decision ?
Regards,
Samid.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956278#3956278
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956278
Using Tomcat but
Nope. On standard bourne shells "${HOSTNAME}" == "$HOSTNAME" is always true.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956276#3956276
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956276
Using Tomcat but need to
On 4.0.4.GA (w/ EJB RC7), when I get a deadlock, I end up with the following
exception hierarchy:
| javax.ejb.EJBTransactionRolledbackException
| javax.ejb.EJBException
| javax.persistence.PersistenceException
| org.hibernate.exception.LockAcquisitionException: could not insert: ...
|
I'm creating an application that I'd like to be accessible from both PCs and
mobile phones. Not too surprisingly, I want to present somewhat different
XHTML in the two cases, and I'd like to do it based on the HTTP User-Agent
header. For the most part I'm happy with what's generated by Seam, b
Fixed.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956273#3956273
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956273
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quick
"[EMAIL PROTECTED]" wrote : More like:
|
|
| |
| |
| |
| | ...
| |
| |
| |
| |
| We have the same concept for JBoss container configurations. So I do not
see why we cannot do for the application policies in the security configuration
space.
|
|
JBoss Portal Version: jboss-portal-2.2.1-SP3.zip
Did you get Portal from CVS? or download it? downloaded it
JBoss AS Version: jboss-4.0.4.GA
Database Vendor and Version: MySQL Server 5.0
JDBC Connector and Version: mysql-connector-java-3.0.17
OS Platform: Windows XP Media Edition
I am getting an e
Just a guess, but sounds like dev machine and test/prod are using different
script env (i.e. Solaris uses bourne shell, which I think needs
-Djboss.bind.address=$HOST_NAME).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956269#3956269
Reply to the post :
h
Hi!
Stand alone pplication means running the application from the command prompt
i.e. java -jar , not in the jboss. if i try to deploy it as a
service it starts giving the exception, where it works fine in the previous
case.
I am using JAXRPC in my application. here is the code snippet which d
Brado,
Look at the webapp source code, there you can see how it is done.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956224#3956224
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956224
Using Tomcat but need to do
More like:
|
|
|
| ...
|
|
|
|
| We have the same concept for JBoss container configurations. So I do not
see why we cannot do for the application policies in the security configuration
space.
|
| I will add a feature request for this, if I do not see any objectio
OK, to help you out here an copy-and-paste complete example:
package foo.bar;
|
| import java.io.BufferedInputStream;
| import java.io.IOException;
| import java.io.InputStream;
| import java.security.cert.Certificate;
| import java.security.cert.CertificateException;
| import java
"cpob" wrote : The thing is, you HAVE to do one of those. You have to deploy a
process definition to the jBPM engine for it to be available. Once it is
deployed, it is forever in the database, which will never have to be deployed
again (even between server restarts).
cpob,
Thanks for the rep
Created jira issue for the multiplex client re-connect issue -
http://jira.jboss.com/jira/browse/JBREM-534.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956265#3956265
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39
I managed to get declarative security to work with JBoss and MySQL using FORM
based authentication. Everything works fine except when I try to acess a
protected JSF page. Accessing a JSF page that is not protected is perfectly
fine.
Here is what happens:
1. I point the browser to a protected JS
Nope.
I also tried to do it myself starting from source, but it was too difficult for
my skills.
I want to share my experience:
my application (same .jar) can run either (1) on thick client (container
embedded), or (2) distributed server (Tomcat + container embedded), or (3)
company servers (To
Hi,
I am trying the first example in "Enterprise JavaBeans 3.0" / chapter 4 and for
some reason I am keep getting the following error message: "TravelAgentBean not
bound".
package titan.Clients;
import titan.travelagent.TravelAgentRemote;
import titan.domain.Cabin;
import javax.naming.I
I almost posted a reply before Ronald did, and it was almost identical to what
he replied (the 4 listed responses at least).
Going through the source code for the WebApp provides a lot of help too, if you
haven't looked.
Now, back to your first question, you say:
brado wrote : in the examples,
Technically, yes, this would be possible. The only problem is will have to
have custom marshaller/unmarshaller on the server side. Currently the
marshallers use java serialization to convert the bytes on the wire into java
objects and then back into binary data to put on the wire. So would h
Hi, you can solve this problems using jboss-ide build 20060602,
jboss-seam-1.0.1.GA and install jboss-sa with jems-installer-1.2.0.BETA.
Aristides
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956258#3956258
Reply to the post :
http://www.jboss.com/index.h
Action is not a valid element inside of state. A state is just a 'wait-state'
that sits there until someone signals the token out of it.
If you want a state that performs an action like that, use a node element. You
are allowed to put an action inside the node element like you are trying with
I have installed the current alpha version on top of the latest Eclipse 3.2
release but none of the jboss configurations appear in the run or debug
configuration pages.
Does anyone have this same problem and do you have a work around?
View the original post :
http://www.jboss.com/index.html?mo
Hi
I am using 4.0.3 SP1. I have not seen version.properties file inside the
Jboss-System.jar file. Could you please guide me in which file i can get the
answer.
Thanks for the help...
Regards
SomaSekharaReddy.K
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopi
Currently, I can reuse login modules by changing the login configuration stack
in various security domains. Would it be possible to make a given security
domain referenceable from another stack/domain in the future as an enhancement?
Without this, configuration can get messy (so it seems).
Fo
Hi,
We're using JBoss 4.0.3 and, when used locally on a Win XP machine everything
works well. Pooled database connections are pooled and reused while logs are
used to keep track of everything.
However...we have now just moved the application to our unix test server and
things have gone a bit p
I have configured the JBoss-3.2.5 on Sun Box and I have chaged the JNDI Port
from 1099 to 10099 (ie NamingService MBean Port from 1099 to 10099) in
/server/default/conf/jboss-service.xml. And I have started
the Jboss using run.sh, It got started with OUT ERRORs and all pther
functionalities we
I am trying to upload a file using the following versions:
jboss-seam-1.0.1.GA
jboss-4.0.4.GA
jboss-EJB-3.0_RC8
myfaces-core-1.1.3
tomahawk-1.1.3
commons-fileupload-1.1.1
commons-io-1.2
I tried to put the jars in all possible places but could not make it work. The
error that I get is:
Exception s
I'm going to guess you are talking about making an ejb call? For this, will
need to make sure all classes that need to be loaded (e.g. the implementation
class being passed), are contained on the classpath for the jboss server.
Easiest way to do this is to include it within the deployment on j
Hardeep-
Looks like this might be a configuration issue.
Some things to look at:
1) if the server side keystore has a self-signed cert, the SunX509 TrustManager
you are using in your client code accepts them
2) Looks like you are setting up the TrustManager on the client side to trust
svsos.c
Hi, thanks for the information. I'm running into this issue as well. I have a
cluster of several nodes and just want to be able to have nodes go down and
come up at random and not have clients notice (assumption is that at least one
node will be up at any given time)... as it is, in a simple two
Are you sure you are interested in having the EntityManager created the first
time the factory (singleton) is created? And then using that EM instance? I
don't think EM is thread safe.
I had the same decision to take some time ago, and I preferred to pass EM as
parameter to DAO class when calli
Ronald,
First off, thank you for the reply. Any help I can get is appreciated. Second,
with regards to your comment:
> To be honest without wanting to offend you, I think you do not (yet)
> have a pretty good understanding of the components of jBPM.
I'd just ask you to consider your motivati
I may have misunderstood something but I have an action that needs to propogate
execution so I have defined it inside a state rather than a transition which is
what the docs appears to be suggesting. It never gets called when I put it
there though! However, if I move it to inside a transition it
Hi there!
The RPC/Literal project I'm working on wants me to define faults that only
contain 2 elements, faultcode and faulstring. Further, they want me to define
these elements on my own according to a specific proprietary system. I tried
this two different ways.
When I did so by having my fu
Intro:
Read the docs, getting started, wiki, as well.
1: If they are deployed they are in the db and do not need to be loaded each
time (btw, this is in the docs) The interaction with the engine is though the
JbpmContext as can be read/seen in all code (and docs) and JMS or any wrapper
you want
Hi
i have a little problem with tables that are not entities. I have an
application that uses the datasource called "applicationDS". May JBoss runs on
the datasource "DefaultDS" both datasources are running with mysql. So my
applicaton works very well if it is mapped to datasource "DefaultDS"
Why would a book help in these areas? Wouldn't just having the information at
hand help?
Besides that, most of these questions are so environment specific that a book
wil not anwser these. (IMO)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956241#3956241
Yes, just a distributed deployment. There is an issue that prevents placing
something in a node that is not running and then having it deploy when the node
starts.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956230#3956230
Reply to the post :
http://www
how can we see wat is wrong with this limited amount of information. Please
provide more information.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956231#3956231
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956231
You may also be able to write a JSF EL function. However I think I Pete's
method of just getting status along with the original data better.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956229#3956229
Reply to the post :
http://www.jboss.com/index.html?mo
jbpm 3.0x designer is NOT supported on Eclipse 3.2. Untill it is supported we
advise to use eclipse 3.1.2 with GPD 3.0.9.2
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956228#3956228
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&
Thanks a lot!
My workaround: use deprecated @SOAPMessageHandler
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956245#3956245
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956245
Using Tomcat but need to do more? Nee
Thank you for your response. I'll see if I can't sort it out from there.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956244#3956244
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956244
Using Tomcat but need to do m
I do preprocessing of lists with @Transient. It works quite well. I also use
maps that I add extra objects to to hande the case where some of then are not
persisted and I add an empty one under a different key in the map if there is
none found.
View the original post :
http://www.jboss.com/
I'm using Jboss portal 2.4.0 and Jboss AS 4.0.4 GA.
I need to set the permissions on a page (tab on the portal, child of default)
so that only the Admininstrators can access it and it should be invisible to
users, just like the Admin page. I went to the security settings for the page
and by def
anonymous wrote : Maybe I am missing something here. If you want cold
deployment, why do you need to deploy your app under farm directory? Shouldn't
a regular deploy directory work the same?
Perhaps... I am new to JBoss clustering and thought deploying to the farm
directory might give special c
1 - 100 of 216 matches
Mail list logo