Sure ! Somethings might be pointless, as it is a class just for testing purpose.
| @RemoteBinding(jndiBinding="EJBTEST/NatPerLstSFBean/remote")
| /* This is set as a System.property
| clientBindUrl="servlet://mc0430-116.somewhere.de:8080/invoker/JNDIFactory"
| */
| @LocalBinding(jn
take a look at this thread:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=75745&postdays=0&postorder=asc&start=0
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950045#3950045
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posti
You need to use the correct MQ series ConnectionFactory.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950044#3950044
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950044
___
I have my own database, kosmi.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950043#3950043
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950043
___
JBoss-user mailing lis
try and use the latest nightly buildshave some fixes that makes the
templates work for latest Seam SVN.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950042#3950042
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39
Some more details on test setup.
Node A running on XP in a NAT address of say 10.0.1.4
Node B running in Red Hat 9 in a NAT address of 10.0.1.5
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950041#3950041
Reply to the post :
http://www.jboss.com/index.html
This was tested on both 3.2.8 sp1 and 4.0.4 GA.
Within a subnet I confiured two nodes A and B using the TCP protocol for
JGroup(I'm primarily interested in WAN cluster for site failover so next step
would have been to separate the nodes across WAN).
Node A is started and runs in Master mode. No
I am getting the following exception while i try to coneect to jboss
application..
!ENTRY org.eclipse.jdt.debug 4 120 2006-06-08 18:36:58.376
!MESSAGE Internal error logged from JDI Debug:
!STACK 0
com.sun.jdi.VMDisconnectedException: Got IOException from Virtual Machine
at
org.eclipse
I have a standalone app that supports a plugin framework - each plugin has its
own classloader that loads its classes and libraries separately to other
plugins. I have two plugins that define aspects for the same class/pointcut
(org.apache.axis.client.Call-> invoke - each plugin provides their
yes http works for me but not the https
and as mentioned earlier i have uncommented the lines but in vain.
Can you please tell any body else whom i can approach
as this issues has become like thorn in flesh for me...
please anybody
Regards
Bhanu
View the original post :
http://www.jboss.com/inde
OK.
Thanks again.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950036#3950036
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950036
___
JBoss-user mailing list
JBoss-user@
It seem working with error after i have made certain modification to deployment
descriptor:
i. added ejb-jar.xml to resource folder (Initially missing)
ii. modified web.xml and added the jndiPattern context
iii. modified jboss-app.xml chg the loader name
Now i can render the find.jsp page, but n
Hello.
I have a stateless session bean, entity bean, servlet program.
When SQL exception happens, the rollback cannot be done though the method of
the session bean is called from the servlet.
When the Runtime Exception is compulsorily generated in the session bean, the
roll backing is done.
How
Does Anyone solve this problem ???
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950030#3950030
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950030
___
JBoss-user mai
I was able to resolve this issue. The solution is to create a
"jboss-portlet.xml" file and inject the relevant services into the portlet
context.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950027#3950027
Reply to the post :
http://www.jboss.com/index.ht
I just downloaded latest portal code from the main branch.
CVSROOT=:pserver:[EMAIL PROTECTED]/cvsroot/jboss MODULE NAME=jboss-porta-2.2.
When I compiled it, I got the following error. Any ideas why?
==
==
== Executing 'most'
Wow, you guys should search the forum. I know for a fact that this question
has been answered at least twice in the last couple weeks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950025#3950025
Reply to the post :
http://www.jboss.com/index.html?module=b
OK. Actually I am looking at the ejb3 sfsb replication now. There is one
outstanding issue with the nested bean.
http://jira.jboss.com/jira/browse/EJBTHREE-612
Simply stating, it is broken for replication when you have nested bean because
of replication ahppens for the nested bean first (instea
I confirmed that what I'm currently doing is performing appropriate rollback
logic inside my local transaction commit() ... then I invoke the
ConnectionEventListener listener =
(ConnectionEventListener) m_listener.get(i);
listener.localTransactionRolledback (new ConnectionEvent
(this, Con
I have few errors when tried up the tool:
i. I got the javax.ejb.Interceptors class not find compilation error
ii. So, i replace it with javax.interceptor.Interceptors, is it the same thing?
iii. After replacing it, i able to compile and get all the ear, war, and ejb3
files completed and sucess d
I'm using JBoss 4.0.4 with a JCA 1.0 (I know! And I will re-write it at some
point!) LocalTransaction resource adapter. During a commit there is a scenario
where my RA detects a failure and needs to perform rollback.
I'm wondering how I should handle this ... do I need to perform the necessary
Deal All:
I have a sesseion bean like this:
public @Stateless class InventoryMgrBean implements
InventoryMgrLocal,InventoryMgrRemote {
private static Object lock=new Object();
public NEKey findByNEPK(NEPK nePK) {
NEKey neKey=null;
try{
Query q=em.cre
OK. then this is a bug with JBoss Aop. Please file the bug there and Kabir
should be able to take care of it.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950019#3950019
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=
I found that I can suspend/resume a token even though it has ended. This
doesn't make sense since if it has ended, what purpose will suspend/resume
serve. Should this be considered a bug or is there a reason for this?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewto
Hello all,
Since my client is unsatisfied with the current registration/user management
features that are bundled with JBoss Portal (i.e. the UserPortlet), I have been
attempting to implement my own using JSF, and Spring. What I'm trying to do is
grab the UserModule using JNDI. The JNDI lookup
Is there a way (even non portable) to get the underlying exception in the
handleFault() of a GenericHandler?
I was able to retrieve this when the AXIS stack was used.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950016#3950016
Reply to the post :
http://w
The version of Jboss that I was running on is 4.0.2. I've downloaded 4.0.3 SP1
and put the application on it and it works.
I believe there was some setting that I might have changed a long time ago that
was preventing the application from working - beats me what it was though
View the orig
Gavin,
I don't know howto debug in the SeamNavigationHandler. I tried to debug with
the Seam-Debugpage over the browser. So I deployed the jboss-seam-debug.jar to
the WEB-INF/lib directory in the war-file (Tutorial chapter 1.6.5). I need a
SeamDebugPhaseListener to be defined in the faces-config
At runtime I am seeing a BindException during a call to a @Clustered @Stateless
session bean method. According to the stack trace (please see below), the
exception occurs in StatelessClusteredProxy.invoke. This is in a system where
jms is driving a high volume of ejb method calls. Therefore,
Greetings,
I?m trying to get JBoss v4.0.3SP1 to read/write to/from MQSeries v5.3. I can
successfully write to the MQSeries queue, but am failing when I attempt to read
from it. Specifically, I get:
java.lang.ClassCastException: com.ibm.mq.jms.MQQueue
| at
org.jboss.mq.SpyConnectionC
You're right (Gavin) about begin of the pageflow,
In this case, not set view-id on will produce a exception when
transaction "tostart" form ShipTo will run, because no view are define for
PurchaseStartPage.
An other suggestion : don't use the page/state name to define next/prev button
(becau
I noticed that JBoss 4.0.4 still does not allow us to disable the message id
generation for JMS messages. I was wondering what the reason maybe if there is
one.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950006#3950006
Reply to the post :
http://www.jbo
"flawlor" wrote : In addition to the changes to the tree structure (src/process
is just process) the process definitions no longer have a .par extention.
There is also no longer any "Deploy Process Archive" option.
|
| How do you deploy a process defintion?
Same thing here--has this been
I had a similar problem to Hadji (got all sorts of warnings about home
interfaces not being available, etc.). In my case it turns out that there was
an old version of the *JBoss* overwrite code around on this site, with the same
name jbossj2ee-src.zip.
To get the right one, download the Gettin
I am getting a strange error. I have added JBoss Messenging to my JBoss
Server. When I run the examples like the topic example everything works
perfectly. However, when I try to replicate one of the examples in a portlet
and deploy it to the server and then run it I get the following:
For ex
It is possible to move the windows around in JBoss Portal via the management
interface. Please refer to the user manual for more information.
Drag and drop manipulation of portlet window is being considered for the 3.0
release of JBoss Portal.
Concerning choosing a portal server, you should als
Hi,
I'm using WTP (Web Tools Platform) v 1.0.2. When I try to deploy webservice to
test JBoss server v4.0 inside WTP tool getting into the following error:
IWAB0489E Error when deploying Web service to Axis runtime
axis-admin failed with {http://xml.apache.org/axis/}HTTP
(404)/GOWeb/services
Hi,
I've performed the following steps to setup an oracle-ds.xml in
jboss-4.03SP1
1. created oracle-ds.xml in server/default/deploy
2. copied oracle jdbc driver jar to server/default/lib (for oracle 10g)
However, the error is
--- Packages waiting for a deployer ---
[EMAIL PROTECTED] {
ur
Followed the instructions at http://docs.jboss.com/jbpm/v3/gpd/installation.html
Received this message "No features found for the selected site(s)." There are
two zip files for download and I receive this same message for both.
View the original post :
http://www.jboss.com/index.html?module=bb&
I have the same problem.
The problem is due to how the jdk 1.5 compiler create the classes.
A simple test case for this problem would be:
public interface I
{
public Map method();
}
public class A implements I
{
public HashMap method()
{
return null;
}
}
Using javap you can see
Hi,
I use JBoss 4.0.4 GA and want to deploy a EJB3 (JSR-181) webserivce. Nearly
everything is fine. The problem is that the generated servlet of the webservice
is deployed on the default virtual host, but I want to change this to another.
How is this possible? I tried to add an jboss-web.xml in
I got issues too. I try to run run.sh in /system/src/bin I get "Missing
required file: /run.jar". Where is run.jar?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949986#3949986
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=
Thanks! I've got some more logging information now, allow me to throw it up
here:
2006-06-08 13:01:13,525 DEBUG
[org.apache.catalina.authenticator.AuthenticatorBase] Security checking request
GET /subcontractor/private/privatePlanRoom.jsp
2006-06-08 13:01:13,525 DEBUG [org.apache.catalina.real
I think the create method starts the pageflow when the start-page is rendered.
So I don't think that is the problem.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949984#3949984
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=r
I suspect strongly that you're right when you say a full manual republish is
required.
In order for the changes to become apparent, JBoss will need to be told a new
module or group of class files is available. It will then need to dump
references to the old classes and load the new ones.
I
Hello,
We do have a proprietary workflow engine for our application and the state is
captured in the database.
We are planning to re-architect the application using JBPM workflow engine and
other misc technologies.
I am wondering how to go about the data migration exercise from the existing
If you're using Facelets, it's pretty easy to write an EL function to do this.
#{fn:sizeOf(myCollection)}
https://facelets.dev.java.net/nonav/docs/dev/docbook.html#taglib-create-function
https://facelets.dev.java.net/nonav/docs/dev/docbook.html#taglib-function
View the original post :
http://w
Does anybody know this? Please help!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949977#3949977
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949977
___
JBoss-user maili
Hi,
>From my understand, the pageflow isn't started (no call to begin from an
>action or link beetween the jsp and the start-page.
I suggest you to set the view-id attribute of the node:
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949976#3949976
R
Can you please post the bean, interface and client classes?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949968#3949968
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949968
_
That's actually how I had it. The reason I made the change is that I have CRUD
type functionality broken up over two SFSB components. One of them handles new
object creation and the other handles list/update/delete. When I create a new
object however, even if I inject the list/update bean int
I believe I figured out what the underlying issue is. see this post:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=84174
Apparently, when entities use inheritance and have a return type for an
overridden method that is different form the base class the "duplicate method"
exception oc
I am getting this same problem. This was not an issue in jboss-4.0.4.GA for me
until I upgraded to jboss-4.0.4.GA-Patch1. When entities use inheritance and
have a return type for an overridden method that is different form the base
class the "duplicate method" exception occurrs. Has anyone re
We have some customers that use it as product level. We are not feature
complete yet but what is already there is rock solid.
jBPM BPEL builds on top of the SAAJ, JAX-RPC and WSEE APIs, all part of J2EE
1.4. We are not tied to any particular web services stack.
That said, the primary testing ta
I am getting the same error. I just wanted to add a little bit of information.
For me my code worked fine with jboss-4.0.4.GA using the ejb3-clustered
configuration. As soon as I updated to jboss-4.0.4-Patch1 with the same
configuration and code, I began getting the errors described above. S
It is designed so that you can have an event-scoped bean that has a page-scoped
datamodel.
If you have a conversation scoped bean, it does not really make sense to have a
page-scoped datamodel. Just use a conversation-scoped datamodel (the default).
View the original post :
http://www.jboss.co
Thanks a lot Alex!!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949959#3949959
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949959
___
JBoss-user mailing list
JBoss-use
please see http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingJBossBehindAFirewall
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949958#3949958
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949958
___
I mean the List of SelectItems
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949957#3949957
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949957
___
JBoss-user mailing lis
what if I cannot outject it as datamodel, for example, I want to get the size
of the List?
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949956#3949956
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949956
_
Hi,
Can someone give me the complete list of ports used by jBoss in the server
machine, as well as the purpose of each port? Need this info urgently, and am
not able to locate it anywhere in the docs.
Thanks,
Betty
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopi
hi all,
i have tried to configure apache-2.2.2-win32-x86 with mod_jk-apache-2.0.55
following the wiki page :
http://www.jboss.com/wiki/Wiki.jsp?page=UsingMod_jk1.2WithJBoss
i have added the connector by renaming it as mod_jk.so.
but when i'm trying to start apache following error is displayed
Ben and all,
Thank you for your reply and sample code. I have discovered the problem. My
class had underscores prefixing the all the instance variable names. This will
cause the ArrayIndexOutOfBoundsException.
I verified the same with the sample class Address below. Change all references
o
hello javajosh,
I got the same NPE after installing. Have you been able to solve this already?
Regards,
Jim
anonymous wrote : The file
\jbpm-starters-kit-3.1.1\jbpm-designer\jbpm-gpd-feature\readme.html implies
that all that is needed is to unzip \plugins and \features into one's eclipse
dire
I see jboss service mbean for org.jboss.mail.MailService which allows any
application to send mail, I was wondering where is the documentation for
configuration, usage or anything of that sort?
Any help?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949949
hi all,
i have tried to configure apache-2.2.2-win32-x86 with mod_jk-apache-2.0.55
following the following wiki page :
http://www.jboss.com/wiki/Wiki.jsp?page=UsingMod_jk1.2WithJBoss
i have added the connector by renaming it as mod_jk.so.
but when i'm trying to start apache following error is
I was able to successfully deploy and run the JUnit test on the WS-Security
example provided in the JBossWS "User Guide Samples."
I have also been able to successfully code and deploy an EJB based Web Service
that requires WS-Security signatures.
However, I haven't been able to write a DII cl
I'm getting my feet wet and am struggling a little. I have a page that
displays a list of employees. I want to add an edit link for each employee.
I'm having trouble keeping the employee record in the proper state. I have an
event-scoped ejb that does a find for all active employees. The ed
Debug using step 4 of the Security FAQ at the beginning of this forum.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949945#3949945
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949945
__
Also, I should note that I am getting no errors any of my logs... I do get some
messages in my server.log, but I don't think they help with this problem. But
I'll put them here, in case someone sees something that I do not.
2006-06-08 11:19:45,935 DEBUG
[org.jboss.security.plugins.JaasSecurity
I placed the login-config element after the security constraint element, but no
luck. Still get the basic authentication popup instead of the form login.
Thanks for your quick reply.
--Andy
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949941#3949941
Repl
The login-config element should come after your security-constraint elements.
I'm surprised Tomcat doesn't throw an exception parsing your web.xml. But
maybe fixing that will solve your problem.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949940#3949940
hi,
the table JBPM_TIMER exists, but i don't know what to do to resolve this
exception :(
any help plz,
regards
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949939#3949939
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=rep
dbevacqua,
There was a bug in Jackrabbit 1.0 that prevented using the
org.apache.jackrabbit.core.jndi.RegistryHelper to properly register the
repository with a JNDI server. This should be fixed in in Jackrabbit 1.0.1.
So, instead of trying to register the repository using GlobalNamingResources
Cool :) Be sure to test thoroughly. The session is really composed of 2
elements -- the attributes and the metadata (things like lastAccessedTime, id,
etc). The metadata is still replicated at the end of the request, so you may
get odd behavior.
View the original post :
http://www.jboss.com
hi all,
i have to problems,
1.- I was following the tutorial of JbpmGettingStarted and in the page of
localhost:8080/jbpm/ , when i have a task that is waiting for somebody i go to
the MENU of 'Monitoring' in the left side of the Browser, and i get a BLANK
PAGE, just saying "TODO' , This al
Thank you. This configuration seems to produce the behavior I was expecting.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949935#3949935
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949935
_
More: Actually I have 2 directories with the starter kit. One, original usin
hypersonik db, works fine, another using postgres, working partially, I can
create a web order, but Ernie is getting errors and the Monitoring is not
working.
Thanks
View the original post :
http://www.jboss.com/ind
Hi,
I am using JBoss as AS, oracle as DB and using the struts framework. When I am
saving the form information using the "GET" method the data is stored properly
in the DB but when I am using the "POST" method the german characters are
getting corrupted. When I tried to debug I found that acti
Hello Forum Folks,
I've been slapping this thing around for a while now, but it just won't work
the way it is supposed to. I've setup authentication to use a form, however
when I go to a restricted page, I get the basic authentication popup INSTEAD of
the login form. Here are my configuration
Hi
JBoss Day 1 and I'm trying to solve this same problem.
bwtaylor, do you have the MBean definition you used to get the
JNDIBindingServiceMgr to put a Jackrabbit repository in JNDI? I'm not really au
fait with JBossXB - do I need to be?
Your help would really be appreciated - I'm think in at
I do not see any logging beeiung genereated. I looked at the
Jboss\jbpm_server\jbpm\log directory, and also in the console window.
I also getting errors when performing actions for Ernie:
12:28:23,177 ERROR [Delegation] couldn't load delegation class
'org.jbpm.websale.ShipItem'
java.lang.ClassN
I disabled the logging it reduced significantly the number of insert statements
(cuz now it is not inserting inside jbpm_log table) but still around 40+ insert
and update statements.
I am wondering whether any one is using this product in production and how is
the performance for typical applic
Has anyone been able to create a TimerService in an embedded jboss environment?
If so, if you could share you configuration, that would be very helpful.
If not, is this feature supported?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949926#3949926
Reply to
Hi all. My EJB2 contains java.util.Properties as CMP field and it was OK on
JBoss 4.0.3SP1. But when deployed on 4.0.4GA, it causes following error during
entity loading:
anonymous wrote :
| java.lang.IllegalStateException: Failed to find a ctor in class
java.util.Properties that takes an ins
Hi
Sorry for the information overflow...
I guess this sums it up:
| [org.jboss.cache.eviction.RegionManager] getRegions(): size of region 2
| [org.jboss.resource.connectionmanager.IdleRemover] run: IdleRemover
notifying pools, interval: 45
| [org.hibernate.impl.SessionFactoryObjectFacto
Hi
I installed j2sdk5.0 and configured with eclipse in order to get rid off
XDoclet error.
I have made jdk 5.0 as my default JRE and when i mention in Debug--> JDK , it
complain the tools.jar is not found.
I searched for tools.jar in jdk5.0 and it doesn't have in lib folder and in
anyother fol
I can't possibly be the first one to run into this... Any pointers would be
greatly appreciated.
My build environment is in the Windows world. My Dev. test environment is in
the Unix (Solaris) world. The obvious answer of moving the build environment to
the Unix world is not an option unfortuna
Hey guys, I am in the process of developing a J2EE software that requires
Security via authentication and user roles. I found JBossSX to a good way to
start off implementating this Security. However, I also have a requirement
that roles can be altered at any time (new roles can be added, acces
This is too much information to read over. Can you produce a sample jar file
and also client code for me try it out?
Thanks,
-Ben
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949919#3949919
Reply to the post :
http://www.jboss.com/index.html?module=bb&op
Hmmm... last line got deleted.
There is a 'cartridge' for Andromda. I do not know how feature rich this is,
but is generates processdefinitions from uml diagrams
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949917#3949917
Reply to the post :
http://www.jb
I figured it out. The reason for that behaviour was a system property
"java.naming.provider.url" (node1:100,node2:1100) set on the server.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949916#3949916
Reply to the post :
http://www.jboss.com/index.html?modul
I am having the same problem, did you ever find a solution?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949915#3949915
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949915
_
"thomchode" wrote : Has anyone attempted to use a commercial modeler like
ProVision to create their process definitions? It seems like you could convert
its exported xml from to a processdefinition.xml.
Not that we (I) know of
"thomchode" wrote : Is the only modeler option available the eclip
that is exactely correct.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949913#3949913
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949913
___
JBoss-user mailing list
JBo
Right, but as I understand the @DataModel annotation it doesn't outject the
actual annotated List into PAGE scope, it outjects a DataModel that wraps the
List, so why then when the DataModel is reconstituted is it overwriting the
perfectly good version of the wrapped List that is still containe
I had "JBossPortal 2.2.1RC3+JBoss AS bundle" installed on Linux Debian, behind
an Apache web server, and using PostgreSQL 8.1.3. It worked fine !
I've installed "JBoss 2.2.1 SP1+JBoss AS bundle" to fix some problems, and now
I see the JBossPortal pages with no decoration, and no pictures at all
sorry, meant to say use externalizable to write your object into a byte message
that you know how to decode on the client.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949910#3949910
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&
getObject is difficult, because you would need some explicit knowledge about
the object being transferred in order to translate it from java to c#.
I recommend either using xml + serialization to a string with a text message,
or implementing externalizable in java and a corresponding constructor
I have just tried out a similar test case like yours but still can't reproduce.
Can you use load-time instrumentation option to see if the problem is there as
well?
Here is the test case:
|public void testLoadingClass()
|{
| Address addr = new Address();
| addr.getCl
1 - 100 of 222 matches
Mail list logo