Hi,
We were actually looking to use the current JBoss Axis stack for our
webservices.
But I read from the JBoss WIKI recently that, JBoss is not going to
support/further develop JBoss Axis stack once it's own stack is released.
So we are now quite concerned/confused about what webservice stack
Are you using EJBs?
I've found this when I've passed an object across classloader boundaries (EJBs
in different EARs in a container) and then try to access an association within
the object. The Hibernate proxy object no longer holds the information
necessary to lazily load the associated class.
http://jira.jboss.com/jira/browse/JBPM-462
The fix in the details works very well if you are using subprocess end events.
That's what we used to "init" and "save" subprocesses, particularly when they
didn't find any wait states.
View the original post :
http://www.jboss.com/index.html?module
My comments here apply to 3.0.2. I think that's what you are using, correct me
if I'm wrong.
The subProcessToken is not persistent. Hence when you load the process instance
from the DB, its always null.
Is there something you want to do that you cant accomplish using the subprocess
end event?
hello friends,
i am using jboss 4.0.1 application server.now i wanted to
implement load balancing and fail over method for my application.what are the
steps I have to do for this.
Pls help me soon.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3
ok, what i read is really nice. They throw the complete logic in sessionbeans
and let act them as componets for jsf (like actions is struts) and solve the
transation/lazy-fetching with different contexts and with something like an
action phase and render phase (like portlets with processAction a
Hi,
i am currently designing somethink like a portal system (not implicitly JSR168
- it's not a must). After creating some prototypes with different technologies
i now finally found seam (long long way ... ).
I like the way seam handles the lazy loading problem and do without the facade
pattern
JBossCache is not used for the Hibernate session (i.e. L1) cache. If you've
determined that this has nothing to do with JBossCache as a L2 cache, you're
better off posting on the Hibernate forums.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923038#3923038
you have to do two steps
1 copy msql-ds.xml from(C:\jboss-4.0.3SP1\docs\examples\jca\)
and past it in to deploy dir..
you have to spcifie the databse propertices
example
PortalDS
jdbc:mysql://localhost:3306/jbossportal
com.mysql.jdbc.Driver
root
*
org.
We needed something like the signOut(url) suggested by Julien, so I've added a
signOut(String destinationPage) method in JBossActionResponse. The parameter
is a page reference (like "default.Test"), not a URL.
I've added a destination parameter in the JSP (menu.jsp) to get things started:
|
Oops...Wrote my posting after I read this thing
http://www.jboss.org/wiki/Wiki.jsp?page=InstallUninstallUpgrade
Any alternatives ? I need a forum app, I can build one but would take time.
Thanks for reading...
Q
www.goodstockimages.com
View the original post :
http://www.jboss.com/index
Please somebody knows the steps in order to deploy websale example ...what are
the config files that i have to change??
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923034#3923034
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mo
Things I've tried:
Upgraded Hibernate to the same version shipped with AS 4.0.3sp1 (3.1.RC2).
Did not help.
Turned of the CachedConnectionManager debug
Caused the application to run out of connection (set to 100 in -sd.xml, more
than enough for my Cactus test)
17:43:02,890 ERROR [JDBCExceptionR
JBoss AS 4.0.3sp1 has Hibernate 3.1.rc2. To find the version open the
Manifest.mf file.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923032#3923032
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923032
--
On #2, use a @Length (min = 1) validator.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923031#3923031
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923031
---
Thi
Hi,
When I start the jBoss-4.0.2 on HP-UX 11.11 I get the following exception :
[MainDeployer] could not create deployment: file:
./server/default/conf/jboss-service.xml
org.jboss.deployment.DeploymentException: Error parsing the XML file, from
XMLMetaData: ; - nested throwable:
(org.j
Posted: Fri Feb 10, 2006 5:08 pmPost subject:
In the first case, we are looking up 5000 entities by looping on the client,
meaning that we start a new session 5000 times.
In the second case, the lookup loop has been moved into the session bean. Under
the second scenario, all of these
Posted: Fri Feb 10, 2006 5:08 pmPost subject:
In the first case, we are looking up 5000 entities by looping on the client,
meaning that we start a new session 5000 times.
In the second case, the lookup loop has been moved into the session bean. Under
the second scenario, all of these
Posted: Fri Feb 10, 2006 5:08 pmPost subject:
In the first case, we are looking up 5000 entities by looping on the client,
meaning that we start a new session 5000 times.
In the second case, the lookup loop has been moved into the session bean. Under
the second scenario, all of these
1) Is there a way to override Hibernates DefaultValidatorMessages.properties
file so that I can have custom messages without actually changing the
properties file inside hibernate-annotations.jar?
2) The @NotNull validator only checks for Null but not empty strings (eg. empty
form field)... obv
What do you mean by forums 2.0?
Nukes isn't developed any more.
There is only Forums Portlet (for JBoss Portal 2.0 or 2.2)
Look here:
http://www.jboss.com/products/jbossportal
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923024#3923024
Reply to the post
Hi!
I get "org.hibernate.HibernateException: Unable to locate current JTA
transaction" when trying to get the curretn hibernate session.
See the logs:
[STDOUT] ctx.lookup("java:/hibernate/TesisSessionFactory"): [EMAIL PROTECTED]
[STDOUT] ctx.lookup("UserTransaction")[EMAIL PROTECTED]
And when e
I have a web component that needs to send data to a remote queue. Both machines
are running JBoss 4, but I cannot get the web client to communicate with the
remote server, it always communicates with the local machine. I have setup the
remote properties as follows in my web component:
Properties
Hi All
I have a project with similar ake up to dvdstore example (JBPM processes).
I am trying to start a process (registerInterest), this works succesfully.
(@createProcess("matchCustomer")).
I then have a page containing a list of all the tasks that need to be completed
(straight out of th
Hello,
I'm very new to the forums. I want them to integrate with an existent
application. As you can imagine I have a bunch of questions.
Can you tell me if the installation notes located at
http://www.jboss.org/wiki/Wiki.jsp?page=InstallUninstallUpgrade
would be valid for my forums 2.0 ?
Anyon
1 - Make sure that steps to generate EJB related files (in Chapter 5) have been
done correctly. (Check mispelling)
2- Check XDoclet tags on top of FiboBean class were set correctly. These tags
are very important to generate xml files. (You can delete the auto - generated
tags and copy from Tutor
Two things seem not right here.
First, your login config application policy does not contain
org.jboss.security.ClientLoginModule. I think you need this in order for the
authenticated principal info to get propagated to the server when you access an
ejb.
Second, the unathenticatedIdentity of
What a stupid mistake I've made. Thanks Gavin. It works now.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923012#3923012
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923012
I am also getting the same error in 3.2.5 and 3.2.8 with JDK 1.4.2_05.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923011#3923011
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923011
--
I have an MBean contained in a SAR that depends on a session bean in a separate
EJB jar file, and I have included the appropriate depends element in
jboss-service.xml. I would like my SAR file to contain ONLY the MBean, but I
get a NoClassDefFoundError for my session bean's local interface from
http://jira.jboss.com/jira/browse/EJBTHREE-438
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923006#3923006
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923006
--
(by "good luck!" I mean "hope it helps!" ;)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923005#3923005
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923005
---
This is what the documentation has to say about turning off logging ( in
http://docs.jboss.com/jbpm/v3/userguide/logging.html) :
"For deployments where logs are not important, it suffices to get rid of the
optional LoggingDefinition in the ProcessDefinition. That will prevent
LoggingInstances f
forgot to mention that I removed the security on the member...added that
code..then executed...otherwise it doesn't execute that member when I require
the role guest.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923003#3923003
Reply to the post :
http://w
I setup a DatabaseServerLoginModule with a config that looks like this:
|
|
|
|
|
| guest
| useFirstPass
| java:/JBossAtWorkDS
| SELECT PASSWORD FROM
USER WHERE NAME=?
| SELECT ROLE.NAME
Running into problems trying to bring up JBOSS on my machine after install.
Trying to run Running JBOSS 4.0.3-SP1 on XP using Java 1.5_06.
Downloaded the install JAR, ran the installer, said that I wanted the EJB3
profile.
use a DOS window to start the system.
1st boot complains about port 808
Running into problems trying to bring up JBOSS on my machine after install.
Trying to run Running JBOSS 4.0.3-SP1 on XP using Java 1.5_06.
Downloaded the install JAR, ran the installer, said that I wanted the EJB3
profile.
use a DOS window to start the system.
1st boot complains about port 808
Ok, here's the situation.
I have a process that relies heavily on timers. In fact, the business process
looks something like: do something, do something else after 10 days, do
something else after 10 more days, etc. Some of the somethings are automated
(node), and some are not (tasknode).
My
Thanks for your help. I tried the new concurrent.jar that came with jboss
3.2.8, but it didn't fix the problem. In fact, whiel the problem still
occured, the event handling seemed to be out of order.
I'll have to try switching completely to 3.2.8 when I have the chance. When I
get around to
When I run a client against a deployed webservice in JBoss 4.0.2, I got
following exception:
5:09:36,068 INFO [AxisServlet] Exception:
java.lang.IllegalArgumentException: interface org.jboss.mx.util.ProxyContext is
not visible from class loader
at java.lang.reflect.Proxy.getProxyC
So you're almost there ;)
In docs you have:
anonymous wrote :
| First, build the sources and deploy them, go to jboss-portal-2.0/build and
type sh build.sh deploy, you should read BUILD SUCCESSFUL at the end of the
operation. This operation should have copired the jboss-portal.sar to your
I was able to finally get this to work, but only after I added the @Depends
annotation like Klaus did before. I'm not sure why my case works and his
doesn't.
Anyway, here's the start of the MBean that now works.
| @Service(objectName="chief:service=InvoiceFileService")
| @Management(Invoi
I have found several posts documenting the IllegalStateException from the
CachedConnectionInterceptor when developers do not adhere to J2EE semantics.
Most of the posts were centered around Hibernate 2 using a Thread Local
Pattern.
I have a case where a bean managed SessionBean (no transaction
Thanks Rainer.
If the process instance persistence and token signal are both synchronized over
process instance, I will not achieve a truely parallel fork, right?
Raj
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922993#3922993
Reply to the post :
http:/
I am trying to use JBoss4.0 with Windows 2003 Web Edition. I am going to put
all static files in the C:\Inetpub\www\ and use jsp/servlet in jboss. does
anybody know how to do it or where I can find information about this
configuration?
I'd really appreciated it.
View the original post :
http:
Hello Guys:
Can we please keep the discussion to the primary issue at hand i.e
understanding what JBPM_LOG table is and how to control the data being inserted
into it. Please start a new thread about HSQL DB issues.
It would be truly appreciated.
Santosh
View the original po
Hi
I have an EAR file with one war and one EJB jar on it. the tow module share
some third party jars and shared classes so here are highlights of how I have
it structured.
MyEAR.ear
-META-INF/application.xml
-META-INF/jboss-app.xml <- used it for isolated hierchial class repository
-lib
To access the default HSQLDB you should open the jmx console
(http://localhost:8080/jmx-console). Then locate the Hypersonic MBean and click
on it. Navigate downwards to the operations and invoke the
'startDatabaseManager()' operation. The HSQLDB database manager opens and you
can enter SQL to
Hi Moritz,
I don't know of a way to find out which Server the app was loaded from, if one
is using JWS. But since you need more info anyway (like, the port number) why
not specify the info needed in the jnlp file?
For example
|
That way, you can access the info using
System.getProperty("jb
Nevermind I had one of those entities pointing at the wrong table.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922987#3922987
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922987
--
Thank you,
I have figured out how to do it after reading the link again you gave me. I
have a small question.
javax.management.NotificationListener
intefrce has no subscribe/unsubscribe method.
There is ony handleNotification(Notification notification, Object handback)
method.
So I only im
You need to add comeFromUrl() to the local interface.
Another question is, both hotels and hotel would null. why use hotel would give
a different result?
anonymous wrote : depends which appears first in the jsp
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=
See
http://wiki.jboss.org/wiki/Wiki.jsp?page=WhatIsTheCorrectPatternForUserTransactions
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922984#3922984
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922984
---
Try this:
public class MyService
{
public String serviceMethod(StringHolder arg1) {
arg1.value = arg1.value + "world !";
return arg1.value;
}
}
You need to return the value from your service.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922983#3922983
R
I recenlty upgraded to JBoss 4.0.3SP1 and now when I depoy my .sar file that
worked fine on JBoss 4.0.0 I'm getting an exception. It's occuring during the
setting of the JNDI name on the rebind call, it's timming out. If I wait until
JBoss is up and do a hot deploy it works fine.
My jboss-ser
see the other threads in this forum, this is now automatically detected by the
way you annotate the @Id (method or field)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922981#3922981
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&m
I don't know about if it still is in the spce or not but you'll find your
answer in this thread (see first and second reply):
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=77054.
Regards Peter
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922980#3
cvs co -r JBoss_4_0_3 jboss-4.0.x
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922979#3922979
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922979
---
This SF.ne
See "SecurityAssociation Changes" section of:
http://wiki.jboss.org/wiki/Wiki.jsp?page=402UpgradeIssues
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922978#3922978
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922978
I have Eclipse 3.0.0 and JBoss 4.0.3 installed on my Windows 2000 machine.
I can't step through my ejbs code when I set debug breakpoints.
Please help
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922977#3922977
Reply to the post :
http://www.jboss.com
There haven't really been any major changes in packaging for EJB3. The main
difference is just the new XML Descriptors -- other than that, it's pretty much
the same as EJB-JAR from ejb 2.1, i.e..
your-ejb3-jar:
--- META-INF
persistence.xml
--- your class hierarchy
and you can just impo
No problem =)
Yes, this is pretty easy to do... go into your project's packaging
configuration, and for your EAR configuration, just click "Add File", and
instead of using "Project File" use "External File" which will let you add any
other war/jar/whatever from other projects by selecting them
You need to use the PooledInvoker enhancements in 4.0.4RC1 to have access to
the client cert for security decisions in the ejb container.
SRP could be used to create a similar custom ssl type of arrangement as well.
Since this is on top of the transport layer it can be integrated with any of
th
In RC4/5 there is no more access attribute of the @Entity annotation:
@Entity(access=AccessType.FIELD)
is no longer possible, while it still seems to be in the EJB3-SPEC-PFD??
How can I specify field access??
best regards,
Martin
View the original post :
http://www.jboss.com/index.html?modu
It seems that with the 1.2.4SP1 the above error not ocures.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922970#3922970
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922970
-
I must be missing something because I can't get @AttributeOverrides to actually
override the mapping laid down in the superclass...
Here is my MappedSuperclass...
| @MappedSuperclass
| public abstract class ShipmentItem extends Entity
| {
| //relationship
| protected Shipment
Thank you very much!
my servlet is in war, Jmx service is in sar.
There is no servlet copy in sar.
Can I just put the path and servlet class name to subsrcribe?
or Mbean service to add lietener which includs the path and calss name?
Thank you again
Chwang
View the original post :
http://w
thanks so much for you help..
It works fine.
glodo
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922965#3922965
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922965
--
Hi
I have an EAR file with one war and one EJB jar on it. the tow module share
some third party jars and shared classes so here are highlights of how I have
it structured.
MyEAR.ear
-META-INF/application.xml
-META-INF/jboss-app.xml <- used it for isolated hierchial class repository
-lib/*.j
I've changed it to hotel, here is what I've got now:
javax.el.ELException: /hotel.xhtml: create method not found
at com.sun.facelets.compiler.UIText.encodeBegin(UIText.java:51)
at
com.sun.facelets.FaceletViewHandler.encodeRecursive(FaceletViewHandler.java:511)
at
com.sun.
It should be @Factory("hotel")
not "hotels".
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922962#3922962
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922962
---
Thanks Gavin. I've just noticed beta2 is out.
Here is what I've tried.
I've modified HotelBookingAction so it doesn't require login. Here is its class
annotations:
@Stateful
@Name("hotelBooking")
@Scope(SESSION)
@Interceptors(SeamInterceptor.class)
I then added a method:
@Factory("hotels")
pub
In an EJB 3.0 application...
How do I get an Entity with an attribute of type java.sql.Timestamp mapped into
an Oracle database as Timestamp(9) instead of as a Date as I'm getting now.
Tanks in advance.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922960#3
The exectute method in the thread you mention is the execute method in a custom
node and not the execute method of an action handler.
Leaving a node should only been done by the node itself (i.e. by the execute
method of the node). If you mess with this behaviour outside a node (e.g. in an
acti
That's the way to get an answer. We'll get right on it.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922957#3922957
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922957
/WEB-INF
|
--> /jsp
|. |
|..|---> JSP files
|
|-->/tld
|.. |
|...|---> tld files
|
|-->/lib
|--->standard.jar
|--->jstl.jar
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922956#3922956
Reply to the post :
http://www.jboss.com/
The directory structure that i've in my project is:
/WEB-INF
|
--> /jsp
||
| ---> JSP files
|-->/tld
| |
| ---> tld files
|-->/lib
|
--->standard.jar
--->jstl.jar
View the original post :
http://www.jboss.c
Wake-up Jboss developer. If you guys can not solve the incidents, please scrap
the project or sell off this company.
Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922954#3922954
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posti
I have a project that runs fine on Windows & JBoss (JBoss_4_0_3_SP1), but if I
copy it to Linux (also JBoss_4_0_3_SP1), the servlet can't lookup the EJB (EJB3
stateless bean). It keeps on throwing a NameNotFoundException. Can anyone shed
some light on this?
I have started JBoss to use IPv4 in t
RC5 (we've done a release past RC4) follows EJB3 PFD. Also, JBoss 4.0.4 app
server has EJB3 bundled too.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922952#3922952
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922
I've the following jsp:
<%@ taglib uri="../tld/c.tld" prefix="c" %>
<%@ taglib uri="../tld/portlet.tld" prefix="portlet" %>
As result, i get
${5+4} instead of 9
${portletContextScope.portletContextScopeTest}" instead of something
The taglib uri are correct.
I've put standard.jar an
Hallo,
I'm using this query.
String query = "SELECT f " +
"FROM " + Function.class.getName() + " f, " +
FunctionUser.class.getName() + " fu, " +
FunctionApplication.class.getName() + " fa " +
Should we add "export" functionality to JBoss Cache 1.4? I'm thinking that we
could have a way to:
1. Return set of keys at a specified fqn
2. Return set of values at a specified fqn
3. Return map of keys/values at a specified fqn
I might be able to use this functionality to improve the pe
Use an @Factory method. Let me know if you need more help.
By the way, there is a FAQ item on this...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922947#3922947
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922947
I´ve made it work with the RC version
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922946#3922946
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922946
---
This SF
Hi All,
I'm using EJB 3 interceptors, now I need to apply them in method level.
AFAIK, EJB3 specification include such feature, for instance:
@Interceptors(org.acme.MyInterceptor.class)
@ExcludeClassInterceptors
public void someMethod() {
}
EJB3 Core Draft Page 275
While trying to do this wi
Hi,
I am heap profiling my application that uses JBoss Cache 1.2.4SP1 and am
finding that the eviction seems to be using quite a bit of memory. In
particular, here are snippets of my hprof output:
| SITES BEGIN (ordered by live bytes) Fri Feb 10 09:54:18 2006
| percent l
I tried to build the 'jboss-portal.sar' as in the document:
JBOSS_HOME = C:\jboss-4.0.3SP1
then in the build directory, I typed: build (it's XP box)
It said the 'build success', but I didn't find the 'jboss-portal.sar' is in
the deploy directory: C:\jboss-4.0.3SP1\server\default\deploy.
Thans
http://docs.jboss.com/seam/reference/en/html/index.html
(See chapter 5.4 for relevant text.)
Note that Seam works with JSF, so this doesn't address your problem if you are
required to use Struts.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922941#3922941
Hello,
I'm following the IDE tutorial and I'm getting this error when I deploy the
app. Can anyone help me figure out whats going on.
I've downloaded the newest IDE and JBoss 4.0.4.
Thank you,
Steve.
11:03:46,508 WARN [ServiceController] Problem starting service
jboss.web.deployment:war
Hi,
did you wver find out what this errors mean ?
I also get these message on my jboss 3.2.5. Sometimes 20 times in row from each
the same IP address, but overall the IP adresses of these messages are always
different. But why do they come ? Does the client abort the connection when
closing his
I also have a question regarding the JpdlXmlWriter and the GPD...
When deploying a process definition we can deploy a jpdl xml file with the
process modeled in GPD. If JpdlXmlWriter has been deprecated how do you plan to
generate the xml process definition in the GPD? How do you plan to do it?
Does Jboss AS have international language support for input, display and output
of multibyte languages such as Chinese and Russian?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922936#3922936
Reply to the post :
http://www.jboss.com/index.html?module=bb&
Hi all,
is there any information about how to use the Packaging Configuration for
EJB3.0 projects?
Thank you in advance!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922935#3922935
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting
driver does not run with jvm 1.3.1_12 anyways...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922934#3922934
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922934
Hello
I'm on application design of a web start application (including form designer)
to access CMP beans (or hibernate) on JBOSS. The most limiting part is the
internet connection between the clients and the jboss server because its
possible to exchange data bigger than 1MB between the clients
Hi Koen,
Is there any specifc reason to do this??
Please have a look at
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=76586
When I can signal a token from outside of the program(message driven beans )
why can't I do it from whithin my action handler?
Regards,
View the original pos
So I have to deploy the portal from the 'source' as the document in 2.3 :
2.3. Deploying JBoss Portal
2.3.2. From the sources
Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922930#3922930
Reply to the post :
http://www.jboss.com/index.html?modul
I have a similar problem I was wondering if there is any solution to it.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922929#3922929
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922929
This is the reverse engineering tool and this has been fixed, see the other
thread about it.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922928#3922928
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922928
---
1 - 100 of 198 matches
Mail list logo