"[EMAIL PROTECTED]" wrote : The actual statement is that Seam can be used in
any Java EE 5 appserver. WebLogic and WebSphere do not yet support Java EE 5.
Hi gavin :
Can you let me to know the brief explanation regarding your reply.
thanking you
View the original post :
http://www.jboss.com/i
Hi,
I am facing problem while coping process variables into database.
I am not able to store values into database. is there any code sample for this
proble?
I am using following code to store process variable into database.
TaskInstance.setVariable(variableName,value);
TaskInstance.setVariable
hello every one
i am developping an application that simply connects to MYSQL and register
user profiles in a table.i use 'jboss-4.0.4.GA' app server and seam framework
with JSF components. when my .ear file doesent exist in 'deploy' subdirectory
in jboss root folder ican deploy my app successful
Hi,
I am facing problem while coping process variables into database.
I am not able to store values into database. is there any code sample for this
proble?
I am using following code to store process variable into database.
TaskInstance.setVariable(variable ,Name);
TaskInstance.setVariable(var
Are there no Rules forums?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976229#3976229
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976229
___
jboss-user mailing list
jbos
did not find any appropriate forum for the same. Could u suggest any. or how
would i get my query answered.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976228#3976228
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39
I'm trying to create a selectItem Component for states and I keep running into
this error. In attribute requires value for component: selectItems..
00:28:37,406 INFO [Initialization] reading components.xml
| 00:28:37,521 INFO [Initialization] reading properties from:
/seam.properties
| 00:
I've tried to rename and redeploy it.
And here is what I've get:
09:01:50,879 INFO [EARDeployer] Init J2EE application: file:/D:/Program
Files/jboss-4.0.4.GA/server/default/deploy/transport.ear
| 09:01:51,613 ERROR [MainDeployer] Could not create deployment:
file:/D:/Program
Files/jboss-4.
Wrong forum perhaps? ;-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976225#3976225
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976225
___
jboss-user mailing list
jboss-
Hi,
I originally posted this question on the Seam forum, but was redirected to this
forum. Here's the
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=91810 to the original
post.
I'll repost my question here, but it essentially has to do with my problem in
looking up a Seam component
Hi,
I'm new to JBoss and web services. I have an jax-rpc webservice and I want to
add basic authentification (user name/password), also I want to get the
username inside webservice for further processing. I check the documentation
but I found information only for signing/encrypting. Can someone
Hi Alan,
What you need is a JMSProvider that access Weblogic. There are examples how you
can achieve this for Tibco. My guess is you can do it the same way. If you want
you can also check out my own topic in this forum (Tibco messaging integration
fails). What you mainly need is, as mentioned b
Hello Todd,
I am trying to get your example working on jboss-4.0.4.GA-jems. I have
placed the libs ajax libs in tomcat/jsf-libs folder and could get the home page
at the following link http://localhost:8080/seam-hibernate/home.seam.
However, i am not able to register an account as i have t
Currently, I am making sure that each EAR file has its own class loader using
seam.jboss.org:loader=myear
I have 15 odd EAR files, all using the same jars. My aim is to reduce the
overall memory footprint of jboss. any other options that anyone else knows of
? Also I have observed PermGen exce
Hi,
I dont find any TransactionManagerService on jboss-service.xmlI am using
jboss4.0.3 server but I am finding that in jta-service.xml..
Now my problem is eventhough timeout is 300sec..my application is running even
after 15mins ..Where would be the problem?
Thanks
Bala.
View the origina
hi,
thanks for the tip. how about using this compression filter ?
http://sourceforge.net/projects/pjl-comp-filter/
shann
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976217#3976217
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&m
Hi all,
I am trying to lookup my seesion bean using context.lookup
Code is like this
EJB3StandaloneBootstrap.boot(null);
Context ctx=getInitalContext()
ctx.lookup("ConsumerProfileSession")
static InitialContext getInitialContext() throws Exception
{
Hashtable props
Hi all,
I am trying to lookup my seesion bean using context.lookup
Code is like this
EJB3StandaloneBootstrap.boot(null);
Context ctx=getInitalContext()
ctx.lookup("ConsumerProfileSession")
static InitialContext getInitialContext() throws Exception
{
Hashtable props
This is not a forum for JBoss Rules. At present, they do not have a forum.
However, you can subscribe to their mailing list. More can be found here:
http://labs.jboss.com/portal/jbossrules/lists.html
Their general page can be found here:
http://labs.jboss.com/portal/jbossrules/
View the orig
I have an object containing Hashtable. I want to take the value from the
hashtable and use it for the LHS side of the rule. How do I do that?
Object: Test
Hashtable in Test: inputHT (the hashtable contains the key as 'age' and value
as '21'. Like: inputHT.put(age, new Integer(21)) )
The rule
I have an object containing Hashtable. I want to take the value from the
hashtable and use it for the LHS side of the rule. How do I do that?
Object: Test
Hashtable in Test: inputHT (the hashtable contains the key as 'age' and value
as '21'. Like: inputHT.put(age, new Integer(21)) )
The rule
I have an object containing Hashtable. I want to take the value from the
hashtable and use it for the LHS side of the rule. How do I do that?
Object: Test
Hashtable in Test: inputHT (the hashtable contains the key as 'age' and value
as '21'. Like: inputHT.put(age, new Integer(21)) )
The rule
I m getting an error as such shown below while trying to scan Class path of
BootStrap.
I just put two lines of code in my sample app and classpath for some ejbs.
Code is-->
EJB3StandaloneBootstrap.boot(null);
System.out.println("--
Hello,
I migrated a working EJB2 application to EJB3(POJO /JBOSS-4.0.4GA) based one.
While everything worked OK thanks to JBOSS's good documentations, I am facing
to just an issue.
I tried to refer to an EJB3(POJO) stateless session bean by JNDI name inside a
dependency description (as here b
You need to take a look at this:
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossJCALazyAutoCommit
Further, could you post your *-ds.xml file as well the version of the driver
you are using?
If your driver is indeed starting a new opening a new transaction on
conn.commit(), this would be an un
We have just started a new project using JBPM 3.1 and need some advice on how
to handle a common situation.
We have a simple process definition with a start, a task and an end. The user
actions the task via a screen which allows them to add indexing information to
a document. The case we are
I have a no-tx-datasource in JBOSS 4.0.4 and I do the following:
DataSource datasource = (DataSource) context.lookup("noTxDatasource")
Connection connection = null;
try{
datasource.getConnection();
connection.setAutoCommit(false)
//do some stuff with connection
connect
Hello,
if anyone can point me in the right direction with this, I'd be very grateful.
I'm trying to deploy my application offline, but keep hitting an
java.net.UnknownHostException exception because jboss can't resolve the spring
dtd (http://www.springframework.org/dtd/spring-beans.dtd). I've a
I'll handle this.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976201#3976201
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976201
___
jboss-user mailing list
jboss-user@li
OK, it is fixed in CVS now, using some ugly code :-(
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976199#3976199
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976199
___
jb
pcarrollnf wrote : Would someone happen to have an example or point me to a FAQ
that describes how one may go about converting from JBossMQ to JBoss Messaging?
Thanks.
I was wondering when this kind of request would eventually show up
It's an extremely good question, which deserves thorough
It doesn't matter what you call the ear file. The server maintains an internal
list of the contexts and simply goes to the correct war. When you deploy an ear
file, it takes it apart and deploys its contents, and thus updates its internal
tables.
View the original post :
http://www.jboss.com/
EntityManagerFactory is null in jndi. No errors, no warnings, notta just null
or "not found" etc.
Yep I've seen posts on this, but no good answer.
jboss-4.0.4.GA
So far my SLSB beans work remotely for unit tests.
But ...
How do you get an EntitManagerFactory from outside the container?
jbosside 1.6.2 is an old release.
use hibernate tools 3.2.b7 or jbosside 2.x.
And feel free to step up and contribute patches to improve the templates.
Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976195#3976195
Reply to the post :
http://www.jbo
tpaterson wrote : It looks like multiplexing would greatly simplify the network
setup work we'd need to do to deploy this.
Yes, everybody (us at the top of the list) agrees with that. A major remoting
overhaul has started, this will go hand in hand with adding failover to the 1.2
code.
I wou
Can't seem to find the problem here. The search() method is defined in the
local interface and the session bean, and it's invoked by the JSP/JSF. As you
can see, the email field is annotated as @[EMAIL PROTECTED], neither required.
I recieve as NoSuchMethodException.
Entity
@Local
| public
I'm using JBoss 4.0.4 GA with EJB3-RC9-FD and JBossWS 1.0.3. NPE is thrown by
org.jboss.ws.tools.schema.SchemaTypeCreator.java:578 during deployment.
After digging through the code I found Introspector, BeanInfo and
PropertyDescriptor were causing the problem while analyzing one of my EJB
meth
Thanks for the reply.
If you want to share JARs among several different archives in a given server
configuration, what could you do? In this case I'm guessing you'd place it in
server/myConf/lib (though these JARs can only be read at server startup time
and NOT hot-deployed)
What would you do
Hi,
I have a question about the safety of an EJB 3.0 design pattern that I've
evolved during the development of a project. It seems naive to me now in
retrospect, but could someone please comment in more detail about its safety?
I have a stateless EJB that obtains an EntityManager via the fol
Hi,
Is there any plan to fix the templates ?
Since july 06, I don't see much progress on that topic
I've downloaded JBoss IDE 1.6.2 and the latest Jems Installer
(jems-installer-1.2.0.BETA.jar) but still after the reverse engineer :
-- incorrect import javax.ejb.Interceptors;
-- and this error
To clarify, in my schema, it's completely acceptable if there is no row in the
USER_PROFILE_ALERTS table.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976186#3976186
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976
I'm sure there is some nuance I'm missing here. Should changing it to the
following prevent the error? It doesn't appear to be working.
@OneToOne(optional=true, fetch=FetchType.EAGER)
@JoinColumn(name="USER_KEY", unique=true, updatable=false, insertable=false)
View the original post :
http:/
I created a JIRA issue http://jira.jboss.org/jira/browse/JBWS-1279
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976182#3976182
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976182
FYI, this bug is *not* easy to fix in a robust way...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976184#3976184
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976184
___
j
On JSR181 endpoints the context root can explicitly be set using this annotation
@org.jboss.ws.annotation.PortComponent(contextRoot="/your-prefered-context")
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976183#3976183
Reply to the post :
http://www.jboss.c
An issue has been filed for this: http://jira.jboss.org/jira/browse/JBWS-1260
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976181#3976181
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976181
_
I appreciate the clarification Bill.
Guess I should pay more attention to the use of terms enterprise beans
(session, message) vs. JPA entity beans in EJB 3. I was looking to experiment
with timers are associated with a particular bean instance rather than type of
bean.
View the original p
I've had problems sharing jboss-seam.jar in the server-name/lib dir when I
have multiple WARs in separate EARs. This is because if a shared classloader
serves up the Seam classes then Seam doesn't shield the webapps from each
other. It's not like it doesn't work (AFAIK), namespacing just gets m
I just realized that it's the former
optional
public abstract boolean optional
(Optional) Whether the association is optional. If set to false then a
non-null relationship must always exist.
Default:
true
View the original post :
http://www.jboss.com/index.html?module=bb&op=v
Am I correct to assume that it's the relationship that is permitted to be false
or is it a value for the field which is permitted to be false?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976177#3976177
Reply to the post :
http://www.jboss.com/index.html?m
JPA entity beans (@Entity) do not support injection.
Old style EJB 2.1 CMP/BMP do support injection, but JBoss does not support it
at this time.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976175#3976175
Reply to the post :
http://www.jboss.com/index.h
What I should say is that Java Persistence (ejb 3.0 persistence with @Entity)
specification does not allow injection.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976176#3976176
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=
Yes, you found a bug. I'll see what I can do.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976174#3976174
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976174
___
jboss-use
you can check session.replicate
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976173#3976173
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976173
___
jboss-user mailing list
do you have a minimal test case reproducing the issue?
Please post it to JIRA
http://opensource.atlassian.com/projects/hibernate/secure/Dashboard.jspa
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976172#3976172
Reply to the post :
http://www.jboss.com/index
scale does not affect the runtime behavior
this is only a hint for DDL generation
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976170#3976170
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976170
_
No, there is no way to implement this. Your web browser does not hit the server
when the user clicks "back".
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976169#3976169
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3
optional=true goes against nullable=false
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976168#3976168
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976168
___
jboss-user ma
Great, thanks!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976167#3976167
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976167
___
jboss-user mailing list
jboss-user@lists
Still can find no reference to issues with timer service injection in an entity
bean. Opened feature request in JIRA:
http://jira.jboss.com/jira/browse/EJBTHREE-726
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976166#3976166
Reply to the post :
http://ww
OK ... I've found my error... :-)
If I call atm Relation with frontend...
I should add my code into the frontend_impl.java.
That was my fault!
Greetings
Claus
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976164#3976164
Reply to the post :
http://www.jbo
I was testing the booking application and I encountered this problem:
After logging in and going forward a couple of steps, searching a hotel and
start the booking process, if I click the logout button in the middle I get
redirected to login page which is fine. But without closing the browser if
We will try to get 1.0.1.GA out by the end of this week (Fri Oct 10th). At this
point I see no major issue that would stop us from doing it, I just need to add
some extra tests.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976162#3976162
Reply to the post
FYI: I've completed this prototype and have submitted it via JIRA for
consideration of inclusion in the Seam examples.
See: http://jira.jboss.org/jira/browse/JBSEAM-388
--
Regards,
Todd Smart
Smart Binary, LLC
Partner & Sr. Consultant
[EMAIL PROTECTED]
c941.538.1814 - f727.214.9121
V
Hi,
Please describe the steps to reproduce the problem. Do not forget your product
version numbers.
-Alejandro
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976160#3976160
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply
I think I'll rewrite it here:
|
|
|
I have implemented a connectMe operation in my agilpro_impl.java file (partner
relation) and added the following code (for test purpose):
System.out.println("connectMe");
|
So I see allways a log message in jBOSS console everytime
If the tests pass, it is harmless. A future version of JBossWS will fix the
problem (JBWS-826).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976158#3976158
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976158
__
Oliver,
Dropping insuring compatibility is a decision that we reluctantly took after we
evaluated our resources and polled the community
(http://www.jboss.com/index.html?module=bb&op=viewtopic&t=85729). Given the
pace at which the code changes on the head, it is simply not feasible to
maintain
Thank's for your reply.
But is it not possible to have the authentication done by the server using its
login configuration ?
What's the use of having a security declaration server side if a client can
authenticate itself and then make any calls he wants server side ?
There is really something I
Hi Claus,
I don't get it. You say you have a receive (activity?) and then ask why the
code in your partner service is not executed. To call other a partner service
from your process, you'd use the invoke activity, but I don't believe that's
your question.
Can you rephrase or use an example?
-
I create a database in MySQL (4.0.20)
I create PERSON table
I develop the coreesponding Entity
@Entity
@Table(name = "PERSON")
public class PersonEntity implements Serializable {
...
}
I deploy the jar and test the creation :
...
entityManager.persist(personEntity);
...
I works.
But when I unde
hi using portal 2.4 jboss as 404 and my sql
i create a new portal instance, and i would like to upload content to the CMS
anyone manages jackrabbit?
also, y would like to have my own login module which makes reference to a
specific database.
View the original post :
http://www.jboss.com/i
Hi,
Thanks for the response, I wanted to make sure I am not doing something wrong.
And no we don't have an app server, and I was just using the JDBCCacheLoader
API connecting to MYSQL via JDBC.
For the sake of the testing I will try to write a piece of code to use
connection pools but I suppose
By the way, I saw this defect on Sourceforge and wondered if this was the cause:
[ANN-258] - OneToOne annotation: Hibernate is not respecting the optional=true
behaviour
http://sourceforge.net/project/shownotes.php?group_id=40712&release_id=413109
View the original post :
http://www.jboss.com/
I'm trying to define a one-to-one bidirectional relationship in which one row
may or may not exist. I thought setting optional=true (on both sides?) would
allow for this but I get the following error:
Caused by: org.hibernate.ObjectNotFoundException: No row with the given
identifier exists: [
-Original Message-
From: Admin [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 04, 2006 12:55 PM
To: 'jboss-user@lists.jboss.org'
Subject: List maintainer?
Pardon me for puting this on the list, but whether I get digest messages or
not, I still get 2 messages for every 1 message? I
Hi there!
small question:
If I code a receive-Operation in my BPEL - Process - why is my java-code in my
partner_impl.java not executed?
Do I need to invoke every operation I wanna start?
Greetings
Claus
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976148
Never mind, the terms I was searching for didn't point me at the sticky at the
top of this forum.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976147#3976147
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976147
___
Have you tried changing Transport.war to transport.war in application.xml? As
far as I know those names are case-sensitive.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976146#3976146
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=postin
Are you by any chance using the new Java SE 6.0 Beta?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976145#3976145
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976145
___
j
This is a really dumb question, but here goes: I'm trying to use javamail and I
have the following config:
Here is the server output when jboss starts up:
[org.jboss.mail.MailService] Mail Service bound to java:/AppMail
2006-10-04 12:46:46,065 DEBUG [org.jboss.mail.MailService] Started
jboss:se
You can look at the current node that is associated with each token. The
branches that are still in progress will display one of your business nodes,
while the branches that have completed will display the name of your join node
(as they sit there waiting on the other branches to finish). Once
If you are saying that you need lazy fetching just to display the search
screen, then the solution is to use a persistence context that spans the web
request.
A Seam-managed persistence context does this by default (unless you start a
long-running conversation). This is why we have Seam tx and
So, just especially for you, I added pagination to the booking example in CVS.
There is no safe way to pass an object instance from the session scope to a
conversation or event and expect lazy fetching to happen automatically.
Instead, when you pass an entity that lives in the session scope to
I recently upgraded my Seam libraries from 1.0.1 GA to the 9/28/2006 build. I
just noticed that a session bean that I've annotated with Roles doesn't seem to
work any more - it worked with 1.0.1 GA. When I mean work, I mean my JSF
markup that's referencing one of the roles somehow always defau
Hi Bertrand,
I'll gladly give as much detail as I can, provided you publish the results of
your investigation. Is that fair?
Each client request creates a separate JMS session, yet they share a single
connection per BPEL process. I am unfamiliar with the JBossMQ implementation
details, but the
sorry i meant ...server/default/deploy directory :)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976136#3976136
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976136
___
jbo
hi Peter ,let me explain
the application name is FiboApp.ear and it contains FiboEJB.jar and FiboWeb.war
- the META-INF of FiboApp.ear contains the application.xml file where there is
a mapping from /fibo to FiboWeb.war
this means that once that server comes to this application.xml file it wil
Hi Tim,
I tired with the CR5 release and the exception is gone. The sample code I have
written works fine. Thanks for the information.
- Aravinth.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976134#3976134
Reply to the post :
http://www.jboss.com/index.
You have an instance variable in your bean. By "Stateless", this means the
container will not guarantee that the same instance will be returned to the
same client on each invocation. At the end of the invocation, it's just
returned to the pool. It's up to the developer to ensure the bean has
Hi everybody,
I used to have a portal application in portal 2.2.1 and I decide to migrate a
few days ago. I read the documentation and change the xml descriptors like
portlet-instances.xml, *-object.xml... my app was a portal with 4 pages, and
now it seems to work quite well in the new 2.4 porta
Does jboss have any sort of cache for static web files or are there any open
source frameworks that can be used with jboss AS? Does JBoss AS support
caching fragments of dynamic webpages using esi? Is the jboss web project still
alive? How would I deploy static webcontent to JBoss AS without ha
Ooops;
my fault;
in the ejb jar jboss-app.xml
i have changed the loader-repository, and therefore ive probably face a
class loader issue.
Working fine right now !
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976128#3976128
Reply to the post :
http://www
If I want a J2EE 1.4 compatible JBoss in addition to ejb (and possibly)
clustered configuration, how do I do this?!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976126#3976126
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=re
Thanks. Sorry 'bout the forum, seemed right at the time.
That http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration
reads abit clunky, but, makes sense after the hundreth time.
So, basically, you just need to add the meta-inf/jboss-app.xml to a deployment
and at least the ear isola
Hi,
I'm curious if anyone has managed to link the Windows domain login with
SingleSignOn.
Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976125#3976125
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976125
__
ok, I find another problem :
1.i have interface
| package com.magti.businesslayer.ejb3entity.oracle;
|
| import javax.ejb.Remote;
|
| @Remote
| public interface MyState {
| public void initialize();
| }
|
2. Implementation :
| package com.magti.businesslayer.ejb3entity
Hi again!
I have upgraded to beta2 and still got the "Premture end of file error"...
But now I get it allways I have successfully started an operation in the wsdl.
20:00:15,488 ERROR [STDERR] [Fatal Error] :-1:-1: Premature end of file.
Any suggestions - or maybe I have missunderstood your state
Hi,
I am very new to JBOSS. I have created war file and deployed in jboss-4.0.2.
Once I deployed I am not seeing any where the exapandable directory of the war
file and also I could not find the application log file.
I really appreciate all the help.
Thanks
View the original post :
http://ww
Ok,
I solved my problem. As it turns out, I had a bug in my code on the Flex side
that was adding a WSSE header every time I logged out/logged in (but never
removing the headers, and re-using the WebService object used to make calls to
the JBossWS). So, while I did have the new credentials to
1 - 100 of 238 matches
Mail list logo