JBoss version : JBoss 4.0.3
DB Version : Oracle 10g
Datasource :
BankingDS
false
oracle.jdbc.xa.client.OracleXADataSource
jdbc:oracle:thin:@[IP]:[SID]
org.jboss.resource.adapter.jdbc.vendor.OracleValidConnectionChecker
org.jboss.resource.adapter.jdbc.v
I had a look at mysql log, had to make correction to my last post:
anonymous wrote : it also reloads all users from the database
it didn't try to get all users from table, but instead loaded the same user 12
times!!! Any ideas?
View the original post :
http://www.jboss.com/index.html?module=bb&o
I have a struts application on JBOSS in whcih I have a logout button which
points to "logout.do".
In the logout Action, I invalidate the session.
In my struts-config.xml i have this configuration for logout action:
|
|
The reason I have the forward to "home.html" is because I
Hi all,
Today I want to do a example of get UserModule from the protal, so I do like
the reference do :
Injecting Services in the portlet context
1.add the service in the jboss-portlet.xml
UserModule
org.jboss.portal.identity.UserModule
:service=Module,type=Use
If there are many ways there should be best of all. I think service injection
is the best because actions will take place under single transaction unit .
Thanks,
Naresh Kumar Tekulapalli
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973469#3973469
Reply to
Hi there!
I found out something and I wanna know whether I only have pressed the wrong
button :-)
OK Here's the matter:
I added a new Partner-Implementation to the ATM-Example (copied the
ticket-partner).
In ever partner you can find a partnername.impl.wsdl.
If I change the partnername.wsdl -
More specifically, here's what each version of JBoss supports:
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossVsJavaJDKVersionMatrix
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973467#3973467
Reply to the post :
http://www.jboss.com/index.html?module=bb&
Yes.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973465#3973465
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973465
___
jboss-user mailing list
jboss-user@lists.jboss.org
Check how you set "jndiPattern" in components.xml. I would also suggest to look
into the JMX-console to find out how your session beans are registered in JNDI.
Thanks,
Stephan
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973464#3973464
Reply to the post :
Does Jboss 4.0.4 AS supports JDK 1.5?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973463#3973463
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973463
___
jboss-user mailin
I recently [finally] had time to upgrade to Eclipse 3.2 and JBoss 4.0.4 and
ejb3 and am prototyping out some Web Services using the "181" way. I did the
"HelloWorld" example in the Wiki
(http://wiki.jboss.org/wiki/Wiki.jsp?page=JBWS181HelloWorld) and got things
working very quickly.
I then saw
I'm trying to find some information in the docs and am having some issues
getting a clear picture.
My understanding is that right now, you have to use the java APIs to invoke the
jBPM engine and there is no remote invocation support. Am I wrong?
Also, invoking resources from within the busines
I also have this question.
I think use custom taskcontrollerhandle is not enough.
You must change the VariableAccess's data structure add ing a "type" field to
it.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973460#3973460
Reply to the post :
http://www.j
So we're faced with a bit of a dilemma and I'm wonderinf if someone can shed
some light.
We plan on using jBPM in our workflow applications. The overall busienss
process for the application is a bit complex.
So we are going to have multiple levels of subprocesses (my understanding is
that jBP
Hi,
I need help with this. Can somebody help me?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973458#3973458
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973458
___
jboss
Once I replace the jboss-jaxrpc.jar with the following jars from apache, it
works fine.
ant.jar
ant-axis.jar
common-discovery.jar
common-discovery-0.2.jar
look for the jboss-jaxrps.jar at the {JBOSS_HOME}/client and
{JBOSS_HOME}/server/lib. Back it up and replace it with the Jars above.
Re-de
--- MBeans waiting for other MBeans ---
ObjectName:
jboss.j2ee:jar=TestInstallation.ejb3,name=TestStatelessBean,service=EJB3
State: NOTYETINSTALLED
I Depend On:
persistence.units:unitName=shoestringPU
--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: persistence.units:unit
dear kukeltje:
Thank you very much, also for your advice.You are right that i'm using
jdk1.3, so i need a former version to fit it.
best wishes!
lamp
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973455#39
additionally, I would like to add that I am using JBoss-4.0.4GA with the EJB3.0
release that came bundled with it
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973454#3973454
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=repl
Does anyone have any inkling about the answer to this. This still seems to be a
question for which the answer is elusive.
Thanks.
Brad
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973452#3973452
Reply to the post :
http://www.jboss.com/index.html?module=
hi, I have the same question as yours!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973451#3973451
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973451
___
jboss-user maili
this wsdl file ,if I use axis1.1 or jwsdp ,wsdl2java can generate java
stub,axis can call service correctly.jwsdp isn't test.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973450#3973450
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posti
REPOSTED DUE TO JUMBLED XML
So, I,ve found that this is supposed to be able to be done by using jboss.xml
files in the META-INF directory of your ejb jar file, but I can;t seem to get
it to work
My session implemetation class looks like this:
@Stateless
@Remote(ProductManagerSession.class)
@Loc
So, I,ve found that this is supposed to be able to be done by using jboss.xml
files in the META-INF directory of your ejb jar file, but I can;t seem to get
it to work
My session implemetation class looks like this:
@Stateless
@Remote(ProductManagerSession.class)
@Local(ProductManagerSession.clas
Hi there,
I think you have to make JBOSS use SimpleReadWriteEJBLock instead of the
default PessimisticQueueLock, by including the following block in jboss.xml:
| Standard CMP 2.x EntityBean
org.jboss.ejb.plugins.lock.SimpleReadWriteEJBLock
|
This is what I did, and it did not give me an
wsdl:
|
| http://localhost/wsdl";
| xmlns:tns="http://localhost/wsdl";
| xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope";
| xmlns:SOAP-ENC="http://www.w3.org/2003/05/soap-encoding";
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
| xmlns:xsd="http://www.w3.org
So, I,ve found that this is supposed to be able to be done by using jboss.xml
files in the META-INF directory of your ejb jar file, but I can;t seem to get
it to work
My session implemetation class looks like this:
@Stateless
@Remote(ProductManagerSession.class)
@Local(ProductManagerSession.clas
Thanks for everyones help !!!
I have a new problem but I am going to slam my head into the keyboard for
while before I ask for help. I actually learn a great deal searching first.
:)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973443#3973443
Reply to t
Hi,
We are using JBoss 4.0.4 and Messaging 1.0.1.CR3. We need to implement EJB3
MDBs and are in process of prototyping. We can make the example MDB run with
Queues. If Queues are replaced by Topic in the annotations the MDB does not
deploy.
@ActivationConfigProperty(propertyName="destinationTy
Thank you so much for this!
Now after this issue is resolved and no more transaction locking problems, I
find that this seems slower than the original version(ie with the default
pessimistic lock option), so I checked the server.log and find that right after
the user login (up to creation of us
[EMAIL PROTECTED]:~/src/ws$ ~/mydownload/jbossws/bin/wstools.sh -config
c2g/wstools-config.xml -dest gen-src
=
WSTools Environment
JBOSS_HOME: /usr/jboss-4.0.5.CR1
JAVA: /usr/jdk1.5.0_06/bin/java
JAVA_OPTS:
CLA
Can anyone tell if the jbpm-3.1.1 is compatible with JBoss-3.2.6 AS ? I am
trying to Deploy jbpm.sar generated from jbpm-3.1.1 in Jboss-3.2.6 and i am
getting the following error.
anonymous wrote : 19:56:38,043 ERROR [URLDeploymentScanner] Incomplete
Deployment listing:
| MBeans waiting for
http://www.doc.ic.ac.uk/~mo197/portlets/portlet_messaging/
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973438#3973438
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973438
Seam is great. I am an idiot. My converter was hosed.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973437#3973437
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973437
___
j
Having a small problem in deploying my app.
We have an ear file, that contains a bunch of ejb2.1 session/entity beans, and
a ejb3 session bean, as well as 10 ejb3 entity beans.
The ejb3 entity beans are in geoFeature.par.
The ejb3 session beans are in motionbased.ejb3.
The ejb2.1 stuff have thei
There is another intresting observation,
If I use the createquery then I m able to find the record in the database, that
is ..
String query = "select e from FormattedDocumentETF e where e.uoid like
'"+uoid+"'";
FormattedDocumentETF result1 =
(FormattedDocumentETF)em.createQuery
I m facing exactly the same problem with Oracle database too.
EntityManager.find() method is not able to find the entity in the database.
In the session bean before firing a message to a queue, I m persisting some
data using EntityManager.persist() . and MDB on receiving the message, tries to
f
Each user creates his or her own user entry via a link in the Users portlet.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973430#3973430
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973430
__
can some one tell me how to do this. I'm trying to bulk load into Ms Sql 2000
and I need to execute this sql statement
| Query setIdentity =
entityManager.createNativeQuery("SET IDENTITY_INSERT AssignmentType ON");
| setIdentity.executeUpdate();
|
You need to post your *-ds.xml file as well as the version and type of MSSQL
driver. Also, MS-SQL version would be good as well.
The exeption you are seeing is typically the result of a SQL not being about to
be executed on constructing a connection. This is usually specificied in your
*-ds.xml
Here is one possible method that maybe could be adopted?
http://www.theserverside.com/tt/articles/article.tss?l=GWTandJSF
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973426#3973426
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mo
Thanks guys.
I've voted for the Jira issue and will keep an eye out for that RegExp support,
I think it would be great.
For now, I got it working fine by not redirecting back to my login page for a
certain view-id.
Eg: "/home.xhtml".equals(facesContext.getViewRoot().getViewId())
At some point
Well, I had a feeling :-)
Glad it's working.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973424#3973424
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973424
___
jboss-
Weston,
WOW! What a sneaky little bugger that was. Thanks for the tips. Removing the
Singleton was the way to go as it now does what was expected.
Thanks.
Graham
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973423#3973423
Reply to the post :
http://ww
What's even more odd is that I can give the valueChangeListener a bogus seam
component name and nothing happens. No errors or exceptions what so ever.
valueChangeListener="#{foobar.listAccounts}"
has no affect on the rendering or lifecycle.
View the original post :
http://www.jboss.com/index.h
I've posted several examples in the wiki recently (JbpmContributions).
Solutions are presented with complete jpdl examples and any supporting
ActionHandlers that only needs your own package name to run. These solutions
target jBPM 3.1:
# Example: a JSP for viewing process instance history
htt
I have a named Seam component that implements the following method.
| @Name("packages")
| @Stateful
| @Scope(ScopeType.SESSION)
| public class PackageAction {
| ...
| public void selectAccount(ValueChangeEvent event) {
| log.info("[#0]: event #1", user.getUsername(), event.getNe
Hi All,
I use JB Portal 2.4. Strangely there is no reference for creation of the new
user in a portal!!! I can see only the list of users.
How it is possible to create the new user in that case?
Michael
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973419#3
Hi,
I am trying to access 2 different datasources in my EAR. We have a MySQL
database for all the standard operations, i am now trying to access a few
tables from a differnt datasource.
The primary tables are accessed without a persistenceUnit, by using
theDefaultDS configured. (i.e. I did
Did here. In fact, my implementation of valueChangeListener never even gets
invoked.
|
|
|
|
| public void selectAccount(ValueChangeEvent event) {
| log.info("[#0]: event #1", user.getUsername(), event.getNewValue());
| AccountEntity ae = (AccountEntit
Hi All,
I have been experiencing a persistent issue with my JBoss cluster losing
session state. I have tried everything I can think of.
My application is set up to place a User object into the session at login time
and to retrieve that user object from the session with each request to the
ser
I got around this error. It was aparently an issue with proxy which got
resolved.
However with the current client code I am getting
| java.rmi.RemoteException: Call invocation failed with code [Client] because
of: Server did not recognize the value of HTTP Header SOAPAction: .; nested
except
Here is sonic jndi loader conf.
|
|
|
|
| file:/C:/jboss-4.0.4.GA/server/default/data/sonic-jndiloader-conf.xml
| jboss:service=Naming
|
|
|
|
|
|
|
|
|
| jnp://localhost:1099
| org.jnp.interfa
As a test I would recommend not using your Singleton. Just do a simple JNDI
lookup of the appropriate DS as needed. This will eliminate the AppHelper as
the cause of the problem and give me a better idea if this is a JBoss issue.
View the original post :
http://www.jboss.com/index.html?module=b
Weston,
Thanks for the reply.
The AppHelper works like a ServiceLocator. One place to call and get whichever
ds is needed. I added the Singleton thought it made sense. :)
I began caching the ds references early on and realized that was a bad choice,
so, the reset is basically an old call tha
"pr_fi" wrote : http://www.jboss.com/index.html?module=bb&op=viewtopic&t=86912
Apologies for above post. Request to moderator: please delete. Both.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973409#3973409
Reply to the post :
http://www.jboss.com/index.h
Thank you very much for your reply.
Actually I have to write a service that response concurent socket connections
from different type of clients (other development platforms that I can't
control) which will send plain text.
Is there any way to do it in JBoss or will I have to write a service fr
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=86912
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973407#3973407
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973407
Yes. It really works. Now I can change all of my MDBs to EJB3.
No more configuration to standardjboss.xml.
Nice work. Thanks a lot :)
Br,
Juha Moisio
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973406#3973406
Reply to the post :
http://www.jboss.com/i
Ran into this problem again today. Turns out the proper namespace is
xmlns:c="http://java.sun.com/jstl/core";. At least with the version of facelets
I'm using 1.1.5.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973404#3973404
Reply to the post :
http://
If I have an EJB3 SLSB and I want it to be in multiple clusters, how do I
achieve this. The @Clustered annotation seems to tie it to only one cluster,
as the partition name parameter refers to only one partition. Is there some
way I can deploy the same Session Bean in two clusters??
View the
Can I modify the expiry timeout in web.xml???
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973401#3973401
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973401
___
jboss-use
Looking at your specific problem, an employee without organization is not an
employee anyway, it should be removed ;-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973399#3973399
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode
Hello everyone,
I have some questions about testing and validating script expressions within a
processdefinition:
Is there a way I can verify the correctness of the syntax of a beanshell
script? At best I would like to do this verification before a new
processdefinition is deployed into the da
ignore
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973398#3973398
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973398
___
jboss-user mailing list
jboss-user@lists.jboss.o
RC9
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973397#3973397
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973397
___
jboss-user mailing list
jboss-user@lists.jboss.org
Please look at
http://jboss.org/index.html?module=bb&op=viewtopic&p=3972801
Any ideas?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973392#3973392
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973392
Can you post your *-ds.xml file? Also, I am interested in the initialization
methods
initializeDataSource()
resetX()
Also, as a design point, what is the reason for the AppHelper? Typically this
can be done just by JNDI name without the need for a wrapping Singleton to
manage this.
View t
I don't use jBPM, I use EJB3-RC9 directly.
I have the same exception in some cases with code which worked previously.
Seems like "instance not of expected entity type" drops transaction somehow.
The exception is thrown in some place in code which does not throw an exception
in some cases and throw
I have two datasource mappings pointed at the same server-database combination.
The two are used by different applications as to differentiate between testing
and release code. Each datasource has their own respective login to the
database, but, use the same group of classes to access the db.
The Jira task http://jira.jboss.com/jira/browse/JBWS-1181?page=all identifies
that it is resolved because a workaround exists.
That may be true, but there seems to be no reference to a workaround anywhere.
Does anybody have any idea how to do this?
We are trying to use JBoss to contact a Web Se
The release we're working on (1.2) only deals with clustering in a LAN
enviroment. We rely on the fact that either we have access to a shared
database, or we can use hardware multicast for in-memory replication. Either
prerequisite is only satisfied in LAN.
We have plans to extend clustering fo
hi all,
I am looking for the same solution. I had posted a topic in EJB3 user forum but
got no response. I could not find anything documented on this either. Looks
like this feature is absent. I was considering to move to XMBeans.
I see two short-comings in the xmbean solution:
1. There is no wa
Seems like i've been looking to a wrong repository. There seems to be some
activity regarding jbpm gd. Anyway, the SuperTask is node is still not
implemented. Are there any plans to implement it?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973366#3973366
Thanks. I will test it.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973364#3973364
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973364
___
jboss-user mailing list
jboss
EJB3-RC9 (latest) would be your best bet.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973360#3973360
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973360
___
jboss-user m
Trying
| EJB3StandaloneBootstrap.deployXmlResource("mydb-ds.xml");
|
causes error:
| Caused by: org.jboss.xb.binding.JBossXBRuntimeException: No cursor for
local-tx-datasource
| at
org.jboss.xb.binding.sunday.unmarshalling.SundayContentHandler.startElement(SundayContentHandler.
anonymous wrote : do a query that load the associated object and remove them
But where should I do that? If the base entity is removed by cascade, what
then? The only way I found is to create an annotated method which will be
called when entity is removed. But it must be coded manually and this i
Which version of JBoss EJB3 includes working JCA Message inflow?
Br,
Juha
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973356#3973356
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973356
__
"mishra_rajneesh" wrote : hi experts,
|
| how to implement JBoss Application Server 4.0.4 as a window service. I
tried with JavaService-2.0.10, but it is not working..
|
| Any help will be appreciated..
Copy JavaService.exe to your JBOSS_HOME/bin directory.
Rename it to JBossService.exe
Even i have been getting class cast exception , but i was surprised to note
that i am getting CoreTable but unable to cast it to CoreTable variable.
ex : CoreTable corTab = (CoreTable) table where table is a UIComponent.
when i do table.getClass().getName() i get coretable object , but unable to
I am using a stateless session bean. Now it seems like it does reconnect to
the second server if the first one goes down, but if all servers in the cluster
go down and the client tries to connect when they are down, the client gets in
a state where it fails every time, even after all servers ar
Googling "jboss change 1098" leads here. Anyway, how do I change JBoss from
using 1098 to something else, if I'm running jboss-4.0.4.GA
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973350#3973350
Reply to the post :
http://www.jboss.com/index.html?module=
Hi all,
Sorry if this has already been asked or is already 'well known', but I simply
can not find any resources on this topic.
How do you deploy an existing *-ds.xml datasource file with embedded ejb3?
Thanks,
-D
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&
Anyone know if this is an error in my beans, my config, or something in JBoss I
can ignore?
2006-09-21 10:31:29,351 WARN [org.hibernate.ejb.Ejb3Configuration] Persistence
provider caller does not implements the EJB3 spec correctly.
PersistenceUnitInfo.getNewTempClassLoader() is null.
Thanks :
Yes, you have it correct.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973346#3973346
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973346
___
jboss-user mailing list
jboss
There's nothing fundamental that precludes the installation script from working
with the clustered configurations, it's just we didn't have time to do it.
Want to give it a try, and then contribute the patch?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=397
Thank you for the reply. Unfortunately, I've already seen that page. This is
what it suggested:
anonymous wrote : I'm inside the application server, how do I install the
exception listener?
|
| * You don't need to for an MDB, JBoss does it for you.
| * For anything else, you shoul
JBoss/JCA can manage this type of thing for you, only if you have a JDBC
compliant driver. If you have this, it's simply a matter of plugging in the
requisite properties for your driver.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973342#3973342
Reply
being new to Jboss and not being a java developer I'm not quite understanding
what I'm doing.
Is the solution you referred me to simply exploding the ear and my process
would have to change in that I move xml files to the exploded directory instead
of generating a new ear file?
View the origi
JBoss version?
DB version?
*-ds.xml file?
log files/traces?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973341#3973341
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973341
Hi,
I checked portalswap.com, but did not find a sample of a portlet that calls a
webservice. can you please provide some link or info.
I guess WSRP is new standard for calling webservices from portlets. But a
sample which does not adhere to this standard will also work.
Thanks for all the
Hi,
I've looked at the changelog from svn and it seems that last changes to
jboss.ide are from May. There are still things that don't work, like process
state or super state. Is there any effort currently being done to support these
features?
Thanks,
-Matej
View the original post :
http://ww
Is there a schema or dtd for the *-portal-object.xml descriptors? I can't find
one anywhere. I've seen the XML descriptors reference section in
http://docs.jboss.org/jbportal/v2.2/reference-guide/en/html/xmldescriptors.html,
but one isn't certain whether or not that's complete.
- using JBoss P
Great that did the trick, thanks a lot.
To sum up for anyone else with the same problem.
The EntityBean has
@Lob
public Blob getContent()
{
return content;
}
In the Stateful session bean
@DataModel
Hello. I have a problem. I have
JBOSS1: MDB1, MDB2Client
JBOSS2: MDB2, MDB1Client
First I need to send message from MDB2Client to MDB2. Then MDB2 should process
the message and invoke MDB1Client to send response message back to MDB1. MDB1
and MDB2 both uses jms/QueueConnectionFactory, MDB1 use
One of these posts might help.
http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-9460-highlight-xjavadoctask.html
http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-8878-highlight-xjavadoctask.html
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973328
Well, if you two have been thinking about this, it's already in good hands. I
may still play with it if I get impatient, but I'm having trouble finding time
to tie my shoes right now, so it won't be soon.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=397332
You won't be able to send raw data to remoting server using socket transport
for a few reasons (i.e. using java.net.Socket instead of
org.jboss.remoting.Client). The main reason is that the remoting server
expects a remoting InvocationRequest object to be sent on the wire (and will
reject data
I have already done some thinking and design work around this stuff. But i
won't implement it 'til I have finished with the rest of the CRUD framework
that is sitting on my box.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973322#3973322
Reply to the post
1 - 100 of 230 matches
Mail list logo